szetszwo commented on code in PR #699:
URL: https://github.com/apache/ratis/pull/699#discussion_r947023694
##########
ratis-server/src/main/java/org/apache/ratis/server/impl/ServerProtoUtils.java:
##########
@@ -171,4 +171,34 @@ static boolean isSuccess(InstallSnapshotResult result) {
return false;
}
}
+
+ public static String convertToString(InstallSnapshotRequestProto request) {
Review Comment:
Oops, I forgot that we already had
`ServerStringUtils.toInstallSnapshotRequestString(..)`. Filed
https://issues.apache.org/jira/browse/RATIS-1676
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]