Re: [MESOS-6240] Allow executor/agent communication over non-TCP/IP stream socket.

2017-01-06 Thread Greg Mann
Hi Bingqiang, I've had some recent discussions with folks about this feature; it's something we are interested in doing but I'm not sure what its priority is in relation to other tickets. While the AF_UNIX address type has been added to libprocess, libprocess does not currently accept domain socke

Re: [MESOS-6240] Allow executor/agent communication over non-TCP/IP stream socket.

2016-12-19 Thread tommy xiao
haosdent, do you konw unified containerized howto handle the process. 2016-12-20 10:08 GMT+08:00 haosdent : > > what reason for executors need communication with agent > Executors need to report task statuses to the agent. Agent needs to send > launch task command to the executors. > Suppose exec

Re: [MESOS-6240] Allow executor/agent communication over non-TCP/IP stream socket.

2016-12-19 Thread haosdent
> what reason for executors need communication with agent Executors need to report task statuses to the agent. Agent needs to send launch task command to the executors. Suppose executors and agents locate in different network namespaces, they could not communicate with each other unless we support

Re: [MESOS-6240] Allow executor/agent communication over non-TCP/IP stream socket.

2016-12-19 Thread tommy xiao
don't understand what reason for executors need communication with agent? 2016-12-19 19:54 GMT+08:00 pangbingqiang : > Hi all: > >What’s the latest information about MESOS-6240 > https://issues.apache.org/jira/browse/MESOS-6240 ,have any demo or design > achieve? > > I see libprocess have su