Gossip block dissemination re-architecture#49
Open
yacovm wants to merge 7 commits intohyperledger:mainfrom
Open
Gossip block dissemination re-architecture#49yacovm wants to merge 7 commits intohyperledger:mainfrom
yacovm wants to merge 7 commits intohyperledger:mainfrom
Conversation
Signed-off-by: yacovm <yacovm@il.ibm.com>
Signed-off-by: yacovm <yacovm@il.ibm.com>
Signed-off-by: yacovm <yacovm@il.ibm.com>
Signed-off-by: yacovm <yacovm@il.ibm.com>
Signed-off-by: yacovm <yacovm@il.ibm.com>
Signed-off-by: yacovm <yacovm@il.ibm.com>
Signed-off-by: yacovm <yacovm@il.ibm.com>
SamYuan1990
reviewed
Feb 3, 2022
|
|
||
| The proposal is to be implemented in two phases: | ||
|
|
||
| **Phase I**: Gossip block replication among peers will cease to operate, and the relevant code will be removed. This means that both gossip block replication layer and leader election layers will be removed and each peer will always pull only from the ordering service. |
Contributor
There was a problem hiding this comment.
Question here:
Assuming we have 5 peers(from different org) and 5 orderers(running in raft).
Will those 5 peers pull block from raft leader or those 5 peers able to pull block from one of orderer nodes randomly?
Contributor
Author
There was a problem hiding this comment.
The peers don't know who is the leader anyway, so they have to use an arbitrary node
|
Will newly joined nodes be affected when they perform block synchronization? |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.