oar-team / batsim

Batsim: Infrastructure simulator for job and I/O scheduling
GNU Lesser General Public License v3.0
30 stars 15 forks source link

JSON protocol: missing CALL_ME_LATER ack #22

Closed mpoquet closed 7 years ago

mpoquet commented 7 years ago

We chose to acknowledge a CALL_ME_LATER by a NOP.

Unfortunately – as the NOP message is represented by an empty event list – the message is lost if sent while the send buffer is not empty.

I'm about to implement a REQUESTED_CALL event, sent after the delay incurred by a CALL_ME_LATER.

Some schedulers might need a protocol update!

mpoquet commented 7 years ago

REQUESTED_CALL message added in 709c160

mpoquet commented 7 years ago

Submodules updated in 922edb8