consensus
Here are 324 public repositories matching this topic...
-
Updated
Mar 13, 2021 - Go
-
Updated
Mar 14, 2021 - Rust
Hello Philip!
I think there is an issue with this part of the code of rqlite (store/store.go).
func (s *Store) Database(leader bool) ([]byte, error) {
if leader && s.raft.State() != raft.Leader {
return nil, ErrNotLeader
}
// Ensure only one snapshot can take place at once, and block all queries.
s.mu.Lock()
defer s.mu.Unlock()
f, err := ioutil.TempFile("", "rqlilte-snap-
-
Updated
Jan 11, 2021
-
Updated
Jan 22, 2021
A parametrized option to set the blocksize would be useful to experiment with. As quorum is used in a private setting I think this option should be available
-
Updated
Mar 13, 2021 - Go
非常感谢大家对 SOFAStack 开源的关注和支持,这是我们前进最大的动力。
收集目的
- 了解 SOFAStack 的使用场景以便更好的规划技术路线
- 聆听社区的不同声音,让 SOFAStack 变得更好
- 吸引更多的开源爱好者参与贡献,共同打造 SOFAStack
收集方式
请按如下参考格式回复本 Issue 进行登记:
- 公司/组织名称:蚂蚁金服
- 地点:中国杭州
- 网址:http://www.antfin.com
- 使用组件及场景:全套金融级分布式中间件
- 联系方式:zhanggeng.zg@antfin.com
展示
我们会定期同步信息至「Awesome SOFA」的用户列表中。
服务
如果您已经在生产环境中使
-
Updated
Mar 10, 2021 - Java
-
Updated
Mar 14, 2021 - C++
-
Updated
Jul 17, 2020 - C++
-
Updated
Jan 14, 2021 - Rust
-
Updated
Mar 13, 2021 - JavaScript
-
Updated
Aug 13, 2020
-
Updated
Jul 15, 2020 - Go
-
Updated
Oct 7, 2020 - Go
-
Updated
Jul 12, 2017 - Java
According to the Raft spec:
To eliminate problems like the one in Figure 8, Raft never commits log entries from previous terms by counting replicas. Only log entries from the leader’s current term are committed by counting replicas;
While in the code calculate_new_commit_index, this requirement does not seem to be met.
-
Updated
Jan 4, 2020 - C++
-
Updated
Mar 14, 2021 - Java
-
Updated
Feb 26, 2021 - C++
Right now, if I run system tests locally, I have to remember to make dockerpush with my latest code changes, or else a.) all of the tests will fail with a very opaque error (if I forget to push any image matching the current branch), or b.) they'll run against an older version of the code. It shouldn't be too hard to add a check that a docker image has been built, and pushed to dockerhub, contai
-
Updated
Mar 13, 2021 - Go
-
Updated
Aug 13, 2018 - JavaScript
Instead of a single validator (a.k.a. pivot node), the test net_dynamic_hb should pick a subset of validators at random for removal. This will better reflect the [interface](https://github.com/poanetwork/hbbft/blob/742ad7b83a3f613fd9a7b4ff88cfa82b10bd7dd3/src/dynamic_honey_badger/dyn
-
Updated
Nov 17, 2018 - C++
-
Updated
Oct 29, 2020
-
Updated
Feb 19, 2021
Improve this page
Add a description, image, and links to the consensus topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the consensus topic, visit your repo's landing page and select "manage topics."
"found" by the @discordapp troops the hard way: https://status.discordapp.com/incidents/62gt9cgjwdgf
pinging @zorkian who pointed it out to me.
trivial to repro, this is against a 3.3.13 on fedora-31.