HomeMesosphereNo notifications. 4 unresolved issues.

Fix incorrect conversion from TaskStatus.timestamp to Timestamp
ClosedAll Users

Authored by meichstedt on Dec 10 2016, 1:49 PM.

Diff Detail

Repository
rMARATHON marathon
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.
Changes from before your most recent comment are hidden. Show Older Changes
jeschkies accepted this revision.Dec 12 2016, 10:49 AM

Thanks. Do you have a link to the Mesos docs we could add?

This revision was automatically updated to reflect the committed changes.

Thanks. Do you have a link to the Mesos docs we could add?

Unfortunately, there is no link as there are no docs – who needs a documented API anyways ;)

The timestamp in TaskStatus is not documented at all. The doc on timestamp in e.g. ResourceStatistics
https://github.com/apache/mesos/blob/master/include/mesos/mesos.proto#L1069
states it's the Snapshot time, in seconds since the Epoch, but for the TaskStatus.timestamp we'd need to create a PR. I'll see what I can do.