mirror of https://github.com/apache/activemq.git
This fixes the timing issues that the RecoveryBrokerTests were having.
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@365277 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
673f323e18
commit
6bdfbf3d73
|
@ -221,7 +221,7 @@ public class JournalPersistenceAdapter implements PersistenceAdapter, JournalEve
|
|||
Scheduler.cancel(periodicCheckpointTask);
|
||||
|
||||
// Take one final checkpoint and stop checkpoint processing.
|
||||
checkpoint(false, true);
|
||||
checkpoint(true, true);
|
||||
checkpointTask.shutdown();
|
||||
checkpointExecutor.shutdown();
|
||||
|
||||
|
|
Loading…
Reference in New Issue