Package org.apache.spark.storage
Class ShuffleManagerNotInitializedException
- All Implemented Interfaces:
Serializable
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 Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ShuffleManagerNotInitializedException
public ShuffleManagerNotInitializedException(long timeoutMs)
-