Bug 1882525
| Summary: | elasticsearch-delete KeyError: 'is_write_index' | ||
|---|---|---|---|
| Product: | OpenShift Container Platform | Reporter: | Eric Fried <efried> |
| Component: | Logging | Assignee: | Jeff Cantrill <jcantril> |
| Status: | CLOSED ERRATA | QA Contact: | Anping Li <anli> |
| Severity: | high | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 4.5 | CC: | aos-bugs, cshereme, jeder |
| Target Milestone: | --- | Keywords: | Reopened |
| Target Release: | 4.6.0 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | osd-45-logging | ||
| Fixed In Version: | Doc Type: | No Doc Update | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2020-10-27 15:12:50 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: | |||
|
Description
Eric Fried
2020-09-24 20:02:59 UTC
(In reply to Eric Fried from comment #0) > NOTE: This is *not* a duplicate of > https://bugzilla.redhat.com/show_bug.cgi?id=1866019 / > https://bugzilla.redhat.com/show_bug.cgi?id=1866963 / > https://bugzilla.redhat.com/show_bug.cgi?id=1868675 which are caused by 500s > from ES; or https://bugzilla.redhat.com/show_bug.cgi?id=1881709 where the ES > query hangs. No but it is likely resolved when https://github.com/openshift/elasticsearch-operator/pull/488 merges. Closing as a duplicate for the time being until can be verified otherwise *** This bug has been marked as a duplicate of bug 1868675 *** I ran the delete script from https://github.com/openshift/elasticsearch-operator/pull/488 in the failing environment and it still fails the same way. sh-4.2$ ./delete.latest Error trying to determine the 'write' index from '{u'app-000002': {u'aliases': {u'app-write': {}}}}': <type 'exceptions.KeyError'>sh-4.2$ echo $? 1 4.5 backport added to https://github.com/openshift/elasticsearch-operator/pull/488 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 (OpenShift Container Platform 4.6.1 extras update), 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/RHBA-2020:4198 |