Project

General

Profile

Bug #6174

osdc/ObjectCacher.cc: 526: FAILED assert(i->empty()) on cuttlefish flatten

Added by Sage Weil over 10 years ago. Updated over 10 years ago.

Status:
Can't reproduce
Priority:
High
Assignee:
-
Target version:
-
% Done:

0%

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

Description

2013-08-29T21:39:31.623 INFO:teuthology.orchestra.run.out:132 flatten
2013-08-29T21:39:32.718 INFO:teuthology.orchestra.run.err:osdc/ObjectCacher.cc: In function 'ObjectCacher::~ObjectCacher()' thread 7f307f08c780 time 2013-08-29 21:39:41.826632
2013-08-29T21:39:32.718 INFO:teuthology.orchestra.run.err:osdc/ObjectCacher.cc: 526: FAILED assert(i->empty())
2013-08-29T21:39:32.734 INFO:teuthology.orchestra.run.err: ceph version 0.61.8-17-g65a1086 (65a10862feec199d14f17627d0c42fa7c85766fa)
2013-08-29T21:39:32.734 INFO:teuthology.orchestra.run.err: 1: (ObjectCacher::~ObjectCacher()+0x183) [0x7f307ec3e293]
2013-08-29T21:39:32.734 INFO:teuthology.orchestra.run.err: 2: (librbd::ImageCtx::~ImageCtx()+0x26) [0x7f307ec18fa6]
2013-08-29T21:39:32.734 INFO:teuthology.orchestra.run.err: 3: (librbd::close_image(librbd::ImageCtx*)+0x86) [0x7f307ec27136]
2013-08-29T21:39:32.734 INFO:teuthology.orchestra.run.err: 4: (librbd::refresh_parent(librbd::ImageCtx*)+0x5c) [0x7f307ec2f2ac]
2013-08-29T21:39:32.734 INFO:teuthology.orchestra.run.err: 5: (librbd::ictx_refresh(librbd::ImageCtx*)+0x9c9) [0x7f307ec22c49]
2013-08-29T21:39:32.734 INFO:teuthology.orchestra.run.err: 6: (librbd::ictx_check(librbd::ImageCtx*)+0x138) [0x7f307ec23c68]
2013-08-29T21:39:32.734 INFO:teuthology.orchestra.run.err: 7: (librbd::info(librbd::ImageCtx*, rbd_image_info_t&, unsigned long)+0xe4) [0x7f307ec2b904]
2013-08-29T21:39:32.734 INFO:teuthology.orchestra.run.err: 8: (check_size()+0x2e) [0x4040fe]
2013-08-29T21:39:32.735 INFO:teuthology.orchestra.run.err: 9: (test()+0x3ad) [0x40594d]
2013-08-29T21:39:32.735 INFO:teuthology.orchestra.run.err: 10: (main()+0x7cf) [0x40318f]
2013-08-29T21:39:32.735 INFO:teuthology.orchestra.run.err: 11: (__libc_start_main()+0xed) [0x7f307d7d076d]
2013-08-29T21:39:32.735 INFO:teuthology.orchestra.run.err: 12: ceph_test_librbd_fsx() [0x403519]
2013-08-29T21:39:32.735 INFO:teuthology.orchestra.run.err: NOTE: a copy of the executable, or `objdump -rdS <executable>` is needed to interpret this.

this looks like #3664 from pre-cuttlefish..
on
ubuntu@teuthology:/a/teuthology-2013-08-29_20:47:18-rbd-cuttlefish-testing-basic-plana/12905$ cat orig.config.yaml 
kernel:
  kdb: true
  sha1: 263cbbcaf605e359a46e30889595d82629f82080
machine_type: plana
nuke-on-error: true
os_type: ubuntu
overrides:
  admin_socket:
    branch: cuttlefish
  ceph:
    conf:
      global:
        ms inject socket failures: 5000
      mon:
        debug mon: 20
        debug ms: 1
        debug paxos: 20
      osd:
        osd op thread timeout: 60
    fs: btrfs
    log-whitelist:
    - slow request
    sha1: 65a10862feec199d14f17627d0c42fa7c85766fa
  ceph-deploy:
    branch:
      dev: cuttlefish
    conf:
      client:
        log file: /var/log/ceph/ceph-$name.$pid.log
      mon:
        debug mon: 1
        debug ms: 20
        debug paxos: 20
  install:
    ceph:
      sha1: 65a10862feec199d14f17627d0c42fa7c85766fa
  s3tests:
    branch: cuttlefish
  workunit:
    sha1: 65a10862feec199d14f17627d0c42fa7c85766fa
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.check: null
- install: null
- ceph:
    conf:
      client:
        rbd cache: true
- rbd_fsx:
    clients:
    - client.0
    ops: 5000
teuthology_branch: cuttlefish

History

#1 Updated by Sage Weil over 10 years ago

  • Status changed from New to Can't reproduce

haven't seen this on recent code; won't fix cuttlefish at this point.

Also available in: Atom PDF