Mesos 任务 - 无法接受套接字:未来被丢弃

Mesos task - Failed to accept socket: future discarded

我只是想将 mesos 版本从 1.0.3 升级到 1.3.1。

Chronos 调度程序能够通过 mesos 调度 JOB。该作业运行良好并且能够看到 mesos stdout 日志。但是,仍然在 mesos stderr 日志中看到以下内容。 docker 作业运行良好,但状态仍显示为失败并显示以下日志。

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

中修复

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