szetszwo commented on PR #876:
URL: https://github.com/apache/ratis/pull/876#issuecomment-1513516173
@SzyWilliam , thanks a lot for testing this! Did you see the new log
messages?
```java
LOG.info("{}: Completed {}, lastRequest: {}", getId(), op,
getPreviousRequestString());
requestFuture.get().thenAccept(reply -> {
LOG.info("{}: Completed {}, lastReply: {}", getId(), op, reply);
```
--
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]