xintongsong commented on a change in pull request #14647:
URL: https://github.com/apache/flink/pull/14647#discussion_r569188934
##########
File path:
flink-runtime/src/main/java/org/apache/flink/runtime/resourcemanager/slotmanager/DefaultSlotStatusSyncer.java
##########
@@ -224,11 +224,12 @@ public void reportSlotStatus(InstanceID instanceId,
SlotReport slotReport) {
LOG.debug(
"Received slot report for unknown task manager with
instance id {}. Ignoring this report.",
instanceId);
- return;
+ return false;
}
LOG.debug("Received slot report from instance {}: {}.", instanceId,
slotReport);
+ boolean triggerCheckRequirement = false;
Review comment:
The name `canApplyPreviousAllocations ` is not consistent with the value
now
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]