Bug 1339149 - Error and warning messages related to xlator/features/snapview-client.so adding up to the client log on performing IO operations
Summary: Error and warning messages related to xlator/features/snapview-client.so addi...
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: GlusterFS
Classification: Community
Component: snapshot
Version: mainline
Hardware: Unspecified
OS: Unspecified
high
high
Target Milestone: ---
Assignee: rjoseph
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks: 1338748 1367297
TreeView+ depends on / blocked
 
Reported: 2016-05-24 09:02 UTC by rjoseph
Modified: 2017-03-27 18:19 UTC (History)
4 users (show)

Fixed In Version: glusterfs-3.9.0
Doc Type: If docs needed, set a value
Doc Text:
Clone Of: 1338748
: 1367297 (view as bug list)
Environment:
Last Closed: 2017-03-27 18:19:27 UTC
Regression: ---
Mount Type: ---
Documentation: ---
CRM:
Verified Versions:
Embargoed:


Attachments (Terms of Use)

Comment 1 Vijay Bellur 2016-05-24 09:07:39 UTC
REVIEW: http://review.gluster.org/14511 (snapshot/uss: client-side log is filled with "invalid-argument" error) posted (#1) for review on master by Rajesh Joseph (rjoseph)

Comment 2 Vijay Bellur 2016-05-24 09:49:34 UTC
REVIEW: http://review.gluster.org/14511 (snapshot/uss: client-side log is filled with "invalid-argument" error) posted (#2) for review on master by Rajesh Joseph (rjoseph)

Comment 3 Vijay Bellur 2016-05-24 09:49:37 UTC
REVIEW: http://review.gluster.org/14514 (snapshot/uss: log is filled with gfid is NULL error) posted (#1) for review on master by Rajesh Joseph (rjoseph)

Comment 4 Vijay Bellur 2016-05-24 13:46:52 UTC
REVIEW: http://review.gluster.org/14511 (snapshot/uss: client-side log is filled with "invalid-argument" error) posted (#3) for review on master by Rajesh Joseph (rjoseph)

Comment 5 Vijay Bellur 2016-05-24 13:46:55 UTC
REVIEW: http://review.gluster.org/14514 (snapshot/uss: log is filled with gfid is NULL error) posted (#2) for review on master by Rajesh Joseph (rjoseph)

Comment 6 Vijay Bellur 2016-05-24 13:46:57 UTC
REVIEW: http://review.gluster.org/14525 (snapshot/uss: client log is filled with "invalid argument: inode" error) posted (#1) for review on master by Rajesh Joseph (rjoseph)

Comment 7 Vijay Bellur 2016-05-25 14:22:58 UTC
COMMIT: http://review.gluster.org/14514 committed in master by Jeff Darcy (jdarcy) 
------
commit dca1c08c6384e34403d8b5ad6eaf0931529168ac
Author: Rajesh Joseph <rjoseph>
Date:   Tue May 24 15:10:33 2016 +0530

    snapshot/uss: log is filled with gfid is NULL error
    
    In snapview-server if the lookup came on missing entry
    then it does not have proper context to see if it is the
    case of "Stale file handle" or ENOENT. We should not log
    this error in GF_LOG_ERROR level, instead this should be
    a debug log.
    
    Change-Id: I8f7cc0e117e9a6dd9482da2e94a56f2ed731a442
    BUG: 1339149
    Signed-off-by: Rajesh Joseph <rjoseph>
    Reviewed-on: http://review.gluster.org/14514
    Smoke: Gluster Build System <jenkins.com>
    NetBSD-regression: NetBSD Build System <jenkins.org>
    CentOS-regression: Gluster Build System <jenkins.com>
    Reviewed-by: Jeff Darcy <jdarcy>

Comment 8 Vijay Bellur 2016-05-25 14:23:40 UTC
COMMIT: http://review.gluster.org/14525 committed in master by Jeff Darcy (jdarcy) 
------
commit edcc6a4ef4f39d5e3073195d45011e3cdfa7c091
Author: Rajesh Joseph <rjoseph>
Date:   Tue May 24 19:14:41 2016 +0530

    snapshot/uss: client log is filled with "invalid argument: inode" error
    
    svc_inode_ctx_get is called even if inode is NULL. We should not call
    this function if inode is NULL
    
    Change-Id: I5c3f17633ca88e5b6f40d4acf14a09e14b7ef62b
    BUG: 1339149
    Signed-off-by: Rajesh Joseph <rjoseph>
    Reviewed-on: http://review.gluster.org/14525
    Smoke: Gluster Build System <jenkins.com>
    NetBSD-regression: NetBSD Build System <jenkins.org>
    CentOS-regression: Gluster Build System <jenkins.com>
    Reviewed-by: Jeff Darcy <jdarcy>

Comment 9 Vijay Bellur 2016-05-31 18:54:54 UTC
COMMIT: http://review.gluster.org/14511 committed in master by Jeff Darcy (jdarcy) 
------
commit f55a973e581aaa25bbe38be83e007e1b2eaed659
Author: Rajesh Joseph <rjoseph>
Date:   Tue May 24 14:33:54 2016 +0530

    snapshot/uss: client-side log is filled with "invalid-argument" error
    
    xdata is used without checking if it is NULL or not.
    
    Change-Id: Ib6ddaab28ec3b430b8d646aada0456d3cc9978cb
    BUG: 1339149
    Signed-off-by: Rajesh Joseph <rjoseph>
    Reviewed-on: http://review.gluster.org/14511
    Smoke: Gluster Build System <jenkins.com>
    Reviewed-by: Raghavendra Talur <rtalur>
    CentOS-regression: Gluster Build System <jenkins.com>
    NetBSD-regression: NetBSD Build System <jenkins.org>

Comment 10 Vijay Bellur 2016-08-16 07:18:46 UTC
REVIEW: http://review.gluster.org/15166 (snapshot/uss: log is filled with gfid is NULL error) posted (#1) for review on release-3.8 by Rajesh Joseph (rjoseph)

Comment 11 Vijay Bellur 2016-08-16 08:19:11 UTC
REVIEW: http://review.gluster.org/15170 (snapshot/uss: client log is filled with "invalid argument: inode" error) posted (#1) for review on release-3.8 by Rajesh Joseph (rjoseph)

Comment 12 Vijay Bellur 2016-08-16 08:21:28 UTC
REVIEW: http://review.gluster.org/15171 (snapshot/uss: client-side log is filled with "invalid-argument" error) posted (#1) for review on release-3.8 by Rajesh Joseph (rjoseph)

Comment 13 Shyamsundar 2017-03-27 18:19:27 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.9.0, please open a new bug report.

glusterfs-3.9.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://lists.gluster.org/pipermail/gluster-users/2016-November/029281.html
[2] https://www.gluster.org/pipermail/gluster-users/


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