I see mongorestore failing from time to time reporting:
error creating indexes for …: createIndex error: (InterruptedDueToReplStateChange)
The error message is pretty clear, but my question is: shouldn’t mongorestore retry a few times?
For what I see in logs and docs it seems it does not. Still, this sound strange to me as restore procedure always take time and replica state change are not so uncommon.
Am I missing something?