Project

General

Profile

Actions

Bug #49820

closed

FAILED ceph_assert(o->pinned) in BlueStore::Collection::split_cache(BlueStore::Collection*)

Added by Sage Weil about 3 years ago. Updated about 3 years ago.

Status:
Duplicate
Priority:
Urgent
Assignee:
-
Target version:
-
% Done:

0%

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

Description

another/similar instance of this:
/a/sage-2021-03-13_00:06:23-rados-wip-sage2-testing-2021-03-12-1328-pacific-distro-basic-smithi/5959430

2021-03-13T03:25:33.299 INFO:tasks.ceph.osd.2.smithi049.stderr:/home/jenkins-build/build/workspace/ceph-dev-new-build/ARCH/x86_64/AVAILABLE_ARCH/x86_64/AVAILABLE_DIST/centos8/DIST/centos8/MACHINE_SIZE/gigantic/release/16.1.0-742-gf7a04bff/rpm/el8/BUILD/ceph-16.1.0-742-gf7a04bff/src/os/bluestore/BlueStore.cc: In function 'void BlueStore::Collection::split_cache(BlueStore::Collection*)' thread 7f57716b4700 time 2021-03-13T03:25:33.296503+0000
2021-03-13T03:25:33.299 INFO:tasks.ceph.osd.2.smithi049.stderr:/home/jenkins-build/build/workspace/ceph-dev-new-build/ARCH/x86_64/AVAILABLE_ARCH/x86_64/AVAILABLE_DIST/centos8/DIST/centos8/MACHINE_SIZE/gigantic/release/16.1.0-742-gf7a04bff/rpm/el8/BUILD/ceph-16.1.0-742-gf7a04bff/src/os/bluestore/BlueStore.cc: 4018: FAILED ceph_assert(o->pinned)
2021-03-13T03:25:33.301 INFO:tasks.ceph.osd.2.smithi049.stderr: ceph version 16.1.0-742-gf7a04bff (f7a04bff39fc5756ebbc8ad096bd00e87357e14c) pacific (rc)
2021-03-13T03:25:33.301 INFO:tasks.ceph.osd.2.smithi049.stderr: 1: (ceph::__ceph_assert_fail(char const*, char const*, int, char const*)+0x158) [0x55c37dfd00a2]
2021-03-13T03:25:33.302 INFO:tasks.ceph.osd.2.smithi049.stderr: 2: ceph-osd(+0x5692bc) [0x55c37dfd02bc]
2021-03-13T03:25:33.302 INFO:tasks.ceph.osd.2.smithi049.stderr: 3: (BlueStore::Collection::split_cache(BlueStore::Collection*)+0x13ea) [0x55c37e5f30ea]
2021-03-13T03:25:33.302 INFO:tasks.ceph.osd.2.smithi049.stderr: 4: (BlueStore::_split_collection(BlueStore::TransContext*, boost::intrusive_ptr<BlueStore::Collection>&, boost::intrusive_ptr<BlueStore::Collection>&, unsigned int, int)+0x308) [0x55c37e5f3548]
2021-03-13T03:25:33.302 INFO:tasks.ceph.osd.2.smithi049.stderr: 5: (BlueStore::_txc_add_transaction(BlueStore::TransContext*, ceph::os::Transaction*)+0xa21) [0x55c37e614291]
2021-03-13T03:25:33.303 INFO:tasks.ceph.osd.2.smithi049.stderr: 6: (BlueStore::queue_transactions(boost::intrusive_ptr<ObjectStore::CollectionImpl>&, std::vector<ceph::os::Transaction, std::allocator<ceph::os::Transaction> >&, boost::intrusive_ptr<TrackedOp>, ThreadPool::TPHandle*)+0x316) [0x55c37e616c26]
2021-03-13T03:25:33.303 INFO:tasks.ceph.osd.2.smithi049.stderr: 7: (ObjectStore::queue_transaction(boost::intrusive_ptr<ObjectStore::CollectionImpl>&, ceph::os::Transaction&&, boost::intrusive_ptr<TrackedOp>, ThreadPool::TPHandle*)+0x85) [0x55c37e13a485]
2021-03-13T03:25:33.303 INFO:tasks.ceph.osd.2.smithi049.stderr: 8: (OSD::dispatch_context(PeeringCtx&, PG*, std::shared_ptr<OSDMap const>, ThreadPool::TPHandle*)+0xf3) [0x55c37e0d0093]
2021-03-13T03:25:33.303 INFO:tasks.ceph.osd.2.smithi049.stderr: 9: (OSD::dequeue_peering_evt(OSDShard*, PG*, std::shared_ptr<PGPeeringEvent>, ThreadPool::TPHandle&)+0x2d8) [0x55c37e101888]
2021-03-13T03:25:33.304 INFO:tasks.ceph.osd.2.smithi049.stderr: 10: (ceph::osd::scheduler::PGPeeringItem::run(OSD*, OSDShard*, boost::intrusive_ptr<PG>&, ThreadPool::TPHandle&)+0x56) [0x55c37e32fbc6]
2021-03-13T03:25:33.304 INFO:tasks.ceph.osd.2.smithi049.stderr: 11: (OSD::ShardedOpWQ::_process(unsigned int, ceph::heartbeat_handle_d*)+0xa58) [0x55c37e0f36c8]
2021-03-13T03:25:33.304 INFO:tasks.ceph.osd.2.smithi049.stderr: 12: (ShardedThreadPool::shardedthreadpool_worker(unsigned int)+0x5c4) [0x55c37e75a054]
2021-03-13T03:25:33.304 INFO:tasks.ceph.osd.2.smithi049.stderr: 13: (ShardedThreadPool::WorkThreadSharded::entry()+0x14) [0x55c37e75ccf4]
2021-03-13T03:25:33.305 INFO:tasks.ceph.osd.2.smithi049.stderr: 14: /lib64/libpthread.so.0(+0x82de) [0x7f57985282de]
2021-03-13T03:25:33.305 INFO:tasks.ceph.osd.2.smithi049.stderr: 15: clone()

the backport for the #48966 fix was present, so it seems this is not completely fixed


Related issues 2 (0 open2 closed)

Related to bluestore - Bug #48966: FAILED ceph_assert(o->pinned) in BlueStore::Collection::split_cache(BlueStore::Collection*)Resolved

Actions
Is duplicate of bluestore - Bug #49818: os/bluestore/BlueStore.cc: FAILED ceph_assert(o->pinned) in BlueStore::Collection::split_cache()ClosedIgor Fedotov

Actions
Actions #1

Updated by Sage Weil about 3 years ago

  • Related to Bug #48966: FAILED ceph_assert(o->pinned) in BlueStore::Collection::split_cache(BlueStore::Collection*) added
Actions #2

Updated by Neha Ojha about 3 years ago

  • Status changed from New to Duplicate
Actions #3

Updated by Neha Ojha about 3 years ago

  • Is duplicate of Bug #49818: os/bluestore/BlueStore.cc: FAILED ceph_assert(o->pinned) in BlueStore::Collection::split_cache() added
Actions

Also available in: Atom PDF