-
Notifications
You must be signed in to change notification settings - Fork 740
Handle unhandled exceptions during build index SchemeShard init #19312
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
Conversation
|
🟢 |
|
⚪ DetailsTest history | Ya make output | Test bloat
⚪ DetailsTest history | Ya make output | Test bloat | Test bloat
⚪ Test history | Ya make output | Test bloat | Test bloat | Test bloat
🟢
*please be aware that the difference is based on comparing your commit and the last completed build from the post-commit, check comparation |
|
⚪ DetailsTest history | Ya make output | Test bloat
⚪ DetailsTest history | Ya make output | Test bloat | Test bloat
⚪ Test history | Ya make output | Test bloat | Test bloat | Test bloat
🟢
*please be aware that the difference is based on comparing your commit and the last completed build from the post-commit, check comparation |
|
⚪ DetailsTest history | Ya make output | Test bloat
⚪ Test history | Ya make output | Test bloat | Test bloat
🟢
*please be aware that the difference is based on comparing your commit and the last completed build from the post-commit, check comparation |
|
⚪ DetailsTest history | Ya make output | Test bloat
⚪ DetailsTest history | Ya make output | Test bloat | Test bloat
⚪ Test history | Ya make output | Test bloat | Test bloat | Test bloat
🟢
*please be aware that the difference is based on comparing your commit and the last completed build from the post-commit, check comparation |
| TString uid = row.template GetValue<Schema::IndexBuild::Uid>(); | ||
|
|
||
| TIndexBuildInfo::TPtr indexInfo = new TIndexBuildInfo(id, uid); | ||
| // note: essential fields go first to be filled if an error occurs |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
дифф ниже просто переупорядочевание
|
В целом по-моему нормально, единственно может быть на будущее стоило бы подумать про то, чтобы ограничить спектр перехватываемого, типа например перехватывать только то, что кидает Y_ENSURE, или сделать какой-то свой ENSURE... Но может быть и нет т.к. справедливый ответ, что например .at() и out_of_range тоже хотим поймать. В общем наверное пусть так и будет пока. |
Changelog entry
...
Changelog category
Description for reviewers
Part of #18648