Re: Some initial thoughts on IPv6

2016-02-02 Thread Vinod Kone
Thanks for starting the discussion about this Evers! Supporting IPv6 has been a long awaited feature for Mesos, so glad to see that you are interested in working on this. I would also vote for #1 because it seems to get us far with minimal code changes. There is already a #networking working group

Re: Some initial thoughts on IPv6

2016-02-01 Thread Vetoshkin Nikita
All thumbs up for (1). I think supporting several IP addresses (and thus sockets) can be tricky to implement in libprocess and will require some machinery for setting things up and tearing down (what if only one bind() of N will succeed, etc.). It may also make debugging stuff harder (e.g. firewall

Some initial thoughts on IPv6

2016-01-31 Thread Evers Benno
Hi all, after looking through the mesos source code for a while, here are some of my initial thoughts. There seem to be at least two issues that can be tackled separately: - Communication between mesos daemons over the network - Communication in and out of containers when using network isolatio