Project

General

Profile

Actions

Bug #60129

open

crash: File "mgr/diskprediction_local/module.py", in predict_all_devices: result = self._predict_life_expectancy(devInfo['devid'])

Added by Telemetry Bot 12 months ago. Updated 12 months 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):

c013eb04555be02e32a1841636a4cdd5cdab56a961d0a3398f1cf7e70a572d37


Description

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

Sanitized backtrace:

    File "mgr/diskprediction_local/module.py", in predict_all_devices: result = self._predict_life_expectancy(devInfo['devid'])
    File "mgr/diskprediction_local/module.py", in _predict_life_expectancy: predicted_result = obj_predictor.predict(predict_datas)
    File "mgr/diskprediction_local/predictor.py", in predict: pred = clf.predict(ordered_data)
    File "/lib/python3/dist-packages/sklearn/svm/_base.py", in predict: if self.break_ties and self.decision_function_shape == 'ovo':

Crash dump sample:
{
    "archived": "2022-12-28 03:41:04.937317",
    "backtrace": [
        "  File \"/usr/share/ceph/mgr/diskprediction_local/module.py\", line 265, in predict_all_devices\n    result = self._predict_life_expectancy(devInfo['devid'])",
        "  File \"/usr/share/ceph/mgr/diskprediction_local/module.py\", line 205, in _predict_life_expectancy\n    predicted_result = obj_predictor.predict(predict_datas)",
        "  File \"/usr/share/ceph/mgr/diskprediction_local/predictor.py\", line 475, in predict\n    pred = clf.predict(ordered_data)",
        "  File \"/lib/python3/dist-packages/sklearn/svm/_base.py\", line 606, in predict\n    if self.break_ties and self.decision_function_shape == 'ovo':",
        "<redacted>" 
    ],
    "ceph_version": "17.2.5",
    "crash_id": "2022-12-28T00:04:43.333080Z_1b1df8da-358b-4aa4-b220-b9df7b786167",
    "entity_name": "mgr.c6959fc214312681bf36158fa28b5f9f88cb79c6",
    "mgr_module": "diskprediction_local",
    "mgr_module_caller": "ActivePyModule::dispatch_remote predict_all_devices",
    "mgr_python_exception": "AttributeError",
    "os_id": "11",
    "os_name": "Debian GNU/Linux 11 (bullseye)",
    "os_version": "11 (bullseye)",
    "os_version_id": "11",
    "process_name": "ceph-mgr",
    "stack_sig": "49de89cebd6df4dc0c58118d7aac52d299cea223d6fb3503f3d1656ee72cff29",
    "timestamp": "2022-12-28T00:04:43.333080Z",
    "utsname_machine": "x86_64",
    "utsname_release": "5.15.83-1-pve",
    "utsname_sysname": "Linux",
    "utsname_version": "#1 SMP PVE 5.15.83-1 (2022-12-15T00:00Z)" 
}

Actions #1

Updated by Telemetry Bot 12 months ago

  • Crash signature (v1) updated (diff)
  • Crash signature (v2) updated (diff)
  • Affected Versions v17.2.5 added
Actions

Also available in: Atom PDF