Project

General

Profile

Actions

Bug #56321

closed

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

Added by Telemetry Bot almost 2 years 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):

c2da23cc7287af55584a694c0355fe8b7998d118c3c4caf81f67f2ef1c390720


Description

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

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:
{
    "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 1189, in db_ready\n    return self.db is not None",
        "  File \"/usr/share/ceph/mgr/mgr_module.py\", line 1201, in db\n    self._db = self.open_db()",
        "  File \"/usr/share/ceph/mgr/mgr_module.py\", line 1182, in open_db\n    self.configure_db(db)",
        "  File \"/usr/share/ceph/mgr/mgr_module.py\", line 1172, in configure_db\n    self.load_schema(db)",
        "  File \"/usr/share/ceph/mgr/mgr_module.py\", line 1160, in load_schema\n    cur = db.execute(SQL)",
        "<redacted>" 
    ],
    "ceph_version": "17.2.0",
    "crash_id": "2022-06-01T08:26:20.059544Z_958559bf-4747-4204-9b9e-84631945ee33",
    "entity_name": "mgr.9308e8fc38ecfb845464dfd6e3a18180870f358f",
    "mgr_module": "devicehealth",
    "mgr_module_caller": "PyModuleRunner::serve",
    "mgr_python_exception": "OperationalError",
    "os_id": "ubuntu",
    "os_name": "Ubuntu",
    "os_version": "20.04.4 LTS (Focal Fossa)",
    "os_version_id": "20.04",
    "process_name": "ceph-mgr",
    "stack_sig": "691be5c05d19a39fbf3eb753e3511c5be28fb38fdeb355b5f8a9fe235b468af2",
    "timestamp": "2022-06-01T08:26:20.059544Z",
    "utsname_machine": "x86_64",
    "utsname_release": "5.4.0-113-generic",
    "utsname_sysname": "Linux",
    "utsname_version": "#127-Ubuntu SMP Wed May 18 14:30:56 UTC 2022" 
}


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 almost 2 years ago

  • Crash signature (v1) updated (diff)
  • Crash signature (v2) updated (diff)
  • Affected Versions v17.2.0 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