CANNOT_LOAD_STATE_STORE error condition
An error occurred during loading state.
AUTO_SNAPSHOT_REPAIR_FAILED
Failed to load snapshot version <latestSnapshot> for state store <stateStoreId>. An attempt to auto repair using snapshot versions (<selectedSnapshots>) out of available snapshots (<eligibleSnapshots>) also failed.
CANNOT_FIND_BASE_SNAPSHOT_CHECKPOINT
Cannot find a base snapshot checkpoint with lineage: <lineage>.
CANNOT_READ_CHECKPOINT
Cannot read RocksDB checkpoint metadata. Expected <expectedVersion>, but found <actualVersion>.
CANNOT_READ_DELTA_FILE_KEY_SIZE
Error reading delta file <fileToRead> of <clazz>: key size cannot be <keySize>.
CANNOT_READ_DELTA_FILE_NOT_EXISTS
Error reading delta file <fileToRead> of <clazz>: <fileToRead> does not exist.
CANNOT_READ_MISSING_SNAPSHOT_FILE
Error reading snapshot file <fileToRead> of <clazz>: <fileToRead> does not exist.
CANNOT_READ_SNAPSHOT_FILE_KEY_SIZE
Error reading snapshot file <fileToRead> of <clazz>: key size cannot be <keySize>.
CANNOT_READ_SNAPSHOT_FILE_VALUE_SIZE
Error reading snapshot file <fileToRead> of <clazz>: value size cannot be <valueSize>.
CANNOT_READ_STREAMING_STATE_FILE
Error reading streaming state file of <clazz>: <fileToRead> does not exist. If the stream job is restarted with a new or updated state operation, please create a new checkpoint location or clear the existing checkpoint location.
CONFIGURATION_MISMATCH
The state store failed to load successfully because state store configuration doesn't match with configuration in checkpoint. Error message: <errorMsg>
CONNECTION_POOL_SHUT_DOWN
Failed to load the state store with ID '<stateStoreId>' from provider '<stateStoreProviderName>'. Retrieved error message: <errorMsg>
FAILED_TO_GET_CHANGELOG_WRITER
Failed to get the changelog writer for state store at version <version>.
HDFS_STORE_PROVIDER_OUT_OF_MEMORY
Could not load HDFS state store with id <stateStoreId> because of an out of memory exception.
INCORRECT_NUMBER_FORMAT
The state store failed to load successfully. Retrieved error message: <errorMsg>
INVALID_CHANGE_LOG_READER_VERSION
The change log reader version cannot be <version>. The checkpoint probably is from a future Spark version, please upgrade your Spark.
INVALID_CHANGE_LOG_WRITER_VERSION
The change log writer version cannot be <version>.
KEY_ROW_FORMAT_VALIDATION_FAILURE
<msg>
LOCAL_DISK_ERROR
Failed to load the state store with ID <stateStoreId> from provider <stateStoreProviderName> due to local disk error. A common reason for this could be running out of local disk space on the executor.
ROCKSDB_STORE_PROVIDER_OUT_OF_MEMORY
Could not load RocksDB state store with id <stateStoreId> because of an out of memory exception.
SNAPSHOT_PARTITION_ID_NOT_FOUND
Partition id <snapshotPartitionId> not found for state of operator <operatorId> at <checkpointLocation>.
UNCATEGORIZED
UNEXPECTED_FILE_SIZE
Copied <dfsFile> to <localFile>, expected <expectedSize> bytes, found <localFileSize> bytes.
UNEXPECTED_VERSION
Version cannot be <version> because it is less than 0.
UNRELEASED_THREAD_ERROR
<loggingId>: RocksDB instance could not be acquired by <newAcquiredThreadInfo> for operationType=<operationType> as it was not released by <acquiredThreadInfo> after <timeWaitedMs> ms.
Thread holding the lock has trace: <stackTraceOutput>
VALUE_ROW_FORMAT_VALIDATION_FAILURE
<msg>
VERSIONID_MISMATCH
Version Id of the RocksDB local file doesn't match the one created in version <version>.