Fixed
Pinned fields
Click on the next to a field label to start pinning.
Details
Assignee
Dave RigbyDave Rigby(Deactivated)Reporter
Dave RigbyDave Rigby(Deactivated)Is this a Regression?
YesTriage
UntriagedOperating System
Ubuntu 64-bitSprint
NonePriority
MajorInstabug
Open Instabug
Details
Details
Assignee
Dave Rigby
Dave Rigby(Deactivated)Reporter
Dave Rigby
Dave Rigby(Deactivated)Is this a Regression?
Yes
Triage
Untriaged
Operating System
Ubuntu 64-bit
Sprint
None
Priority
Instabug
Open Instabug
PagerDuty
PagerDuty
PagerDuty
Sentry
Sentry
Sentry
Zendesk Support
Zendesk Support
Zendesk Support
Created October 30, 2015 at 12:14 PM
Updated November 23, 2015 at 7:08 PM
Resolved October 30, 2015 at 3:14 PM
the
cb_set_thread_name()
function was added in 4.0 to assist in understanding memcached's behaviour by allowing all threads to be given a name.Unfortunately a patch to solve a SuSE build break caused it to accidentally become a no-op on Linux platforms, meaning the thread names are not reported - see http://review.couchbase.org/51711
The issue is that
cb_pthreads.c
doesn't includeplatform/internal_config.h
, soHAVE_PTHREAD_SETNAME_NP
is always undefined.