We are running a sharded environment which the shard key is hashed(_id) (_id being a bsonId).
We ran a large update where we updated around 27,000 documents by _id, the returned modified documents count was near 30,000.
I was wondering why this happened and is this behavior normal? (duplicated data being rebalanced maybe?)
Thanks