Skip to content

Commit 1dc0987

Browse files
fix:unused conf (#3155)
* fix:unused conf --------- Co-authored-by: chejinge <[email protected]>
1 parent 29a7629 commit 1dc0987

2 files changed

Lines changed: 2 additions & 42 deletions

File tree

.github/workflows/pika.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -239,8 +239,7 @@ jobs:
239239

240240
- name: Install Deps
241241
run: |
242-
brew update
243-
brew install --overwrite [email protected] autoconf protobuf llvm wget git
242+
brew list --versions cmake && brew uninstall --ignore-dependencies --force cmake || true
244243
brew install gcc@10 automake cmake make binutils
245244
246245
- name: Configure CMake

conf/pika.conf

Lines changed: 1 addition & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -631,43 +631,4 @@ cache-lfu-decay-time: 1
631631
# 'internal-used-unfinished-full-sync' is used to generate a metric 'is_eligible_for_master_election'
632632
# which serves for the scenario of codis-pika cluster reelection
633633
# You'd better [DO NOT MODIFY IT UNLESS YOU KNOW WHAT YOU ARE DOING]
634-
internal-used-unfinished-full-sync :
635-
636-
# for wash data from 4.0.0 to 4.0.1
637-
# https://github.com/OpenAtomFoundation/pika/issues/2886
638-
# default value: true
639-
wash-data: true
640-
641-
# Pika automatic compact compact strategy, a complement to rocksdb compact.
642-
# Trigger the compact background task periodically according to `compact-interval`
643-
# Can choose `full-compact` or `obd-compact`.
644-
# obd-compact https://github.com/OpenAtomFoundation/pika/issues/2255
645-
compaction-strategy : obd-compact
646-
647-
# For OBD_Compact
648-
# According to the number of sst files in rocksdb,
649-
# compact every `compact-every-num-of-files` file.
650-
compact-every-num-of-files : 10
651-
652-
# For OBD_Compact
653-
# In another search, if the file creation time is
654-
# greater than `force-compact-file-age-seconds`,
655-
# a compaction of the upper and lower boundaries
656-
# of the file will be performed at the same time
657-
# `compact-every-num-of-files` -1
658-
force-compact-file-age-seconds : 300
659-
660-
# For OBD_Compact
661-
# According to the number of sst files in rocksdb,
662-
# compact every `compact-every-num-of-files` file.
663-
force-compact-min-delete-ratio : 10
664-
665-
# For OBD_Compact
666-
# According to the number of sst files in rocksdb,
667-
# compact every `compact-every-num-of-files` file.
668-
dont-compact-sst-created-in-seconds : 20
669-
670-
# For OBD_Compact
671-
# According to the number of sst files in rocksdb,
672-
# compact every `compact-every-num-of-files` file.
673-
best-delete-min-ratio : 10
634+
internal-used-unfinished-full-sync :

0 commit comments

Comments
 (0)