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

HubSpot Backport: HBASE-28586 Backport HBASE-24791 Improve HFileOutputFormat2 to avoid always call getTableRelativePath method #98

Merged
merged 1 commit into from
May 22, 2024

Conversation

jbewing
Copy link

@jbewing jbewing commented May 21, 2024

This PR backports https://issues.apache.org/jira/browse/HBASE-28586 / https://issues.apache.org/jira/browse/HBASE-24791 to our fork. @mperez and I were wondering why a bulkload of a smaller size (hundreds of GB) was taking so long today and upon taking a flamegraph, HFileOutputFormat2#getTableRelativePath was revealed to be occupying 3x more CPU time than StoreFileWriter#append (which is the exact situation described in https://issues.apache.org/jira/browse/HBASE-24791)

…tFormat2 to avoid always call getTableRelativePath method (apache#5888)

Signed-off-by: Duo Zhang <zhangduo@apache.org>
@rmdmattingly rmdmattingly merged commit 91b54ce into hubspot-2.5 May 22, 2024
1 check passed
@rmdmattingly rmdmattingly deleted the backport-HBASE-28586 branch May 22, 2024 15:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants