Class ShuffleManagerNotInitializedException

Object
Throwable
Exception
org.apache.spark.storage.ShuffleManagerNotInitializedException
All Implemented Interfaces:
Serializable

public class ShuffleManagerNotInitializedException extends Exception
Exception thrown when a shuffle migration request is received but the ShuffleManager has not been initialized yet on the target executor. The sender should retry the migration request after a short delay.
See Also:
  • Constructor Details

    • ShuffleManagerNotInitializedException

      public ShuffleManagerNotInitializedException(long timeoutMs)