Revision a0c7b4d526ce592ca241cb78b3bb148a9cfd62cc authored by Yanqin Jin on 18 May 2018, 14:58:59 UTC, committed by Facebook Github Bot on 18 May 2018, 15:11:55 UTC
Summary:
In the past, the default value of max_manifest_file_size is uint64_t::MAX,
allowing a long running RocksDB process to grow its MANIFEST file to take up
the entire disk, as reported in [issue 3851](https://github.com/facebook/rocksdb/issues/3851). It is reasonable and common to provide a default non-max value for this option. Therefore, I set the value to 1GB.

siying miasantreble Please let me know whether this looks good to you. Thanks!
Closes https://github.com/facebook/rocksdb/pull/3867

Differential Revision: D8051524

Pulled By: riversand963

fbshipit-source-id: 50251f0804b1fa933a19a30d19d261ea8b9d2b72
1 parent 17af09f
History
File Mode Size
blob_compaction_filter.cc -rw-r--r-- 4.1 KB
blob_compaction_filter.h -rw-r--r-- 1.4 KB
blob_db.cc -rw-r--r-- 3.9 KB
blob_db.h -rw-r--r-- 9.9 KB
blob_db_impl.cc -rw-r--r-- 62.9 KB
blob_db_impl.h -rw-r--r-- 13.5 KB
blob_db_iterator.h -rw-r--r-- 3.6 KB
blob_db_listener.h -rw-r--r-- 1.2 KB
blob_db_test.cc -rw-r--r-- 53.0 KB
blob_dump_tool.cc -rw-r--r-- 8.6 KB
blob_dump_tool.h -rw-r--r-- 1.7 KB
blob_file.cc -rw-r--r-- 9.5 KB
blob_file.h -rw-r--r-- 5.9 KB
blob_index.h -rw-r--r-- 5.0 KB
blob_log_format.cc -rw-r--r-- 5.1 KB
blob_log_format.h -rw-r--r-- 4.1 KB
blob_log_reader.cc -rw-r--r-- 2.8 KB
blob_log_reader.h -rw-r--r-- 2.3 KB
blob_log_writer.cc -rw-r--r-- 4.0 KB
blob_log_writer.h -rw-r--r-- 2.7 KB
ttl_extractor.cc -rw-r--r-- 1.1 KB

back to top