Details
-
Bug
-
Resolution: Cannot Reproduce
-
Major - P3
-
None
-
2.7.2
-
None
-
MongoDB 2.0.4 ( CentOS 5.3 ) --> Sharding : 3 datanode , 3 mongos, 3mongod conf
Java Driver 2.7.2
Description
I use the MongoDB and develop by java enviroment. and Using find mehtod with skip and limit, result of find is not correct.
For example find(query).skip(0).limit(1000) --> This query result is not correct, but if i set the limit value 100 or 300, the result is correct.
Query is very simple but use the array index.
What is the problem ? Please Solve this..