fuweng11 commented on code in PR #8089: URL: https://github.com/apache/inlong/pull/8089#discussion_r1205483068
########## inlong-manager/manager-web/src/main/resources/application-dev.properties: ########## @@ -86,6 +86,9 @@ data.cleansing.batchSize=100 # Whether to use ZooKeeper to manage the Sort task config, default is false, which means not using ZooKeeper sort.enable.zookeeper=false +# cluster node timeout interval of heartbeat unit: 5s +cluster.heartbeat.interval=30 + # If turned on, synchronizing change the source status when the agent heartbeat times out Review Comment: The interval multiplied by 5s indicates the true timeout interval, because 5s is the interval shared by the agent and dataproxy. -- 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]
