HBASE-23694 After RegionProcedureStore completes migration of WALProcedureStore, still running WALProcedureStore.syncThread keeps trying to delete now inexistent log files. (#1048)
Signed-off-by: Duo Zhang <zhangduo@apache.org>
This commit is contained in:
parent
31b4fbdee5
commit
8b5f467716
|
@ -364,6 +364,7 @@ public class RegionProcedureStore extends ProcedureStoreBase {
|
|||
throw new IOException("Failed to delete the WALProcedureStore migrated proc wal directory " +
|
||||
procWALDir);
|
||||
}
|
||||
store.stop(true);
|
||||
LOG.info("Migration of WALProcedureStore finished");
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue