lokeshj1703 commented on a change in pull request #127:
URL: https://github.com/apache/incubator-ratis/pull/127#discussion_r440865830
##########
File path: ratis-grpc/src/main/java/org/apache/ratis/grpc/GrpcUtil.java
##########
@@ -176,7 +176,7 @@ static IOException unwrapIOException(Throwable t) {
}
static void warn(Logger log, Supplier<String> message, Throwable t) {
- LogUtils.warn(log, message, unwrapThrowable(t),
StatusRuntimeException.class, ServerNotReadyException.class);
+ LogUtils.warn(log, message, unwrapThrowable(t),
ServerNotReadyException.class);
Review comment:
This change can make the logs very verbose. We can run into
StatusRuntimeException quite frequently during the run.
----------------------------------------------------------------
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]