Project

General

Profile

Actions

Bug #4662

closed

osd/OSD.h: 809: FAILED assert(peering_queue.empty()) on shutdown

Added by Sage Weil about 11 years ago. Updated about 11 years ago.

Status:
Resolved
Priority:
Urgent
Assignee:
Category:
OSD
Target version:
-
% Done:

0%

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

Description

   -28> 2013-04-04 23:49:09.256969 9340700 -1 osd/OSD.h: In function 'virtual void OSD::PeeringWQ::_clear()' thread 9340700 time 2013-04-04 23:49:0
9.132571
osd/OSD.h: 809: FAILED assert(peering_queue.empty())

 ceph version 0.60-402-g3c0debf (3c0debf99d51a8ec1cbd76d96c436674d56dfc6e)
 1: ceph-osd() [0x64f27c]
 2: (ThreadPool::stop(bool)+0x1ed) [0x83409d]
 3: (OSD::shutdown()+0x6cc) [0x61670c]
 4: (OSD::handle_signal(int)+0x118) [0x6176e8]
 5: (SignalHandler::entry()+0x1ac) [0x7900ac]
 6: (()+0x7e9a) [0x503be9a]
 7: (clone()+0x6d) [0x6c71cbd]
 NOTE: a copy of the executable, or `objdump -rdS <executable>` is needed to interpret this.

job was
ubuntu@teuthology:/a/teuthology-2013-04-04_19:47:50-fs-next-testing-basic/9305$ cat orig.config.yaml 
kernel:
  kdb: true
  sha1: 85b6aabe740024f9f6aaa54afc3195940e5fa12c
nuke-on-error: true
overrides:
  ceph:
    conf:
      osd:
        osd op thread timeout: 60
    fs: btrfs
    log-whitelist:
    - slow request
    sha1: 3c0debf99d51a8ec1cbd76d96c436674d56dfc6e
    valgrind:
      mds:
      - --tool=memcheck
      mon:
      - --tool=memcheck
      - --leak-check=full
      - --show-reachable=yes
      osd:
      - --tool=memcheck
  ceph-fuse:
    client.0:
      valgrind:
      - --tool=memcheck
      - --leak-check=full
      - --show-reachable=yes
  s3tests:
    branch: next
  workunit:
    sha1: 3c0debf99d51a8ec1cbd76d96c436674d56dfc6e
roles:
- - mon.a
  - mon.c
  - osd.0
  - osd.1
  - osd.2
- - mon.b
  - mds.a
  - osd.3
  - osd.4
  - osd.5
- - client.0
tasks:
- chef: null
- clock: null
- install: null
- ceph: null
- ceph-fuse: null
- workunit:
    clients:
      all:
      - suites/fsstress.sh

Actions

Also available in: Atom PDF