Project

General

Profile

Backport #22744

Updated by Nathan Cutler about 6 years ago

https://github.com/ceph/ceph/pull/20042 <pre> 
 2018-01-16 15:26:08.852 7f398a7fc700 10 mon.a@0(leader).paxosservice(osdmap 1..24) dispatch 0x7f3984020490 mon_command({"prefix": "osd pg-temp", "pgid": "1.0", "id": [0, 1]} v 0) v1 from client.4138 127.0.0.1:0/1015854357 con 0x7f399c0162c0 
 2018-01-16 15:26:08.852 7f398a7fc700    5 mon.a@0(leader).paxos(paxos active c 252..978) is_readable = 1 - now=2018-01-16 15:26:08.854110 lease_expire=0.000000 has v0 lc 978 
 2018-01-16 15:26:08.852 7f398a7fc700 10 mon.a@0(leader).osd e24 preprocess_query mon_command({"prefix": "osd pg-temp", "pgid": "1.0", "id": [0, 1]} v 0) v1 from client.4138 127.0.0.1:0/1015854357 
 2018-01-16 15:26:08.853 7f398a7fc700    7 mon.a@0(leader).osd e24 prepare_update mon_command({"prefix": "osd pg-temp", "pgid": "1.0", "id": [0, 1]} v 0) v1 from client.4138 127.0.0.1:0/1015854357 
 2018-01-16 15:26:08.853 7f398a7fc700 -1 bad boost::get: key id is not type long 
 2018-01-16 15:26:08.855 7f398a7fc700 -1  
 2018-01-16 15:26:08.855 7f398a7fc700 10  
 2018-01-16 15:26:08.855 7f398a7fc700 10  
 2018-01-16 15:26:08.855 7f398a7fc700    1  
 2018-01-16 15:26:08.855 7f398a7fc700 20  
 2018-01-16 15:26:08.855 7f398a7fc700 20  
 2018-01-16 15:26:08.855 7f398a7fc700 10  
 2018-01-16 15:26:08.855 7f398a7fc700    5  
 2018-01-16 15:26:08.855 7f398a7fc700 10  
 2018-01-16 15:26:08.855 7f398a7fc700 10  
 2018-01-16 15:26:08.855 7f398a7fc700 20  
 2018-01-16 15:26:08.855 7f398a7fc700 20  
 2018-01-16 15:26:08.855 7f398a7fc700 20  
 2018-01-16 15:26:08.855 7f398a7fc700 10  
 2018-01-16 15:26:08.855 7f398a7fc700 10  
 2018-01-16 15:26:08.855 7f398a7fc700 10  
 2018-01-16 15:26:08.855 7f398a7fc700 10  
 2018-01-16 15:26:09.234 7f39937fe700 10 mon.a@0(leader).mgr e10 send_digests 
 2018-01-16 15:26:09.234 7f39937fe700 10 mon.a@0(leader).mgr e10 send_digests sending digest to subscriber 0x7f399c000e60 127.0.0.1:0/3503484037 
 </pre> 
 this is reproducible on master with vstart with any 'osd pg-temp' command (e.g., 'ceph osd pg-temp 1.0 1 2').    luminous branch works as expected (no blank lines).

Back