You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
19/08/31 22:35:28 ERROR tony.ApplicationMaster: Received error in AM to RM call
java.lang.NullPointerException: Task was null! Nothing to schedule.
at com.google.common.base.Preconditions.checkNotNull(Preconditions.java:900)
at com.linkedin.tony.ApplicationMaster$ContainerLauncher.run(ApplicationMaster.java:1061)
at com.linkedin.tony.ApplicationMaster$RMCallbackHandler.onContainersAllocated(ApplicationMaster.java:1019)
at org.apache.hadoop.yarn.client.api.async.impl.AMRMClientAsyncImpl$CallbackHandlerThread.run(AMRMClientAsyncImpl.java:366)
in code
@Override
public void onError(Throwable throwable) {
LOG.error("Received error in AM to RM call", throwable);
stop();
}
We should have some recovering mechanism instead of just stopping the world
The text was updated successfully, but these errors were encountered:
in code
We should have some recovering mechanism instead of just stopping the world
The text was updated successfully, but these errors were encountered: