Aitozi commented on code in PR #20256:
URL: https://github.com/apache/flink/pull/20256#discussion_r921839278


##########
flink-runtime/src/main/java/org/apache/flink/runtime/resourcemanager/active/ActiveResourceManager.java:
##########
@@ -326,6 +350,7 @@ private void scheduleWorkerRegistrationTimeoutCheck(final 
ResourceID resourceId)
                                 "Worker {} did not register in {}, will stop 
it and request a new one if needed.",
                                 resourceId,
                                 workerRegistrationTimeout);
+                        
tryRemovePreviousPendingRecoveryTaskManager(resourceId, "Register timeout");

Review Comment:
   Yes, but here have the accurate reason for "Register timeout". I remove the 
`reason` in log for simple.



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