You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The TiKV has recently been launching a new feature in the transaction model named Async commit. It's an optimization that reduces the commit latency from 2PC to 1PC. However, this feature has not been reflected in the TLA+ Specs.
This issue tracks updating the spec and also running TLC model checker on the new model to gain more confidence on the async commit design.
The text was updated successfully, but these errors were encountered:
The TiKV has recently been launching a new feature in the transaction model named Async commit. It's an optimization that reduces the commit latency from 2PC to 1PC. However, this feature has not been reflected in the TLA+ Specs.
This issue tracks updating the spec and also running TLC model checker on the new model to gain more confidence on the async commit design.
The text was updated successfully, but these errors were encountered: