Re: Looking for pointers about replication internal working

2021-09-02 Thread Jeff Jirsa
I didnt see the pre-ASF versions, but reading the description and mapping to technologies, a lot of the places where ZK were used have been moved towards node-local decisions through data propagated via gossip. For example: "All nodes on joining the cluster contact the leader who tells them for wh

Re: Looking for pointers about replication internal working

2021-09-02 Thread DuyHai Doan
As far as I remember, Apache Cassandra wanted to be self-sufficient and avoid pulling yet-another-piece-of-external-software for its internal work. With lightweight transactions since 3.0, it has the sufficient primitive for some scenarios that require linearizability My 2 cents Duy Hai DOAN On

Re: Looking for pointers about replication internal working

2021-09-02 Thread Erick Ramirez
In the interest of you not getting any responses, I'm not personally aware if such references exist. That's not to say they don't but I just don't know about them because that was a long time ago and it was before my time. If you don't get any other responses, perhaps you could search through the D