This is an automated email from the ASF dual-hosted git repository.
xyao pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-ratis.git
The following commit(s) were added to refs/heads/master by this push:
new 29fe501 RATIS-500. Remove GrpcClientProtocolClient request schedule
debug log. Contributed by Xiaoyu Yao.
29fe501 is described below
commit 29fe5017cb1a6c01fdf34f96829db04b86a2ef40
Author: Xiaoyu Yao <[email protected]>
AuthorDate: Sun Mar 17 23:49:45 2019 -0700
RATIS-500. Remove GrpcClientProtocolClient request schedule debug log.
Contributed by Xiaoyu Yao.
This closes #16
---
.../main/java/org/apache/ratis/grpc/client/GrpcClientProtocolClient.java | 1 -
1 file changed, 1 deletion(-)
diff --git
a/ratis-grpc/src/main/java/org/apache/ratis/grpc/client/GrpcClientProtocolClient.java
b/ratis-grpc/src/main/java/org/apache/ratis/grpc/client/GrpcClientProtocolClient.java
index cfd4ce1..0be963f 100644
---
a/ratis-grpc/src/main/java/org/apache/ratis/grpc/client/GrpcClientProtocolClient.java
+++
b/ratis-grpc/src/main/java/org/apache/ratis/grpc/client/GrpcClientProtocolClient.java
@@ -299,7 +299,6 @@ public class GrpcClientProtocolClient implements Closeable {
return f;
}
- LOG.info("schedule " + requestTimeoutDuration + " timeout check for " +
request);
scheduler.onTimeout(requestTimeoutDuration, () -> timeoutCheck(request),
LOG,
() -> "Timeout check failed for client request: " + request);
return f;