HBASE-26396 Remove duplicate thread creation during migrating rsgroup (#3795)

Signed-off-by: Duo Zhang <zhangduo@apache.org>
This commit is contained in:
GeorryHuang 2021-10-27 22:01:15 +08:00 committed by GitHub
parent 9b7ba7f300
commit 8e7f78cb44
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -280,7 +280,6 @@ final class RSGroupInfoManagerImpl implements RSGroupInfoManager {
updateDefaultServers();
}
});
migrate();
}
static RSGroupInfoManager getInstance(MasterServices masterServices) throws IOException {