Re: [infinispan-dev] RAFT

2014-05-16 Thread Bela Ban
Interesting, thanks for the link ! Makes me want to implement this in JGroups. Should be relatively easy with *static* membership. Different ballgame though with dynamic memberships... Cheers, On 16/05/14 01:55, Manik Surtani wrote: An awesome visual representation of RAFT that you guys should

Re: [infinispan-dev] Welcome to Gustavo

2014-05-16 Thread Ion Savin
Welcome Gustavo! On 05/15/2014 04:29 PM, Sanne Grinovero wrote: Hi all, today we finally have Gustavo joining us as a full time engineer on Infinispan. He worked with Tristan and myself in Italy before we came to Red Hat, and was already a Lucene expert back then. He then joined Red Hat as

Re: [infinispan-dev] Welcome to Gustavo

2014-05-16 Thread Gustavo Fernandes
Thanks everyone, It's awesome to be part of such a talented team and vibrant community! Gustavo On 16 May 2014, at 10:20, Ion Savin isa...@redhat.com wrote: Welcome Gustavo! On 05/15/2014 04:29 PM, Sanne Grinovero wrote: Hi all, today we finally have Gustavo joining us as a full time

Re: [infinispan-dev] RAFT

2014-05-16 Thread Gustavo Fernandes
I specially liked the Raft can even stay consistent in the face of network partitions part :) Gustavo On 16 May 2014, at 00:55, Manik Surtani ma...@infinispan.org wrote: An awesome visual representation of RAFT that you guys should check out. http://thesecretlivesofdata.com/raft/ Some

Re: [infinispan-dev] RAFT

2014-05-16 Thread Emmanuel Bernard
On Fri 2014-05-16 8:22, Bela Ban wrote: Interesting, thanks for the link ! Makes me want to implement this in JGroups. Should be relatively easy with *static* membership. Different ballgame though with dynamic memberships... That's the same of these approaches. They require a static

Re: [infinispan-dev] RAFT

2014-05-16 Thread Gustavo Fernandes
On 16 May 2014 16:36, Emmanuel Bernard emman...@hibernate.org wrote: On Fri 2014-05-16 8:22, Bela Ban wrote: Interesting, thanks for the link ! Makes me want to implement this in JGroups. Should be relatively easy with *static* membership. Different ballgame though with dynamic

Re: [infinispan-dev] RAFT

2014-05-16 Thread Manik Surtani
CockroachDB https://github.com/cockroachdb/cockroach is attempting to do the same, making use of Google's Go Raft https://github.com/goraft/raftreference implementation. We probably should work with the Barge https://github.com/mgodave/barge devs to the same effect. Off topic, but do we have a