[Bugs] [Bug 1188145] Disperse volume: I/O error on client when USS is turned on

bugzilla at redhat.com bugzilla at redhat.com
Thu May 21 13:08:28 UTC 2015


https://bugzilla.redhat.com/show_bug.cgi?id=1188145



--- Comment #11 from Anand Avati <aavati at redhat.com> ---
COMMIT: http://review.gluster.org/10868 committed in master by Pranith Kumar
Karampuri (pkarampu at redhat.com) 
------
commit 0910bab5e5b957e11f356d525eccccfd36d334f9
Author: Pranith Kumar K <pkarampu at redhat.com>
Date:   Wed May 20 23:56:17 2015 +0530

    cluster/ec: Fix use after free crash

    ec_heal creates ec_fop_data but doesn't run ec_manager.
ec_fop_data_allocate
    adds this fop to ec->pending_fops, because ec_manager is not run on this
heal
    fop it is never removed from ec->pending_fops. When it is accessed after
free
    it leads to crash. It is better to not to add HEAL fops to ec->pending_fops
    because we don't want graph switch to hang the mount because of a BIG
    file/directory heal.

    BUG: 1188145
    Change-Id: I8abdc92f06e0563192300ca4abca3909efcca9c3
    Signed-off-by: Pranith Kumar K <pkarampu at redhat.com>
    Reviewed-on: http://review.gluster.org/10868
    Reviewed-by: Xavier Hernandez <xhernandez at datalab.es>
    Tested-by: Gluster Build System <jenkins at build.gluster.com>
    Reviewed-by: Raghavendra Bhat <raghavendra at redhat.com>

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=uOFjn1ASe4&a=cc_unsubscribe


More information about the Bugs mailing list