You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by sihuazhou <gi...@git.apache.org> on 2018/05/28 08:33:10 UTC

[GitHub] flink issue #6087: [FLINK-9410] [yarn] Replace NMClient with NMClientAsync i...

Github user sihuazhou commented on the issue:

    https://github.com/apache/flink/pull/6087
  
    Hi @zhangminglei , do you want to take over this? if yes, plz free feel to take over this. I had a brief look at the code, I think this may not as easy as replace all api() to apiAsync(), e.g. maybe you also need to do some retry things in the `onStartContainerError()` of `NMClientAsync`.


---