MongoDb 2.6.1 Error: 17444 - “Legacy point is out of bounds for spherical query”
问题 After upgrading MongoDb to 2.6.1 in my System n i get sometimes the following error: Legacy point is out of bounds for spherical query ErrorCode 17444 Here: https://github.com/mongodb/mongo/blob/master/src/mongo/db/geo/geoquery.cpp#L73 I can see that this is raised by mongo db due to some invalid data. // The user-provided point can be flat. We need to make sure that it's in bounds. if (isNearSphere) { uassert(17444, "Legacy point is out of bounds for spherical query", centroid