-
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
HBASE-26670 HFileLinkCleaner should be added even if snapshot is disa… #4032
Conversation
🎊 +1 overall
This message was automatically generated. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Will it effect performance a lot if we always add HFileLinkCleader?
And please add comments to say why here we still need to add HFileLinkCleaner.
If disable snapshot and add HFileLinkCleaner, the additional cost is list back reference dirs for every hfile in archive dir, see hbase/hbase-server/src/main/java/org/apache/hadoop/hbase/master/cleaner/HFileLinkCleaner.java Line 97 in 71ff3ec
|
f576c59
to
2b4f79b
Compare
🎊 +1 overall
This message was automatically generated. |
…bled (#4032) Signed-off-by: Duo Zhang <zhangduo@apache.org> Signed-off-by: Andrew Purtell <apurtell@apache.org>
…bled (#4032) Signed-off-by: Duo Zhang <zhangduo@apache.org> Signed-off-by: Andrew Purtell <apurtell@apache.org>
…bled (#4032) Signed-off-by: Duo Zhang <zhangduo@apache.org> Signed-off-by: Andrew Purtell <apurtell@apache.org>
🎊 +1 overall
This message was automatically generated. |
🎊 +1 overall
This message was automatically generated. |
…bled (apache#4032) Signed-off-by: Duo Zhang <zhangduo@apache.org> Signed-off-by: Andrew Purtell <apurtell@apache.org> (cherry picked from commit c3c8047) Change-Id: I13cdd8c280343b7b6f063336c481582a025c7d41
…bled