Project

General

Profile

Actions

Bug #59835

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.

Status:
New
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
% Done:

0%

Source:
Telemetry
Tags:
Backport:
Regression:
No
Severity:
3 - minor
Reviewed:
ceph-qa-suite:
Pull request ID:
Crash signature (v1):

5e417879a4a7085a71cf53c1d3040ef9074f088b51424c6a24791b8eda465643


Description

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

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 "/usr/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 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 \"/usr/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-26T00:06:14.845661Z_65cea4ba-82ea-444d-998a-bd14336a5f8c",
    "entity_name": "mgr.81e1234f445fe4431ff5e8de6974449805a9d98b",
    "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": "26c7bb8b95ab6e86405a8d523df84a0881e52d60d4bd71d5ad653969b727e368",
    "timestamp": "2022-12-26T00:06:14.845661Z",
    "utsname_machine": "x86_64",
    "utsname_release": "5.15.74-1-pve",
    "utsname_sysname": "Linux",
    "utsname_version": "#1 SMP PVE 5.15.74-1 (Mon, 14 Nov 2022 20:17:15 +0100)" 
}

Actions #1

Updated by Telemetry Bot 12 months ago

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

Also available in: Atom PDF