Search code examples
scalaapache-flinkrocksdb

Flink RocksDB not creating sst files in taskmanager


I am using flink-1.4.2 with scala and RocksDB is used for state backend but I am not getting sst files in taskmanager.


Solution

  • Have you set state.backend.rocksdb.localdir? If not, the SST files will be stored wherever io.tmp.dirs points to, which defaults to /tmp in Linux systems.