forked from apache/hbase
-
Notifications
You must be signed in to change notification settings - Fork 0
同步官方最新代码 #2
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
同步官方最新代码 #2
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
… other replicas exist for the current region - addendum fixes NPE
…ssign Adds 'raw' assigns and unassigns methods to Hbck Service. Fixes HbckService so it works when cluster is Kerberized.
Signed-off-by: tedyu <yuzhihong@gmail.com>
…ault 4lw whitelist Recent versions of ZooKeeper whitelist the so-called 4-letter word admin commands, and 'stat' is not in the default whitelist. Set system property zookeeper.4lw.commands.whitelist=* in MiniZooKeeperCluster#setupTestEnv as we do not need to whitelist 4-letter commands for unit tests.
…_DELIMITED Signed-off-by: Andrew Purtell <apurtell@apache.org> Amending-Author: Andrew Purtell <apurtell@apache.org>
…d on region close Forward port small logging improvements from branch-1 version of this change.
Signed-off-by: Ted Yu <yuzhihong@gmail.com> Signed-off-by: anoopsamjohn <anoopsamjohn@gmail.com> Signed-off-by: Reid Chan <reidchan@apache.org>
Signed-off-by: Balazs Meszaros <balazs.meszaros@cloudera.com>
Remove unused methods from Sleeper (its ok, its @Private). Remove notion of startTime from Sleeper handling (it is is unused). Allow passing in how long to sleep so can maintain externally. In HRS, use a RetryCounter to calculate backoff sleep time for when reportForDuty is failing against a struggling Master.
Signed-off-by: Reid Chan <reidchan@apache.org>
…nRegionHandler introduced in HBASE-21217
closes #80. Signed-off-by: Sean Busbey <busbey@apache.org>
…never clean later
… the state after a execution
…rceChecker" This reverts commit dc1dedb.
Signed-off-by: zhangduo <zhangduo@apache.org>
…dding a delayed flush request, fix logging Signed-off-by: Andrew Purtell <apurtell@apache.org>
Signed-off-by: Andrew Purtell <apurtell@apache.org>
…r table and region server details Signed-off-by: Andrew Purtell <apurtell@apache.org>
Signed-off-by: Andrew Purtell <apurtell@apache.org>
This reverts commit 7adf590.
… the confusing region split
…eading the merge result of compacted storefiles and current storefiles
…ile's write permissionls
…s resulting in 'Corrupt'
Signed-off-by: Michael Stack <stack@apache.org>
…in secure bulkLoad Signed-off-by: Mike Drob <mdrob@apache.org> Signed-off-by: Ted Yu <tyu@apache.org>
…utting down Signed-off-by: Michael Stack <stack@apache.org>
Signed-off-by: Duo Zhang <zhangduo@apache.org> Signed-off-by: Allan Yang <allan163@apache.org>
Other than when user enables hbase.coprocessor.region.classes with RefreshHFilesEndPoint, user can also run this client as tool runner class/CLI and calls refresh HFiles directly. Signed-off-by: tedyu <yuzhihong@gmail.com>
Adds option parameter to the bin/hbase hbck command that allows passing the hbck2 jar. Signed-off-by: Sean Busbey <busbey@apache.org>
…yncProcess Signed-off-by: Michael Stack <stack@apache.org>
Removes the hbck1-in-depth index. Adds small section on hbck2 and has all hbck talk defer to it. Signed-off-by: Duo Zhang <zhangduo@apache.org>
…le which may be replicated
…procedure" This reverts commit 3b68e53.
…before executing
Signed-off-by: Michael Stack <stack@apache.org>
…uring TestHFileArchiving Signed-off-by: tedyu <yuzhihong@gmail.com>
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.