TisonKun commented on issue #6680: [FLINK-10319] [runtime] Too many 
requestPartitionState would crash JM
URL: https://github.com/apache/flink/pull/6680#issuecomment-420871756
 
 
   @Clarkkkkk thanks for you reply! Sorry for late response.
   
   `triggerPartitionProducerStateCheck` called if there is a 
`PartitionNotFoundException`, that is, producer not found. Please note that 
former, we ask JM to check producer state, If it is a Timeout Exception, it 
will try again and assume it's still running; however, now we ALWAYS assume  
producer is still running and try again. So with the changes we use a loosely 
fail strategy.
   
   For the single-thread pool, could we just reuse 
`JobMaster#scheduledExecutorService`?

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