-
Notifications
You must be signed in to change notification settings - Fork 3.4k
HBase 22537 #307
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
Closed
Closed
HBase 22537 #307
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
…leting table successfully and restarting RegionServer
wchevreuil
commented
Jun 14, 2019
...erver/src/main/java/org/apache/hadoop/hbase/master/assignment/SplitTableRegionProcedure.java
Outdated
Show resolved
Hide resolved
wchevreuil
commented
Jun 14, 2019
hbase-server/src/main/java/org/apache/hadoop/hbase/master/assignment/UnassignProcedure.java
Show resolved
Hide resolved
wchevreuil
commented
Jun 14, 2019
hbase-server/src/test/java/org/apache/hadoop/hbase/client/TestAsyncNonMetaRegionLocator.java
Outdated
Show resolved
Hide resolved
wchevreuil
commented
Jun 14, 2019
hbase-server/src/test/java/org/apache/hadoop/hbase/client/TestAsyncNonMetaRegionLocator.java
Outdated
Show resolved
Hide resolved
wchevreuil
commented
Jun 14, 2019
hbase-server/src/test/java/org/apache/hadoop/hbase/client/TestAsyncNonMetaRegionLocator.java
Show resolved
Hide resolved
…de blocks, simplified util method for inserting data.
|
🎊 +1 overall
This message was automatically generated. |
|
💔 -1 overall
This message was automatically generated. |
…leting table successfully and restarting RegionServer Signed-off-by: Wellington Chevreuil <[email protected]>
…changes should be addressed on its own jira issue.
|
💔 -1 overall
This message was automatically generated. |
Signed-off-by: Balazs Meszaros <[email protected]>
…ermissions on created table Signed-off-by: Reid Chan <[email protected]>
…APIs (apache#208) Signed-off-by: stack <[email protected]>
Signed-off-by: huzheng <[email protected]>
…hecker and PeriodicMemStoreFlusher Signed-off-by: Zach York <[email protected]> Signed-off-by: Xu Cang <[email protected]>
…rsions Signed-off-by: Sean Busbey <[email protected]> (cherry picked from commit 6a068da)
…pache#281) HBASE-22520 Avoid possible NPE while performing seekBefore in HalfStoreFileReader
* phrase fudge factor "deltas" in terms of the original period * increase the delta allowed for chore timing from 5% to 20% * improve some assertions Closes apache#328 Signed-off-by: Reid Chan <[email protected]> Signed-off-by: Sakthi <[email protected]> (cherry picked from commit 9aee88e)
…component ops (apache#329) Signed-off-by: Reid Chan <[email protected]> Signed-off-by: Michael Stack <[email protected]>
) Signed-off-by: Guanghao Zhang <[email protected]> Signed-off-by: Andrew Purtell <[email protected]>
…should skip store files for unknown column families (apache#344) Signed-off-by: Guanghao Zhang <[email protected]>
Signed-off-by: stack <[email protected]>
…tionQueueStorage Signed-off-by: Sakthi <[email protected]> Signed-off-by: Duo Zhang <[email protected]>
…'s pendingAssginQueue is cleared
Signed-off-by: stack <[email protected]>
…in client registry may crash a master
…sign forever fail
Signed-off-by: Allan Yang <[email protected]>
Signed-off-by: Michael Stack <[email protected]>
Signed-off-by: Peter Somogyi <[email protected]> Signed-off-by: Sakthi <[email protected]>
Signed-off-by: Sean Busbey <[email protected]>
…able" by Jim R. Wilson Signed-off-by: Sean Busbey <[email protected]>
Contributor
Author
|
Rebased this PR with branch-2.1. |
|
💔 -1 overall
This message was automatically generated. |
|
💔 -1 overall
This message was automatically generated. |
|
💔 -1 overall
This message was automatically generated. |
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.
This PR consists of two commits on top of branch-2.1:
I had proposed a minor change in my commit because original fix would cause region close notification eve for read replicas, I'm not sure this is ideal.
Additional work may be needed on existing test, so it may be easy to collaborate via this PR. I can then squash all commits into a single one once we are ready to apply the fix.