Class OversizedAllocationException

All Implemented Interfaces:
Serializable

public class OversizedAllocationException extends DrillRuntimeException
An exception that is used to signal that allocation request in bytes is greater than the maximum allowed by allocator.

Operators should handle this exception to split the batch and later resume the execution on the next iteration.

See Also:
  • Constructor Details

    • OversizedAllocationException

      public OversizedAllocationException()
    • OversizedAllocationException

      public OversizedAllocationException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
    • OversizedAllocationException

      public OversizedAllocationException(String message, Throwable cause)
    • OversizedAllocationException

      public OversizedAllocationException(String message)
    • OversizedAllocationException

      public OversizedAllocationException(Throwable cause)