-
Testing failing nodes does not restore the cluster....
$ kubectl delete pods consul-2 consul-1;
```
HTTP error code from Consul: 500 Internal Server Error
This is an error page for the Cons…
-
https://yizhi.ren/2020/12/19/raft/
raft 协议解析高可用的实现方案总结在工程实践中,高可用的方案有很多,例举几个,大家一定知道大部分的名词:主备,双备,HAProxy, F5, VRRP,Sentinel, gossip, paxos等。 这一系列的技术方案,可以简化和归纳成两类:一类可以叫哨兵, 如图以haproxy为例: 图片来自 Using HA…
-
## intro
This is a rough plan of the development internship program for 2024 -8 to 10 weeks program-. The intern need to be able to reason about the code, and be able to write tests (units and integ…
-
## Week 1
- [x] Go fundamentals
- [ ] Typescript fundamentals
- [x] coreutils: `echo, env, cat, wc, head, tail, yes, true, false, tree` (use gobyexample to speed up things)
- [x] Testing fu…
-
I recently encountered an issue in my production deployment of https://robustirc.net/, where the network was not making any Raft progress anymore.
It turns out that one of my servers has an issue w…
-
I found the following stacktrace while fuzz testing akka-raft. Unfortunately I do not have a reproducible test case for this one:
```
[ERROR] [03/12/2015 15:04:50.367] [new-system-0-akka.actor.defaul…
-
protocol/raft/ 目录下面日志文件很大,请问怎么设置大小
![image](https://github.com/alibaba/nacos/assets/36179722/2bb680fe-0c26-4eb5-b842-c6b7445e8639)
-
It'd be nice to see tutorial that shows how to create new blockchain network where peers can discover each other, can vote for block producer like in Raft protocol, execute and validate transactions, …
-
In our next use case it would be very helpful to be able to send data from one node to a dedicated other cluster member.
We could implement a redundant communication between the cluster members. B…
-
Hi, Thanks for the great library! I really appreciate the efforts you guys have taken to build this project.
Issue Description:
We recently encountered an issue, leader stopped sending appendEntri…