Project

General

Profile

Bug #56305

crash: File "mgr/orchestrator/_interface.py", in _oremote: return mgr.remote(o, meth, *args, **kwargs)

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):

19595922e2b40f3c0b3f979e78bd35dcda83f9253fbe7642a20e8a11dd0ecc70


Description

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

Sanitized backtrace:

    File "mgr/orchestrator/_interface.py", in _oremote: return mgr.remote(o, meth, *args, **kwargs)
    File "mgr/mgr_module.py", in remote: args, kwargs)
    ImportError: Module not
    During handling of the above exception, another exception
    Traceback (most recent call
    File "mgr/mds_autoscaler/module.py", in notify: self.verify_and_manage_mds_instance(fs_map, fs_name)
    File "mgr/mds_autoscaler/module.py", in verify_and_manage_mds_instance: svc = self.get_service(fs_name)
    File "mgr/mds_autoscaler/module.py", in get_service: refresh=True)
    File "mgr/orchestrator/_interface.py", in inner: completion = self._oremote(method_name, args, kwargs)
    File "mgr/orchestrator/_interface.py", in _oremote: f_set = self.get_feature_set()
    File "mgr/orchestrator/_interface.py", in inner: completion = self._oremote(method_name, args, kwargs)
    File "mgr/orchestrator/_interface.py", in _oremote: return mgr.remote(o, meth, *args, **kwargs)
    File "mgr/mgr_module.py", in remote: args, kwargs)

Crash dump sample:
{
    "backtrace": [
        "  File \"/usr/share/ceph/mgr/orchestrator/_interface.py\", line 1497, in _oremote\n    return mgr.remote(o, meth, *args, **kwargs)",
        "  File \"/usr/share/ceph/mgr/mgr_module.py\", line 2116, in remote\n    args, kwargs)",
        "ImportError: Module not found",
        "\nDuring handling of the above exception, another exception occurred:\n",
        "Traceback (most recent call last):",
        "  File \"/usr/share/ceph/mgr/mds_autoscaler/module.py\", line 99, in notify\n    self.verify_and_manage_mds_instance(fs_map, fs_name)",
        "  File \"/usr/share/ceph/mgr/mds_autoscaler/module.py\", line 61, in verify_and_manage_mds_instance\n    svc = self.get_service(fs_name)",
        "  File \"/usr/share/ceph/mgr/mds_autoscaler/module.py\", line 29, in get_service\n    refresh=True)",
        "  File \"/usr/share/ceph/mgr/orchestrator/_interface.py\", line 1426, in inner\n    completion = self._oremote(method_name, args, kwargs)",
        "  File \"/usr/share/ceph/mgr/orchestrator/_interface.py\", line 1501, in _oremote\n    f_set = self.get_feature_set()",
        "  File \"/usr/share/ceph/mgr/orchestrator/_interface.py\", line 1426, in inner\n    completion = self._oremote(method_name, args, kwargs)",
        "  File \"/usr/share/ceph/mgr/orchestrator/_interface.py\", line 1497, in _oremote\n    return mgr.remote(o, meth, *args, **kwargs)",
        "  File \"/usr/share/ceph/mgr/mgr_module.py\", line 2116, in remote\n    args, kwargs)",
        "<redacted>" 
    ],
    "ceph_version": "17.2.0",
    "crash_id": "2022-06-01T07:06:12.787685Z_2ffdaafb-124e-40d6-a922-7af6b90524b7",
    "entity_name": "mgr.592c3e0511869f15617ba03a155d97049264bd8f",
    "mgr_module": "mds_autoscaler",
    "mgr_module_caller": "ActivePyModule::notify",
    "mgr_python_exception": "ImportError",
    "os_id": "centos",
    "os_name": "CentOS Stream",
    "os_version": "8",
    "os_version_id": "8",
    "process_name": "ceph-mgr",
    "stack_sig": "29afd0e9e58997744ca04eebd623f68163c75cb88ed30a7a4f3f283d10c05881",
    "timestamp": "2022-06-01T07:06:12.787685Z",
    "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)" 
}

History

#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

Also available in: Atom PDF