Bug 762677 (GLUSTER-945) - stat information of postparent stored in preparentstr instead of postparentstr in trace
Summary: stat information of postparent stored in preparentstr instead of postparentst...
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: GLUSTER-945
Product: GlusterFS
Classification: Community
Component: trace
Version: mainline
Hardware: All
OS: Linux
low
low
Target Milestone: ---
Assignee: Vijay Bellur
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2010-05-25 09:46 UTC by Raghavendra Bhat
Modified: 2015-12-01 16:45 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed:
Regression: ---
Mount Type: ---
Documentation: ---
CRM:
Verified Versions:


Attachments (Terms of Use)

Description Raghavendra Bhat 2010-05-25 09:46:10 UTC
In trace xlator, in the function trace_link_cbk the changes of the function trace_stat_to_str is stored in preparentstr variable instead if postparentstr for the structure postparent.


preparentstr = trace_stat_to_str(preparent);
preparentstr = trace_stat_to_str(postparent);

Comment 1 Anand Avati 2010-05-27 06:00:44 UTC
PATCH: http://patches.gluster.com/patch/3313 in master (take the return value of trace_stat_to_str for preparent and postparent in corresponding variables)

Comment 2 Anand Avati 2010-05-27 06:00:47 UTC
PATCH: http://patches.gluster.com/patch/3311 in master (stat information of postparent stored in preparentstr insteadof postparentstr in trace)


Note You need to log in before you can comment on or make changes to this bug.