Bug 843071

Summary: Index xlator has race in init which leads to crash.
Product: [Community] GlusterFS Reporter: Pranith Kumar K <pkarampu>
Component: unclassifiedAssignee: Pranith Kumar K <pkarampu>
Status: CLOSED CURRENTRELEASE QA Contact: Sachidananda Urs <sac>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 3.3.0CC: gluster-bugs, sdharane
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: glusterfs-3.4.0 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2013-07-24 18:00:13 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 Pranith Kumar K 2012-07-25 13:53:46 UTC
Description of problem:
    In index_worker function at the time of assigning priv from
    this->private, this->private may not be set in init() function
    of index xlator.


Version-Release number of selected component (if applicable):


How reproducible:


Steps to Reproduce:
1.
2.
3.
  
Actual results:


Expected results:


Additional info:

Comment 1 Vijay Bellur 2012-07-25 15:16:35 UTC
CHANGE: http://review.gluster.com/3728 (features/index: Fix race in this->private initialization) merged in master by Vijay Bellur (vbellur)

Comment 2 Vijay Bellur 2012-07-25 21:52:57 UTC
CHANGE: http://review.gluster.com/3729 (features/index: make pthread_attr_t local to init()) merged in master by Anand Avati (avati)