0 votes
in MongoDB by

If a ‘moveChunk’ fails, is it necessary to cleanup the partially moved docs?

1 Answer

0 votes
by

No, chunk moves are consistent and deterministic. The move will retry and when completed, the data will be only on the new Shard.

🔗Reference : stackoverflow.com

🔗Source: Azure Interview Questions and Answers

Related questions

0 votes
asked Mar 28, 2021 in Testing by rajeshsharma
0 votes
asked Dec 27, 2023 in Nexus by sharadyadav1986
...