Bug 1937216 - elasticsearch-rollover and elasticsearch-delete pods in Error states on OCP4.6.
Summary: elasticsearch-rollover and elasticsearch-delete pods in Error states on OCP4.6.
Keywords:
Status: CLOSED DUPLICATE of bug 1928772
Alias: None
Product: OpenShift Container Platform
Classification: Red Hat
Component: Logging
Version: 4.6.z
Hardware: Unspecified
OS: Unspecified
unspecified
medium
Target Milestone: ---
: ---
Assignee: Jeff Cantrill
QA Contact: Anping Li
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2021-03-10 07:46 UTC by ryoji noma
Modified: 2024-06-14 00:44 UTC (History)
3 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2021-03-15 20:44:14 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description ryoji noma 2021-03-10 07:46:14 UTC
Description of problem:
The rollover- and -delete- pods in cluster-logging instance on OCP4.6 enter Error state. My customer upgraded from OCP4.5.23 to 4.6.8 for this fix. But this Bug did not resolve yet. So I reopened this ticket.

Version-Release number of selected component (if applicable):
OpenShift:4.6.8
Operator Cluster Logging:4.6.0-202011221454

Actual results:

- The log of elasticsearch-delete-infra-********-****
{
  "error" : {
    "root_cause" : [
      {
        "type" : "security_exception",
        "reason" : "Unexpected exception indices:admin/delete"
      }
    ],
    "type" : "security_exception",
    "reason" : "Unexpected exception indices:admin/delete"
  },
  "status" : 500
}

- Part of result from 'oc get pod -n openshift-logging'
NAME                                            READY   STATUS      RESTARTS   AGE
<snip>
curator-**********-*****                        0/1     Error       0          21h
<snip>
elasticsearch-delete-infra-**********-*****     0/1     Error       0          7d12h
<snip>
elasticsearch-rollover-app-**********-*****     0/1     Error       0          37d
<snip>
elasticsearch-rollover-audit-**********-*****   0/1     Error       0          3d10h
<snip>
elasticsearch-rollover-infra-**********-*****   0/1     Error       0          34d

Expected results:

Their Pod run in a normal state.

Additional info:

This bug must be fixed as follows.

RHBA-2020:4198 - Bug Fix Advisory
https://access.redhat.com/errata/RHBA-2020:4198

Bug 1866019 - elasticsearch-rollover and elasticsearch-delete pods in Error states
https://bugzilla.redhat.com/show_bug.cgi?id=1866019

Comment 3 Brett Jones 2021-03-15 20:44:14 UTC

*** This bug has been marked as a duplicate of bug 1928772 ***


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