Project

General

Profile

Bug #6003

Updated by Loïc Dachary about 9 years ago

* fix : commit:bae1f3eaa09c4747b8bfc6fb5dc673aa6989b695 

 <pre> 
 2013-08-15 12:44:50.877768 7f51d4230780 -1 journal Unable to read past sequence 406 but header indicates the journal has committed up through 416, journal is corrupt 
 2013-08-15 12:44:50.901410 7f51d4230780 -1 os/FileJournal.cc: In function 'bool FileJournal::read_entry(ceph::bufferlist&, uint64_t&, bool*)' thread 7f51d4230780 time 2013-08-15 12:44:50.877826 
 os/FileJournal.cc: 1697: FAILED assert(0) 

  ceph version 0.67-125-g4422f21 (4422f21a6586467a63ce6841552d0f60aa849cf1) 
  1: (FileJournal::read_entry(ceph::buffer::list&, unsigned long&, bool*)+0x7d6) [0x77e966] 
  2: (FileJournal::open(unsigned long)+0x733) [0x77bf73] 
  3: (JournalingObjectStore::journal_replay(unsigned long)+0x271) [0x7cad61] 
  4: (FileStore::mount()+0x34f3) [0x7a1503] 
  5: (OSD::do_convertfs(ObjectStore*)+0x1a) [0x66dcba] 
  6: (OSD::convertfs(std::string const&, std::string const&)+0x47) [0x66e737] 
  7: (main()+0x1c13) [0x5d0e13] 
  8: (__libc_start_main()+0xed) [0x7f51d1ccc76d] 
  9: ceph-osd() [0x5d479d] 
  NOTE: a copy of the executable, or `objdump -rdS <executable>` is needed to interpret this. 
 </pre> 
 job was 
 <pre> 
 ubuntu@teuthology:/a/teuthology-2013-08-15_01:00:05-rados-next-testing-basic-plana/107661$ cat orig.config.yaml  
 kernel: 
   kdb: true 
   sha1: 68d04c9a036bea12d76fdd51e926aef771e8e041 
 machine_type: plana 
 nuke-on-error: true 
 os_type: ubuntu 
 overrides: 
   admin_socket: 
     branch: next 
   ceph: 
     conf: 
       global: 
         ms inject socket failures: 5000 
       mon: 
         debug mon: 20 
         debug ms: 1 
         debug paxos: 20 
     fs: xfs 
     log-whitelist: 
     - slow request 
     sha1: 4422f21a6586467a63ce6841552d0f60aa849cf1 
   ceph-deploy: 
     branch: 
       dev: next 
     conf: 
       client: 
         log file: /var/log/ceph/ceph-$name.$pid.log 
       mon: 
         debug mon: 1 
         debug ms: 20 
         debug paxos: 20 
   install: 
     ceph: 
       sha1: 4422f21a6586467a63ce6841552d0f60aa849cf1 
   s3tests: 
     branch: next 
   workunit: 
     sha1: 4422f21a6586467a63ce6841552d0f60aa849cf1 
 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: 
     log-whitelist: 
     - wrongly marked me down 
     - objects unfound and apparently lost 
 - thrashosds: 
     chance_pgnum_grow: 2 
     chance_pgpnum_fix: 1 
     timeout: 1200 
 - radosbench: 
     clients: 
     - client.0 
     time: 1800 
 teuthology_branch: next 
 </pre>

Back