diff options
author | Krutika Dhananjay <kdhananj@redhat.com> | 2014-09-18 14:36:38 +0530 |
---|---|---|
committer | Vijay Bellur <vbellur@redhat.com> | 2014-09-19 07:10:24 -0700 |
commit | 258e61adb5505124925c71d2a0d0375d086e32d4 (patch) | |
tree | d77f4922b3b872bdd262c3666215743b3e184bdd /extras/profiler | |
parent | fb6702b7f8ba19333b7ba4af543d908e3f5e1923 (diff) |
cluster/dht: Fix dict_t leaks in rebalance process' execution path
Two dict_t objects are leaked for every file migrated in success codepath.
It is the caller's responsibility to unref dict that it gets from calls to
syncop_getxattr(); and rebalance performs two syncop_getxattr()s per file
without freeing them.
Also, syncop_getxattr() on GF_XATTR_LINKINFO_KEY doesn't seem to be using
the response dict. Hence, NULL is now passed as opposed to @dict to
syncop_getxattr().
Change-Id: I5a4b5ab834df3633dea994f239bbdbc34cbe9259
BUG: 1142052
Signed-off-by: Krutika Dhananjay <kdhananj@redhat.com>
Reviewed-on: http://review.gluster.org/8763
Tested-by: Gluster Build System <jenkins@build.gluster.com>
Reviewed-by: Shyamsundar Ranganathan <srangana@redhat.com>
Reviewed-by: Vijay Bellur <vbellur@redhat.com>
Diffstat (limited to 'extras/profiler')
0 files changed, 0 insertions, 0 deletions