diff --git a/.github/workflows/pika.yml b/.github/workflows/pika.yml index 84aa97320b..ecc33cdff2 100644 --- a/.github/workflows/pika.yml +++ b/.github/workflows/pika.yml @@ -239,8 +239,7 @@ jobs: - name: Install Deps run: | - brew update - brew install --overwrite python@3.13 autoconf protobuf llvm wget git + brew list --versions cmake && brew uninstall --ignore-dependencies --force cmake || true brew install gcc@10 automake cmake make binutils - name: Configure CMake diff --git a/conf/pika.conf b/conf/pika.conf index 97d171d419..703dddcdc2 100644 --- a/conf/pika.conf +++ b/conf/pika.conf @@ -631,43 +631,4 @@ cache-lfu-decay-time: 1 # 'internal-used-unfinished-full-sync' is used to generate a metric 'is_eligible_for_master_election' # which serves for the scenario of codis-pika cluster reelection # You'd better [DO NOT MODIFY IT UNLESS YOU KNOW WHAT YOU ARE DOING] -internal-used-unfinished-full-sync : - -# for wash data from 4.0.0 to 4.0.1 -# https://github.com/OpenAtomFoundation/pika/issues/2886 -# default value: true -wash-data: true - -# Pika automatic compact compact strategy, a complement to rocksdb compact. -# Trigger the compact background task periodically according to `compact-interval` -# Can choose `full-compact` or `obd-compact`. -# obd-compact https://github.com/OpenAtomFoundation/pika/issues/2255 -compaction-strategy : obd-compact - -# For OBD_Compact -# According to the number of sst files in rocksdb, -# compact every `compact-every-num-of-files` file. -compact-every-num-of-files : 10 - -# For OBD_Compact -# In another search, if the file creation time is -# greater than `force-compact-file-age-seconds`, -# a compaction of the upper and lower boundaries -# of the file will be performed at the same time -# `compact-every-num-of-files` -1 -force-compact-file-age-seconds : 300 - -# For OBD_Compact -# According to the number of sst files in rocksdb, -# compact every `compact-every-num-of-files` file. -force-compact-min-delete-ratio : 10 - -# For OBD_Compact -# According to the number of sst files in rocksdb, -# compact every `compact-every-num-of-files` file. -dont-compact-sst-created-in-seconds : 20 - -# For OBD_Compact -# According to the number of sst files in rocksdb, -# compact every `compact-every-num-of-files` file. -best-delete-min-ratio : 10 +internal-used-unfinished-full-sync : \ No newline at end of file