Hi experts,

I am running the flink application as local execution mode for testing.

I have configured RocksDB as state backend, and I would like to use rocksDB
tools such as ldb or sst_dump to examine how exactly the state is stored.

However, I encountered below error, can you please advice me how should I
work around the problem?

Thanks a lot!
Eleanore

./sst_dump
--file=/tmp/rocksdb/storage/job_2211049b5e3c24d5aeddc11f1422e108_op_DoFnOperator_4aeab3e9703477d58b2456436ec027b6__1_1__uuid_6905dae6-7b07-4716-92fa-a80f1ca1c314/db/000025.sst


Process
/tmp/rocksdb/storage/job_2211049b5e3c24d5aeddc11f1422e108_op_DoFnOperator_4aeab3e9703477d58b2456436ec027b6__1_1__uuid_6905dae6-7b07-4716-92fa-a80f1ca1c314/db/000025.sst

Sst file format: block-based

/tmp/rocksdb/storage/job_2211049b5e3c24d5aeddc11f1422e108_op_DoFnOperator_4aeab3e9703477d58b2456436ec027b6__1_1__uuid_6905dae6-7b07-4716-92fa-a80f1ca1c314/db/000025.sst:
Corruption: Unsupported compression method or corrupted compressed block
contents: Snappy

/tmp/rocksdb/storage/job_2211049b5e3c24d5aeddc11f1422e108_op_DoFnOperator_4aeab3e9703477d58b2456436ec027b6__1_1__uuid_6905dae6-7b07-4716-92fa-a80f1ca1c314/db/000025.sst
is not a valid SST file

Reply via email to