Support Deadline parameter in YDB TEvGet message for async get #2489
Labels
blockstore
Add this label to run only cloud/blockstore build and tests on PR
filestore
Add this label to run only cloud/filestore build and tests on PR
It is observed that due to some bug(s) in ydb blob storage under heavy load, it is possible that async TEvGet message gets lost forever(at least util tablet is restarted). In this case operations using async gets stuck. While ydb investigating this issue we can properly set Deadline field in a message and BS proxy will reply we deadline exxeeded error for TEvGet's missed deadline. Of course timeout should be big enougth not to flood blob storage with extra messages.
The text was updated successfully, but these errors were encountered: