Details
-
Bug
-
Resolution: Cannot Reproduce
-
Major - P3
-
None
-
1.10
-
CentOS 6.4
Description
I deploy a sharded cluster on CentOS 6.4 with MongoDB 3.0.2 and develop my application with .net 4.5.
When I use the GetIndexes method in C# Driver, it returns empty as index1.png shows.
When I use this method to a mongos of MongoDB 2.4.10 version, it can correctly return the result as index2.png shows.
I check the language compatibility and don't find any problems.