dockerzhang commented on code in PR #8750: URL: https://github.com/apache/inlong/pull/8750#discussion_r1296610574
########## inlong-manager/manager-web/src/main/resources/application-test.properties: ########## @@ -89,6 +89,9 @@ sort.enable.zookeeper=false # cluster node timeout interval of heartbeat unit: second, the interval multiplied by 5 represents the true heartbeat timeout interval cluster.heartbeat.interval=6 +# +reset.nodeStatus.enabled=false Review Comment: Ditto, otherwise, please remove the empty line. ########## inlong-manager/manager-web/src/main/resources/application-prod.properties: ########## @@ -87,6 +87,7 @@ sort.enable.zookeeper=false # cluster node timeout interval of heartbeat unit: second, the interval multiplied by 5 represents the true heartbeat timeout interval cluster.heartbeat.interval=6 +reset.nodeStatus.enabled=false Review Comment: Please add an annotation for the new param. -- 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]
