-
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 22537 #307
Closed
Closed
HBase 22537 #307
Conversation
This file contains 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
Outdated
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 <wchevreuil@apache.org>
…changes should be addressed on its own jira issue.
💔 -1 overall
This message was automatically generated. |
Signed-off-by: Balazs Meszaros <meszibalu@apache.org>
…ermissions on created table Signed-off-by: Reid Chan <reidchan@apache.org>
…APIs (apache#208) Signed-off-by: stack <stack@apache.org>
Signed-off-by: huzheng <openinx@gmail.com>
…hecker and PeriodicMemStoreFlusher Signed-off-by: Zach York <zyork@apache.org> Signed-off-by: Xu Cang <xucang@apache.org>
…rsions Signed-off-by: Sean Busbey <busbey@apache.org> (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 <reidchan@apache.org> Signed-off-by: Sakthi <sakthivel.azhaku@gmail.com> (cherry picked from commit 9aee88e)
…component ops (apache#329) Signed-off-by: Reid Chan <reidchan@apache.org> Signed-off-by: Michael Stack <stack@apache.org>
…should skip store files for unknown column families (apache#344) Signed-off-by: Guanghao Zhang <zghao@apache.org>
Signed-off-by: stack <stack@apache.org>
…tionQueueStorage Signed-off-by: Sakthi <sakthivel.azhaku@gmail.com> Signed-off-by: Duo Zhang <zhangduo@apache.org>
…'s pendingAssginQueue is cleared
Signed-off-by: stack <stack@apache.org>
…in client registry may crash a master
…sign forever fail Signed-off-by: Allan Yang <allan163@apache.org> Signed-off-by: Michael Stack <stack@apache.org>
Signed-off-by: Peter Somogyi <psomogyi@apache.org> Signed-off-by: Sakthi <sakthivel.azhaku@gmail.com>
Signed-off-by: Sean Busbey <busbey@apache.org>
…able" by Jim R. Wilson Signed-off-by: Sean Busbey <busbey@apache.org>
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.