On Wed, Jul 23, 2014 at 12:17 PM, Henning Schmiedehausen < [email protected]> wrote:
> I0722 02:09:36.131597 6767 slave.cpp:1783] Flushing queued task > 83ea269c-8988-49bd-9d23-034c33858352 for executor > 'candyland_e3030c10-d154-4a34-a72f-aba07e1a84d4' of framework > 20140711-183251-3078776074-5050-5240-0083 > The above line tells me that the slave did send() (or tried to send) a RunTaskMessage to the executor. Now, depending on how the underlying libprocess library send() works w.r.t to native and non-native endpoints, there might be a bug in libprocess code (on the slave side) or in the executor code (jesos). I'm not very familiar with the native client interaction, so I would let someone else chime in (maybe benh?).
