mesos / mesos-go

Go language bindings for Apache Mesos
Apache License 2.0
545 stars 146 forks source link

The taskid in status update is empty after call task kill. #315

Closed fyow93 closed 6 years ago

fyow93 commented 7 years ago

Exiting because task is in an unexpected state TASK_LOST with reason REASON_RECONCILIATION from source SOURCE_MASTER with message 'Reconciliation: Task is unknown'

mesos 1.3.0 mesos-go v1(commit id:464c8d6a7d891b5f7695e6a6e78c6e3974223db4)

jdef commented 7 years ago

Thanks for reporting this. Can you provide some additional context around this? For example, how might someone reproduce this error? Was this observed with the example scheduler/executor, or with a custom framework that you developed?

fyow93 commented 6 years ago

Sorry for the late reply. I write a custom framework base on the msh. This not a bug because I given a wrong task id that not exist in mesos tasks list.

jdef commented 6 years ago

Thanks for the update. I'll close this out. Please re-open if needed.