Skip to content

Commit

Permalink
https://issues.apache.org/jira/browse/AMQ-6358
Browse files Browse the repository at this point in the history
Wait until recover is done before starting the checkpoint tasks.
  • Loading branch information
tabish121 committed Jul 14, 2016
1 parent 71ee1ea commit 8cc5c56
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -433,8 +433,8 @@ public void open() throws IOException {
pageFile = null;
loadPageFile();
}
startCheckpoint();
recover();
startCheckpoint();
}
}

Expand Down

0 comments on commit 8cc5c56

Please sign in to comment.