Project

General

Profile

Actions

Bug #59786

open

crash: void Paxos::handle_begin(MonOpRequestRef): assert(begin->last_committed == last_committed)

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

41c3bd0f9110110260038be1234619527eda91aaf94e2c795201021f6efa24fc
7d54e5a8e48961b351d53e5794e8327e4337641253fe71a0c9fd245098d12c4f
d906cd27e7078f74cb529303b4eb7076ffbc0b6806b1cf49ade53bf55426e652


Description

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

Assert condition: begin->last_committed == last_committed
Assert function: void Paxos::handle_begin(MonOpRequestRef)

Sanitized backtrace:

    Paxos::handle_begin(boost::intrusive_ptr<MonOpRequest>)
    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": "begin->last_committed == last_committed",
    "assert_file": "mon/Paxos.cc",
    "assert_func": "void Paxos::handle_begin(MonOpRequestRef)",
    "assert_line": 725,
    "assert_msg": "mon/Paxos.cc: In function 'void Paxos::handle_begin(MonOpRequestRef)' thread 7f964f57e700 time 2023-03-12T12:27:27.734468+0000\nmon/Paxos.cc: 725: FAILED ceph_assert(begin->last_committed == last_committed)",
    "assert_thread_name": "ms_dispatch",
    "backtrace": [
        "/lib64/libpthread.so.0(+0x12cf0) [0x7f9659790cf0]",
        "gsignal()",
        "abort()",
        "(ceph::__ceph_assert_fail(char const*, char const*, int, char const*)+0x18f) [0x7f965b7e5499]",
        "/usr/lib64/ceph/libceph-common.so.2(+0x269605) [0x7f965b7e5605]",
        "(Paxos::handle_begin(boost::intrusive_ptr<MonOpRequest>)+0xb74) [0x563036052e34]",
        "(Paxos::dispatch(boost::intrusive_ptr<MonOpRequest>)+0x48b) [0x56303605e0cb]",
        "(Monitor::dispatch_op(boost::intrusive_ptr<MonOpRequest>)+0x122e) [0x563035f0cf1e]",
        "(Monitor::_ms_dispatch(Message*)+0x406) [0x563035f0d5e6]",
        "(Dispatcher::ms_dispatch2(boost::intrusive_ptr<Message> const&)+0x5d) [0x563035f3ddad]",
        "(Messenger::ms_deliver_dispatch(boost::intrusive_ptr<Message> const&)+0x478) [0x7f965ba5fc88]",
        "(DispatchQueue::entry()+0x50f) [0x7f965ba5d0cf]",
        "(DispatchQueue::DispatchThread::entry()+0x11) [0x7f965bb248f1]",
        "/lib64/libpthread.so.0(+0x81ca) [0x7f96597861ca]",
        "clone()" 
    ],
    "ceph_version": "17.2.5",
    "crash_id": "2023-03-12T12:27:27.891805Z_a10a42fe-2a2a-4091-b807-3a76dd56b5a2",
    "entity_name": "mon.25fd89d9064f18df2bf4ddd30d216147c194f7b2",
    "os_id": "centos",
    "os_name": "CentOS Stream",
    "os_version": "8",
    "os_version_id": "8",
    "process_name": "ceph-mon",
    "stack_sig": "d906cd27e7078f74cb529303b4eb7076ffbc0b6806b1cf49ade53bf55426e652",
    "timestamp": "2023-03-12T12:27:27.891805Z",
    "utsname_machine": "x86_64",
    "utsname_release": "5.4.0-131-generic",
    "utsname_sysname": "Linux",
    "utsname_version": "#147-Ubuntu SMP Fri Oct 14 17:07:22 UTC 2022" 
}

Actions #1

Updated by Telemetry Bot 12 months ago

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

Also available in: Atom PDF