Mesos task - Failed to accept socket: future discarded

跟風遠走 提交于 2020-01-04 14:14:06

问题


I am just trying to upgrade mesos version to 1.3.1 from 1.0.3.

Chronos scheduler is able to schedule the JOB thru mesos. The job runs fine and able to see mesos stdout logs. But, still seeing the following in mesos stderr logs. The docker jobs runs fine, but still the status is showing as failed with the below logs.

I0905 22:05:00.824811   456 exec.cpp:162] Version: 1.3.1
I0905 22:05:00.829165   459 exec.cpp:237] Executor registered on agent c63c93dc-3d9f-4322-9f82-0553fd1324fe-S0
E0905 22:05:11.773236   465 process.cpp:956] Failed to accept socket: future discarded

回答1:


Do not worry. This line was introduced in 1.3 by r/58557/ and will be fixed in 1.4

This log line is not usually a problem, and reporting it as an error can cause needless debugging. r/59817



来源:https://stackoverflow.com/questions/46064157/mesos-task-failed-to-accept-socket-future-discarded

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!