I followed the tutorial below to set up sharding. My initial node contained ~10k records once sharding was done the secondary node contained ~5k records however the first node still contains all of the records. I'm not sure what I missed, can anyone shed some light on this.http://docs.mongodb.org/manual/tutorial/convert-replica-set-to-replicated-shard-cluster/
Thank you for your time. I tried again by deleting all the data and following the tutorial once again and it worked, with one exception. When I run db.stats() the total object should add up to 10,000 however I get 10,012 rs1 -> 3285 rs2 -> 3363 rs3 -> 3364 = 10,012 but when I view it in MongoVue I get the right numbers 3360 + 3359 + 3281 = 10,000