Project

General

Profile

Actions

Bug #56347

open

crash: void OSDMap::check_health(ceph::common::CephContext*, health_check_map_t*) const: assert(num_down_in_osds <= num_in_osds)

Added by Telemetry Bot almost 2 years 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:
Affected Versions:
ceph-qa-suite:
Component(RADOS):
Pull request ID:
Crash signature (v1):

c27f6a0b29709a4437c9a2acf3e6d2a631089c2109a358068a4c4874e6610fba


Description

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

Assert condition: num_down_in_osds <= num_in_osds
Assert function: void OSDMap::check_health(ceph::common::CephContext*, health_check_map_t*) const

Sanitized backtrace:

    OSDMap::check_health(ceph::common::CephContext*, health_check_map_t*) const
    OSDMonitor::encode_pending(std::shared_ptr<MonitorDBStore::Transaction>)
    PaxosService::propose_pending()
    MDSMonitor::prepare_beacon(boost::intrusive_ptr<MonOpRequest>)
    MDSMonitor::prepare_update(boost::intrusive_ptr<MonOpRequest>)
    PaxosService::dispatch(boost::intrusive_ptr<MonOpRequest>)
    PaxosService::C_RetryMessage::_finish(int)
    C_MonOp::finish(int)
    Context::complete(int)
    void finish_contexts<std::list<Context*, std::allocator<Context*> > >(ceph::common::CephContext*, std::list<Context*, std::allocator<Context*> >&, int)
    PaxosService::_active()
    Context::complete(int)
    void finish_contexts<std::list<Context*, std::allocator<Context*> > >(ceph::common::CephContext*, std::list<Context*, std::allocator<Context*> >&, int)
    Paxos::finish_round()
    Paxos::commit_finish()
    C_Committed::finish(int)
    Context::complete(int)
    MonitorDBStore::C_DoTransaction::finish(int)
    Context::complete(int)
    Finisher::finisher_thread_entry()

Crash dump sample:
{
    "archived": "2022-06-05 23:20:35.300941",
    "assert_condition": "num_down_in_osds <= num_in_osds",
    "assert_file": "osd/OSDMap.cc",
    "assert_func": "void OSDMap::check_health(ceph::common::CephContext*, health_check_map_t*) const",
    "assert_line": 5896,
    "assert_msg": "osd/OSDMap.cc: In function 'void OSDMap::check_health(ceph::common::CephContext*, health_check_map_t*) const' thread 7f82f441e700 time 2022-06-05T20:30:53.436158+0000\nosd/OSDMap.cc: 5896: FAILED ceph_assert(num_down_in_osds <= num_in_osds)",
    "assert_thread_name": "fn_monstore",
    "backtrace": [
        "/lib64/libpthread.so.0(+0x12ce0) [0x7f830107fce0]",
        "gsignal()",
        "abort()",
        "(ceph::__ceph_assert_fail(char const*, char const*, int, char const*)+0x1b0) [0x7f83030ec082]",
        "/usr/lib64/ceph/libceph-common.so.2(+0x283245) [0x7f83030ec245]",
        "(OSDMap::check_health(ceph::common::CephContext*, health_check_map_t*) const+0x405d) [0x7f83035ac29d]",
        "(OSDMonitor::encode_pending(std::shared_ptr<MonitorDBStore::Transaction>)+0x3e2b) [0x555e29cde72b]",
        "(PaxosService::propose_pending()+0x21a) [0x555e29c57faa]",
        "(MDSMonitor::prepare_beacon(boost::intrusive_ptr<MonOpRequest>)+0xd48) [0x555e29d24ec8]",
        "(MDSMonitor::prepare_update(boost::intrusive_ptr<MonOpRequest>)+0x198) [0x555e29d2a808]",
        "(PaxosService::dispatch(boost::intrusive_ptr<MonOpRequest>)+0xa7d) [0x555e29c58e6d]",
        "(PaxosService::C_RetryMessage::_finish(int)+0x64) [0x555e29ba7ef4]",
        "(C_MonOp::finish(int)+0x49) [0x555e29b2a5c9]",
        "(Context::complete(int)+0xd) [0x555e29b2721d]",
        "(void finish_contexts<std::__cxx11::list<Context*, std::allocator<Context*> > >(ceph::common::CephContext*, std::__cxx11::list<Context*, std::allocator<Context*> >&, int)+0xa5) [0x555e29b54f95]",
        "(PaxosService::_active()+0x1cb) [0x555e29c59dbb]",
        "(Context::complete(int)+0xd) [0x555e29b2721d]",
        "(void finish_contexts<std::__cxx11::list<Context*, std::allocator<Context*> > >(ceph::common::CephContext*, std::__cxx11::list<Context*, std::allocator<Context*> >&, int)+0xa5) [0x555e29b54f95]",
        "(Paxos::finish_round()+0x169) [0x555e29c50689]",
        "(Paxos::commit_finish()+0x8c0) [0x555e29c53140]",
        "(C_Committed::finish(int)+0x45) [0x555e29c56d65]",
        "(Context::complete(int)+0xd) [0x555e29b2721d]",
        "(MonitorDBStore::C_DoTransaction::finish(int)+0x98) [0x555e29c56a88]",
        "(Context::complete(int)+0xd) [0x555e29b2721d]",
        "(Finisher::finisher_thread_entry()+0x19d) [0x7f83031973ed]",
        "/lib64/libpthread.so.0(+0x81cf) [0x7f83010751cf]",
        "clone()" 
    ],
    "ceph_version": "17.2.0",
    "crash_id": "2022-06-05T20:30:53.440419Z_fb3d22c1-c526-4a27-8e48-2178cec0242b",
    "entity_name": "mon.676ff60aa64518d09da9bc045a405d9067b9815e",
    "os_id": "centos",
    "os_name": "CentOS Stream",
    "os_version": "8",
    "os_version_id": "8",
    "process_name": "ceph-mon",
    "stack_sig": "c27f6a0b29709a4437c9a2acf3e6d2a631089c2109a358068a4c4874e6610fba",
    "timestamp": "2022-06-05T20:30:53.440419Z",
    "utsname_machine": "x86_64",
    "utsname_release": "5.16.0-0.bpo.4-amd64",
    "utsname_sysname": "Linux",
    "utsname_version": "#1 SMP PREEMPT Debian 5.16.12-1~bpo11+1 (2022-03-08)" 
}

Actions #1

Updated by Telemetry Bot almost 2 years ago

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

Also available in: Atom PDF