Fixed
Pinned fields
Click on the next to a field label to start pinning.
Details
Assignee
Steve WatanabeSteve WatanabeReporter
James HarrisonJames Harrison(Deactivated)Is this a Regression?
YesTriage
UntriagedStory Points
1Sprint
NonePriority
CriticalInstabug
Open Instabug
Details
Details
Assignee
Steve Watanabe
Steve WatanabeReporter
James Harrison
James Harrison(Deactivated)Is this a Regression?
Yes
Triage
Untriaged
Story Points
1
Sprint
None
Priority
Instabug
Open Instabug
PagerDuty
PagerDuty
PagerDuty
Sentry
Sentry
Sentry
Zendesk Support
Zendesk Support
Zendesk Support
Created December 8, 2021 at 10:58 AM
Updated October 13, 2023 at 11:47 AM
Resolved January 14, 2022 at 12:56 AM
Config params
num_nonio_threads
/num_auxio_threads
set via ns_serverextra_config_string
are not respected.cbepctl set flush_param
still works, modifying the running config in a non-persistent fashion.extra_config_string
in general makes persistent changes to the config for a given bucket, which will survive a restart. This is a somewhat "canonical" method provided to customers by support to change settings in response to issues. Customers with these parameters currently set would find they no longer apply if upgrading to a build in the current state.Code context:
kv_engine/daemon/memcached.cc
kv_engine/engines/ep/src/ep_engine.cc
This abandoned patch would move to these values being controlled by memcached settings, rather than bucket config, which makes sense as these have global impact.