Project

General

Profile

Actions

Bug #60600

open

crash: void Server::_unlink_local(MDRequestRef&, CDentry*, CDentry*): assert(in->first <= straydn->first)

Added by Telemetry Bot 11 months 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:
Affected Versions:
ceph-qa-suite:
Component(FS):
Labels (FS):
Pull request ID:
Crash signature (v1):

6a9e3ece5755583cfb006a784765afbbf9ba3e77a34ef9e530e8df7c9db81a67


Description

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

Assert condition: in->first <= straydn->first
Assert function: void Server::_unlink_local(MDRequestRef&, CDentry*, CDentry*)

Sanitized backtrace:

    Server::_unlink_local(boost::intrusive_ptr<MDRequestImpl>&, CDentry*, CDentry*)
    MDSContext::complete(int)
    void finish_contexts<std::vector<MDSContext*, std::allocator<MDSContext*> > >(ceph::common::CephContext*, std::vector<MDSContext*, std::allocator<MDSContext*> >&, int)
    MDSCacheObject::finish_waiting(unsigned long, int)
    Locker::eval_gather(SimpleLock*, bool, bool*, std::vector<MDSContext*, std::allocator<MDSContext*> >*)
    Locker::_drop_locks(MutationImpl*, std::set<CInode*, std::less<CInode*>, std::allocator<CInode*> >*, bool)
    Locker::drop_locks(MutationImpl*, std::set<CInode*, std::less<CInode*>, std::allocator<CInode*> >*)
    Locker::scatter_writebehind_finish(ScatterLock*, boost::intrusive_ptr<MutationImpl>&)
    MDSContext::complete(int)
    MDSIOContextBase::complete(int)
    MDSLogContextBase::complete(int)
    Finisher::finisher_thread_entry()

Crash dump sample:
{
    "archived": "2023-03-28 17:26:45.306163",
    "assert_condition": "in->first <= straydn->first",
    "assert_file": "mds/Server.cc",
    "assert_func": "void Server::_unlink_local(MDRequestRef&, CDentry*, CDentry*)",
    "assert_line": 7863,
    "assert_msg": "mds/Server.cc: In function 'void Server::_unlink_local(MDRequestRef&, CDentry*, CDentry*)' thread 7f6c4a28d700 time 2023-03-28T19:21:12.558405+0300\nmds/Server.cc: 7863: FAILED ceph_assert(in->first <= straydn->first)",
    "assert_thread_name": "MR_Finisher",
    "backtrace": [
        "/lib/x86_64-linux-gnu/libpthread.so.0(+0x13140) [0x7f6c554e9140]",
        "gsignal()",
        "abort()",
        "(ceph::__ceph_assert_fail(char const*, char const*, int, char const*)+0x17e) [0x7f6c557c5296]",
        "/usr/lib/ceph/libceph-common.so.2(+0x25a3da) [0x7f6c557c53da]",
        "(Server::_unlink_local(boost::intrusive_ptr<MDRequestImpl>&, CDentry*, CDentry*)+0x11af) [0x55cb3168317f]",
        "(MDSContext::complete(int)+0x5b) [0x55cb3194d3cb]",
        "(void finish_contexts<std::vector<MDSContext*, std::allocator<MDSContext*> > >(ceph::common::CephContext*, std::vector<MDSContext*, std::allocator<MDSContext*> >&, int)+0x98) [0x55cb31613de8]",
        "(MDSCacheObject::finish_waiting(unsigned long, int)+0x58) [0x55cb3196ea78]",
        "(Locker::eval_gather(SimpleLock*, bool, bool*, std::vector<MDSContext*, std::allocator<MDSContext*> >*)+0x121c) [0x55cb3180f54c]",
        "(Locker::_drop_locks(MutationImpl*, std::set<CInode*, std::less<CInode*>, std::allocator<CInode*> >*, bool)+0x22a) [0x55cb31815faa]",
        "(Locker::drop_locks(MutationImpl*, std::set<CInode*, std::less<CInode*>, std::allocator<CInode*> >*)+0x7b) [0x55cb318167cb]",
        "(Locker::scatter_writebehind_finish(ScatterLock*, boost::intrusive_ptr<MutationImpl>&)+0xb4) [0x55cb31817484]",
        "(MDSContext::complete(int)+0x5b) [0x55cb3194d3cb]",
        "(MDSIOContextBase::complete(int)+0x524) [0x55cb3194db44]",
        "(MDSLogContextBase::complete(int)+0x41) [0x55cb3194ded1]",
        "(Finisher::finisher_thread_entry()+0x18d) [0x7f6c5585d32d]",
        "/lib/x86_64-linux-gnu/libpthread.so.0(+0x7ea7) [0x7f6c554ddea7]",
        "clone()" 
    ],
    "ceph_version": "17.2.5",
    "crash_id": "2023-03-28T16:21:12.566321Z_9d369cfa-c2ff-42fc-9185-b4585f56620d",
    "entity_name": "mds.0d56966c77282eebb7f6daa0960efb0f542d06bb",
    "os_id": "11",
    "os_name": "Debian GNU/Linux 11 (bullseye)",
    "os_version": "11 (bullseye)",
    "os_version_id": "11",
    "process_name": "ceph-mds",
    "stack_sig": "6a9e3ece5755583cfb006a784765afbbf9ba3e77a34ef9e530e8df7c9db81a67",
    "timestamp": "2023-03-28T16:21:12.566321Z",
    "utsname_machine": "x86_64",
    "utsname_release": "5.10.0-21-amd64",
    "utsname_sysname": "Linux",
    "utsname_version": "#1 SMP Debian 5.10.162-1 (2023-01-21)" 
}


Related issues 1 (1 open0 closed)

Related to CephFS - Bug #60669: crash: void Server::_unlink_local(MDRequestRef&, CDentry*, CDentry*): assert(in->first <= straydn->first)New

Actions
Actions #1

Updated by Telemetry Bot 11 months ago

  • Crash signature (v1) updated (diff)
  • Crash signature (v2) updated (diff)
  • Affected Versions v16.2.11, v17.2.5 added
Actions #2

Updated by Milind Changire 10 months ago

  • Related to Bug #60669: crash: void Server::_unlink_local(MDRequestRef&, CDentry*, CDentry*): assert(in->first <= straydn->first) added
Actions

Also available in: Atom PDF