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
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 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
-
InvalidBlockReportLeaseException
public InvalidBlockReportLeaseException(long blockReportID, long leaseID)
-