-
Notifications
You must be signed in to change notification settings - Fork 738
Open
Description
You may see it on the jepsen latency chart like this
It does not causes anomalies, but it makes the latency very bad. So we need to fix that.
Probable causes:
- There may be a problem in the distributed commit logic. In some cases, the events come in such an order that the transaction does not progress and stuck. TEvWakeUp comes after the timeout, and wakes the tx up, so it progresses and finishes.
- Some heavy system transactions may coma and just take too much time to execute, so all the others wait.
Important note: this problem can be reproduced even on a table of 3 partitions (that makes reading the logs and debugging much easier)
Metadata
Metadata
Assignees
Labels
No labels