Bug 1248941 - Logging : unnecessary log message "REMOVEXATTR No data available " when files are written to glusterfs mount
Summary: Logging : unnecessary log message "REMOVEXATTR No data available " when file...
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: GlusterFS
Classification: Community
Component: logging
Version: 3.7.2
Hardware: x86_64
OS: Linux
medium
medium
Target Milestone: ---
Assignee: bugs@gluster.org
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks: 1257110 1258341
TreeView+ depends on / blocked
 
Reported: 2015-07-31 07:53 UTC by Ivo Petrov
Modified: 2015-10-14 10:38 UTC (History)
4 users (show)

Fixed In Version: glusterfs-3.7.5
Clone Of:
: 1257110 (view as bug list)
Environment:
Last Closed: 2015-10-14 10:29:41 UTC
Regression: ---
Mount Type: ---
Documentation: ---
CRM:
Verified Versions:
Embargoed:


Attachments (Terms of Use)

Description Ivo Petrov 2015-07-31 07:53:00 UTC
Description of problem: REMOVEXATTR No data available in log when files are written to glusterfs mount


Version-Release number of selected component (if applicable): 3.7.2


How reproducible: very


Steps to Reproduce:
1. write file in glusterfs mount (# touch /ssd_data/test)
2. 
3.

Actual results:
# tail -n 1 /var/log/glusterfs/ssd_data.log
[2015-07-31 07:51:07.354206] W [fuse-bridge.c:1263:fuse_err_cbk] 0-glusterfs-fuse: 362196675: REMOVEXATTR() /test => -1 (No data available)


Expected results:
no error in log

Additional info:

Comment 1 Anand Avati 2015-08-28 16:33:37 UTC
REVIEW: http://review.gluster.org/12041 (mount/fuse: Log ENODATA as DEBUG in {f}removexattr) posted (#1) for review on release-3.7 by Vijay Bellur (vbellur)

Comment 2 Anand Avati 2015-08-31 06:33:57 UTC
REVIEW: http://review.gluster.org/12041 (mount/fuse: Log ENODATA as DEBUG in {f}removexattr) posted (#2) for review on release-3.7 by Vijay Bellur (vbellur)

Comment 3 Anand Avati 2015-08-31 14:48:05 UTC
REVIEW: http://review.gluster.org/12041 (mount/fuse: Log ENODATA as DEBUG in {f}removexattr) posted (#3) for review on release-3.7 by Vijay Bellur (vbellur)

Comment 4 Anand Avati 2015-08-31 18:10:00 UTC
REVIEW: http://review.gluster.org/12041 (mount/fuse: Log ENODATA as DEBUG in {f}removexattr) posted (#4) for review on release-3.7 by Vijay Bellur (vbellur)

Comment 5 Vijay Bellur 2015-09-03 10:59:52 UTC
COMMIT: http://review.gluster.org/12041 committed in release-3.7 by Raghavendra Bhat (raghavendra) 
------
commit b1cd5cb8a857ed3a95eab95179378283c8d41763
Author: Vijay Bellur <vbellur>
Date:   Wed Aug 26 15:24:39 2015 +0530

    mount/fuse: Log ENODATA as DEBUG in {f}removexattr
    
    Logging ENODATA errors for {f}removexattr at a higher loglevel does not
    add a lot of value and causes a log message flood as per multiple reports.
    
    Added a new cbk, fuse_removexattr_cbk() to be used with removexattr fops.
    ENODATA now gets logged at loglevel DEBUG in fuse_removexattr_cbk(). This also
    prevents more conditional checks in the common fuse_err_cbk() callback.
    
    Change-Id: I1585b4d627e0095022016c47d7fd212018a7194b
    BUG: 1248941
    Signed-off-by: Vijay Bellur <vbellur>
    Reviewed-on: http://review.gluster.org/12015
    Tested-by: NetBSD Build System <jenkins.org>
    Tested-by: Gluster Build System <jenkins.com>
    Reviewed-by: Raghavendra Bhat <raghavendra>
    Reviewed-on: http://review.gluster.org/12041

Comment 6 Pranith Kumar K 2015-10-14 10:29:41 UTC
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-glusterfs-3.7.5, please open a new bug report.

glusterfs-glusterfs-3.7.5 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://www.gluster.org/pipermail/gluster-users/2015-October/023968.html
[2] http://thread.gmane.org/gmane.comp.file-systems.gluster.user

Comment 7 Pranith Kumar K 2015-10-14 10:38:31 UTC
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.7.5, please open a new bug report.

glusterfs-3.7.5 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://www.gluster.org/pipermail/gluster-users/2015-October/023968.html
[2] http://thread.gmane.org/gmane.comp.file-systems.gluster.user


Note You need to log in before you can comment on or make changes to this bug.