Re: A Redis Framework for Apache Mesos

2016-07-05 Thread DhilipKumar Sankaranarayanan
Thanks Avinash, It is done now. On Mon, Jul 4, 2016 at 12:01 PM, Avinash Sridharan wrote: > > > On Mon, Jul 4, 2016 at 12:11 AM, DhilipKumar Sankaranarayanan < > s.dhilipku...@gmail.com> wrote: > >> *"* >> *Would be nice to get on the frameworks page:* >> >>

Re: A Redis Framework for Apache Mesos

2016-07-04 Thread Avinash Sridharan
On Mon, Jul 4, 2016 at 12:11 AM, DhilipKumar Sankaranarayanan < s.dhilipku...@gmail.com> wrote: > *"* > *Would be nice to get on the frameworks page:* > > *http://mesos.apache.org/documentation/latest/frameworks/ > * > *?* > *"* > Sure i

Re: A Redis Framework for Apache Mesos

2016-07-04 Thread DhilipKumar Sankaranarayanan
We use ETCD to store the state of the scheduler (mr-redis) not to perform master election like "Mesos Master". The Scheduler itself is stateless it stores plenty of information with respect to the redis instances in etcd. we already have a request

Re: A Redis Framework for Apache Mesos

2016-07-04 Thread DhilipKumar Sankaranarayanan
*"* *Would be nice to get on the frameworks page:* *http://mesos.apache.org/documentation/latest/frameworks/ * *?* *"* Sure i would love to do that, where should i raise a PR? *"Also is it already part of the DC/OS universe ?"* Yes we

Re: A Redis Framework for Apache Mesos

2016-07-03 Thread Avinash Sridharan
Would be nice to get on the frameworks page: http://mesos.apache.org/documentation/latest/frameworks/ ? Also is it already part of the DC/OS universe ? On Sun, Jul 3, 2016 at 2:29 PM, Christoph Heer wrote: > Hi, > > it looks really cool. Can you maybe explain why do

Re: A Redis Framework for Apache Mesos

2016-07-03 Thread Christoph Heer
Hi, it looks really cool. Can you maybe explain why do you use etcd for leader election instead of the normally already existing Zookeeper cluster? Do you use some special etcd features? Best regards Christoph > On 03 Jul 2016, at 17:49, tommy xiao wrote: > > Cool. thanks

Re: A Redis Framework for Apache Mesos

2016-07-03 Thread tommy xiao
Cool. thanks for your sharing. 2016-07-03 23:44 GMT+08:00 DhilipKumar Sankaranarayanan < s.dhilipku...@gmail.com>: > Hello All, > > > > We have built a framework for provisioning redis-servers in Apache Mesos > enabled infrastructure. It would be awesome to get communities > feedback. While