Fixed
Pinned fields
Click on the next to a field label to start pinning.
Details
Assignee
Matt CarabineMatt Carabine(Deactivated)Reporter
Matt CarabineMatt Carabine(Deactivated)Is this a Regression?
YesTriage
TriagedPriority
MajorInstabug
Open Instabug
Details
Details
Assignee
Matt Carabine
Matt Carabine(Deactivated)Reporter
Matt Carabine
Matt Carabine(Deactivated)Is this a Regression?
Yes
Triage
Triaged
Priority
Instabug
Open Instabug
PagerDuty
PagerDuty
PagerDuty
Sentry
Sentry
Sentry
Zendesk Support
Zendesk Support
Zendesk Support
Created December 29, 2015 at 3:03 PM
Updated March 4, 2016 at 8:13 PM
Resolved January 7, 2016 at 3:45 PM
Cbcollect currently runs the following command to capture the lsof output for the machine:
echo moxi memcached beam.smp couch_compact godu sigar_port cbq-engine indexer projector goxdcr | xargs -n1 pgrep | xargs -n1 -r -- lsof -n -p
However, as part of https://couchbasecloud.atlassian.net/browse/MB-16688#icft=MB-16688, all memcached threads are named 'mc:<purpose of thread>:<thread_num>', as such this lsof command will not actually retrieve any of the open files in use by any of the memcached threads, this needs to be updated so that it appropriately gathers the information for all memcached threads.