Project

General

Profile

Actions

Bug #60590

open

crash: virtual void AuthMonitor::update_from_paxos(bool*): assert(version > keys_ver)

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:
Component(RADOS):
Pull request ID:
Crash signature (v1):

135cefd52def30ad64eea9f8308c7393404121cbaf188b7248a161438c24f2a8


Description

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

Assert condition: version > keys_ver
Assert function: virtual void AuthMonitor::update_from_paxos(bool*)

Sanitized backtrace:

    AuthMonitor::update_from_paxos(bool*)
    Monitor::refresh_from_paxos(bool*)
    Paxos::do_refresh()
    Paxos::dispatch(boost::intrusive_ptr<MonOpRequest>)
    Monitor::dispatch_op(boost::intrusive_ptr<MonOpRequest>)
    Monitor::_ms_dispatch(Message*)
    Dispatcher::ms_dispatch2(boost::intrusive_ptr<Message> const&)
    DispatchQueue::entry()
    DispatchQueue::DispatchThread::entry()

Crash dump sample:
{
    "assert_condition": "version > keys_ver",
    "assert_file": "mon/AuthMonitor.cc",
    "assert_func": "virtual void AuthMonitor::update_from_paxos(bool*)",
    "assert_line": 287,
    "assert_msg": "mon/AuthMonitor.cc: In function 'virtual void AuthMonitor::update_from_paxos(bool*)' thread 7f93d80bf700 time 2023-02-18T07:48:31.851061+0000\nmon/AuthMonitor.cc: 287: FAILED ceph_assert(version > keys_ver)",
    "assert_thread_name": "ms_dispatch",
    "backtrace": [
        "/lib64/libpthread.so.0(+0x12cf0) [0x7f93e22d1cf0]",
        "gsignal()",
        "abort()",
        "(ceph::__ceph_assert_fail(char const*, char const*, int, char const*)+0x18f) [0x7f93e4326499]",
        "/usr/lib64/ceph/libceph-common.so.2(+0x269605) [0x7f93e4326605]",
        "(AuthMonitor::update_from_paxos(bool*)+0x1d9f) [0x5598c76d75df]",
        "(Monitor::refresh_from_paxos(bool*)+0x104) [0x5598c7613ed4]",
        "(Paxos::do_refresh()+0x52) [0x5598c77957b2]",
        "(Paxos::dispatch(boost::intrusive_ptr<MonOpRequest>)+0x3ab) [0x5598c779dfeb]",
        "(Monitor::dispatch_op(boost::intrusive_ptr<MonOpRequest>)+0x122e) [0x5598c764cf1e]",
        "(Monitor::_ms_dispatch(Message*)+0x406) [0x5598c764d5e6]",
        "(Dispatcher::ms_dispatch2(boost::intrusive_ptr<Message> const&)+0x5d) [0x5598c767ddad]",
        "(Messenger::ms_deliver_dispatch(boost::intrusive_ptr<Message> const&)+0x478) [0x7f93e45a0c88]",
        "(DispatchQueue::entry()+0x50f) [0x7f93e459e0cf]",
        "(DispatchQueue::DispatchThread::entry()+0x11) [0x7f93e46658f1]",
        "/lib64/libpthread.so.0(+0x81ca) [0x7f93e22c71ca]",
        "clone()" 
    ],
    "ceph_version": "17.2.5",
    "crash_id": "2023-02-18T07:48:31.853004Z_849c0c86-866c-410e-b9ff-9c6c70d5a696",
    "entity_name": "mon.20fb6748fc61bbfed76de968010e3061de542fca",
    "os_id": "centos",
    "os_name": "CentOS Stream",
    "os_version": "8",
    "os_version_id": "8",
    "process_name": "ceph-mon",
    "stack_sig": "135cefd52def30ad64eea9f8308c7393404121cbaf188b7248a161438c24f2a8",
    "timestamp": "2023-02-18T07:48:31.853004Z",
    "utsname_machine": "x86_64",
    "utsname_release": "5.15.85-1-pve",
    "utsname_sysname": "Linux",
    "utsname_version": "#1 SMP PVE 5.15.85-1 (2023-02-01T00: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