Project

General

Profile

Actions

Bug #60962

open

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

Added by Telemetry Bot 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):

5d37c21406a4906c63f26ecec3d173497281fa0bdc51650932389ab4749c6b32


Description

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

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

Sanitized backtrace:

    raise()
    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*)
    DispatchQueue::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 7f68fd58c640 time 2023-04-13T17:10:49.081539+0200\nmon/ConnectionTracker.cc: 252: FAILED ceph_assert(rank == new_rank)",
    "assert_thread_name": "ms_dispatch",
    "backtrace": [
        "/lib64/libc.so.6(+0x54d90) [0x7f6904d65d90]",
        "/lib64/libc.so.6(+0xa154c) [0x7f6904db254c]",
        "raise()",
        "abort()",
        "(ceph::__ceph_assert_fail(char const*, char const*, int, char const*)+0x188) [0x7f6905634d65]",
        "/usr/lib64/ceph/libceph-common.so.2(+0x142ec9) [0x7f6905634ec9]",
        "(ConnectionTracker::notify_rank_removed(int, int)+0xceb) [0x55e3238feb2b]",
        "(Elector::notify_rank_removed(int, int)+0x55) [0x55e3238f4715]",
        "(Monitor::notify_new_monmap(bool, bool)+0x430) [0x55e32388a280]",
        "(Elector::dispatch(boost::intrusive_ptr<MonOpRequest>)+0x72c) [0x55e3238f90ac]",
        "(Monitor::dispatch_op(boost::intrusive_ptr<MonOpRequest>)+0x11c2) [0x55e323876f72]",
        "(Monitor::_ms_dispatch(Message*)+0x7b1) [0x55e323877a41]",
        "/usr/bin/ceph-mon(+0x2672ae) [0x55e3238322ae]",
        "(DispatchQueue::entry()+0x53a) [0x7f690581878a]",
        "/usr/lib64/ceph/libceph-common.so.2(+0x3b1c41) [0x7f69058a3c41]",
        "/lib64/libc.so.6(+0x9f802) [0x7f6904db0802]",
        "/lib64/libc.so.6(+0x3f450) [0x7f6904d50450]" 
    ],
    "ceph_version": "17.2.6",
    "crash_id": "2023-04-13T15:10:49.083754Z_643f6eb7-c11d-4480-97c1-b9b26a50cfc2",
    "entity_name": "mon.c6eaad3f6f68eaf4adc34b2de1aebd64704655ec",
    "os_id": "almalinux",
    "os_name": "AlmaLinux",
    "os_version": "9.1 (Lime Lynx)",
    "os_version_id": "9.1",
    "process_name": "ceph-mon",
    "stack_sig": "5d37c21406a4906c63f26ecec3d173497281fa0bdc51650932389ab4749c6b32",
    "timestamp": "2023-04-13T15:10:49.083754Z",
    "utsname_machine": "x86_64",
    "utsname_release": "5.14.0-162.22.2.el9_1.x86_64",
    "utsname_sysname": "Linux",
    "utsname_version": "#1 SMP PREEMPT_DYNAMIC Mon Mar 27 07:34:40 EDT 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