Skip to content
Snippets Groups Projects
Commit 91366277 authored by Yaroslav Dynnikov's avatar Yaroslav Dynnikov
Browse files

feature: limit number of peers in join response

Initially, JoinResponse was supplied with every single peer in cluster.
If the cluster is big enough, it results in the "max tuple size limit
reached" error. In fact, only voters are needed for the raft to
operate normally.
parent 929cead1
No related branches found
No related tags found
1 merge request!167feature: limit number of peers in join response
Pipeline #8910 passed
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment