Project

General

Profile

Actions

Bug #53604

closed

mgr/telemetry: list assignment index out of range in gather_crashinfo

Added by Yaarit Hatuka over 2 years ago. Updated over 2 years ago.

Status:
Resolved
Priority:
Normal
Assignee:
Category:
telemetry module
Target version:
% Done:

0%

Source:
Development
Tags:
Backport:
Regression:
No
Severity:
3 - minor
Reviewed:
Affected Versions:
ceph-qa-suite:
Pull request ID:
Crash signature (v1):
Crash signature (v2):

Description

Telemetry crashed on the gibba cluster:

# ceph health detail
HEALTH_ERR Module 'telemetry' has failed: list index out of range; 3 daemons have recently crashed
[ERR] MGR_MODULE_ERROR: Module 'telemetry' has failed: list index out of range
    Module 'telemetry' has failed: list index out of range

2021-12-14T16:44:35.472+0000 7f3372dd4700  0 [telemetry ERROR root] Exception while compiling report:
Traceback (most recent call last):
  File "/usr/share/ceph/mgr/telemetry/module.py", line 1148, in serve
    self.last_report = self.compile_report()
  File "/usr/share/ceph/mgr/telemetry/module.py", line 900, in compile_report
    report['crashes'] = self.gather_crashinfo()
  File "/usr/share/ceph/mgr/telemetry/module.py", line 483, in gather_crashinfo
    c['backtrace'][-1] = '<redacted>'
IndexError: list assignment index out of range

Related issues 1 (0 open1 closed)

Related to mgr - Bug #53603: mgr/telemetry: list index out of range in gather_device_reportResolvedYaarit Hatuka

Actions
Actions #1

Updated by Laura Flores over 2 years ago

An example of this bug can be found in gibba001,`/var/log/ceph/182eef00-53b5-11ec-84d3-3cecef3d8fb8/ceph-mgr.gibba001.zptzqf.log.`

Actions #2

Updated by Yaarit Hatuka over 2 years ago

  • Status changed from New to Fix Under Review
  • Pull request ID set to 44328
Actions #3

Updated by Sebastian Wagner over 2 years ago

  • Related to Bug #53603: mgr/telemetry: list index out of range in gather_device_report added
Actions #4

Updated by Neha Ojha over 2 years ago

  • Status changed from Fix Under Review to Resolved
Actions

Also available in: Atom PDF