> --
> You received this message because you are subscribed to the Google Groups "mongodb-user" group.
> To post to this group, send email to mongod...@googlegroups.com.
> To unsubscribe from this group, send email to mongodb-user...@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/mongodb-user?hl=en.
>
>
On Tue, Sep 20, 2011 at 12:31 PM, Robbie Cheng <robbi...@gmail.com> wrote:
> {
Please open a new Topic/Post and restate your problem as it's not clear which one you have.
In the future, if possible please avoid opening very old topics.
I hate the same problem:mongos> db.printShardingStatus()--- Sharding Status ---sharding version: { "_id" : 1, "version" : 3 }shards:{ "_id" : "shard0000", "host" : "127.0.0.1:27018" }{ "_id" : "shard0001", "host" : "127.0.0.1:27019" }{ "_id" : "shard0002", "host" : "127.0.0.1:27020" }databases:{ "_id" : "admin", "partitioned" : false, "primary" : "config" }{ "_id" : "test", "partitioned" : false, "primary" : "shard0000" }{ "_id" : "mydb", "partitioned" : true, "primary" : "shard0000" }mydb.products chunks:shard0000 1{ "nr" : { $minKey : 1 } } -->> { "nr" : { $maxKey : 1 } } on : shard0000 { "t" : 1000, "i" : 0 }