mirror of
https://github.com/ceph/ceph
synced 2025-02-24 03:27:10 +00:00
osd: don't prioritize heartbeat requests
This could conceivably screw up ordering, and priority doesn't matter anyway when this is the first message we send to this peer. Signed-off-by: Sage Weil <sage.weil@dreamhost.com>
This commit is contained in:
parent
7a574d88ae
commit
f9bea34034
@ -1461,7 +1461,6 @@ void OSD::update_heartbeat_peers()
|
||||
dout(10) << "update_heartbeat_peers: new _from osd" << p << " " << heartbeat_inst[p] << dendl;
|
||||
heartbeat_from_stamp[p] = now;
|
||||
MOSDPing *m = new MOSDPing(osdmap->get_fsid(), 0, heartbeat_epoch, my_stat, true); // request hb
|
||||
m->set_priority(CEPH_MSG_PRIO_HIGH);
|
||||
heartbeat_messenger->send_message(m, heartbeat_inst[p]);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user