Bug 1387976
Summary: | Continuous warning messages getting when one of the cluster node is down on SSL setup. | ||
---|---|---|---|
Product: | [Community] GlusterFS | Reporter: | Mohit Agrawal <moagrawa> |
Component: | glusterd | Assignee: | Mohit Agrawal <moagrawa> |
Status: | CLOSED CURRENTRELEASE | QA Contact: | |
Severity: | high | Docs Contact: | |
Priority: | high | ||
Version: | 3.8 | CC: | bsrirama, bugs, rhs-bugs, storage-qa-internal, vbellur |
Target Milestone: | --- | Keywords: | Triaged |
Target Release: | --- | ||
Hardware: | x86_64 | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | glusterfs-3.8.6 | Doc Type: | If docs needed, set a value |
Doc Text: | Story Points: | --- | |
Clone Of: | 1385525 | Environment: | |
Last Closed: | 2016-11-29 09:36:46 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: | 1385525 | ||
Bug Blocks: | 1386450, 1387975 |
Description
Mohit Agrawal
2016-10-24 05:39:03 UTC
REVIEW: http://review.gluster.org/15706 (rpc/socket.c : Modify socket_poller code in case of ENODATA error code.) posted (#1) for review on release-3.8 by MOHIT AGRAWAL (moagrawa) REVIEW: http://review.gluster.org/15706 (rpc/socket.c : Modify socket_poller code in case of ENODATA error code.) posted (#2) for review on release-3.8 by MOHIT AGRAWAL (moagrawa) COMMIT: http://review.gluster.org/15706 committed in release-3.8 by Niels de Vos (ndevos) ------ commit 8cd077a05f5504a0e94a3565ce815bc4cec9972c Author: Mohit Agrawal <moagrawa> Date: Wed Oct 19 07:27:40 2016 +0530 rpc/socket.c : Modify socket_poller code in case of ENODATA error code. Problem: Continuous warning message(ENODATA) are coming in socket_rwv while SSL is enabled. Solution: To avoid the warning message update one condition in socket_poller loop code before break from loop in case of error returned by poll functions. > BUG: 1386450 > Change-Id: I19b3a92d4c3ba380738379f5679c1c354f0ab9b1 > Signed-off-by: Mohit Agrawal <moagrawa> > Reviewed-on: http://review.gluster.org/15677 > Smoke: Gluster Build System <jenkins.org> > NetBSD-regression: NetBSD Build System <jenkins.org> > CentOS-regression: Gluster Build System <jenkins.org> > Reviewed-by: Raghavendra G <rgowdapp> > (cherry picked from commit ec64ce2e1684003f4e7a20d4372e414bfbddb6fb) Change-Id: I70eaf8d454a1538e14b50c6fb1074f84dd10cdf5 BUG: 1387976 Signed-off-by: Mohit Agrawal <moagrawa> Reviewed-on: http://review.gluster.org/15706 Smoke: Gluster Build System <jenkins.org> NetBSD-regression: NetBSD Build System <jenkins.org> CentOS-regression: Gluster Build System <jenkins.org> Reviewed-by: Atin Mukherjee <amukherj> Reviewed-by: Niels de Vos <ndevos> 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.6, please open a new bug report. glusterfs-3.8.6 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/packaging/2016-November/000217.html [2] https://www.gluster.org/pipermail/gluster-users/ REVIEW: http://review.gluster.org/16237 (rpc/socket.c : Modify socket_poller code in case of ENODATA error code.) posted (#1) for review on release-3.8-fb by Kevin Vigor (kvigor) |