Does this look healthy?
Anything else I can check?
(In the process of "fixing" this I tried a removeshard which really
did nothing because
there isn't enough data in the db for sharding to happen yet. Anyway,
I think I cleaned everything
up in the config DB now and everything seems to be working fine.
I'm hoping that the removeshard doesn't have any lingering
consequences...)
I guess we learn the most by breaking things and having to fix
them. ;-)
> db.printShardingStatus();
--- Sharding Status ---
sharding version: { "_id" : 1, "version" : 3 }
shards:
{ "_id" : "sgm1", "host" :
"sgm1/
192.168.0.160:30000,
192.168.0.165:30000" }
{ "_id" : "sgm2", "host" :
"sgm2/
192.168.0.170:30000,
192.168.0.175:30000" }
databases:
{ "_id" : "admin", "partitioned" : false, "primary" : "config" }
{ "_id" : "sg", "partitioned" : true, "primary" : "sgm1" }
sg.dlp chunks:
{ "href" : { $minKey : 1 } } -->> { "href" : { $maxKey : 1 } } on :
sgm1 { "t" : 3000, "i" : 0 }
sg.dlu chunks:
{ "uid" : { $minKey : 1 } } -->> { "fb_uid" : { $maxKey : 1 } }
on : sgm1 { "t" : 3000, "i" : 0 }
sg.so chunks:
{ "uid" : { $minKey : 1 } } -->> { "fb_uid" : { $maxKey : 1 } }
on : sgm1 { "t" : 3000, "i" : 0 }