-
Type:
Improvement
-
Resolution: Unresolved
-
Priority:
Major - P3
-
None
-
Affects Version/s: 8.2.0-rc0
-
Component/s: Replication
-
Replication
-
Repl 2025-08-04
-
None
-
3
-
TBD
-
None
-
None
-
None
-
None
-
None
-
None
-
None
MongoDB allows clients to safely retry writes in the face of certain errors where the client believes the database did not apply a requested change but the database actually applied the requested change. The feature is called Retryable Writes.
Currently MongoDB does not generate any metrics regarding retried writes. It's not possible to answer the following question:
- How often are writes retried
- What is the duration between the original write and the retried write
The server should provide the relevant metrics to answer the questions above and any other relevant questions regarding the use of retryable writes