Project

General

Profile

Actions

Bug #56272

open

crash: int BlueFS::_replay(bool, bool): assert(delta.offset == fnode.allocated)

Added by Telemetry Bot almost 2 years ago. Updated over 1 year ago.

Status:
New
Priority:
Normal
Assignee:
-
Target version:
-
% Done:

0%

Source:
Telemetry
Tags:
Backport:
Regression:
No
Severity:
3 - minor
Reviewed:
Affected Versions:
ceph-qa-suite:
Pull request ID:
Crash signature (v1):

b552ee63073b0dd516fbb3c67bb13451b6ecb0cd1cf6409978fabf7baddbee26


Description

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

Assert condition: delta.offset == fnode.allocated
Assert function: int BlueFS::_replay(bool, bool)

Sanitized backtrace:

    BlueFS::_replay(bool, bool)
    BlueFS::mount()
    BlueStore::_open_bluefs(bool, bool)
    BlueStore::_prepare_db_environment(bool, bool, std::basic_string<char, std::char_traits<char>, std::allocator<char> >*, std::basic_string<char, std::char_traits<char>, std::allocator<char> >*)
    BlueStore::_open_db(bool, bool, bool)
    BlueStore::_open_db_and_around(bool, bool)
    BlueStore::_mount()
    OSD::init()

Crash dump sample:
{
    "assert_condition": "delta.offset == fnode.allocated",
    "assert_file": "os/bluestore/BlueFS.cc",
    "assert_func": "int BlueFS::_replay(bool, bool)",
    "assert_line": 1558,
    "assert_msg": "os/bluestore/BlueFS.cc: In function 'int BlueFS::_replay(bool, bool)' thread 7f79d2a343c0 time 2022-04-28T06:00:00.899022+0000\nos/bluestore/BlueFS.cc: 1558: FAILED ceph_assert(delta.offset == fnode.allocated)",
    "assert_thread_name": "ceph-osd",
    "backtrace": [
        "/lib64/libpthread.so.0(+0x12ce0) [0x7f79d0c39ce0]",
        "gsignal()",
        "abort()",
        "(ceph::__ceph_assert_fail(char const*, char const*, int, char const*)+0x1b0) [0x564baffe34ac]",
        "/usr/bin/ceph-osd(+0x5d766f) [0x564baffe366f]",
        "(BlueFS::_replay(bool, bool)+0x3ee8) [0x564bb075f2d8]",
        "(BlueFS::mount()+0x120) [0x564bb07611d0]",
        "(BlueStore::_open_bluefs(bool, bool)+0x94) [0x564bb061ee54]",
        "(BlueStore::_prepare_db_environment(bool, bool, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >*, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >*)+0x6e1) [0x564bb061ffb1]",
        "(BlueStore::_open_db(bool, bool, bool)+0x159) [0x564bb0652ad9]",
        "(BlueStore::_open_db_and_around(bool, bool)+0x2b4) [0x564bb069c1a4]",
        "(BlueStore::_mount()+0x1ae) [0x564bb069f38e]",
        "(OSD::init()+0x403) [0x564bb0121513]",
        "main()",
        "__libc_start_main()",
        "_start()" 
    ],
    "ceph_version": "17.2.0",
    "crash_id": "2022-04-28T06:00:00.913588Z_a7df85fe-cb5b-4258-aafc-3193e556c2a2",
    "entity_name": "osd.6163d775c6a7705eacaa895e7f1f24c28c20eea5",
    "os_id": "centos",
    "os_name": "CentOS Stream",
    "os_version": "8",
    "os_version_id": "8",
    "process_name": "ceph-osd",
    "stack_sig": "b552ee63073b0dd516fbb3c67bb13451b6ecb0cd1cf6409978fabf7baddbee26",
    "timestamp": "2022-04-28T06:00:00.913588Z",
    "utsname_machine": "x86_64",
    "utsname_release": "4.18.0-147.5.1.el8.x86_64",
    "utsname_sysname": "Linux",
    "utsname_version": "#1 SMP Mon May 17 14:33:42 CST 2021" 
}

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