mirror of
https://github.com/apache/activemq.git
synced 2025-02-17 07:24:51 +00:00
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;
|
pageFile = null;
|
||||||
loadPageFile();
|
loadPageFile();
|
||||||
}
|
}
|
||||||
startCheckpoint();
|
|
||||||
recover();
|
recover();
|
||||||
|
startCheckpoint();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user