public class EraserAbortException extends RuntimeException
DbBackup.startBackup() if we can't abort erasure within
EnvironmentParams.ERASE_ABORT_TIMEOUT. The timeout is long, so
this should not happen unless the eraser thread is wedged or starved.
To handle the case where the erasure thread is starved (rather than wedged) or perhaps ERASE_ABORT_TIMEOUT_MS is too small, the backup may be retried.
This exception is undocumented because erasure is not an exposed feature.
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringCopyright © 2024. All rights reserved.