Vladsz83 commented on a change in pull request #8725:
URL: https://github.com/apache/ignite/pull/8725#discussion_r596595076
##########
File path:
modules/core/src/main/java/org/apache/ignite/spi/discovery/tcp/ServerImpl.java
##########
@@ -8211,11 +8241,16 @@ public void sock(Socket sock) {
/** */
private final long failTimeNanos;
+ /** */
+ private final long initNanos;
Review comment:
We save failure time now. There is no need to keep in
`CrossRingMessageSendState`, yes. But it looks more correct to work with
exactly same value:
`msgNotSentNanos = System.nanoTime();
sndState = new CrossRingMessageSendState(msgNotSentNanos);`
----------------------------------------------------------------
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]