Class InvalidBlockReportLeaseException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
org.apache.hadoop.hdfs.server.protocol.InvalidBlockReportLeaseException
All Implemented Interfaces:
Serializable

@Private @Evolving public class InvalidBlockReportLeaseException extends IOException
This exception is thrown when a datanode sends a full block report but it is rejected by the Namenode due to an invalid lease (expired or otherwise).
See Also:
  • Constructor Details

    • InvalidBlockReportLeaseException

      public InvalidBlockReportLeaseException(long blockReportID, long leaseID)