Project

General

Profile

Bug #5062

Updated by Joao Eduardo Luis almost 11 years ago

Florian from Smart Weblications bumped into this crash on one of his monitors *roughly two hours after* while upgrading from 0.56.6 to 0.61.2 

 <pre> 
 2013-05-14 17:40:59.458008 7f230f0bb780    0 ceph version 0.61.2 (fea782543a844bb277ae94d3391788b76c5bee60), process ceph-mon, pid 1471 
 2013-05-14 17:40:59.902657 7f230f0bb780    1 mon.0@-1(probing) e4 preinit fsid 2ff06d61-7b8e-4b10-b39d-138cfcc1ee43 
 2013-05-14 17:40:59.910734 7f230f0bb780 -1 mon/AuthMonitor.cc: In function 'virtual void AuthMonitor::update_from_paxos()' thread 7f230f0bb780 time 2013-05-14 17:40:59.910363 
 mon/AuthMonitor.cc: 147: FAILED assert(ret == 0) 
 
  ceph version 0.61.2 (fea782543a844bb277ae94d3391788b76c5bee60) 
  1: (AuthMonitor::update_from_paxos()+0x25ad) [0x56f44d] 
  2: (Monitor::init_paxos()+0xdf) [0x48292f] 
  3: (Monitor::preinit()+0x679) [0x490a39] 
  4: (main()+0x2b61) [0x478361] 
  5: (__libc_start_main()+0xfd) [0x7f230fd22c8d] 
  6: /usr/bin/ceph-mon() [0x474289] 
  NOTE: a copy of the executable, or `objdump -rdS <executable>` is needed to interpret this. 
 </pre> 

 I have this monitor's store in my possession for further inquiry.    Florian is however removing this monitor out of the cluster (quorum was maintained) and adding a new one. 

 Full log attached.

Back