Skip to content
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

[regression-test](case) do statistics table compaction before quit regression tests #36611

Merged
merged 1 commit into from
Jun 21, 2024

Conversation

shuke987
Copy link
Collaborator

Proposed changes

In regression, we will check whether there are pipeline tasks after all test cases were finished.
But in regression-tests, creating and dropping tables are frequency operations, which will cause multiple delete predicater in statistics table rowsets, which will cause statistics operations running slowly.
This pr will try to do a full compaction in statitics in nonConccurent mode, try to solve the problem.

Issue Number: close #xxx

@doris-robot
Copy link

Thank you for your contribution to Apache Doris.
Don't know what should be done next? See How to process your PR

Since 2024-03-18, the Document has been moved to doris-website.
See Doris Document.

@shuke987
Copy link
Collaborator Author

run buildall

@shuke987 shuke987 changed the title [regression-test](case) do statistics table compaction before quit [regression-test](case) do statistics table compaction before quit regression tests Jun 20, 2024
Copy link
Contributor

@hello-stephen hello-stephen left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@github-actions github-actions bot added the approved Indicates a PR has been approved by one committer. label Jun 21, 2024
Copy link
Contributor

PR approved by at least one committer and no changes requested.

Copy link
Contributor

PR approved by anyone and no changes requested.

@hello-stephen hello-stephen merged commit 909c554 into apache:master Jun 21, 2024
28 of 31 checks passed
dataroaring pushed a commit that referenced this pull request Jun 21, 2024
…gression tests (#36611)

## Proposed changes
In regression, we will check whether there are pipeline tasks after all
test cases were finished.
But in regression-tests, creating and dropping tables are frequency
operations, which will cause multiple delete predicater in statistics
table rowsets, which will cause statistics operations running slowly.
This pr will try to do a full compaction in statitics in nonConccurent
mode, try to solve the problem.

Issue Number: close #xxx

<!--Describe your changes.-->
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/3.0.0-merged reviewed
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants