[docdb] Investigate raft race between incoming write operations and background applies #3477
Labels
area/docdb
YugabyteDB core features
kind/bug
This issue is a bug
priority/medium
Medium priority issue
Jira Link: DB-1383
See #3288 (comment) for background apply of
Truncate
racing with a foregroundRaftConsensus::UpdateReplica
.Is this really an out of order execution (as we were considering offline), or more just that, if Truncate was op id X, we are now applying it, while also processing some incoming operation at id X+1 and these can race on tablet/rocksdb access?
The text was updated successfully, but these errors were encountered: