Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
1.4.8
-
None
-
None
-
Reviewed
-
Description
When we downgrade the hbase version(rsgroup enable), we found that the hbase:meta table could not be assigned.
master.AssignmentManager: Failed assignment of hbase:meta,,1.1588230740 to localhost,1,1, trying to assign elsewhere instead; try=1 of 10 java.io.IOException: Call to localhost/127.0.0.1:1 failed on local exception: org.apache.hadoop.hbase.ipc.FailedServerException: This server is in the failed servers list: localhost/127.0.0.1:1
hbase group list:
HBASE_META group(hbase:meta and other system tables)
default group
1.Down grade all servers in HBASE_META first
2.higher version servers is in default
3.hbase:meta assigned to localhost
For system table, we assign them to a server with highest version.
AssignmentManager#getExcludedServersForSystemTable
But did not consider the rsgroup.