Project

General

Profile

Actions

Bug #56781

open

crash: virtual void OSDMonitor::update_from_paxos(bool*): assert(version > osdmap.epoch)

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):

17e7b6151411b87350d80d0937c39d68c807cc40def5b9753f351b77a7da3393
5b81f7a362600645286be0e4d028f6b99ac35c808a86b6b7f9c4629cd335b8b4
5fc84b8128e4001c653b372bce0371dd68444a18f99c287c5c20dfaafc62c9cf
9964ed69d0a5e62cb526f7fae77f5041b655e78fa7bf60e3679ca5ded379d057


Description

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

Assert condition: version > osdmap.epoch
Assert function: virtual void OSDMonitor::update_from_paxos(bool*)

Sanitized backtrace:

    OSDMonitor::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 > osdmap.epoch",
    "assert_file": "mon/OSDMonitor.cc",
    "assert_func": "virtual void OSDMonitor::update_from_paxos(bool*)",
    "assert_line": 714,
    "assert_msg": "mon/OSDMonitor.cc: In function 'virtual void OSDMonitor::update_from_paxos(bool*)' thread 7f2f55476700 time 2022-07-13T09:29:27.346439+0000\nmon/OSDMonitor.cc: 714: FAILED ceph_assert(version > osdmap.epoch)",
    "assert_thread_name": "ms_dispatch",
    "backtrace": [
        "/lib/x86_64-linux-gnu/libpthread.so.0(+0x12980) [0x7f2f612f4980]",
        "gsignal()",
        "abort()",
        "(ceph::__ceph_assert_fail(char const*, char const*, int, char const*)+0x19c) [0x7f2f6247b3be]",
        "(ceph::__ceph_assertf_fail(char const*, char const*, int, char const*, char const*, ...)+0) [0x7f2f6247b548]",
        "(OSDMonitor::update_from_paxos(bool*)+0x3d0f) [0x5576575cefaf]",
        "(PaxosService::refresh(bool*)+0x25a) [0x557657591dda]",
        "(Monitor::refresh_from_paxos(bool*)+0xec) [0x5576574414dc]",
        "(Monitor::init_paxos()+0x6c) [0x5576574418dc]",
        "(Monitor::sync_finish(unsigned long)+0x1e9) [0x557657467c29]",
        "(Monitor::handle_sync_chunk(boost::intrusive_ptr<MonOpRequest>)+0x750) [0x5576574687d0]",
        "(Monitor::handle_sync(boost::intrusive_ptr<MonOpRequest>)+0x1ae) [0x557657468f4e]",
        "(Monitor::dispatch_op(boost::intrusive_ptr<MonOpRequest>)+0x19ec) [0x55765747f02c]",
        "(Monitor::_ms_dispatch(Message*)+0x50a) [0x55765747f59a]",
        "(Dispatcher::ms_dispatch2(boost::intrusive_ptr<Message> const&)+0x58) [0x5576574add68]",
        "(DispatchQueue::entry()+0x11ea) [0x7f2f62684bea]",
        "(DispatchQueue::DispatchThread::entry()+0xd) [0x7f2f62732b9d]",
        "/lib/x86_64-linux-gnu/libpthread.so.0(+0x76db) [0x7f2f612e96db]",
        "clone()" 
    ],
    "ceph_version": "16.2.9",
    "crash_id": "2022-07-13T09:29:27.388355Z_3659ccca-cf8f-4378-bbe8-6ee9203fe531",
    "entity_name": "mon.5deae8c92f59827c13655303ede83ffba10bf9f6",
    "os_id": "ubuntu",
    "os_name": "Ubuntu",
    "os_version": "18.04.6 LTS (Bionic Beaver)",
    "os_version_id": "18.04",
    "process_name": "ceph-mon",
    "stack_sig": "9964ed69d0a5e62cb526f7fae77f5041b655e78fa7bf60e3679ca5ded379d057",
    "timestamp": "2022-07-13T09:29:27.388355Z",
    "utsname_machine": "x86_64",
    "utsname_release": "4.15.0-188-generic",
    "utsname_sysname": "Linux",
    "utsname_version": "#199-Ubuntu SMP Wed Jun 15 20:42:56 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.4, v15.2.8, v16.2.9 added
Actions

Also available in: Atom PDF