feat: Dynamically set disable_auto_compaction #2233
Closed
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
这是一个测试的PR,辛苦各位大佬看下 思路是否正确。
目前仅能做到config set 动态配置的值,但实际测试动态修改后,auto_compaction策略没有变化。
只能在pika配置里修改,重启才能真正生效。应该是没执行到
Dynamically changeable through SetOptions() API
,这个在哪里执行比较好?about #2113
(请忽略2206相关的pr记录)