-
Notifications
You must be signed in to change notification settings - Fork 604
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Change VERIFY BuildRequest to KILL_TABLET #7901
Comments
I have the same problem
Version: d425a70 |
repeated in http://ydb-sas-testing-0000.search.yandex.net:8765/monitoring/cluster/nodes |
prio:high потому что стоппит тестирование с немезисом |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
https://github.com/ydb-platform/ydb/blob/main/ydb/core/tx/columnshard/blobs_action/bs/gc.cpp#L62
Currently, in case of issues with blob storage, verification triggers and the entire process fails. We need to switch to terminating only the tablet.
If we're already experiencing problems with blob storage, then killing the node and restarting all tablets on it might exacerbate the situation.
It's better to reduce the impact radius to a single tablet.
The text was updated successfully, but these errors were encountered: