-
Notifications
You must be signed in to change notification settings - Fork 3.4k
HBASE-20226: Parallelize region manifest deletes #2159
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
We observed this delete call to be a bottleneck for table with lots of regions. Patch attempts to parrallelize them.
|
🎊 +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. |
|
Test failures aren't related and there is enough test coverage for these paths already. Thanks Andrew for taking a look. |
We observed this delete call to be a bottleneck for table with lots of regions. Patch attempts to parallelize them. Signed-off-by: Andrew Purtell <[email protected]> (cherry picked from commit f07f30a)
We observed this delete call to be a bottleneck for table with lots of regions. Patch attempts to parallelize them. Signed-off-by: Andrew Purtell <[email protected]> (cherry picked from commit f07f30a)
We observed this delete call to be a bottleneck for table with lots of regions. Patch attempts to parallelize them. Signed-off-by: Andrew Purtell <[email protected]> (cherry picked from commit f07f30a)
We observed this delete call to be a bottleneck for table with lots of regions. Patch attempts to parallelize them. Signed-off-by: Andrew Purtell <[email protected]> (cherry picked from commit f07f30a)
We observed this delete call to be a bottleneck for table with lots of regions. Patch attempts to parallelize them. Signed-off-by: Andrew Purtell <[email protected]> (cherry picked from commit f07f30a)
We observed this delete call to be a bottleneck for table with lots of regions. Patch attempts to parallelize them. Signed-off-by: Andrew Purtell <[email protected]> (cherry picked from commit f07f30a)
We observed this delete call to be a bottleneck for table with lots of regions. Patch attempts to parallelize them. Signed-off-by: Andrew Purtell <[email protected]> (cherry picked from commit f07f30a) (cherry picked from commit ac60fac) Change-Id: I048720783cccef271b8dabcc06b4ad2f81fd9492
We observed this delete call to be a bottleneck for table with lots of
regions. Patch attempts to parrallelize them.