Class WALEntryFilterRetryableException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.hadoop.hbase.replication.regionserver.WALEntryFilterRetryableException
- All Implemented Interfaces:
Serializable
@LimitedPrivate("Replication")
public class WALEntryFilterRetryableException
extends RuntimeException
This exception should be thrown from any wal filter when the filter is expected to recover from
the failures and it wants the replication to backup till it fails. There is special handling in
replication wal reader to catch this exception and retry.
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescription -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
serialVersionUID
- See Also:
-
-
Constructor Details
-
WALEntryFilterRetryableException
-
WALEntryFilterRetryableException
-