Re: TaskStatus.uuid for idempotent status handling

2017-08-28 Thread Benjamin Mahler
Yes, the UUID is how you would check for a duplicate due to re-transmission. These duplicates still need to be acknowledged. Ben On Mon, Aug 28, 2017 at 9:59 AM, Christoph Heer wrote: > Hi, > > as described in Mesos' documentation [1], a framework scheduler should > handle status updates idempo

TaskStatus.uuid for idempotent status handling

2017-08-28 Thread Christoph Heer
Hi, as described in Mesos' documentation [1], a framework scheduler should handle status updates idempotent. Would it be sufficient to store the uuid of the status update and ignore retransmissions with the same uuid? Based on Mesos master and agent logs the uuid is stable across retransmissio