rkhachatryan commented on code in PR #21467:
URL: https://github.com/apache/flink/pull/21467#discussion_r1057005130


##########
flink-runtime/src/main/java/org/apache/flink/runtime/heartbeat/HeartbeatMonitorImpl.java:
##########
@@ -39,6 +39,8 @@
 
     private static final Logger LOG = 
LoggerFactory.getLogger(HeartbeatMonitorImpl.class);
 
+    public static final int FAILED_RPC_DETECTION_DISABLED = -1;

Review Comment:
   I agree (however, the constant has to be moved to `flink-core`, e.g. 
`HeartbeatManagerOptions`).
   Done in 4934f32c1c622dc29f0544dff009de2aaf246672.



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