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
If the distributed sender receives a batch with a begin transaction and end transaction, attempt as a single atomic write to Raft in the event that all keys reside within a single range.
The text was updated successfully, but these errors were encountered:
pieces missing here are only the interplay between chunked sender and DistSender (the former currently always cuts EndTransaction off).
Then: on Replica, enable auto-gc if an executed batch constitutes the all the writes of a transaction (we can tell this from the intents list), closing #2717.
If the distributed sender receives a batch with a begin transaction and end transaction, attempt as a single atomic write to Raft in the event that all keys reside within a single range.
The text was updated successfully, but these errors were encountered: