Project

General

Profile

Actions

Bug #54641

open

crash: virtual void PrimaryLogPG::on_local_recover(const hobject_t&, const ObjectRecoveryInfo&, ObjectContextRef, bool, ObjectStore::Transaction*): assert(is_primary())

Added by Telemetry Bot about 2 years ago. Updated 11 months 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):

00a210322b50967023518e4fdc4a39ba8d522c1ecbf8b2445e9896cc3f3b25d5
2bd354c8dcb79c5a1b155199328571301676b2b95b1ae1a79904da2593e8dab4
a9c9c0d9cc4f867051f8d6a89f7e2fb76231bc499be982fdc5beaafca9d15c9f
bd386828a8b66dfca29b31a1fc9e7d368dc9d16a44f364b2c4340959c3223321
0e1d4153cb2e0fec0b241491ff29a7c8f0eea0bf8d07d843106df624d9fe25d6
67f88cd1885034edb7471f6f87a5f4a8a62771fc1da99672055f548141e592c5
7a5f9f42fb10e5203e725eb392dfd65c8764064136a2dfcce085ef09e4e08678
e9b5b43ae583b83c0d8ecfcd976d7251b85fa1ac473c1902d7cb5a6a8f781f5e
ffdd87e6ef576a2d6830b1b3c7ce92d5f82d6375b21fee7d60c0ddab79722ba2
0f2ef5c03e1f0ed284abf458ca6fd0110477132bc7118c1d60c926fe57537df7
052e36406c6de12246f6a241fc96cefb9c5cbe1cde4f5582702905bf8001b9bf
2f2666b823d03d2f023d4a73fae577bedf5a8fb52e218cbff06ffeb04acbe1ad
3bc5bdcebb9a754cd899a3a6c1f35433d73ee6e9cd2c70882ab3a1546a66a033
44e53c1455cab4cdd8ab6dbf66a3851bd0c2a3fa1036acc9bbc75f49a01c5bfa
5354e24f602d17df738a5d811ccdb912ce19fa1133aa45ddb46b1a3ee9ae0fdc
7fa3cb57b572222477ce1815a2da222a971651050981a91d03be7f5fd40866b6
807cf34fbae60aa5e474473e53faee3350ebbe51d89e68174164eafc0abbf684
8eb92c603e3d80a4a41bcd13f814476e78e28bd906601821a7f20a18159c73c7
9a07388b3ea7c0b15095335e74053993ac05b04fa9fc4b45fb3f35f4d41a451d
b649d3c794a6747e9dc9a1ec1f3cc053e86e4a19d7f3681d33e7d0863be89a76
ee509f842c721ea35ba2a35599760ae190d961031e00818f8b0164c2f70fdc56
fe35b7cd931c6aed66ae440a4ea16272322e8fa7d9f570e466097422044860fd


Description

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

Assert condition: is_primary()
Assert function: virtual void PrimaryLogPG::on_local_recover(const hobject_t&, const ObjectRecoveryInfo&, ObjectContextRef, bool, ObjectStore::Transaction*)

Sanitized backtrace:

    PrimaryLogPG::on_local_recover(hobject_t const&, ObjectRecoveryInfo const&, std::shared_ptr<ObjectContext>, bool, ceph::os::Transaction*)
    ReplicatedBackend::handle_push(pg_shard_t, PushOp const&, PushReplyOp*, ceph::os::Transaction*, bool)
    ReplicatedBackend::_do_push(boost::intrusive_ptr<OpRequest>)
    ReplicatedBackend::_handle_message(boost::intrusive_ptr<OpRequest>)
    PGBackend::handle_message(boost::intrusive_ptr<OpRequest>)
    PrimaryLogPG::do_request(boost::intrusive_ptr<OpRequest>&, ThreadPool::TPHandle&)
    OSD::dequeue_op(boost::intrusive_ptr<PG>, boost::intrusive_ptr<OpRequest>, ThreadPool::TPHandle&)
    ceph::osd::scheduler::PGRecoveryMsg::run(OSD*, OSDShard*, boost::intrusive_ptr<PG>&, ThreadPool::TPHandle&)
    OSD::ShardedOpWQ::_process(unsigned int, ceph::heartbeat_handle_d*)
    ShardedThreadPool::shardedthreadpool_worker(unsigned int)
    ShardedThreadPool::WorkThreadSharded::entry()

