TisonKun commented on issue #6729: [FLINK-10386] [taskmanager] Remove legacy 
class TaskExecutionStateListener
URL: https://github.com/apache/flink/pull/6729#issuecomment-427068734
 
 
   @tillrohrmann currently our production codes never deal with the message 
send by `notifyObservers`, because the only class deal with this message is 
`ActorGatewayTaskExecutionStateListener` who is only used in `TaskTest`. In 
other word, these message are never sent to `JobMaster`. So replace them with 
`TaskManagerActions.updateTaskExecutionState` increase messages sent to 
`JobMaster`.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to