ChenSammi commented on code in PR #561:
URL: https://github.com/apache/ratis/pull/561#discussion_r926225802
##########
ratis-grpc/src/main/java/org/apache/ratis/grpc/server/GrpcLogAppender.java:
##########
@@ -65,6 +65,9 @@ public class GrpcLogAppender extends LogAppenderBase {
private final TimeoutScheduler scheduler = TimeoutScheduler.getInstance();
private volatile StreamObserver<AppendEntriesRequestProto>
appendLogRequestObserver;
+ private volatile StreamObserver<AppendEntriesRequestProto>
heartbeatRequestObserver;
+ private final boolean useSeparateHBChannel;
+ private final AppendLogResponseHandler appendLogResponseHandler;
Review Comment:
Right.
--
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]