haxiaolin
1fbe4deb01
HBASE-20104 Fix infinite loop of RIT when creating table on a rsgroup that has no online servers
...
Signed-off-by: tedyu <yuzhihong@gmail.com>
2018-03-01 08:35:45 -08:00
Apekshit Sharma
c4401b6073
HBASE-19400 Add missing security checks in MasterRpcServices
...
- Added ADMIN permission check for following rpc calls:
normalize, setNormalizerRunning, runCatalogScan, enableCatalogJanitor, runCleanerChore,
setCleanerChoreRunning, execMasterService, execProcedure, execProcedureWithRet
- Moved authorizationEnabled check to start of AccessChecker's functions. Currently, and IDK why,
we call authManager.authorize() first and then discard its result if authorizationEnabled is false. Weird.
----
HBASE-19401 Add missing security checks in RSRpcServices
2018-02-28 11:52:16 -08:00
Andrew Purtell
1be9a3d641
HBASE-20087 Periodically attempt redeploy of regions in FAILED_OPEN state
...
Signed-off-by: Josh Elser <elserj@apache.org>
2018-02-27 17:11:44 -08:00
tedyu
d5436d7904
HBASE-19949 TestRSGroupsWithACL fails with ExceptionInInitializerError
2018-02-09 15:22:50 -08:00
haxiaolin
1911461a56
HBASE-19937 Ensure createRSGroupTable be called after ProcedureExecutor and LoadBalancer are initialized
...
Signed-off-by: tedyu <yuzhihong@gmail.com>
Amending-Author: Andrew Purtell <apurtell@apache.org>
Conflicts:
hbase-rsgroup/src/main/java/org/apache/hadoop/hbase/rsgroup/RSGroupBasedLoadBalancer.java
hbase-rsgroup/src/main/java/org/apache/hadoop/hbase/rsgroup/RSGroupInfoManagerImpl.java
2018-02-09 15:14:56 -08:00
Xiang LI
3aaafd7dd3
HBASE-19917 Improve RSGroupBasedLoadBalancer#filterServers() to be more efficient
...
Signed-off-by: tedyu <yuzhihong@gmail.com>
2018-02-04 20:04:48 -08:00
Andrew Purtell
3601bd2958
HBASE-19757 System table gets stuck after enabling region server group feature in secure cluster
...
HBASE-19757 System table gets stuck after enabling region server group feature in secure cluster - addendum removes unused import
Amending-Author: Andrew Purtell <apurtell@apache.org>
2018-01-23 18:40:43 -08:00
tedyu
6f29a39d76
HBASE-19752 RSGroupBasedLoadBalancer#getMisplacedRegions() should handle the case where rs group cannot be determined
2018-01-12 12:57:55 -08:00
Guangxu Cheng
6f1dd258b1
HBASE-19483 Add proper privilege check for rsgroup commands
...
Signed-off-by: tedyu <yuzhihong@gmail.com>
2018-01-10 02:25:47 -08:00
Andrew Purtell
dfd4df6d8f
HBASE-19509 RSGroupAdminEndpoint#preCreateTable triggers TableNotFoundException
2017-12-15 16:15:47 -08:00
Abhishek Singh Chouhan
2cab98f6be
HBASE-19440 Not able to enable balancer with RSGroups once disabled
...
Signed-off-by: Andrew Purtell <apurtell@apache.org>
2017-12-06 14:18:44 -08:00
Andrew Purtell
1fe75f98d3
HBASE-19421 branch-1 does not compile against Hadoop 3.0.0
2017-12-04 15:48:38 -08:00
Guangxu Cheng
6938720c12
HBASE-19326 Remove decommissioned servers from rsgroup
...
Signed-off-by: Michael Stack <stack@apache.org>
Amending-Author: Andrew Purtell <apurtell@apache.org>
Conflicts:
hbase-rsgroup/src/main/java/org/apache/hadoop/hbase/rsgroup/RSGroupAdminClient.java
hbase-rsgroup/src/main/java/org/apache/hadoop/hbase/rsgroup/RSGroupAdminEndpoint.java
hbase-rsgroup/src/main/java/org/apache/hadoop/hbase/rsgroup/RSGroupAdminServer.java
hbase-rsgroup/src/main/java/org/apache/hadoop/hbase/rsgroup/RSGroupInfoManagerImpl.java
hbase-rsgroup/src/test/java/org/apache/hadoop/hbase/rsgroup/TestRSGroups.java
hbase-rsgroup/src/test/java/org/apache/hadoop/hbase/rsgroup/TestRSGroupsBase.java
hbase-server/src/main/java/org/apache/hadoop/hbase/coprocessor/MasterObserver.java
hbase-server/src/main/java/org/apache/hadoop/hbase/master/MasterCoprocessorHost.java
hbase-server/src/main/java/org/apache/hadoop/hbase/security/access/AccessController.java
hbase-shell/src/main/ruby/hbase/rsgroup_admin.rb
2017-12-01 12:15:43 -08:00
Guangxu Cheng
de16690b7a
HBASE-19325 Pass a list of server name to postClearDeadServers
...
Signed-off-by: Chia-Ping Tsai <chia7712@gmail.com>
2017-11-28 02:39:55 +08:00
Andrew Purtell
e95f94a72d
HBASE-19239 Fix findbugs and error-prone issues
...
Fixes for hbase-rsgroup
2017-11-17 17:12:36 -08:00
Andrew Purtell
6961526573
HBASE-12350 Backport error-prone build support to branch-1 and branch-2
2017-11-09 15:34:09 -08:00
Andrew Purtell
c5e60d16b4
HBASE-19194 TestRSGroupsBase has some always false checks
2017-11-07 17:14:03 -08:00
Guangxu Cheng
dc1310f487
HBASE-19088 move_tables_rsgroup will throw an exception when the table is disabled
...
Signed-off-by: Andrew Purtell <apurtell@apache.org>
2017-11-07 17:14:03 -08:00
Chia-Ping Tsai
56fd75e8e2
HBASE-19131 Add the ClusterStatus hook and cleanup other hooks which can be replaced by ClusterStatus hook
2017-11-05 09:55:10 +08:00
Andrew Purtell
1e227acd65
HBASE-19144 [RSgroups] Retry assignments in FAILED_OPEN state when servers (re)join the cluster
2017-11-03 15:05:24 -07:00
Wang, Xinglong
ba2632b358
HBASE-18602 rsgroup cleanup unassign code
...
Signed-off-by: Chia-Ping Tsai <chia7712@gmail.com>
2017-10-31 03:48:22 +08:00
Abhishek Singh Chouhan
0697db2207
HBASE-19094 NPE in RSGroupStartupWorker.waitForGroupTableOnline during master startup
2017-10-27 17:56:01 +05:30
Andrew Purtell
089acc74da
Amend HBASE-15631 Backport Regionserver Groups (HBASE-6721) to branch-1 (Francis Liu and Andrew Purtell)
...
- Restore missing unit in TestRSGroupBasedLoadBalancer
- Restore missing hunk in RSGroupBasedLoadBalancer
2017-10-24 18:25:52 -07:00
Andrew Purtell
d0629d0f12
Amend HBASE-15631 Backport Regionserver Groups (HBASE-6721) to branch-1 (Francis Liu and Andrew Purtell)
...
Fix hbase-rsgroups/pom.xml
2017-10-23 19:34:35 -07:00
Andrew Purtell
64328caef0
HBASE-15631 Backport Regionserver Groups (HBASE-6721) to branch-1 (Francis Liu and Andrew Purtell)
2017-10-23 17:10:33 -07:00