-
Notifications
You must be signed in to change notification settings - Fork 3.4k
HBASE-26320 Implement a separate thread pool for the LogCleaner #4895
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
Conversation
🎊 +1 overall
This message was automatically generated. |
🎊 +1 overall
This message was automatically generated. |
🎊 +1 overall
This message was automatically generated. |
🎊 +1 overall
This message was automatically generated. |
🎊 +1 overall
This message was automatically generated. |
🎊 +1 overall
This message was automatically generated. |
There are conflicts? |
This avoids starvation when the archive directory is large and takes a long time to iterate through. Signed-off-by: Duo Zhang <zhangduo@apache.org> Signed-off-by: Anoop Sam John <anoopsamjohn@apache.org> Signed-off-by: Pankaj <pankajkumar@apache.org>
9950025
to
ee655c4
Compare
Thanks, I've rebased this commit. |
🎊 +1 overall
This message was automatically generated. |
💔 -1 overall
This message was automatically generated. |
🎊 +1 overall
This message was automatically generated. |
🎊 +1 overall
This message was automatically generated. |
💔 -1 overall
This message was automatically generated. |
💔 -1 overall
This message was automatically generated. |
🎊 +1 overall
This message was automatically generated. |
🎊 +1 overall
This message was automatically generated. |
🎊 +1 overall
This message was automatically generated. |
…he#4895) This avoids starvation when the archive directory is large and takes a long time to iterate through. Signed-off-by: Duo Zhang <zhangduo@apache.org> Signed-off-by: Anoop Sam John <anoopsamjohn@apache.org> Signed-off-by: Pankaj <pankajkumar@apache.org> Co-authored-by: Xiaolin Ha <haxiaolin@apache.org> (cherry picked from commit f0c857a) Change-Id: Ia03944a7e0414406040fa6b75556e64a74e7bccf
This avoids starvation when the archive directory is large and takes a long time to iterate through.
Signed-off-by: Duo Zhang zhangduo@apache.org
Signed-off-by: Anoop Sam John anoopsamjohn@apache.org
Signed-off-by: Pankaj pankajkumar@apache.org