consensus
Here are 389 public repositories matching this topic...
When deploying fabric in enterprise's intranet (without the ability to access internet), users maybe upload chaincode builder images and chaincode runtime images to a private docker registry which requires authentication when pulling images.
I think fabric can support this scenario by adding configuration in chaincode section of core.yaml, such as:
chaincode:
registry:
-
Updated
Mar 7, 2022 - Rust
-
Updated
Mar 7, 2022 - Java
-
Updated
Mar 5, 2022 - Go
-
Updated
Nov 27, 2021
-
Updated
Dec 20, 2021
-
Updated
Feb 8, 2022 - Go
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
Describe the bug
https://github.com/sofastack/sofa-jraft/blob/bc4cfb3397bd5a610879d9b070ec158060d363b5/jraft-core/src/main/java/com/alipay/sofa/jraft/core/NodeImpl.java#L414-L424
line_417. It should be addingLearners.
-
Updated
Feb 17, 2022 - Java
-
Updated
Mar 7, 2022 - C++
-
Updated
Jul 17, 2020 - C++
-
Updated
Mar 5, 2022 - Go
-
Updated
Feb 11, 2022 - Rust
-
Updated
Aug 13, 2020
-
Updated
Feb 21, 2022
Here is a rough idea of what this test should do:
- It should be quite similar to the other tests which are currently in place.
- It should isolate a follower node, write a data to the cluster which will cause that node to fall behind into lagging state, but not into snapshotting state.
- It should then spawn a task which will continue to write data to the cluster.
- Just after it is spawne
-
Updated
Jun 15, 2021 - Go
-
Updated
Oct 7, 2020 - Go
-
Updated
Mar 7, 2022 - Java
-
Updated
Mar 3, 2022 - C++
-
Updated
Jul 12, 2017 - Java
Description
The app doesn't close when pressing the CTRL-C hotkey immediately after start. Pressing it again and again doesn't change the behavior
Steps to reproduce
- Run
go-spacemesh - Immediately press
CTRL-C
Actual Behavior
Th
-
Updated
Jan 4, 2020 - C++
-
Updated
Aug 13, 2018 - JavaScript
-
Updated
Mar 5, 2022 - Python
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."
What happened?
Not really a bug, but maybe unexpected behavior. Since
etcdctl delaccepts an optional second parameter which deletes all keys in a range, these are very easy mistakes to make: