HBASE-19509 RSGroupAdminEndpoint#preCreateTable triggers TableNotFoundException

This commit is contained in:
Andrew Purtell 2017-12-15 09:27:49 -08:00
parent 4c2b2b3e6a
commit 4db2f51169
1 changed files with 1 additions and 1 deletions

View File

@ -341,7 +341,7 @@ public class RSGroupAdminEndpoint implements MasterCoprocessor, MasterObserver {
// Assign table to default RSGroup. // Assign table to default RSGroup.
@Override @Override
public void preCreateTable(ObserverContext<MasterCoprocessorEnvironment> ctx, public void postCreateTable(ObserverContext<MasterCoprocessorEnvironment> ctx,
TableDescriptor desc, RegionInfo[] regions) throws IOException { TableDescriptor desc, RegionInfo[] regions) throws IOException {
assignTableToGroup(desc); assignTableToGroup(desc);
} }