Bug 1235921
Summary: | POSIX: brick logs filled with _gf_log_callingfn due to this==NULL in dict_get | |||
---|---|---|---|---|
Product: | [Community] GlusterFS | Reporter: | Raghavendra Talur <rtalur> | |
Component: | posix | Assignee: | Raghavendra Talur <rtalur> | |
Status: | CLOSED CURRENTRELEASE | QA Contact: | ||
Severity: | unspecified | Docs Contact: | ||
Priority: | high | |||
Version: | mainline | CC: | bugs | |
Target Milestone: | --- | |||
Target Release: | --- | |||
Hardware: | Unspecified | |||
OS: | Unspecified | |||
Whiteboard: | ||||
Fixed In Version: | glusterfs-3.8rc2 | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | ||
Clone Of: | ||||
: | 1235923 1235940 (view as bug list) | Environment: | ||
Last Closed: | 2016-06-16 13:17:09 UTC | Type: | Bug | |
Regression: | --- | Mount Type: | --- | |
Documentation: | --- | CRM: | ||
Verified Versions: | Category: | --- | ||
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | ||
Cloudforms Team: | --- | Target Upstream Version: | ||
Embargoed: | ||||
Bug Depends On: | ||||
Bug Blocks: | 1235923, 1235940 |
Description
Raghavendra Talur
2015-06-26 05:44:52 UTC
Patch posted at http://review.gluster.org/#/c/11390/ COMMIT: http://review.gluster.org/11390 committed in master by Raghavendra G (rgowdapp) ------ commit a00c623dc1aa2df7e374d05f8a2ceaf205e854b6 Author: Raghavendra Talur <rtalur> Date: Thu Jun 25 02:18:42 2015 +0530 storage/posix: Check xdata for NULL before dict_get Performing a dict_get on xdata can lead to frequent logging if xdata is NULL. Change-Id: I1666f0cc958c639ccd816e3738dd4a1efebbff82 BUG: 1235921 Signed-off-by: Raghavendra Talur <rtalur> Reviewed-on: http://review.gluster.org/11390 Reviewed-by: N Balachandran <nbalacha> Reviewed-by: Raghavendra G <rgowdapp> Tested-by: Gluster Build System <jenkins.com> Tested-by: NetBSD Build System <jenkins.org> This bug was accidentally moved from POST to MODIFIED via an error in automation, please see mmccune with any questions This bug is getting closed because a release has been made available that should address the reported issue. In case the problem is still not fixed with glusterfs-3.8.0, please open a new bug report. glusterfs-3.8.0 has been announced on the Gluster mailinglists [1], packages for several distributions should become available in the near future. Keep an eye on the Gluster Users mailinglist [2] and the update infrastructure for your distribution. [1] http://blog.gluster.org/2016/06/glusterfs-3-8-released/ [2] http://thread.gmane.org/gmane.comp.file-systems.gluster.user |