-
Notifications
You must be signed in to change notification settings - Fork 40
Open
Labels
blockstoreAdd this label to run only cloud/blockstore build and tests on PRAdd this label to run only cloud/blockstore build and tests on PR
Description
Currently if read overlaps with Unconfirmed data we send error
| auto error = MakeError( |
This leads to retry from client with different commitID which slows read speed because of errors and newer commitID that can again overlap with newer unconfirmed data.
Introducing mechanic similar to throttle behavior where we can enqueue the initial request with initial commit id and execute latter or even reschedule inside the prepareTx eliminates this problem.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
blockstoreAdd this label to run only cloud/blockstore build and tests on PRAdd this label to run only cloud/blockstore build and tests on PR