sumitagrawl commented on code in PR #8022: URL: https://github.com/apache/ozone/pull/8022#discussion_r1988457615
########## hadoop-hdds/container-service/src/main/java/org/apache/hadoop/ozone/container/common/transport/server/ratis/ContainerStateMachine.java: ########## @@ -187,13 +191,38 @@ long getStartTime() { } } + static class WriteFutureContext { + private final Future<ContainerCommandResponseProto> writeChunkFuture; + private final CompletableFuture<Message> raftFuture; + private final long startTime; Review Comment: Now all unit is ns, so not required. Existing startTime in Context sub-class also use, so be in consistent, no using "ns" only. -- 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: issues-unsubscr...@ozone.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@ozone.apache.org For additional commands, e-mail: issues-h...@ozone.apache.org