mirror of https://github.com/apache/activemq.git
Wait until recover is done before starting the checkpoint tasks.
This commit is contained in:
parent
71ee1eae18
commit
8cc5c56d5e
|
@ -433,8 +433,8 @@ public abstract class MessageDatabase extends ServiceSupport implements BrokerSe
|
|||
pageFile = null;
|
||||
loadPageFile();
|
||||
}
|
||||
startCheckpoint();
|
||||
recover();
|
||||
startCheckpoint();
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue