We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
PQ
SchemeShard
As a result, subsequent transactions hang as well.
This is reproduced in a test with reboots that sends two consecutive transactions - creating a topic and adding a consumer to the created topic.
#14780 (comment)
With the changes from pull-request #14780, the following test falls down
./ya make -ttt --build "relwithdebinfo" -F 'TImportWithRebootsTests::ShouldSucceedOnSingleChangefeed' ydb/core/tx/schemeshard/ut_restore
The text was updated successfully, but these errors were encountered:
Alek5andr-Kotov
No branches or pull requests
Uh oh!
There was an error while loading. Please reload this page.
PQ
tablet sends a message toSchemeShard
that the schema transaction was successfully executedPQ
tablet does not have time to write to disk that it has executed the transaction and restartsPQ
tablet continues to execute the transaction, but it hangs because the event from the partition actor is lost.As a result, subsequent transactions hang as well.
This is reproduced in a test with reboots that sends two consecutive transactions - creating a topic and adding a consumer to the created topic.
#14780 (comment)
With the changes from pull-request #14780, the following test falls down
The text was updated successfully, but these errors were encountered: