Project

General

Profile

Bug #61146

crash: File "mgr/diskprediction_local/module.py", in predict_life_expectancy: result = self._predict_life_expectancy(devid)

Added by Telemetry Bot 11 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):

4fbe150f52e831d215d224a4ada95b0d25eeeaa85e589da4572a894070745ddd


Description

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

Sanitized backtrace:

    File "mgr/diskprediction_local/module.py", in predict_life_expectancy: result = self._predict_life_expectancy(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:
{
    "backtrace": [
        "  File \"/usr/share/ceph/mgr/diskprediction_local/module.py\", line 209, in predict_life_expectancy\n    result = self._predict_life_expectancy(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": "2023-05-11T09:59:59.493520Z_3075a2e3-eb45-49ad-b54d-213029638cf6",
    "entity_name": "mgr.244b507d063016063c303fbaf7143db92fde47b2",
    "mgr_module": "diskprediction_local",
    "mgr_module_caller": "ActivePyModule::dispatch_remote predict_life_expectancy",
    "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": "a5b7ed95629c8e9969a9b9a7daaa828bb7c6c2caee23133bdf387bf81ab5b085",
    "timestamp": "2023-05-11T09:59:59.493520Z",
    "utsname_machine": "x86_64",
    "utsname_release": "5.15.60-2-pve",
    "utsname_sysname": "Linux",
    "utsname_version": "#1 SMP PVE 5.15.60-2 (Tue, 04 Oct 2022 16:52:28 +0200)" 
}

History

#1 Updated by Telemetry Bot 11 months ago

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

Also available in: Atom PDF