Skip to content

Commit

Permalink
core-edge: add log for error when handling message
Browse files Browse the repository at this point in the history
  • Loading branch information
martinfurmanski committed Sep 21, 2016
1 parent 65dd142 commit cc70fd2
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ public void handle( RaftMessages.ClusterIdAwareMessage clusterIdAwareMessage )
}
catch ( Throwable e )
{
log.error( "Error handling message", e );
raftMachine.stopTimers();
localDatabase.panic( e );
}
Expand Down

0 comments on commit cc70fd2

Please sign in to comment.