maobaolong commented on a change in pull request #193:
URL: https://github.com/apache/incubator-ratis/pull/193#discussion_r485293957
##########
File path:
ratis-grpc/src/main/java/org/apache/ratis/grpc/server/GrpcLogAppender.java
##########
@@ -407,7 +407,9 @@ public void onNext(InstallSnapshotReplyProto reply) {
LOG.error("{}: Configuration Mismatch ({}): Leader {} has it set to
{} but follower {} has it set to {}",
this,
RaftServerConfigKeys.Log.Appender.INSTALL_SNAPSHOT_ENABLED_KEY,
getServer().getId(), installSnapshotEnabled, getFollowerId(),
!installSnapshotEnabled);
+ break;
case UNRECOGNIZED:
+ break;
Review comment:
@amaliujia Yeah, thanks you the suggestion, done.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]