Project

General

Profile

Actions

Bug #56780

open

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

Added by Telemetry Bot over 1 year 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:
ceph-qa-suite:
Component(RADOS):
Pull request ID:
Crash signature (v1):

3b43309708c11c507aed3517194e40b6903510adb83acff9ba0f3c84e4f9efc9
4a801e8e9a837f807bb1de3750fa5685e5ab650309a3659a02def495fd3265fa
f4130892244c2054963572a8d379a3beb4fc6e363bc3f5ed07dd249f1c71bad8


Description

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

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

Sanitized backtrace:

    AuthMonitor::update_from_paxos(bool*)
    PaxosService::refresh(bool*)
    Monitor::refresh_from_paxos(bool*)
    Monitor::init_paxos()
    Monitor::sync_finish(unsigned long)
    Monitor::handle_sync_chunk(boost::intrusive_ptr<MonOpRequest>)
    Monitor::handle_sync(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 7f1871aaf700 time 2022-07-25T00:50:36.598200+0000\nmon/AuthMonitor.cc: 287: FAILED ceph_assert(version > keys_ver)",
    "assert_thread_name": "ms_dispatch",
    "backtrace": [
        "/lib64/libpthread.so.0(+0x12ce0) [0x7f187d12dce0]",
        "gsignal()",
        "abort()",
        "(ceph::__ceph_assert_fail(char const*, char const*, int, char const*)+0x1a9) [0x7f187f3f2d99]",
        "/usr/lib64/ceph/libceph-common.so.2(+0x276f62) [0x7f187f3f2f62]",
        "(AuthMonitor::update_from_paxos(bool*)+0x270f) [0x55556054252f]",
        "(PaxosService::refresh(bool*)+0x10e) [0x5555605ff8be]",
        "(Monitor::refresh_from_paxos(bool*)+0x18c) [0x5555604b03ac]",
        "(Monitor::init_paxos()+0x10c) [0x5555604b06bc]",
        "(Monitor::sync_finish(unsigned long)+0x325) [0x5555604d6755]",
        "(Monitor::handle_sync_chunk(boost::intrusive_ptr<MonOpRequest>)+0x917) [0x5555604d7407]",
        "(Monitor::handle_sync(boost::intrusive_ptr<MonOpRequest>)+0x26e) [0x5555604d793e]",
        "(Monitor::dispatch_op(boost::intrusive_ptr<MonOpRequest>)+0x1270) [0x5555604ebac0]",
        "(Monitor::_ms_dispatch(Message*)+0x670) [0x5555604ec600]",
        "(Dispatcher::ms_dispatch2(boost::intrusive_ptr<Message> const&)+0x5c) [0x55556051b4fc]",
        "(DispatchQueue::entry()+0x126a) [0x7f187f638b6a]",
        "(DispatchQueue::DispatchThread::entry()+0x11) [0x7f187f6ea8f1]",
        "/lib64/libpthread.so.0(+0x81ca) [0x7f187d1231ca]",
        "clone()" 
    ],
    "ceph_version": "16.2.9",
    "crash_id": "2022-07-25T00:50:36.605832Z_4f0c2cd1-1d31-434e-84ad-4301f0e52e82",
    "entity_name": "mon.e76582b1a734c7ae9f4ed4bef8a804d5f13f2bcc",
    "os_id": "centos",
    "os_name": "CentOS Stream",
    "os_version": "8",
    "os_version_id": "8",
    "process_name": "ceph-mon",
    "stack_sig": "3b43309708c11c507aed3517194e40b6903510adb83acff9ba0f3c84e4f9efc9",
    "timestamp": "2022-07-25T00:50:36.605832Z",
    "utsname_machine": "x86_64",
    "utsname_release": "5.15.54-talos",
    "utsname_sysname": "Linux",
    "utsname_version": "#1 SMP Wed Jul 13 06:55:07 UTC 2022" 
}

Actions #1

Updated by Telemetry Bot over 1 year ago

  • Crash signature (v1) updated (diff)
  • Crash signature (v2) updated (diff)
  • Affected Versions v15.2.13, v15.2.8, v16.2.9 added
Actions

Also available in: Atom PDF