-
Notifications
You must be signed in to change notification settings - Fork 312
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(rocksdb): turn off write_global_seqno by default (#1563)
#1562 Add this option to turn off rocksdb modifying `rocksdb.external_sst_file.global_seqno` field of external sst file during ingest process. This is used to address a coredump caused by incorrect field value in RocksDB. This pull request fixs the bug above. Rocksdb 6.6.4 no longer recommends using this field. ```diff [pegasus.server] + rocksdb_write_global_seqno = false ```
- Loading branch information
1 parent
6146233
commit 99456f4
Showing
2 changed files
with
8 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters