-
**Description:** Integrate an RPC protocol to enable communication between nodes in the Raft cluster.
**Tasks:**
- [ ] Research and choose an appropriate RPC framework/library (e.g., gRPC, Apache …
-
## Week 1
- [x] Go fundamentals
- [x] Typescript fundamentals
- [x] coreutils: echo, env, cat, wc, head, tail, yes, true, false, tree (use gobyexample to speed up things)
- [x] Testing fundame…
-
Certificate rotations are a standard operational requirement. Today, certificate rotations require a rolling restart of the cluster.
It's increasingly common for certificates to be issued through …
-
**Describe the bug**
We need to know the token address for R, display it, and make it easy for people to add. Even those people who have not minted but just hold R.
**To Reproduce**
1. Go to St…
-
Sofa-Middleware-Log SLF4J : Actual binding is of type [ com.alipay.remoting Log4j ]
2023-09-10 16:42:07,599 main INFO [com.alipay.sofa.common.log:report:30] - Sofa-Middleware-Log SLF4J : Actual bind…
-
问题描述:遇到了和 #23 描述的情况,当客户端发起顺序/并发写请求时报错
问题复现:
```
启动3节点raft-server:
1. git clone https://github.com/wenweihu86/raft-java
2. cd raft-java/raft-java-example && sh deploy.sh
```
使用如下代码测试写功能会报错:
```…
-
## Week 0
- [x] https://www.youtube.com/playlist?list=PLyzOVJj3bHQuloKGG59rS43e29ro7I57J ( lect 1-7)
- [ ] Effective Shell: https://effective-shell.com
- [x] Linux Intro/Essentials https://lym.read…
-
### Background
The [unstable](https://github.com/cockroachdb/cockroach/blob/06c9608ec395d130c7f86d95c5b763d770b13a15/pkg/raft/log_unstable.go#L36) log structure in `pkg/raft` holds log entries unti…
-
https://github.com/async-raft/async-raft is An implementation of the Raft distributed consensus protocol using the Tokio framework.
-
`FilePositionCache` allow accumulating entries while appending fixed sized chunks/pages saving expensive memory copies while enlarging capacity: `InMemoryLog` could make use of a similar mechanism for…