Project

General

Profile

Actions

Bug #56224

open

crash: File "mgr/pg_autoscaler/__init__.py", in <module>: from .module import PgAutoscaler, effective_target_ratio

Added by Telemetry Bot almost 2 years ago. Updated over 1 year ago.

Status:
New
Priority:
Normal
Assignee:
-
Category:
-
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):

16c62892dc047ad969870c05f4b68cccec1f90411dbe87eb42ba8988959b0b7f
3864bf84720e88211f617e1565c434831be748a2f77369c5b26ca005524918c3


Description

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

Sanitized backtrace:

    File "mgr/pg_autoscaler/__init__.py", in <module>: from .module import PgAutoscaler, effective_target_ratio
    File "mgr/pg_autoscaler/module.py", in <module>: class PgAutoscaler(MgrModule):
    File "mgr/pg_autoscaler/module.py", in PgAutoscaler: def _command_autoscale_status(self, format: str = 'plain') -> Tuple[int, str, str]:
    File "mgr/mgr_module.py", in __call__: self.store_func_metadata(func)
    File "mgr/mgr_module.py", in store_func_metadata: self.load_func_metadata(f)
    File "mgr/mgr_module.py", in load_func_metadata: args.append(CephArgtype.to_argdesc(arg_spec[arg],

Crash dump sample:
{
    "backtrace": [
        "  File \"/usr/local/share/ceph/mgr/pg_autoscaler/__init__.py\", line 6, in <module>\n    from .module import PgAutoscaler, effective_target_ratio",
        "  File \"/usr/local/share/ceph/mgr/pg_autoscaler/module.py\", line 115, in <module>\n    class PgAutoscaler(MgrModule):",
        "  File \"/usr/local/share/ceph/mgr/pg_autoscaler/module.py\", line 174, in PgAutoscaler\n    def _command_autoscale_status(self, format: str = 'plain') -> Tuple[int, str, str]:",
        "  File \"/usr/local/share/ceph/mgr/mgr_module.py\", line 387, in __call__\n    self.store_func_metadata(func)",
        "  File \"/usr/local/share/ceph/mgr/mgr_module.py\", line 384, in store_func_metadata\n    self.load_func_metadata(f)",
        "  File \"/usr/local/share/ceph/mgr/mgr_module.py\", line 376, in load_func_metadata\n    args.append(CephArgtype.to_argdesc(arg_spec[arg],",
        "<redacted>" 
    ],
    "ceph_version": "17.1.0",
    "crash_id": "2022-04-18T19:58:47.992484Z_b399ad7a-5dbf-4c78-bf59-fcdeb6580163",
    "entity_name": "mgr.d88e23551dda7ea565c467587ebb5b8a2717d7bd",
    "mgr_module": "pg_autoscaler",
    "mgr_module_caller": "PyModule::load_subclass_of",
    "mgr_python_exception": "TypeError",
    "os_id": "11",
    "os_name": "Debian GNU/Linux 11 (bullseye)",
    "os_version": "11 (bullseye)",
    "os_version_id": "11",
    "process_name": "ceph-mgr",
    "stack_sig": "99b8eb38ac03d5bdb4e189aafa78c0100078ec8cfd9767f27c365e0644b08ed4",
    "timestamp": "2022-04-18T19:58:47.992484Z",
    "utsname_machine": "x86_64",
    "utsname_release": "5.13.19-4-pve",
    "utsname_sysname": "Linux",
    "utsname_version": "#1 SMP PVE 5.13.19-9 (Mon, 07 Feb 2022 11:01:14 +0100)" 
}

Actions #1

Updated by Telemetry Bot almost 2 years ago

  • Crash signature (v1) updated (diff)
  • Crash signature (v2) updated (diff)
  • Affected Versions v17.0.0, v17.1.0 added
Actions

Also available in: Atom PDF