Class DroppedSnapshotException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
org.apache.hadoop.hbase.DroppedSnapshotException
All Implemented Interfaces:
Serializable

@Public public class DroppedSnapshotException extends IOException
Thrown during flush if the possibility snapshot content was not properly persisted into store files. Response should include replay of wal content.
See Also: