-
Notifications
You must be signed in to change notification settings - Fork 3.4k
HBASE-22658 region_mover.rb should choose same rsgroup servers as target servers #366
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
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
Signed-off-by: Andrew Purtell <apurtell@apache.org> Signed-off-by: Reid Chan <reidchan@apache.org>
…never clean later
…dding a delayed flush request 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>
…r table and region server details - addendum fixes RAT complaint
…s in TestRSGroups" This reverts commit a8f0f1d.
…tRSGroups Amending-Author: Andrew Purtell <apurtell@apache.org>
…ps issue Signed-off-by: Andrew Purtell <apurtell@apache.org>
Signed-off-by: Andrew Purtell <apurtell@apache.org>
Signed-off-by: Andrew Purtell <apurtell@apache.org>
Signed-off-by: Ted Yu <tyu@apache.org>
Signed-off-by: Andrew Purtell <apurtell@apache.org>
…oller are too low Based on experimental results adjust default pressure-aware compaction throughput controller settings to bring compaction time with default settings in line with those measured on branch-1.4 and below. hbase.hstore.compaction.throughput.lower.bound = 52428800 hbase.hstore.compaction.throughput.higher.bound = 104857600
Signed-off-by: Mike Drob <mdrob@apache.org> (cherry picked from commit 5b6b85a)
…by wal printer tool, for debugability purposes
…ctory when rootDir on S3 Test fixes by: Taklon Wu <wutaklon@amazon.com> Signed-off-by: Zach York <zyork@apache.org> Signed-off-by: Mingliang Liu <liuml07@apache.org>
Backport to branch-1 Signed-off-by: Duo Zhang <zhangduo@apache.org>
…s, but empty dead rs list Signed-off-by: Michael Stack <stack@apache.org>
…details Signed-off-by: Andrew Purtell <apurtell@apache.org> Amending-Author: Andrew Purtell <apurtell@apache.org> Conflicts: hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/HStore.java hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/compactions/Compactor.java
…od for thrift http server (branch 1 only)
… the confusing region split
…eading the merge result of compacted storefiles and current storefiles
…w region in HBCK -fixHdfsOverlaps command can cause data loss Signed-off-by: Toshihiro Suzuki <brfrn169@gmail.com>
Signed-off-by: Sean Busbey <busbey@apache.org>
Signed-off-by: Josh Elser <elserj@apache.org>
Signed-off-by: Sean Busbey <busbey@apache.org> (cherry picked from commit 0445186)
Signed-off-by: Reid Chan <reidchan@apache.org>
Signed-off-by: Andrew Purtell <apurtell@apache.org>
Signed-off-by: Balazs Meszaros <meszibalu@apache.org>
…minor versions doDeletes/doPuts is available
…APIs (apache#208) Signed-off-by: stack <stack@apache.org>
….assignment.usezk' is set true Signed-off-by: Andrew Purtell <apurtell@apache.org>
…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)
…reFileReader Conflicts: hbase-server/src/main/java/org/apache/hadoop/hbase/io/HalfStoreFileReader.java Co-authored-by: Andrew Purtell <apurtell@apache.org>
…before finishing unloading regions (Jeongdae Kim) Signed-off-by: Andrew Purtell <apurtell@apache.org>
…(Sébastien Barnoud) Amending-Author: Josh Elser <elserj@apache.org> Signed-off-by: Andrew Purtell <apurtell@apache.org> Signed-off-by: Josh Elser <elserj@apache.org>
* 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)
…leaned up) to branch-1 (apache#339) HBASE-22617 Recovered WAL directories not getting cleaned up (Duo Zhang) Signed-off-by: Zach York <zyork@apache.org>
Signed-off-by: Xu Cang <xcang@apache.org>
…sion support (apache#239) Signed-off-by: Andrew Purtell <apurtell@apache.org> Signed-off-by: Peter Somogyi <psomogyi@apache.org>
Signed-off-by: Peter Somogyi <psomogyi@apache.org>
…able" by Jim R. Wilson Signed-off-by: Sean Busbey <busbey@apache.org>
Signed-off-by: Sean Busbey <busbey@apache.org>
…never updated (apache#358) Signed-off-by: Michael Stack <stack@apache.org>
…#364) Signed-off-by: Duo Zhang <zhangduo@apache.org>
Author
|
I chose the wrong branch. |
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.
There are many retries when i am using graceful_stop.sh to shutdown region server after using regroup, because the target server in a different rsgroup. This makes it slow to graceful shutdown a regionserver. So I think that region_mover.rb should only choose same rsgroup servers as target servers.