Bug 1430623

Summary: pthread mutexes and condition variables are not destroyed
Product: [Community] GlusterFS Reporter: Anoop C S <anoopcs>
Component: coreAssignee: Anoop C S <anoopcs>
Status: CLOSED UPSTREAM QA Contact:
Severity: low Docs Contact:
Priority: low    
Version: mainlineCC: bugs, jahernan, moagrawa, rabhat, rkavunga
Target Milestone: ---Keywords: EasyFix, Triaged
Target Release: ---   
Hardware: All   
OS: All   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2020-03-12 14:49:25 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Anoop C S 2017-03-09 07:12:44 UTC
Description of problem:
There are places in code where we fail to destroy already initialized pthread mutexes and condition variabales. This bug is to track those and fix it so that every pthread_mutex_init/pthread_cond_init would have a corresponding pthread_mutex_destroy/pthread_cond_destroy respectively.

Comment 1 Worker Ant 2017-03-09 07:13:27 UTC
REVIEW: https://review.gluster.org/16875 (storage/posix: Destroy pthread mutexes and cond variables in fini()) posted (#1) for review on master by Anoop C S (anoopcs)

Comment 2 Worker Ant 2017-03-20 13:22:46 UTC
REVIEW: https://review.gluster.org/16875 (storage/posix: Destroy pthread mutexes and cond variables in fini()) posted (#2) for review on master by Pranith Kumar Karampuri (pkarampu)

Comment 3 Worker Ant 2017-03-28 07:10:37 UTC
REVIEW: https://review.gluster.org/16875 (storage/posix: Destroy pthread mutexes and cond variables in fini()) posted (#3) for review on master by Pranith Kumar Karampuri (pkarampu)

Comment 4 Worker Ant 2017-03-28 07:14:25 UTC
REVIEW: https://review.gluster.org/16875 (storage/posix: Destroy pthread mutexes and cond variables in fini()) posted (#4) for review on master by Pranith Kumar Karampuri (pkarampu)

Comment 6 Worker Ant 2019-12-09 10:21:23 UTC
REVIEW: https://review.gluster.org/23832 (transport/socket: destroy notify mutex and condition variable) posted (#1) for review on master by None

Comment 7 Worker Ant 2019-12-31 05:40:01 UTC
REVIEW: https://review.gluster.org/23832 (transport/socket: destroy notify mutex and condition variable) merged (#4) on master by Amar Tumballi

Comment 8 Worker Ant 2020-03-12 14:49:25 UTC
This bug is moved to https://github.com/gluster/glusterfs/issues/1071, and will be tracked there from now on. Visit GitHub issues URL for further details