You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by shuai-xu <gi...@git.apache.org> on 2018/05/04 05:35:23 UTC

[GitHub] flink issue #5931: [FLINK-9190][flip6,yarn] Request new container if contain...

Github user shuai-xu commented on the issue:

    https://github.com/apache/flink/pull/5931
  
    @GJL In blink, we solve this problem like this. 
    When a container complete, we will first whether the container has registered yet, if it has registered before, RM will not request a new container, as the job master will ask for it when failover. If it has not registered, RM will request a new one.


---