-
Couldn't load subscription status.
- Fork 727
Y_FAIL_S in the TDistributedTransaction constructor #27103
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
Y_FAIL_S in the TDistributedTransaction constructor #27103
Conversation
|
🟢 |
|
⚪ |
|
⚪ |
|
⚪ ⚪ Ya make output | Test bloat | Test bloat
⚪ 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 |
|
⚪
🟢
*please be aware that the difference is based on comparing your commit and the last completed build from the post-commit, check comparation |
| break; | ||
| case NKikimrPQ::TTransaction::KIND_UNKNOWN: | ||
| Y_FAIL_S("unknown transaction type"); | ||
| AFL_ENSURE(false); |
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.
а по логам поймем в какой партиии и на каком ключе это произошло? может подробностей докинуть?
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.
Добавил макрос TX_ENSURE. Он добавляет в контекст идентификатор транзакции и состояние.
c9f42b6
3664b87 to
d444402
Compare
|
⚪
🟢
*please be aware that the difference is based on comparing your commit and the last completed build from the post-commit, check comparation |
|
⚪ ⚪ 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 |
Changelog entry
Replaced it with AFL_ENSURE. During the initialization of the PQ tablet, the Kind field is checked for the transaction.
Changelog category
Description for reviewers
...