SzyWilliam commented on code in PR #14866:
URL: https://github.com/apache/iotdb/pull/14866#discussion_r1969556987


##########
iotdb-core/confignode/src/main/java/org/apache/iotdb/confignode/conf/ConfigNodeConfig.java:
##########
@@ -180,6 +181,18 @@ public class ConfigNodeConfig {
   /** The heartbeat interval in milliseconds. */
   private long heartbeatIntervalInMs = 1000;
 
+  /** Failure detector implementation */
+  private String failureDetector = IFailureDetector.FIXED_DETECTOR;

Review Comment:
   Done.



-- 
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]

Reply via email to