From 63b6654e275f53b048da0b2f5e23b41d4739694a Mon Sep 17 00:00:00 2001 From: chejinge Date: Fri, 5 Sep 2025 11:28:53 +0800 Subject: [PATCH 1/5] fix:unused conf --- conf/pika.conf | 36 +----------------------------------- 1 file changed, 1 insertion(+), 35 deletions(-) diff --git a/conf/pika.conf b/conf/pika.conf index 97d171d419..b64f5c1469 100644 --- a/conf/pika.conf +++ b/conf/pika.conf @@ -636,38 +636,4 @@ 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 +wash-data: true \ No newline at end of file From 409fc1b35c8f1c7a2b0a5d99a0e713d6597debdc Mon Sep 17 00:00:00 2001 From: chejinge Date: Fri, 5 Sep 2025 11:34:15 +0800 Subject: [PATCH 2/5] fix:unused conf --- conf/pika.conf | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/conf/pika.conf b/conf/pika.conf index b64f5c1469..703dddcdc2 100644 --- a/conf/pika.conf +++ b/conf/pika.conf @@ -631,9 +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 \ No newline at end of file +internal-used-unfinished-full-sync : \ No newline at end of file From 13b22a999b2019f1f9d9219b64aae62ad8f3d764 Mon Sep 17 00:00:00 2001 From: chejinge Date: Fri, 5 Sep 2025 11:59:26 +0800 Subject: [PATCH 3/5] fix:unused conf --- .github/workflows/pika.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 From c51b2e909eb71f24a68eda3b15060ce10d0615f3 Mon Sep 17 00:00:00 2001 From: chejinge <945997690@qq.com> Date: Fri, 5 Sep 2025 16:53:18 +0800 Subject: [PATCH 4/5] Update pika.yml --- .github/workflows/pika.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/pika.yml b/.github/workflows/pika.yml index ecc33cdff2..453e3fc043 100644 --- a/.github/workflows/pika.yml +++ b/.github/workflows/pika.yml @@ -241,6 +241,7 @@ jobs: run: | brew list --versions cmake && brew uninstall --ignore-dependencies --force cmake || true brew install gcc@10 automake cmake make binutils + brew install --overwrite python@3.13 autoconf protobuf llvm wget git - name: Configure CMake run: | From 68753783ecd5eb663ba9b6998fe2ff7653e8331e Mon Sep 17 00:00:00 2001 From: chejinge <945997690@qq.com> Date: Fri, 5 Sep 2025 16:59:48 +0800 Subject: [PATCH 5/5] Update pika.yml --- .github/workflows/pika.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/pika.yml b/.github/workflows/pika.yml index 453e3fc043..ecc33cdff2 100644 --- a/.github/workflows/pika.yml +++ b/.github/workflows/pika.yml @@ -241,7 +241,6 @@ jobs: run: | brew list --versions cmake && brew uninstall --ignore-dependencies --force cmake || true brew install gcc@10 automake cmake make binutils - brew install --overwrite python@3.13 autoconf protobuf llvm wget git - name: Configure CMake run: |