[DocDB] SafeTimeForTransactionParticipant advances safe time before Raft processes pending operation #24285
Closed
1 task done
Labels
area/docdb
YugabyteDB core features
kind/bug
This issue is a bug
priority/medium
Medium priority issue
Jira Link: DB-13174
Description
TServer encountered a FATAL when adding a pending operation to RAFT:
The hypothesis of the root cause is is,
SetCleanupPool
get called, and it eventually callsMinRunningHybridTime
.MinRunningHybridTime
sends a status request with a callback functionRunningTransaction::StatusReceived
.RunningTransaction::StatusReceived
) is the starting point of the call stack that leads to theSafeTimeForTransactionParticipant
, which advanced safe time to kNow before Raft process the pending operation. Here is the call stackIssue Type
kind/bug
Warning: Please confirm that this issue does not contain any sensitive information
The text was updated successfully, but these errors were encountered: