Bug 1901756 - elasticsearch-rollover and elasticsearch-delete pods are in error states with 'ValueError: No JSON object could be decoded'
Summary: elasticsearch-rollover and elasticsearch-delete pods are in error states with...
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: OpenShift Container Platform
Classification: Red Hat
Component: Logging
Version: 4.5
Hardware: Unspecified
OS: Unspecified
unspecified
medium
Target Milestone: ---
: 4.6.z
Assignee: Hui Kang
QA Contact: Qiaoling Tang
URL:
Whiteboard: logging-exploration
Depends On: 1899905
Blocks: 1925307
TreeView+ depends on / blocked
 
Reported: 2020-11-26 01:00 UTC by OpenShift BugZilla Robot
Modified: 2024-03-25 17:15 UTC (History)
8 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
* Previously, elasticsearch-rollover and elasticsearch-delete pods remained in error states with `Invalid JSON:` or 'ValueError: No JSON object could be decoded'. This exception was raised because there was no exception handler for invalid JSON input. The current release fixes this issue by providing a handler for invalid JSON input. As a result, it outputs an error message instead of an exception traceback, and the elasticsearch-rollover and elasticsearch-delete jobs should not remain that error state.
Clone Of:
Environment:
Last Closed: 2021-02-17 19:16:21 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Github openshift elasticsearch-operator pull 588 0 None closed [release-4.6] Bug 1901756: Handle invalid json in delete script 2021-02-15 11:01:03 UTC
Red Hat Product Errata RHBA-2021:0425 0 None None None 2021-02-17 19:16:25 UTC

Description OpenShift BugZilla Robot 2020-11-26 01:00:52 UTC
+++ This bug was initially created as a clone of Bug #1899905 +++

Description of problem:
elasticsearch-rollover and elasticsearch-delete pods are in error states with 'ValueError: No JSON object could be decoded'
 
~~~
$ oc get pods  | grep Error
elasticsearch-delete-app-1604990700-m5tzq       0/1     Error       0          6d7h
elasticsearch-delete-audit-1605496500-69cc2     0/1     Error       0          11h
elasticsearch-delete-infra-1605519000-lzngc     0/1     Error       0          4h45m
elasticsearch-rollover-app-1605261600-hk5nq     0/1     Error       0          3d4h
elasticsearch-rollover-audit-1605097800-bj4vm   0/1     Error       0          5d1h
elasticsearch-rollover-infra-1605372300-877hc   0/1     Error       0          45h
 
$ oc logs jobs/elasticsearch-delete-app-1604990700
 
Traceback (most recent call last):
  File "<string>", line 2, in <module>
  File "/usr/lib64/python2.7/json/__init__.py", line 290, in load
    **kw)
  File "/usr/lib64/python2.7/json/__init__.py", line 338, in loads
    return _default_decoder.decode(s)
  File "/usr/lib64/python2.7/json/decoder.py", line 366, in decode
    obj, end = self.raw_decode(s, idx=_w(s, 0).end())
  File "/usr/lib64/python2.7/json/decoder.py", line 384, in raw_decode
    raise ValueError("No JSON object could be decoded")
ValueError: No JSON object could be decoded
 
 
$ oc logs jobs/elasticsearch-delete-infra-1605519000
 
Traceback (most recent call last):
  File "<string>", line 2, in <module>
  File "/usr/lib64/python2.7/json/__init__.py", line 290, in load
    **kw)
  File "/usr/lib64/python2.7/json/__init__.py", line 338, in loads
    return _default_decoder.decode(s)
  File "/usr/lib64/python2.7/json/decoder.py", line 366, in decode
    obj, end = self.raw_decode(s, idx=_w(s, 0).end())
  File "/usr/lib64/python2.7/json/decoder.py", line 384, in raw_decode
    raise ValueError("No JSON object could be decoded")
ValueError: No JSON object could be decoded
~~~
 
 
Version-Release number of selected component (if applicable):
4.5
 
How reproducible:
NA
 
Actual results:
elasticsearch-rollover and elasticsearch-delete pods failing with 'ValueError: No JSON object could be decoded'
 
Expected results:
elasticsearch-rollover and elasticsearch-delete jobs should complete successfully.
 
Additional info:
 
The cluster is recently upgraded to 4.5.16. Sometimes jobs run successfully.
 
~~~
$ oc -n openshift-logging get jobs
NAME                                      COMPLETIONS   DURATION   AGE
curator-1605497400                        1/1           4s         10h
elasticsearch-delete-app-1604990700       0/1           6d7h       6d7h
elasticsearch-delete-app-1605535200       1/1           8s         13m
elasticsearch-delete-audit-1605496500     0/1           10h        10h
elasticsearch-delete-audit-1605535200     1/1           8s         13m
elasticsearch-delete-infra-1605519000     0/1           4h43m      4h43m
elasticsearch-delete-infra-1605535200     1/1           3s         13m
elasticsearch-rollover-app-1605261600     0/1           3d4h       3d4h
elasticsearch-rollover-app-1605535200     1/1           8s         13m
elasticsearch-rollover-audit-1605097800   0/1           5d1h       5d1h
elasticsearch-rollover-audit-1605535200   1/1           8s         13m
elasticsearch-rollover-infra-1605372300   0/1           45h        45h
elasticsearch-rollover-infra-1605535200   1/1           3s         13m
~~~

--- Additional comment from florian.hauser.at on 2020-11-22 08:31:19 UTC ---

Same issue here - started with 4.5.16 and still occurs on 4.5.19.

Comment 3 Qiaoling Tang 2021-02-08 00:59:46 UTC
Verified with elasticsearch-operator.4.6.0-202102042059.p0

Comment 5 errata-xmlrpc 2021-02-17 19:16:21 UTC
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.17 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-2021:0425


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