Crash dump sample:
{
    "assert_condition": "is_primary()",
    "assert_file": "osd/PrimaryLogPG.cc",
    "assert_func": "virtual void PrimaryLogPG::on_local_recover(const hobject_t&, const ObjectRecoveryInfo&, ObjectContextRef, bool, ObjectStore::Transaction*)",
    "assert_line": 413,
    "assert_msg": "osd/PrimaryLogPG.cc: In function 'virtual void PrimaryLogPG::on_local_recover(const hobject_t&, const ObjectRecoveryInfo&, ObjectContextRef, bool, ObjectStore::Transaction*)' thread 7ff9644e4700 time 2022-03-14T17:38:40.401939+0000\nosd/PrimaryLogPG.cc: 413: FAILED ceph_assert(is_primary())",
    "assert_thread_name": "tp_osd_tp",
    "backtrace": [
        "/lib64/libpthread.so.0(+0x12c20) [0x7ff9865e1c20]",
        "gsignal()",
        "abort()",
        "(ceph::__ceph_assert_fail(char const*, char const*, int, char const*)+0x1a9) [0x55f4c22d1bcf]",
        "ceph-osd(+0x56ad98) [0x55f4c22d1d98]",
        "(PrimaryLogPG::on_local_recover(hobject_t const&, ObjectRecoveryInfo const&, std::shared_ptr<ObjectContext>, bool, ceph::os::Transaction*)+0x332) [0x55f4c24cf242]",
        "(ReplicatedBackend::handle_push(pg_shard_t, PushOp const&, PushReplyOp*, ceph::os::Transaction*, bool)+0x3bd) [0x55f4c277895d]",
        "(ReplicatedBackend::_do_push(boost::intrusive_ptr<OpRequest>)+0x24b) [0x55f4c2778d9b]",
        "(ReplicatedBackend::_handle_message(boost::intrusive_ptr<OpRequest>)+0x2a8) [0x55f4c277ae88]",
        "(PGBackend::handle_message(boost::intrusive_ptr<OpRequest>)+0x52) [0x55f4c25ad7d2]",
        "(PrimaryLogPG::do_request(boost::intrusive_ptr<OpRequest>&, ThreadPool::TPHandle&)+0x5de) [0x55f4c255095e]",
        "(OSD::dequeue_op(boost::intrusive_ptr<PG>, boost::intrusive_ptr<OpRequest>, ThreadPool::TPHandle&)+0x309) [0x55f4c23d98e9]",
        "(ceph::osd::scheduler::PGRecoveryMsg::run(OSD*, OSDShard*, boost::intrusive_ptr<PG>&, ThreadPool::TPHandle&)+0x68) [0x55f4c2637248]",
        "(OSD::ShardedOpWQ::_process(unsigned int, ceph::heartbeat_handle_d*)+0xc28) [0x55f4c23f9d48]",
        "(ShardedThreadPool::shardedthreadpool_worker(unsigned int)+0x5c4) [0x55f4c2a6b5b4]",
        "(ShardedThreadPool::WorkThreadSharded::entry()+0x14) [0x55f4c2a6e254]",
        "/lib64/libpthread.so.0(+0x817a) [0x7ff9865d717a]",
        "clone()" 
    ],
    "ceph_version": "16.2.7",
    "crash_id": "2022-03-14T17:39:37.686889Z_f72f65e7-c566-4326-98e6-ebea59786100",
    "entity_name": "osd.1706ed2d6efcd308ec0aeddca28132a1ff2361f3",
    "os_id": "centos",
    "os_name": "CentOS Linux",
    "os_version": "8",
    "os_version_id": "8",
    "process_name": "ceph-osd",
    "stack_sig": "bd386828a8b66dfca29b31a1fc9e7d368dc9d16a44f364b2c4340959c3223321",
    "timestamp": "2022-03-14T17:39:37.686889Z",
    "utsname_machine": "x86_64",
    "utsname_release": "5.4.0-99-generic",
    "utsname_sysname": "Linux",
    "utsname_version": "#112-Ubuntu SMP Thu Feb 3 13:50:55 UTC 2022" 
}

Actions #1

Updated by Telemetry Bot about 2 years ago

  • Crash signature (v1) updated (diff)
  • Crash signature (v2) updated (diff)
  • Affected Versions v16.2.1, v16.2.4, v16.2.6, v16.2.7 added
Actions #2

Updated by Telemetry Bot almost 2 years ago

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

Updated by Telemetry Bot over 1 year ago

  • Crash signature (v1) updated (diff)
  • Affected Versions v16.2.9 added
Actions #4

Updated by Telemetry Bot 11 months ago

  • Crash signature (v1) updated (diff)
  • Affected Versions v16.2.10, v17.0.0, v17.2.1, v17.2.3, v17.2.4, v17.2.5 added
Actions

Also available in: Atom PDF