aswinshakil commented on a change in pull request #3245:
URL: https://github.com/apache/ozone/pull/3245#discussion_r837793254
##########
File path:
hadoop-hdds/container-service/src/main/java/org/apache/hadoop/ozone/container/common/statemachine/StateContext.java
##########
@@ -149,6 +150,7 @@
*/
private final AtomicLong heartbeatFrequency = new AtomicLong(2000);
+ private final AtomicLong reconHeartbeatFrequency = new AtomicLong(2000);
Review comment:
We keep the value this way to make the initial registration faster. This
will be reassigned to the default value during endpoint registration.
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]