本文介绍了Mesos任务-无法接受套接字:将来被丢弃的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我只是试图将mesos版本从1.0.3升级到1.3.1.
I am just trying to upgrade mesos version to 1.3.1 from 1.0.3.
Chronos调度程序能够通过Mesos调度作业.作业运行正常,并且能够查看mesos stdout日志.但是,仍然在mesos stderr日志中看到以下内容. docker作业运行正常,但以下日志仍显示为失败状态.
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
推荐答案
别担心.此行是 r/58557/在1.3版中引入的,并将在1.4版中固定
Do not worry. This line was introduced in 1.3 by r/58557/ and will be fixed in 1.4
这篇关于Mesos任务-无法接受套接字:将来被丢弃的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!