-
Type:
Improvement
-
Resolution: Fixed
-
Priority:
Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
Replication
-
Fully Compatible
-
v8.2, v8.1, v8.0
-
Repl 2025-08-04, Repl 2025-08-18, Repl 2025-09-01, Repl 2025-09-15
-
None
-
None
-
None
-
None
-
None
-
None
-
None
Particularly during secondary oplog application, if a write conflict is repeatedly hit, it indicates a problem that is not going to go away. Right now, we don't have a lot of diagnostic information to help understand what's going on when a write conflict is hit. After we see a few thousand write conflicts in a row for the same transaction, we should make use of some diagnostic APIs that WT has to dump out sessions and other global state. This could help us piece together what could be going on.