メインコンテンツまでスキップ

STREAMING_CHECKPOINT_METADATA_ERROR error condition

SQLSTATE: 42616

Error with streaming checkpoint metadata.

COMMIT_LOG_V3_MISSING_SINK_METADATA

If using spark.sql.streaming.commitLog.formatVersion >= 3, sink metadata information must be provided. Some streaming modes are incompatible with this format version (continuous mode, async progress tracking, async state checkpointing); please fix the configs and try again.

INVALID_COMMIT_LOG_METADATA

Found invalid commit log metadata for batch <batchId> with format version <commitLogFormatVersion>. Please rerun the query with the correct config.

REWIND_COMMIT_MISSING_SINK_METADATA

Attempted to rewind to batch <batchId> at checkpoint location <checkpointLocation> but it was not created with spark.sql.streaming.commitLog.formatVersion >= 3. No sink metadata available in commit log. Please retry with a batch with sink metadata available, or rerun the query with the correct config.