-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/21594/
-----------------------------------------------------------

Review request for mesos, Ian Downes, Jie Yu, Vinod Kone, and Cong Wang.


Repository: mesos-git


Description
-------

Added a network isolator using port-range based traffic redirection on Linux.

- Containers are assigned non-ephemeral ports by the scheduler and ephemeral 
ports by the network isolator. 
- Virtual ethernet devices and Traffic Control filters are set up so that 
network traffic in and out of the containers is isolated based on the ports 
assigned to them. 
- Containers run inside their own network namespaces with separate network 
stacks, from which per-container network statistics can be retrieved.

A joint work with:
- Cong Wang ([email protected])
- Jie Yu ([email protected])
- Ian Downes ([email protected])


Diffs
-----

  include/mesos/mesos.proto 8012873 
  src/Makefile.am ae576c5 
  src/slave/constants.hpp c097525 
  src/slave/constants.cpp 1854b16 
  src/slave/containerizer/isolators/network/port_mapping.hpp PRE-CREATION 
  src/slave/containerizer/isolators/network/port_mapping.cpp PRE-CREATION 
  src/slave/containerizer/linux_launcher.cpp c17724b 
  src/slave/containerizer/mesos_containerizer.cpp 2a4816e 
  src/slave/flags.hpp 8616817 
  src/tests/environment.cpp 1267b3e 
  src/tests/mesos.cpp 7f59b72 

Diff: https://reviews.apache.org/r/21594/diff/


Testing
-------

make check on linux. more test cases are being written. 


Thanks,

Chi Zhang

Reply via email to