Project

General

Profile

Bug #11399

Updated by Loïc Dachary about 9 years ago

It is a transient error (see attachment:log.txt.gz for the full log). 
 <pre> 
 [ RUN        ] PGLogTest.rewind_divergent_log 
 osd/PGLog.cc: In function 'void PGLog::rewind_divergent_log(ObjectStore::Transaction&, eversion_t, pg_info_t&, PGLog::LogEntryHandler*, bool&, bool&)' thread 7fb60e4bb7c0 time 2015-04-15 09:52:58.549159 
 osd/PGLog.cc: 472: FAILED assert(newhead >= log.tail) 
  ceph version 0.93-1031-g24196c9 (24196c9152a6cf3c1877c0e119702186f45d0549) 
 </pre> 
 This run comes from https://github.com/ceph/ceph/pull/4369 which modifies something trivial that could not be blamed for this error.

Back