[Bugs] [Bug 1371775] New: `gluster system:: uuid get` hangs

bugzilla at redhat.com bugzilla at redhat.com
Wed Aug 31 05:26:02 UTC 2016


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

            Bug ID: 1371775
           Summary: `gluster system:: uuid get` hangs
           Product: GlusterFS
           Version: mainline
         Component: cli
          Assignee: bugs at gluster.org
          Reporter: ravishankar at redhat.com
                CC: bugs at gluster.org



Description of problem:

    Problem: `gluster system:: uuid get` hangs due to double unref of dict.

    Fix:
    Remove the unnecessary unref in cli_cmd_uuid_get_cbk(). In the said
    function, if calling proc->fn() is sucessful, the dict is automatically
    unrefed in its cbk as a part of cli_local_wipe(). If calling proc->fn()
fails,
    then CLI_STACK_DESTROY() takes care of the unref.

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


More information about the Bugs mailing list