[Bugs] [Bug 1289414] [tiering]: Tier daemon crashed on two of eight nodes and lot of "demotion failed" seen in the system

bugzilla at redhat.com bugzilla at redhat.com
Tue Dec 8 18:28:05 UTC 2015


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



--- Comment #2 from Vijay Bellur <vbellur at redhat.com> ---
COMMIT: http://review.gluster.org/12904 committed in release-3.7 by Dan
Lambright (dlambrig at redhat.com) 
------
commit 88cfaa33b3c9949936490fc0da5add177b4979ad
Author: N Balachandran <nbalacha at redhat.com>
Date:   Mon Dec 7 13:32:57 2015 +0530

    cluster/tier : Fix double free in tier process

    The tier process tries to free ipc_ctr_params twice
    if the syncop_ipc call in tier_process_ctr_query fails.
    ipc_ctr_params is freed when ctr_ipc_in_dict is freed.
    But ctr_ipc_out_dict is NULL when syncop_ipc fails, causing
    GF_FREE to be called on a non-NULL ipc_ctr_params ptr again.

    > Change-Id: Ia15f36dfbcd97be5524588beb7caad5cb79efdb4
    > Signed-off-by: N Balachandran <nbalacha at redhat.com>
    > Reviewed-on: http://review.gluster.org/12890
    > Reviewed-by: Joseph Fernandes
    > Tested-by: NetBSD Build System <jenkins at build.gluster.org>
    > Tested-by: Gluster Build System <jenkins at build.gluster.com>
    > Reviewed-by: Dan Lambright <dlambrig at redhat.com>
    > (cherry picked from commit 06818a0fd69bb0d6daabde73e5c3cc2661a70854)

    Change-Id: Ida2da0416272ff1b04cf51f76467e27b62121f41
    BUG: 1289414
    Signed-off-by: N Balachandran <nbalacha at redhat.com>
    Reviewed-on: http://review.gluster.org/12904
    Reviewed-by: Joseph Fernandes
    Tested-by: Gluster Build System <jenkins at build.gluster.com>
    Tested-by: NetBSD Build System <jenkins at build.gluster.org>
    Reviewed-by: Dan Lambright <dlambrig at redhat.com>
    Tested-by: Dan Lambright <dlambrig at redhat.com>

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are on the CC list for the bug.


More information about the Bugs mailing list