Project

General

Profile

Actions

Bug #60287

open

crash: int BlueStore::read_allocation_from_onodes(SimpleBitmap*, BlueStore::read_alloc_stats_t&): assert(shard_id == onode_ref->extent_map.shards.size())

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

a5464839e187ec9d7ddd5c2e05b3263322924559af1b7bb94ca3c373dbfa8f7e


Description

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

Assert condition: shard_id == onode_ref->extent_map.shards.size()
Assert function: int BlueStore::read_allocation_from_onodes(SimpleBitmap*, BlueStore::read_alloc_stats_t&)

Sanitized backtrace:

    pthread_kill()
    raise()
    BlueStore::read_allocation_from_onodes(SimpleBitmap*, BlueStore::read_alloc_stats_t&)
    BlueStore::reconstruct_allocations(SimpleBitmap*, BlueStore::read_alloc_stats_t&)
    BlueStore::read_allocation_from_drive_on_startup()
    BlueStore::_init_alloc(std::map<unsigned long, unsigned long, std::less<unsigned long>, std::allocator<std::pair<unsigned long const, unsigned long> > >*)
    BlueStore::_open_db_and_around(bool, bool)
    BlueStore::_mount()
    OSD::init()

Crash dump sample:
{
    "archived": "2023-04-20 01:42:40.151580",
    "assert_condition": "shard_id == onode_ref->extent_map.shards.size()",
    "assert_file": "os/bluestore/BlueStore.cc",
    "assert_func": "int BlueStore::read_allocation_from_onodes(SimpleBitmap*, BlueStore::read_alloc_stats_t&)",
    "assert_line": 18986,
    "assert_msg": "os/bluestore/BlueStore.cc: In function 'int BlueStore::read_allocation_from_onodes(SimpleBitmap*, BlueStore::read_alloc_stats_t&)' thread 7ff2c05ab5c0 time 2023-04-19T21:26:08.203439-0400\nos/bluestore/BlueStore.cc: 18986: FAILED ceph_assert(shard_id == onode_ref->extent_map.shards.size())",
    "assert_thread_name": "ceph-osd",
    "backtrace": [
        "/lib/x86_64-linux-gnu/libc.so.6(+0x42520) [0x7ff2c07fa520]",
        "pthread_kill()",
        "raise()",
        "abort()",
        "(ceph::__ceph_assert_fail(char const*, char const*, int, char const*)+0x182) [0x560c83f75e7f]",
        "/usr/bin/ceph-osd(+0x58efe1) [0x560c83f75fe1]",
        "(BlueStore::read_allocation_from_onodes(SimpleBitmap*, BlueStore::read_alloc_stats_t&)+0xd43) [0x560c845c7823]",
        "(BlueStore::reconstruct_allocations(SimpleBitmap*, BlueStore::read_alloc_stats_t&)+0x5a) [0x560c845c7e1a]",
        "(BlueStore::read_allocation_from_drive_on_startup()+0x99) [0x560c845d2639]",
        "(BlueStore::_init_alloc(std::map<unsigned long, unsigned long, std::less<unsigned long>, std::allocator<std::pair<unsigned long const, unsigned long> > >*)+0x9db) [0x560c845d325b]",
        "(BlueStore::_open_db_and_around(bool, bool)+0x372) [0x560c8460b062]",
        "(BlueStore::_mount()+0x37b) [0x560c8460d93b]",
        "(OSD::init()+0x4e0) [0x560c840b29d0]",
        "main()",
        "/lib/x86_64-linux-gnu/libc.so.6(+0x29d90) [0x7ff2c07e1d90]",
        "__libc_start_main()",
        "_start()" 
    ],
    "ceph_version": "17.2.5",
    "crash_id": "2023-04-20T01:26:08.213067Z_08c3680e-b9b2-4d2b-bf8b-0d4bc3be9764",
    "entity_name": "osd.2ac69449798b9eaa520b41242070d26af46a99ee",
    "os_id": "22.04",
    "os_name": "Ubuntu 22.04.2 LTS",
    "os_version": "22.04.2 LTS (Jammy Jellyfish)",
    "os_version_id": "22.04",
    "process_name": "ceph-osd",
    "stack_sig": "a5464839e187ec9d7ddd5c2e05b3263322924559af1b7bb94ca3c373dbfa8f7e",
    "timestamp": "2023-04-20T01:26:08.213067Z",
    "utsname_machine": "x86_64",
    "utsname_release": "5.15.0-69-generic",
    "utsname_sysname": "Linux",
    "utsname_version": "#76-Ubuntu SMP Fri Mar 17 17:19:29 UTC 2023" 
}

Actions #1

Updated by Telemetry Bot 12 months ago

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

Also available in: Atom PDF