-
Notifications
You must be signed in to change notification settings - Fork 3.3k
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
[fix](stats) Fix analyze failed when there are thousands of partitions. #24521
Merged
Conversation
This file contains 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
run buildall |
englefly
approved these changes
Sep 18, 2023
morrySnow
approved these changes
Sep 18, 2023
github-actions
bot
added
the
approved
Indicates a PR has been approved by one committer.
label
Sep 18, 2023
PR approved by at least one committer and no changes requested. |
PR approved by anyone and no changes requested. |
morrySnow
changed the title
[fix](optimizer) Fix analyze failed when there are thousands of partitions.
[fix](stats) Fix analyze failed when there are thousands of partitions.
Sep 18, 2023
xiaokang
added
dev/2.0.2
p0_b
merge_conflict
dev/2.0.2-merged
and removed
dev/2.0.2
labels
Sep 18, 2023
xiaokang
pushed a commit
that referenced
this pull request
Sep 18, 2023
…s. (#24521) It's caused by we used same query id for multiple queries of same olap analyze task, but many structures related to query execution depends on query id.
morningman
pushed a commit
that referenced
this pull request
Oct 15, 2023
….0 (#25421) This PR is composed of belowing commits which has been merged to Doirs master: * #24769 * #24672 * #24599 * #24521 * #24405 * #24237 * #24135 * #24074 * #24026 * #23992 * #23978 * #23622 * #23507 * #23354 * #23103 * #22963 * #22896 * #22775 * #22773 After this PR, when user upgrade Doris from 2.0.2 to 2.0.3, the origin info in AnalysisManager will be ignored, and the new module AnalysisManagerV2 will be saved(with more info).
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
approved
Indicates a PR has been approved by one committer.
dev/2.0.2-merged
merge_conflict
p0_b
reviewed
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.
Proposed changes
It's caused by we used same query id for multiple queries of same olap analyze task, but many structures related to query execution depends on query id.
Further comments
If this is a relatively large or complex change, kick off the discussion at [email protected] by explaining why you chose the solution you did and what alternatives you considered, etc...