Class UnfulfillableSlotRequestException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.flink.util.FlinkException
org.apache.flink.runtime.resourcemanager.exceptions.ResourceManagerException
org.apache.flink.runtime.resourcemanager.exceptions.UnfulfillableSlotRequestException
All Implemented Interfaces:
Serializable

public class UnfulfillableSlotRequestException extends ResourceManagerException
Exception denoting that a slot request can not be fulfilled by any slot in the cluster. This usually indicates that the slot request should not be pended or retried.
See Also:
  • Constructor Details

    • UnfulfillableSlotRequestException

      public UnfulfillableSlotRequestException(AllocationID allocationId, ResourceProfile resourceProfile)