[Bugs] [Bug 1371775] `gluster system:: uuid get` hangs
bugzilla at redhat.com
bugzilla at redhat.com
Wed Aug 31 12:11:01 UTC 2016
https://bugzilla.redhat.com/show_bug.cgi?id=1371775
--- Comment #2 from Worker Ant <bugzilla-bot at gluster.org> ---
COMMIT: http://review.gluster.org/15368 committed in master by Atin Mukherjee
(amukherj at redhat.com)
------
commit 2d3292fd29884b16cac058f937f91cfda197eca6
Author: Ravishankar N <ravishankar at redhat.com>
Date: Wed Aug 31 10:47:45 2016 +0530
cli: Fix double unref of dict
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.
Change-Id: Ib656d200f14a27415b36794a0bdadfe36b0d5306
BUG: 1371775
Signed-off-by: Ravishankar N <ravishankar at redhat.com>
Reviewed-on: http://review.gluster.org/15368
NetBSD-regression: NetBSD Build System <jenkins at build.gluster.org>
CentOS-regression: Gluster Build System <jenkins at build.gluster.org>
Smoke: Gluster Build System <jenkins at build.gluster.org>
Reviewed-by: Atin Mukherjee <amukherj 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=hBGVPKM6lf&a=cc_unsubscribe
More information about the Bugs
mailing list