Project

General

Profile

Actions

Bug #21379

closed

TestJournalRepair.test_reset: src/mds/CDir.cc: 930: FAILED assert(get_num_ref() == (state_test(STATE_STICKY) ? 1:0))

Added by Patrick Donnelly over 6 years ago. Updated over 6 years ago.

Status:
Duplicate
Priority:
High
Assignee:
-
Category:
fsck/damage handling
Target version:
-
% Done:

0%

Source:
Q/A
Tags:
Backport:
Regression:
No
Severity:
3 - minor
Reviewed:
Affected Versions:
ceph-qa-suite:
Component(FS):
MDS
Labels (FS):
Pull request ID:
Crash signature (v1):
Crash signature (v2):

Description

2017-09-13T01:01:01.573 INFO:teuthology.orchestra.run.smithi179:Running: 'sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 0 ceph --cluster ceph --admin-daemon /var/run/ceph/ceph-mds.b.asok flush journal'
2017-09-13T01:01:01.589 INFO:tasks.ceph.mds.a.smithi179.stderr:/build/ceph-13.0.0-746-gc140ce9/src/mds/CDir.cc: In function 'void CDir::finish_old_fragment(std::list<MDSInternalContextBase*>&, bool)' thread 7f3bcb55a700 time 2017-09-13 01:01:01.584721
2017-09-13T01:01:01.590 INFO:tasks.ceph.mds.a.smithi179.stderr:/build/ceph-13.0.0-746-gc140ce9/src/mds/CDir.cc: 930: FAILED assert(get_num_ref() == (state_test(STATE_STICKY) ? 1:0))
2017-09-13T01:01:01.591 INFO:tasks.ceph.mds.a.smithi179.stderr: ceph version 13.0.0-746-gc140ce9 (c140ce9ab25c876f1e39ab0cad658f7cc476c46c) mimic (dev)
2017-09-13T01:01:01.592 INFO:tasks.ceph.mds.a.smithi179.stderr: 1: (ceph::__ceph_assert_fail(char const*, char const*, int, char const*)+0x10e) [0x55cd71bffc6e]
2017-09-13T01:01:01.592 INFO:tasks.ceph.mds.a.smithi179.stderr: 2: (CDir::finish_old_fragment(std::list<MDSInternalContextBase*, std::allocator<MDSInternalContextBase*> >&, bool)+0x1fa) [0x55cd71ad62fa]
2017-09-13T01:01:01.592 INFO:tasks.ceph.mds.a.smithi179.stderr: 3: (CDir::split(int, std::list<CDir*, std::allocator<CDir*> >&, std::list<MDSInternalContextBase*, std::allocator<MDSInternalContextBase*> >&, bool)+0xe1b) [0x55cd71ad920b]
2017-09-13T01:01:01.592 INFO:tasks.ceph.mds.a.smithi179.stderr: 4: (MDCache::adjust_dir_fragments(CInode*, std::list<CDir*, std::allocator<CDir*> >&, frag_t, int, std::list<CDir*, std::allocator<CDir*> >&, std::list<MDSInternalContextBase*, std::allocator<MDSInternalContextBase*> >&, bool)+0x26e) [0x55cd719ce4ae]
2017-09-13T01:01:01.593 INFO:tasks.ceph.mds.a.smithi179.stderr: 5: (MDCache::adjust_dir_fragments(CInode*, frag_t, int, std::list<CDir*, std::allocator<CDir*> >&, std::list<MDSInternalContextBase*, std::allocator<MDSInternalContextBase*> >&, bool)+0x176) [0x55cd719cf0c6]
2017-09-13T01:01:01.593 INFO:tasks.ceph.mds.a.smithi179.stderr: 6: (MDCache::handle_fragment_notify(MMDSFragmentNotify*)+0x144) [0x55cd719f4d14]
2017-09-13T01:01:01.593 INFO:tasks.ceph.mds.a.smithi179.stderr: 7: (MDCache::dispatch(Message*)+0xe5) [0x55cd71a0dee5]
2017-09-13T01:01:01.594 INFO:tasks.ceph.mds.a.smithi179.stderr: 8: (MDSRank::handle_deferrable_message(Message*)+0x5bc) [0x55cd718fbb8c]
2017-09-13T01:01:01.594 INFO:tasks.ceph.mds.a.smithi179.stderr: 9: (MDSRank::_dispatch(Message*, bool)+0x1d3) [0x55cd71908c93]
2017-09-13T01:01:01.594 INFO:tasks.ceph.mds.a.smithi179.stderr: 10: (MDSRankDispatcher::ms_dispatch(Message*)+0x15) [0x55cd71909ae5]
2017-09-13T01:01:01.594 INFO:tasks.ceph.mds.a.smithi179.stderr: 11: (MDSDaemon::ms_dispatch(Message*)+0xc3) [0x55cd718f3b93]
2017-09-13T01:01:01.595 INFO:tasks.ceph.mds.a.smithi179.stderr: 12: (DispatchQueue::entry()+0x78b) [0x55cd71eb9aab]
2017-09-13T01:01:01.595 INFO:tasks.ceph.mds.a.smithi179.stderr: 13: (DispatchQueue::DispatchThread::entry()+0xd) [0x55cd71c744bd]
2017-09-13T01:01:01.595 INFO:tasks.ceph.mds.a.smithi179.stderr: 14: (()+0x8184) [0x7f3bd0765184]
2017-09-13T01:01:01.595 INFO:tasks.ceph.mds.a.smithi179.stderr: 15: (clone()+0x6d) [0x7f3bcf84b37d]
2017-09-13T01:01:01.595 INFO:tasks.ceph.mds.a.smithi179.stderr: NOTE: a copy of the executable, or `objdump -rdS <executable>` is needed to interpret this.

From: /ceph/teuthology-archive/pdonnell-2017-09-13_00:06:25-fs-wip-pdonnell-testing-20170912-testing-basic-smithi/1624898/teuthology.log

This is from a test branch for https://github.com/ceph/ceph/pull/17657


Related issues 1 (0 open1 closed)

Is duplicate of CephFS - Bug #21380: mds: src/mds/MDSCacheObject.h: 171: FAILED assert(ref_map[by] > 0)Closed09/13/2017

Actions
Actions #1

Updated by Zheng Yan over 6 years ago

  • Status changed from New to Duplicate

dup of #21380

Actions #2

Updated by Patrick Donnelly over 6 years ago

  • Is duplicate of Bug #21380: mds: src/mds/MDSCacheObject.h: 171: FAILED assert(ref_map[by] > 0) added
Actions

Also available in: Atom PDF