python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Choosing a safe number of members for a CP Subsystem
Tried scouring the documentation, but I'm still uncertain about the CP Subsystem setup for my current situation.
We have a Hazelcast cluster spread across 2 data centers, each data center having an ev...

Cristina_eGold
Votes: 0
Answers: 1
In Akka, how can network delays be simulated?
I have a question that is more of a design one rather than a coding one.
I'm currently using Akka (we're transitioning from Classic to Typed) to implement a Raft cluster, using the Java version. Our a...
mfranzil
Votes: 0
Answers: 2
How to ensure consistent reading in distributed system?
In a distributed system, if only half of the nodes are successfully written, the subsequent nodes that read the unwritten data will be inconsistent. How to avoid this situation?
client write --> No...

Terrence
Votes: 0
Answers: 2
How does Raft handle a prolonged network partition?
Consider that we are running Raft on 3 machines: A, B, C and let A be the leader. There is a network partition that splits C, from A, B. Call the current term t. A and B remain on term 2, with no addi...
Andy
Votes: 0
Answers: 1