Project

General

Profile

Actions

Bug #61139

open

crash: void ConnectionTracker::notify_rank_removed(int, int): assert(rank == new_rank)

Added by Telemetry Bot 11 months ago. Updated 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:
Component(RADOS):
Pull request ID:
Crash signature (v1):

8f4ea9d6415ee418312e4ba9c478982208b2fac1fda0e40b6f7468cffef5fe70


Description

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

Assert condition: rank == new_rank
Assert function: void ConnectionTracker::notify_rank_removed(int, int)

Sanitized backtrace:

    ConnectionTracker::notify_rank_removed(int, int)
    Elector::notify_rank_removed(int, int)
    Monitor::notify_new_monmap(bool, bool)
    Elector::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": "rank == new_rank",
    "assert_file": "mon/ConnectionTracker.cc",
    "assert_func": "void ConnectionTracker::notify_rank_removed(int, int)",
    "assert_line": 252,
    "assert_msg": "mon/ConnectionTracker.cc: In function 'void ConnectionTracker::notify_rank_removed(int, int)' thread 7ff7e6ea5700 time 2023-05-03T13:28:23.195969+0000\nmon/ConnectionTracker.cc: 252: FAILED ceph_assert(rank == new_rank)",
    "assert_thread_name": "ms_dispatch",
    "backtrace": [
        "/lib/x86_64-linux-gnu/libpthread.so.0(+0x14420) [0x7ff7eeb5b420]",
        "gsignal()",
        "abort()",
        "(ceph::__ceph_assert_fail(char const*, char const*, int, char const*)+0x1b7) [0x7ff7ef02f8e0]",
        "/usr/lib/ceph/libceph-common.so.2(+0x27da8a) [0x7ff7ef02fa8a]",
        "(ConnectionTracker::notify_rank_removed(int, int)+0x13ba) [0x55ea7d05b9ca]",
        "(Elector::notify_rank_removed(int, int)+0x57) [0x55ea7d047b47]",
        "(Monitor::notify_new_monmap(bool, bool)+0x491) [0x55ea7cf73261]",
        "(Elector::dispatch(boost::intrusive_ptr<MonOpRequest>)+0x104d) [0x55ea7d049cfd]",
        "(Monitor::dispatch_op(boost::intrusive_ptr<MonOpRequest>)+0xf87) [0x55ea7cf8e9c7]",
        "(Monitor::_ms_dispatch(Message*)+0xa68) [0x55ea7cf8fbd8]",
        "(Dispatcher::ms_dispatch2(boost::intrusive_ptr<Message> const&)+0x5d) [0x55ea7cfc9c4d]",
        "(Messenger::ms_deliver_dispatch(boost::intrusive_ptr<Message> const&)+0x460) [0x7ff7ef2cdda0]",
        "(DispatchQueue::entry()+0x58f) [0x7ff7ef2cb63f]",
        "(DispatchQueue::DispatchThread::entry()+0x11) [0x7ff7ef39cb61]",
        "/lib/x86_64-linux-gnu/libpthread.so.0(+0x8609) [0x7ff7eeb4f609]",
        "clone()" 
    ],
    "ceph_version": "17.2.6",
    "crash_id": "2023-05-03T13:28:23.213147Z_a6e58cbe-557e-4b3b-bde3-fc5b054fa9b4",
    "entity_name": "mon.deebf35037c20c3f658a23e462354e1e10fdbd10",
    "os_id": "ubuntu",
    "os_name": "Ubuntu",
    "os_version": "20.04.6 LTS (Focal Fossa)",
    "os_version_id": "20.04",
    "process_name": "ceph-mon",
    "stack_sig": "8f4ea9d6415ee418312e4ba9c478982208b2fac1fda0e40b6f7468cffef5fe70",
    "timestamp": "2023-05-03T13:28:23.213147Z",
    "utsname_machine": "x86_64",
    "utsname_release": "5.4.0-148-generic",
    "utsname_sysname": "Linux",
    "utsname_version": "#165-Ubuntu SMP Tue Apr 18 08:53:12 UTC 2023" 
}

Actions #1

Updated by Telemetry Bot 11 months ago

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

Also available in: Atom PDF