Project

General

Profile

Actions

Bug #18083

closed

multisite: failed assertion in 'radosgw-admin bucket sync status'

Added by Casey Bodley over 7 years ago. Updated about 7 years ago.

Status:
Resolved
Priority:
High
Assignee:
Target version:
-
% Done:

0%

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

Description

When the CephContext destructor is called, HeartbeatMap hits the assertion: FAILED assert(m_workers.empty()).

The RGWAsyncRadosProcessor in RGWRados is get cleaned up, but RGWBucketSyncStatusManager is creating its own and failing to clean it up.

/home/cbodley/ceph/src/common/HeartbeatMap.cc: In function 'ceph::HeartbeatMap::~HeartbeatMap()' thread 7ffff7fcaa80 time 2016-11-29 17:05:37.753783
/home/cbodley/ceph/src/common/HeartbeatMap.cc: 46: FAILED assert(m_workers.empty())
 ceph version Development (no_version)
 1: (ceph::__ceph_assert_fail(char const*, char const*, int, char const*)+0x95) [0x55555626952a]
 2: (ceph::HeartbeatMap::~HeartbeatMap()+0x41) [0x55555629db9f]
 3: (CephContext::~CephContext()+0x645) [0x555556282d23]
 4: (CephContext::put()+0x14a) [0x5555562831be]
 5: (intrusive_ptr_release(CephContext*)+0x18) [0x555556220b13]
 6: (boost::intrusive_ptr<CephContext>::~intrusive_ptr()+0x27) [0x555555f32ed1]
 7: (main()+0x18a59) [0x555555f15749]
 8: (__libc_start_main()+0xf0) [0x7fffeb96c580]
 9: (_start()+0x29) [0x555555ef11b9]
 NOTE: a copy of the executable, or `objdump -rdS <executable>` is needed to interpret this.

Related issues 1 (0 open1 closed)

Copied to rgw - Backport #18107: jewel: multisite: failed assertion in 'radosgw-admin bucket sync status'ResolvedLoïc DacharyActions
Actions #1

Updated by Casey Bodley over 7 years ago

  • Status changed from New to Fix Under Review
  • Backport set to jewel
Actions #2

Updated by Casey Bodley over 7 years ago

  • Status changed from Fix Under Review to Pending Backport
Actions #3

Updated by Nathan Cutler over 7 years ago

  • Copied to Backport #18107: jewel: multisite: failed assertion in 'radosgw-admin bucket sync status' added
Actions #4

Updated by Nathan Cutler about 7 years ago

  • Target version set to v10.2.6
Actions #5

Updated by Nathan Cutler about 7 years ago

  • Status changed from Pending Backport to Resolved
Actions #6

Updated by Nathan Cutler about 7 years ago

  • Target version deleted (v10.2.6)
Actions

Also available in: Atom PDF