elodina / datastax-enterprise-mesos

DataStax Enterprise on Mesos
http://www.elodina.net
15 stars 4 forks source link

Research a possibility to run several Cassandra nodes on the same host #26

Closed dmitrypekar closed 8 years ago

dmitrypekar commented 8 years ago

We need to find out is it possible to run several C* nodes on the same mesos slave. Please refer to http://www.datastax.com/dev/blog/running-multiple-datastax-enterprise-nodes-in-a-single-host

dmitrypekar commented 8 years ago

It is possible, but we need several nics/ips on slave node, becase C* forces us to use the same internal (storage) port. Implemented basic version. Now it is possible to:

Limitation: dse agent port is not dinamically reserved. Still need better dse agent support, but that's in the separate ticket.