Fix window view missing blocks due to slow flush to view#67983
Merged
Algunenano merged 7 commits intoClickHouse:masterfrom Aug 27, 2024
Merged
Fix window view missing blocks due to slow flush to view#67983Algunenano merged 7 commits intoClickHouse:masterfrom
Algunenano merged 7 commits intoClickHouse:masterfrom
Conversation
This was referenced Aug 7, 2024
Contributor
|
This is an automated comment for commit e8d9fbd 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
|
alexey-milovidov
approved these changes
Aug 7, 2024
kssenii
reviewed
Aug 7, 2024
| try | ||
| { | ||
| if (max_watermark >= timestamp_now) | ||
| if (max_watermark >= timestamp_start) |
Member
There was a problem hiding this comment.
I think line 1099 also needs to be updated.
kssenii
approved these changes
Aug 8, 2024
Member
Author
|
01114_database_atomic -> Fixed in #68930 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Changelog category (leave one):
Changelog entry (a user-readable short description of the changes that goes to CHANGELOG.md):
Fix window view missing blocks due to slow flush to view
Reverts the recent changes making the tests no-parallel, which helped as it reduced the chance of the flush being slow (which leads to the block not being sent to the WATCH client)
Investigated based on https://s3.amazonaws.com/clickhouse-test-reports/67914/0cef18993604d80c85f9efc3d4bc6f5450995d66/stateless_tests_flaky_check__asan_.html. I changed the test to make it always fail without code changes (instead of being flaky)
Closes #53486.
Documentation entry for user-facing changes
CI Settings (Only check the boxes if you know what you are doing):