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)
Package set-up not propagating to workers with Distributed
Info:
$ julia --version
julia version 1.6.0
$ lscpu
~/root/MyPackage$ lscpu
Architecture: x86_64
CPU op-mode(s): 32-bit, 64-bit
Byte Order: Lit...
Daniel Soutar
Votes: 0
Answers: 3
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
How do leader selection algorithms work in distributed systems?
for the sake of interest I decided to study the topic of distributed, high-loaded systems, read a couple of books, which wrote about replication and algorithms for selecting a new leader (Leader Elect...

Egor Ovchinnikov
Votes: 0
Answers: 0