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: