Details
Description
By using the latest HBase master branch, the bug could be re-produced as:
- create 't1', 'cf1'
- create 't1', 'cf1'
The following message is logged into HMaster's log:
INFO [PEWorker-12] rsgroup.RSGroupAdminServer: Moving table t1 to RSGroup null
This is a wrong action and instead, we should keep t1 as where it originally is.
Attachments
Attachments
Issue Links
- relates to
-
HBASE-19509 RSGroupAdminEndpoint#preCreateTable triggers TableNotFoundException
- Resolved
-
HBASE-20666 Unsuccessful table creation leaves entry in hbase:rsgroup table
- Resolved