You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, to distribute replication during transaction's validation we have a replication tree which is designed to distribute replication nodes from validation nodes being the closest and deliver messages faster in terms of latency.
The problem is this is based on shorter path strategy, however, it doesn't take in account the bandwidth and the load of validation nodes.
Actually, the tree is a tree with only one nested level.
Hence, the load of validation nodes to replicate to many nodes is not efficient, and require only high bandwidth nodes (for example with fibre)
Describe the solution you'd like
To resolve this problem and embrace more validation nodes with ADSL connection for instance, I propose to use a balanced tree combining shorter path and load balancing.
This way each validation nodes (i.e. at minima 3 nodes), will send a transaction to replicate to a given set of nodes, which will in return send this transaction to a given set of nodes, etc…
To avoid the issue of acknowledgement, fault tolerance and blocking, the leaf nodes of the replication tree will be able to send confirmation right away to the validation node in charge of this branch of the tree.
Hence, the behavior would be like today, but with more load balancing capability and reducing pressure from validation nodes.
Is your feature request related to a problem?
Currently, to distribute replication during transaction's validation we have a replication tree which is designed to distribute replication nodes from validation nodes being the closest and deliver messages faster in terms of latency.
The problem is this is based on shorter path strategy, however, it doesn't take in account the bandwidth and the load of validation nodes.
Actually, the tree is a tree with only one nested level.
Hence, the load of validation nodes to replicate to many nodes is not efficient, and require only high bandwidth nodes (for example with fibre)
Describe the solution you'd like
To resolve this problem and embrace more validation nodes with ADSL connection for instance, I propose to use a balanced tree combining shorter path and load balancing.
This way each validation nodes (i.e. at minima 3 nodes), will send a transaction to replicate to a given set of nodes, which will in return send this transaction to a given set of nodes, etc…
To avoid the issue of acknowledgement, fault tolerance and blocking, the leaf nodes of the replication tree will be able to send confirmation right away to the validation node in charge of this branch of the tree.
Hence, the behavior would be like today, but with more load balancing capability and reducing pressure from validation nodes.
Additional context
No response
Epic
#212
The text was updated successfully, but these errors were encountered: