Project

General

Profile

Actions

Bug #65559

closed

src/osd/PG.cc: FAILED ceph_assert(!bad || !cct->_conf->osd_debug_verify_cached_snaps)

Added by Laura Flores 13 days ago. Updated 13 days ago.

Status:
Closed
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
% Done:

0%

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

Description

/a/yuriw-2024-04-11_17:03:54-rados-wip-yuri6-testing-2024-04-02-1310-distro-default-smithi/7652491

2024-04-12T01:38:22.133 INFO:tasks.ceph.osd.7.smithi169.stderr:2024-04-12T01:38:22.046+0000 7f9919022640 -1 ./src/osd/PG.cc: In function 'virtual void PG::on_active_advmap(const OSDMapRef&)' thread 7f9919022640 time 2024-04-12T01:38:22.042010+0000
2024-04-12T01:38:22.133 INFO:tasks.ceph.osd.7.smithi169.stderr:./src/osd/PG.cc: 1901: FAILED ceph_assert(!bad || !cct->_conf->osd_debug_verify_cached_snaps)
2024-04-12T01:38:22.133 INFO:tasks.ceph.osd.7.smithi169.stderr:
2024-04-12T01:38:22.134 INFO:tasks.ceph.osd.7.smithi169.stderr: ceph version 19.0.0-2838-ga5074d45 (a5074d4516d566e9d8b6aec912f26afd099de101) squid (dev)
2024-04-12T01:38:22.134 INFO:tasks.ceph.osd.7.smithi169.stderr: 1: (ceph::__ceph_assert_fail(char const*, char const*, int, char const*)+0x118) [0x55691a976362]
2024-04-12T01:38:22.134 INFO:tasks.ceph.osd.7.smithi169.stderr: 2: ceph-osd(+0x3f6519) [0x55691a976519]
2024-04-12T01:38:22.134 INFO:tasks.ceph.osd.7.smithi169.stderr: 3: ceph-osd(+0x38f81c) [0x55691a90f81c]
2024-04-12T01:38:22.134 INFO:tasks.ceph.osd.7.smithi169.stderr: 4: (PeeringState::Active::react(PeeringState::AdvMap const&)+0x19e) [0x55691ad92e5e]
2024-04-12T01:38:22.134 INFO:tasks.ceph.osd.7.smithi169.stderr: 5: ceph-osd(+0x840811) [0x55691adc0811]
2024-04-12T01:38:22.134 INFO:tasks.ceph.osd.7.smithi169.stderr: 6: (PeeringState::advance_map(std::shared_ptr<OSDMap const>, std::shared_ptr<OSDMap const>, std::vector<int, std::allocator<int> >&, int, std::vector<int, std::allocator<int> >&, int, PeeringCtx&)+0x266) [0x55691ad596e6]
2024-04-12T01:38:22.134 INFO:tasks.ceph.osd.7.smithi169.stderr: 7: (PG::handle_advance_map(std::shared_ptr<OSDMap const>, std::shared_ptr<OSDMap const>, std::vector<int, std::allocator<int> >&, int, std::vector<int, std::allocator<int> >&, int, PeeringCtx&)+0xfb) [0x55691ab7a76b]
2024-04-12T01:38:22.134 INFO:tasks.ceph.osd.7.smithi169.stderr: 8: (OSD::advance_pg(unsigned int, PG*, ThreadPool::TPHandle&, PeeringCtx&)+0x39c) [0x55691aaf318c]
2024-04-12T01:38:22.134 INFO:tasks.ceph.osd.7.smithi169.stderr: 9: (OSD::dequeue_peering_evt(OSDShard*, PG*, std::shared_ptr<PGPeeringEvent>, ThreadPool::TPHandle&)+0x237) [0x55691ab04957]
2024-04-12T01:38:22.134 INFO:tasks.ceph.osd.7.smithi169.stderr: 10: (ceph::osd::scheduler::PGPeeringItem::run(OSD*, OSDShard*, boost::intrusive_ptr<PG>&, ThreadPool::TPHandle&)+0x51) [0x55691ad374f1]
2024-04-12T01:38:22.134 INFO:tasks.ceph.osd.7.smithi169.stderr: 11: (OSD::ShardedOpWQ::_process(unsigned int, ceph::heartbeat_handle_d*)+0xab3) [0x55691ab0e6e3]
2024-04-12T01:38:22.134 INFO:tasks.ceph.osd.7.smithi169.stderr: 12: (ShardedThreadPool::shardedthreadpool_worker(unsigned int)+0x293) [0x55691b0024e3]
2024-04-12T01:38:22.135 INFO:tasks.ceph.osd.7.smithi169.stderr: 13: ceph-osd(+0xa82a44) [0x55691b002a44]
2024-04-12T01:38:22.135 INFO:tasks.ceph.osd.7.smithi169.stderr: 14: /lib/x86_64-linux-gnu/libc.so.6(+0x94b43) [0x7f9933f96b43]
2024-04-12T01:38:22.135 INFO:tasks.ceph.osd.7.smithi169.stderr: 15: /lib/x86_64-linux-gnu/libc.so.6(+0x126a00) [0x7f9934028a00]

Found in this QA run https://tracker.ceph.com/issues/65270. In checking the ci branch (https://github.com/ceph/ceph-ci/commits/wip-yuri6-testing-2024-04-02-1310), the commit from the previous fix is there. So this is a new issue.

Previous fix: https://tracker.ceph.com/issues/64347


Related issues 1 (1 open0 closed)

Related to RADOS - Bug #64347: src/osd/PG.cc: FAILED ceph_assert(!bad || !cct->_conf->osd_debug_verify_cached_snaps)Pending BackportMatan Breizman

Actions
Actions #1

Updated by Laura Flores 13 days ago

  • Related to Bug #64347: src/osd/PG.cc: FAILED ceph_assert(!bad || !cct->_conf->osd_debug_verify_cached_snaps) added
Actions #2

Updated by Laura Flores 13 days ago

  • Status changed from New to Closed

Actually seems related to a WIP branch that hadn't been merged yet.

Actions

Also available in: Atom PDF