Displaying 5 results from an estimated 5 matches for "numfound".
2010 Apr 06
2
[PATCH] ocfs2/trivial: Code cleanup for allocation reservation.
...+), 7 deletions(-)
diff --git a/fs/ocfs2/localalloc.c b/fs/ocfs2/localalloc.c
index 2882f79..0b32113 100644
--- a/fs/ocfs2/localalloc.c
+++ b/fs/ocfs2/localalloc.c
@@ -879,13 +879,10 @@ static int ocfs2_local_alloc_find_clear_bits(struct ocfs2_super *osb,
mlog(0, "Exiting loop, bitoff = %d, numfound = %d\n", bitoff,
numfound);
- if (numfound == *numbits) {
+ if (numfound == *numbits)
bitoff = startoff - numfound;
- *numbits = numfound;
- } else {
- numfound = 0;
+ else
bitoff = -1;
- }
bail:
if (local_resv)
diff --git a/fs/ocfs2/reservations.c b/fs/ocfs2/reservations...
2023 Apr 06
3
[PATCH] ocfs2: Fix wrong search logic in __ocfs2_resv_find_window
** problem **
Current code triggers a defragfs bug [1]:
```
tw-tst:~ # defragfs.ocfs2 /mnt/test_from_dd1
defragfs.ocfs2 1.8.7
[ERROR]Move extent failed:"/mnt/test_from_dd1" - No space left on device
[ERROR]"/mnt/test_from_dd1":No space left on device
```
I added some debug messages in relevant functions. When above error
messages appeared, the la-window still had enough
2006 Dec 14
1
A possible improvement to apropos
...<- grep(what, contents, ignore.case = TRUE, value = TRUE)
if (length(found)) {
if (check.mode) {
found <- found[sapply(found, function(x) {
exists(x, where = i, mode = mode, inherits = FALSE)
})]
}
numFound <- length(found)
x <- c(x, if (where)
structure(found, names = rep.int(i, numFound)) else found)
}
}
x
}
2018 Jun 07
3
FTS Solr errors using doveadm
...ene q.op=AND}from:smith",
????? "fl":"uid,score",
????? "sort":"uid asc",
????? "fq":"+box:b571472154d7035b4e250000d09efc50 +user:caroline at covermg.com",
????? "rows":"69235"}},
? "response":{"numFound":0,"start":0,"maxScore":0.0,"docs":[]
? }}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://dovecot.org/pipermail/dovecot/attachments/20180607/a83e2bc7/attachment.html>
2011 Oct 13
1
Rare error with concurrent users searching with fts-solr
...ot;q">BLABLABLA</str>
<str name="fq">+user:"ANYUSER" +uidv:1208469916 +box:"ANYFOLDER"
-ns:[* TO *]</str>
<str name="rows">1</str>
</lst>
</lst>
<result name="response" numFound="0" start="0" maxScore="0.0"/>
</response>
At first, I think that the problems it's in Solr, but after get all
GET from tcpdump, I make a python script with urllib2 and send it all
to Solr with the same concurrency and I can't get any error or "...