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

HIVE-25217: Move isEligibleForCompaction evaluation under the Initiator thread pool #2367

Merged
merged 1 commit into from
Jun 22, 2021

Conversation

deniskuzZ
Copy link
Member

@deniskuzZ deniskuzZ commented Jun 8, 2021

What changes were proposed in this pull request?

Move isEligibleForCompaction evaluation under the Initiator thread pool

Why are the changes needed?

Checking for eligibility >1 mil of distinct table / partition combinations can take a while by the Initiator since all steps are performed in the main thread.

Does this PR introduce any user-facing change?

No

How was this patch tested?

Itest

@deniskuzZ deniskuzZ merged commit 570f0a1 into apache:master Jun 22, 2021
@deniskuzZ deniskuzZ deleted the HIVE-25217 branch June 22, 2021 19:26
dengzhhu653 pushed a commit to dengzhhu653/hive that referenced this pull request Dec 15, 2022
…or thread pool (Denys Kuzmenko, reviewed by Karen Coppage)

Closes (apache#2367)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
3 participants