ITADN

Can not enable allow_db_generated_files in Java lib in IngestExternalFileOptions

#14791Openyixiwang29 创建于 2026-05-27
Y
yixiwang29commented
Hi rocksdb owner, I'm trying to ingest sst files into my rocksdb which was generated by DB in Java project. The version of rocksdbjni is 10.10.1. I see the allow_db_generated_files option has already supported after 9.5 ([wiki](https://github.com/facebook/rocksdb/wiki/Creating-and-Ingesting-SST-files#ingesting-db-generated-sst-files-experimental)). But unfortunately I can not find any valid config from org.rocksdb.IngestExternalFileOptions. Can anyone help take a look? The exception I encountered without allow_db_generated_files=true: `External file version not found`
3 条评论