Java 7 -> 8 - Association failed error

classic Classic list List threaded Threaded
5 messages Options
Reply | Threaded
Open this post in threaded view
|

Java 7 -> 8 - Association failed error

Mohit Anchlia
I recently upgraded the cluster from java 7 to java 8. Now when I run flink on a yarn cluster I see errors: Eventually application gives up and terminates. Any suggestions?

Association with remote system [akka.tcp://flink@slave:35543] has failed, address is now gated for [5000] ms. Reason: [Disassociated]
Reply | Threaded
Open this post in threaded view
|

Re: Java 7 -> 8 - Association failed error

Mohit Anchlia
Figured out. It looks like there is a virtual memory limit check enforced in yarn which just surfaced with java 8

On Fri, Feb 24, 2017 at 2:09 PM, Mohit Anchlia <[hidden email]> wrote:
I recently upgraded the cluster from java 7 to java 8. Now when I run flink on a yarn cluster I see errors: Eventually application gives up and terminates. Any suggestions?

Association with remote system [akka.tcp://flink@slave:35543] has failed, address is now gated for [5000] ms. Reason: [Disassociated]

Reply | Threaded
Open this post in threaded view
|

Re: Java 7 -> 8 - Association failed error

Ted Yu
Can you give more detail ?


Cheers

On Fri, Feb 24, 2017 at 2:41 PM, Mohit Anchlia <[hidden email]> wrote:
Figured out. It looks like there is a virtual memory limit check enforced in yarn which just surfaced with java 8

On Fri, Feb 24, 2017 at 2:09 PM, Mohit Anchlia <[hidden email]> wrote:
I recently upgraded the cluster from java 7 to java 8. Now when I run flink on a yarn cluster I see errors: Eventually application gives up and terminates. Any suggestions?

Association with remote system [akka.tcp://flink@slave:35543] has failed, address is now gated for [5000] ms. Reason: [Disassociated]


Reply | Threaded
Open this post in threaded view
|

Re: Java 7 -> 8 - Association failed error

Mohit Anchlia
This issue seem to match what I am observing. I ended up changing yarn.nodemanager.vmem-check-enabled to false. Is this a bug? is there a side effect?

On Fri, Feb 24, 2017 at 2:54 PM, Ted Yu <[hidden email]> wrote:
Can you give more detail ?


Cheers

On Fri, Feb 24, 2017 at 2:41 PM, Mohit Anchlia <[hidden email]> wrote:
Figured out. It looks like there is a virtual memory limit check enforced in yarn which just surfaced with java 8

On Fri, Feb 24, 2017 at 2:09 PM, Mohit Anchlia <[hidden email]> wrote:
I recently upgraded the cluster from java 7 to java 8. Now when I run flink on a yarn cluster I see errors: Eventually application gives up and terminates. Any suggestions?

Association with remote system [akka.tcp://flink@slave:35543] has failed, address is now gated for [5000] ms. Reason: [Disassociated]



Reply | Threaded
Open this post in threaded view
|

Re: Java 7 -> 8 - Association failed error

Ted Yu
YARN-2225, linked fromĀ YARN-4714, was rejected.

Probably you can ask user@yarn for proper resolution.

FYI

On Fri, Feb 24, 2017 at 2:59 PM, Mohit Anchlia <[hidden email]> wrote:
This issue seem to match what I am observing. I ended up changing yarn.nodemanager.vmem-check-enabled to false. Is this a bug? is there a side effect?

On Fri, Feb 24, 2017 at 2:54 PM, Ted Yu <[hidden email]> wrote:
Can you give more detail ?


Cheers

On Fri, Feb 24, 2017 at 2:41 PM, Mohit Anchlia <[hidden email]> wrote:
Figured out. It looks like there is a virtual memory limit check enforced in yarn which just surfaced with java 8

On Fri, Feb 24, 2017 at 2:09 PM, Mohit Anchlia <[hidden email]> wrote:
I recently upgraded the cluster from java 7 to java 8. Now when I run flink on a yarn cluster I see errors: Eventually application gives up and terminates. Any suggestions?

Association with remote system [akka.tcp://flink@slave:35543] has failed, address is now gated for [5000] ms. Reason: [Disassociated]