Fix: Not-ready Set with parallel replicas#69264
Merged
devcrafter merged 7 commits intomasterfrom Sep 6, 2024
Merged
Conversation
Contributor
|
This is an automated comment for commit b3b8abb 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
|
KochetovNicolai
approved these changes
Sep 4, 2024
29 tasks
| required_builds=[BuildNames.PACKAGE_TSAN], num_batches=6 | ||
| required_builds=[BuildNames.PACKAGE_TSAN], | ||
| num_batches=6, | ||
| timeout=9000, # the job timed out with default value (7200) |
Member
This was referenced Sep 6, 2024
robot-clickhouse
added a commit
that referenced
this pull request
Sep 6, 2024
This was referenced Sep 6, 2024
robot-clickhouse
added a commit
that referenced
this pull request
Sep 6, 2024
This was referenced Sep 6, 2024
robot-clickhouse
added a commit
that referenced
this pull request
Sep 6, 2024
robot-ch-test-poll4
added a commit
that referenced
this pull request
Sep 6, 2024
Backport #69264 to 24.6: Fix: Not-ready Set with parallel replicas
robot-ch-test-poll
added a commit
that referenced
this pull request
Sep 6, 2024
Backport #69264 to 24.7: Fix: Not-ready Set with parallel replicas
robot-clickhouse-ci-1
added a commit
that referenced
this pull request
Sep 6, 2024
Backport #69264 to 24.8: Fix: Not-ready Set with parallel replicas
robot-clickhouse
added a commit
that referenced
this pull request
Sep 10, 2024
devcrafter
added a commit
that referenced
this pull request
Sep 10, 2024
Backport #69264 to 24.3: Fix: Not-ready Set with parallel replicas
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.
The error happened during estimation of number of rows to read for parallel replicas, i.e. with non-zero
parallel_replicas_min_number_of_rows_per_replica, and queries withINoperator in conditionChangelog category (leave one):
CI Settings (Only check the boxes if you know what you are doing):