HBASE-26396 Remove duplicate thread creation during migrating rsgroup (#3795)
Signed-off-by: Duo Zhang <zhangduo@apache.org>
This commit is contained in:
parent
9b7ba7f300
commit
8e7f78cb44
|
@ -280,7 +280,6 @@ final class RSGroupInfoManagerImpl implements RSGroupInfoManager {
|
||||||
updateDefaultServers();
|
updateDefaultServers();
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
migrate();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
static RSGroupInfoManager getInstance(MasterServices masterServices) throws IOException {
|
static RSGroupInfoManager getInstance(MasterServices masterServices) throws IOException {
|
||||||
|
|
Loading…
Reference in New Issue