-
Notifications
You must be signed in to change notification settings - Fork 6.9k
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
make writebuffers cancelable #64478
make writebuffers cancelable #64478
Conversation
This is an automated comment for commit bbd9c77 with description of existing statuses. It's updated for the latest CI running ❌ Click here to open a full report in a separate page
Successful checks
|
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.
👍
It will take a time to pass all the tests here. For example now fast tests are failed because |
@antonio2368 could I ask you to check this once again? |
Co-authored-by: Antonio Andelic <antonio2368@users.noreply.github.com>
I have rerun CI because |
related to the issue. It is a good catch!
It is an example when After that, WriteBufferFromFileDecorator is considered as finalized and WriteBufferFromFileDecorator::impl is not. I need to untangle this as well. |
02956_rocksdb_bulk_sink flaks in master. |
fixes #64451
Changelog category (leave one):
Changelog entry (a user-readable short description of the changes that goes to CHANGELOG.md):
Fix bug with cancelation buffer when canceling a query.
Documentation entry for user-facing changes
CI Settings
NOTE: If your merge the PR with modified CI you MUST KNOW what you are doing
NOTE: Checked options will be applied if set before CI RunConfig/PrepareRunConfig step