-
Type: Bug
-
Resolution: Cannot Reproduce
-
Priority: Blocker - P1
-
None
-
Affects Version/s: 2.4.5
-
Component/s: Querying
-
None
-
Environment:osx ssd 8gb
-
OS X
-
I am doing a range query that uses a compound index. It covers about 1.7M results. In java I run the query and iterate over all the results. After the last result is read the cursor.hasNext() function hangs for over 8 minutes.
If I look at the log when it finally returns it has yielded over 843,000 times.
There is no other load on the server or the machine.
What's going on here?