Sometimes TestColl.count({}) could return 3, because the document in the shard0000 is not deleted in time.
This issue could be avoided by adding "_waitForDelete : true" at the moveChunk command in the previous line.
Sometimes TestColl.count({}) could return 3, because the document in the shard0000 is not deleted in time.
This issue could be avoided by adding "_waitForDelete : true" at the moveChunk command in the previous line.