Project

General

Profile

Actions

Bug #56844

closed

crash: File "mgr/devicehealth/module.py", in serve: if self.db_ready() and self.enable_monitoring:

Added by Telemetry Bot over 1 year ago. Updated about 1 year ago.

Status:
Duplicate
Priority:
Normal
Assignee:
-
Target version:
-
% Done:

0%

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

1795c28174bea254aec378b8393504c5a1849bf13e04066c12af05fb82fcb054


Description

http://telemetry.front.sepia.ceph.com:4000/d/jByk5HaMz/crash-spec-x-ray?orgId=1&var-sig_v2=e1b200da5c7a7d3c546d1fc01fec4545f9dcd0f662ac99c775e117c2ae631ac0

Sanitized backtrace:

    File "mgr/devicehealth/module.py", in serve: if self.db_ready() and self.enable_monitoring:
    File "mgr/mgr_module.py", in db_ready: return self.db is not None
    File "mgr/mgr_module.py", in db: self._db = self.open_db()
    File "mgr/mgr_module.py", in open_db: self.configure_db(db)
    File "mgr/mgr_module.py", in configure_db: self.load_schema(db)
    File "mgr/mgr_module.py", in load_schema: cur = db.execute(SQL)

Crash dump sample:
{
    "archived": "2022-07-07 11:20:39.994825",
    "backtrace": [
        "  File \"/usr/share/ceph/mgr/devicehealth/module.py\", line 338, in serve\n    if self.db_ready() and self.enable_monitoring:",
        "  File \"/usr/share/ceph/mgr/mgr_module.py\", line 1218, in db_ready\n    return self.db is not None",
        "  File \"/usr/share/ceph/mgr/mgr_module.py\", line 1230, in db\n    self._db = self.open_db()",
        "  File \"/usr/share/ceph/mgr/mgr_module.py\", line 1211, in open_db\n    self.configure_db(db)",
        "  File \"/usr/share/ceph/mgr/mgr_module.py\", line 1201, in configure_db\n    self.load_schema(db)",
        "  File \"/usr/share/ceph/mgr/mgr_module.py\", line 1189, in load_schema\n    cur = db.execute(SQL)",
        "<redacted>" 
    ],
    "ceph_version": "17.2.1",
    "crash_id": "2022-07-07T11:10:48.099213Z_73514ff7-c42b-4c43-a3a5-9274f71d9b3f",
    "entity_name": "mgr.d2d2659e5735ddbbeed085394cb25424b864a5ec",
    "mgr_module": "devicehealth",
    "mgr_module_caller": "PyModuleRunner::serve",
    "mgr_python_exception": "InternalError",
    "os_id": "centos",
    "os_name": "CentOS Stream",
    "os_version": "8",
    "os_version_id": "8",
    "process_name": "ceph-mgr",
    "stack_sig": "821ea2729aba8906b310bfee041eca461a81bad0e810e9c960cee2a322ab0f65",
    "timestamp": "2022-07-07T11:10:48.099213Z",
    "utsname_machine": "x86_64",
    "utsname_release": "5.10.0-14-amd64",
    "utsname_sysname": "Linux",
    "utsname_version": "#1 SMP Debian 5.10.113-1 (2022-04-29)" 
}


Related issues 1 (0 open1 closed)

Is duplicate of cephsqlite - Bug #55606: [ERR] Unhandled exception from module ''devicehealth'' while running on mgr.y: unknownResolvedPatrick Donnelly

Actions
Actions #1

Updated by Telemetry Bot over 1 year ago

  • Crash signature (v1) updated (diff)
  • Crash signature (v2) updated (diff)
  • Affected Versions v17.2.1 added
Actions #2

Updated by Patrick Donnelly about 1 year ago

  • Is duplicate of Bug #55606: [ERR] Unhandled exception from module ''devicehealth'' while running on mgr.y: unknown added
Actions #3

Updated by Patrick Donnelly about 1 year ago

  • Status changed from New to Duplicate
Actions

Also available in: Atom PDF