Hi all,

Greetings from me!

I am trying to follow this tutorial
(https://github.com/kubernetes/kubernetes/blob/master/docs/getting-started-guides/mesos.md)
to deploy "k8s on Mesos" on local machines: The k8s is the newest
master branch, and Mesos is the 0.26 edition.

After running Mesos master(IP:15.242.100.56), Mesos
slave(IP:15.242.100.16),, and the k8s(IP:15.242.100.60), I can see the
following logs from Mesos master:

......
I1227 22:52:34.494478  8069 master.cpp:4269] Received update of slave
9c3c6c78-0b62-4eaa-b27a-498f172e7fe6-S0 at slave(1)@15.242.100.16:5051
(pqsfc016.ftc.rdlabs.hpecorp.net) with total oversubscribed resources
I1227 22:52:34.494940  8065 hierarchical.cpp:400] Slave
9c3c6c78-0b62-4eaa-b27a-498f172e7fe6-S0
(pqsfc016.ftc.rdlabs.hpecorp.net) updated with oversubscribed
resources  (total: cpus(*):32; mem(*):127878; disk(*):4336;
ports(*):[31000-32000], allocated: )
I1227 22:53:06.740757  8053 http.cpp:334] HTTP GET for
/master/state.json from 15.242.100.60:56219 with
User-Agent='Go-http-client/1.1'
I1227 22:53:07.736419  8065 http.cpp:334] HTTP GET for
/master/state.json from 15.242.100.60:56241 with
User-Agent='Go-http-client/1.1'
I1227 22:53:07.767196  8070 http.cpp:334] HTTP GET for
/master/state.json from 15.242.100.60:56252 with
User-Agent='Go-http-client/1.1'
I1227 22:53:08.808171  8053 http.cpp:334] HTTP GET for
/master/state.json from 15.242.100.60:56272 with
User-Agent='Go-http-client/1.1'
I1227 22:53:08.815811  8060 master.cpp:2176] Received SUBSCRIBE call
for framework 'Kubernetes' at scheduler(1)@15.242.100.60:59488
I1227 22:53:08.816182  8060 master.cpp:2247] Subscribing framework
Kubernetes with checkpointing enabled and capabilities [  ]
I1227 22:53:08.817294  8052 hierarchical.cpp:195] Added framework
9c3c6c78-0b62-4eaa-b27a-498f172e7fe6-0000
I1227 22:53:08.817464  8050 master.cpp:1122] Framework
9c3c6c78-0b62-4eaa-b27a-498f172e7fe6-0000 (Kubernetes) at
scheduler(1)@15.242.100.60:59488 disconnected
E1227 22:53:08.817497  8073 process.cpp:1911] Failed to shutdown
socket with fd 17: Transport endpoint is not connected
I1227 22:53:08.817533  8050 master.cpp:2472] Disconnecting framework
9c3c6c78-0b62-4eaa-b27a-498f172e7fe6-0000 (Kubernetes) at
scheduler(1)@15.242.100.60:59488
I1227 22:53:08.817595  8050 master.cpp:2496] Deactivating framework
9c3c6c78-0b62-4eaa-b27a-498f172e7fe6-0000 (Kubernetes) at
scheduler(1)@15.242.100.60:59488
I1227 22:53:08.817797  8050 master.cpp:1146] Giving framework
9c3c6c78-0b62-4eaa-b27a-498f172e7fe6-0000 (Kubernetes) at
scheduler(1)@15.242.100.60:59488 7625.14222623576weeks to failover
W1227 22:53:08.818389  8062 master.cpp:4840] Master returning
resources offered to framework
9c3c6c78-0b62-4eaa-b27a-498f172e7fe6-0000 because the framework has
terminated or is inactive
I1227 22:53:08.818397  8052 hierarchical.cpp:273] Deactivated
framework 9c3c6c78-0b62-4eaa-b27a-498f172e7fe6-0000
I1227 22:53:08.819046  8066 hierarchical.cpp:744] Recovered
cpus(*):32; mem(*):127878; disk(*):4336; ports(*):[31000-32000]
(total: cpus(*):32; mem(*):127878; disk(*):4336;
ports(*):[31000-32000], allocated: ) on slave
9c3c6c78-0b62-4eaa-b27a-498f172e7fe6-S0 from framework
9c3c6c78-0b62-4eaa-b27a-498f172e7fe6-0000
......

I can't figure out why Mesos master complains "Failed to shutdown
socket with fd 17: Transport endpoint is not connected".
Could someone give some clues on this issue?

Thanks very much in advance!

Best Regards
Nan Xiao

Reply via email to