forked from apache/hbase
-
Notifications
You must be signed in to change notification settings - Fork 0
Branch 1 #3
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
Merged
Merged
Branch 1 #3
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…k hours Closes #2099 Signed-off-by: Viraj Jasani <vjasani@apache.org> Signed-off-by: Mingliang Liu <liuml07@apache.org>
…group Closes #2102 Signed-off-by: Viraj Jasani <vjasani@apache.org>
Running `ServerKillingChaosMonkey` via `RESTApiClusterManager` for any duration of time slowly leaks region servers. I see failures on the RESTApi side go unreported on the ChaosMonkey side. It seems like `RuntimeException`s are being thrown and lost. `PolicyBasedChaosMonkey` uses a primitive means of thread management anyway. Update to use a thread pool, thread groups, and an uncaughtExceptionHandler. Signed-off-by: Bharath Vissapragada <bharathv@apache.org> Signed-off-by: Viraj Jasani <vjasani@apache.org>
…tes" Closes #2117 Signed-off-by: Viraj Jasani <vjasani@apache.org> Signed-off-by: Nick Dimiduk <ndimiduk@apache.org>
Closes #2147 Signed-off-by: Duo Zhang <zhangduo@apache.org> Signed-off-by: Viraj Jasani <vjasani@apache.org>
Signed-off-by: Duo Zhang <zhangduo@apache.org> Signed-off-by: Viraj Jasani <vjasani@apache.org>
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 <apurtell@apache.org> (cherry picked from commit f07f30a)
…losed connection (#2170) Rewrote the patch for branch-1 since master has significanly diverged. (cherry picked from commit dc5ef7af1f8b9e386495a73924c9442203f65a77) Co-authored-by: Bharath Vissapragada <bharathv@apache.org> Signed-off-by: Bharath Vissapragada <bharathv@apache.org> Signed-off-by: Sandeep Pal <50725353+sandeepvinayak@users.noreply.github.com> Co-authored-by: Sandeep Pal <50725353+sandeepvinayak@users.noreply.github.com>
if hbase.rowlock.wait.duration is <=0 then log a message and treat it as a value of 1ms. amended for branches-1 Signed-off-by: Viraj Jasani <vjasani@apache.org> (cherry picked from commit 840a557)
Closes #2185 Signed-off-by: Viraj Jasani <vjasani@apache.org>
…milies" This reverts commit 4b77c00.
Closes #2185 Signed-off-by: Viraj Jasani <vjasani@apache.org>
Adds `protected abstract Logger getLogger()` to `Action` so that implementation's names are logged when actions are performed. Signed-off-by: stack <stack@apache.org> Signed-off-by: Jan Hentschel <jan.hentschel@ultratendency.com> foo
…hy ; ADDENDUM Signed-off-by: Jan Hentschel <jan.hentschel@ultratendency.com>
* refactor how we use connection to rely on the access method * refactor initialization and cleanup of the shared connection * incompatibly change HCTU's Configuration member variable to be final so it can be safely accessed from multiple threads. Closes #2188 adapted for jdk7 Signed-off-by: Viraj Jasani <vjasani@apache.org> (cherry picked from commit 86ebbdd) (cherry picked from commit 0806349)
Signed-off-by: Viraj Jasani <vjasani@apache.org>
Signed-off-by: Viraj Jasani <vjasani@apache.org> Signed-off-by: Bharath Vissapragada <bharathv@apache.org>
…n server count Sometimes running chaos monkey, I've found that we lose accounting of region servers. I've taken to a manual process of checking the reported list against a known reference. It occurs to me that ChaosMonkey has a known reference, and it can do this accounting for me. Signed-off-by: Viraj Jasani <vjasani@apache.org>
…nPolicy (#2203) Looped through the test 100 times and it passes. Without the patch it fails every ~10 runs or so. Signed-off-by: Viraj Jasani <vjasani@apache.org> Signed-off-by: Michael Stack <stack@apache.org>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.