Released 1.1.3.Final

1 view
Skip to first unread message

José Bolina

unread,
Sep 10, 2025, 10:09:09 AM (10 days ago) Sep 10
to jgroups-raft
Hello, everyone

I would like to inform you about the release of version 1.1.3.Final.
This one has two very nice improvements:

1. Learner role [1]. This allows for read-only replicas that don't count towards quorum. Nodes joining the cluster outside of the RAFT membership will default to read-only replicas. This permits expanding the cluster with new nodes more easily.

2. Read-only operations [2]. Originally, all operations go through the same replication path: persist to log, collect accepts, commit entries, and move index. Operations that don't change the state machine can be submitted as read-only. These operations are batched under a commit index, and once the leader collects a quorum of accepts, it applies the batch of operations without writing to disk. 


Thanks, everyone! With these two pieces in place, I'll focus on version 2.0. 

Cheers,


Bela Ban

unread,
Sep 10, 2025, 10:41:14 AM (10 days ago) Sep 10
to jgroup...@googlegroups.com
Congrats!

Are learner roles and read-only operations explained in the docs? Couldn't find anything at a cursory glance...
Cheers
--
You received this message because you are subscribed to the Google Groups "jgroups-raft" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jgroups-raft...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/jgroups-raft/7c916be0-f700-4861-b6ed-350d57fa66ddn%40googlegroups.com.

-- 
Bela Ban | http://www.jgroups.org

Reply all
Reply to author
Forward
0 new messages