Bug #1980
osd/PG.cc: 3562: FAILED assert(p->second.need <= v)
Status:
Closed
Priority:
Urgent
Assignee:
-
Category:
OSD
Target version:
-
% Done:
0%
Source:
Tags:
Backport:
Regression:
No
Severity:
3 - minor
Reviewed:
Affected Versions:
ceph-qa-suite:
Pull request ID:
Crash signature (v1):
Crash signature (v2):
Description
/var/lib/teuthworker/archive/nightly_coverage_2012-01-24-a/8882
osd/PG.cc: In function 'void PG::Missing::got(const hobject_t&, eversion_t)', in thread '7fb26bbe1700' osd/PG.cc: 3562: FAILED assert(p->second.need <= v) ceph version 0.40-217-g1e42109 (commit:1e4210937fa3951881d39425a0469dcadaae61bf) 1: /tmp/cephtest/binary/usr/local/bin/ceph-osd() [0x72ac18] 2: (ReplicatedPG::sub_op_push_reply(MOSDSubOpReply*)+0x37f) [0x4fb80f] 3: (ReplicatedPG::do_sub_op_reply(MOSDSubOpReply*)+0x95) [0x4fc335] 4: (OSD::dequeue_op(PG*)+0x5f4) [0x59b2c4] 5: (OSD::OpWQ::_process(PG*)+0x15) [0x5f70d5] 6: (ThreadPool::WorkQueue<PG>::_void_process(void*)+0x12) [0x5cb4a2] 7: (ThreadPool::worker()+0x7e3) [0x6abc43] 8: (ThreadPool::WorkThread::entry()+0x15) [0x5d4a35] 9: (Thread::_entry_func(void*)+0x12) [0x637042] 10: (()+0x7971) [0x7fb27b172971] 11: (clone()+0x6d) [0x7fb2797fd92d] ceph version 0.40-217-g1e42109 (commit:1e4210937fa3951881d39425a0469dcadaae61bf) 1: /tmp/cephtest/binary/usr/local/bin/ceph-osd() [0x72ac18] 2: (ReplicatedPG::sub_op_push_reply(MOSDSubOpReply*)+0x37f) [0x4fb80f] 3: (ReplicatedPG::do_sub_op_reply(MOSDSubOpReply*)+0x95) [0x4fc335] 4: (OSD::dequeue_op(PG*)+0x5f4) [0x59b2c4] 5: (OSD::OpWQ::_process(PG*)+0x15) [0x5f70d5] 6: (ThreadPool::WorkQueue<PG>::_void_process(void*)+0x12) [0x5cb4a2] 7: (ThreadPool::worker()+0x7e3) [0x6abc43] 8: (ThreadPool::WorkThread::entry()+0x15) [0x5d4a35] 9: (Thread::_entry_func(void*)+0x12) [0x637042] 10: (()+0x7971) [0x7fb27b172971] 11: (clone()+0x6d) [0x7fb2797fd92d]
History
#1 Updated by Sage Weil almost 12 years ago
- Priority changed from High to Urgent
#2 Updated by Samuel Just almost 12 years ago
- Status changed from New to Closed
f16b38deaee3d0ed35229aecba4f8f12b8404f03 should take care of this.