Bug 1494673
Summary: | Cassandra readiness probe can incorrectly fail in multi node setup | |||
---|---|---|---|---|
Product: | OpenShift Container Platform | Reporter: | Matt Wringe <mwringe> | |
Component: | Hawkular | Assignee: | Matt Wringe <mwringe> | |
Status: | CLOSED ERRATA | QA Contact: | Junqi Zhao <juzhao> | |
Severity: | unspecified | Docs Contact: | ||
Priority: | unspecified | |||
Version: | 3.7.0 | CC: | aos-bugs, jcosta, mwringe | |
Target Milestone: | --- | |||
Target Release: | 3.7.0 | |||
Hardware: | Unspecified | |||
OS: | Unspecified | |||
Whiteboard: | ||||
Fixed In Version: | Doc Type: | If docs needed, set a value | ||
Doc Text: | Story Points: | --- | ||
Clone Of: | ||||
: | 1496228 1511627 1511628 1511629 1511631 (view as bug list) | Environment: | ||
Last Closed: | 2017-11-28 22:12:28 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: | 1496228, 1511627, 1511628, 1511629, 1511631 |
Description
Matt Wringe
2017-09-22 19:15:04 UTC
Simple PR which fixes this issue by checking for whitespace before and after the ip address, thus preventing the script from considering the ip address the same: https://github.com/openshift/origin-metrics/pull/380 @Matt Which image version contain the fix? Do we still need to verify it failed with previous versions? Tested with currently latest image:metrics-cassandra-v3.7.0-0.135.0.0, it returned "Cassandra is in the up and normal state" (In reply to Junqi Zhao from comment #2) > @Matt > Which image version contain the fix? The latest 3.7 release should have this fixed. > Do we still need to verify it failed with previous versions? Its the exact same change as https://bugzilla.redhat.com/show_bug.cgi?id=1496228 which I believe was verified there. Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHSA-2017:3188 |