STREAMING_CHECKPOINT_SET_PROPERTIES_ERROR error condition

SQLSTATE: 42616

Error during performing setCheckpointProperties operation on the streaming checkpoint.

INVALID_VALUE_FOR_MODIFIABLE_PROPERTY

Invalid value '<value>' for property '<propertyKey>'. Supported values: [<supportedValues>].

MIXED_PROPERTY_KEYS

Properties must be either all format version keys or all SQLConf keys, not a mixture.

NO_COMMIT_FOR_LATEST_BATCH

No commit log entry found for latest offset log batch <batchId> at checkpoint location <checkpointLocation>. Please run the query with trigger AvailableNow before running setCheckpointProperties.

NO_PROPERTIES_PROVIDED

No properties provided for setCheckpointProperties at checkpoint location <checkpointLocation>. Please provide at least one property to set.

OPPOSITE_DIRECTION_CHECKPOINT_VERSION_CHANGE

Cannot change checkpoint versions in opposite directions at <checkpointLocation>: requested offset log v<requestedOffsetVersion> and commit log v<requestedCommitVersion> from offset log v<committedOffsetVersion> and commit log v<committedCommitVersion>.

PROPERTY_NOT_MODIFIABLE

Property <propertyKey> is not modifiable. Please retry the operation with modifiable properties only.

UNFINISHED_CONTROL_BATCH

Cannot set checkpoint properties while an unfinished control batch exists at <checkpointLocation> (latest batch <batchId>). Finish or clear the pending control batch before retrying.

UNSUPPORTED_STATE_STORE_PROVIDER

Cannot upgrade the checkpoint format versions at <checkpointLocation>: the state store provider <providerClass> does not support state store checkpoint IDs. Migrate the state store provider to RocksDB first, then retry the upgrade.