bytesandwich commented on a change in pull request #15898:
URL: https://github.com/apache/flink/pull/15898#discussion_r657363303
##########
File path:
flink-runtime/src/main/java/org/apache/flink/runtime/scheduler/adaptive/Executing.java
##########
@@ -122,6 +132,15 @@ boolean
updateTaskExecutionState(TaskExecutionStateTransition taskExecutionState
return successfulUpdate;
}
+ @Nullable
+ private ExecutionVertexID getExcutionVertexId(ExecutionAttemptID id) {
Review comment:
Done
--
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]