Skip to content

Commit

Permalink
Improve error handling + Remove old RaftJournalTool
Browse files Browse the repository at this point in the history
  • Loading branch information
Gokturk Gezer committed May 16, 2019
1 parent c2ebec5 commit 40b578b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 303 deletions.

This file was deleted.

Expand Up @@ -273,7 +273,7 @@ private void checkpointEmbeddedJournal() throws Throwable {
long latestSnapshotIdx = getCurrentCopyCatSnapshotIndex(followerJournalFolder);
return latestSnapshotIdx != curentSnapshotIdx;
} catch (Throwable err) {
return false;
throw new RuntimeException(err);
}
});
}
Expand Down

0 comments on commit 40b578b

Please sign in to comment.