Vladsz83 commented on a change in pull request #8881:
URL: https://github.com/apache/ignite/pull/8881#discussion_r666226537
##########
File path:
modules/core/src/main/java/org/apache/ignite/spi/discovery/tcp/ServerImpl.java
##########
@@ -8220,14 +8248,19 @@ public void sock(Socket sock) {
/** */
private int failedNodes;
- /** */
- private final long failTimeNanos;
+ /** Maximal time point for any recovery operation. Nanos. */
+ private final long absoluteTimeout;
+
+ /** Time of the failure in nanos. */
+ private final long failTime;
Review comment:
Fixed
--
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]