-
Notifications
You must be signed in to change notification settings - Fork 11.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add AuthorityAggregatorBuilder #5233
Conversation
b29ec03
to
73fe833
Compare
* use genesis.blob to set up remote bench * add AuthorityAggregatorBuilder
send_timeout: Duration::from_secs(4), | ||
recv_timeout: Duration::from_secs(4), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
^
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If there is no clue for why this is causing more timeout errors, let's just try setting this to 30s.
gateway_config.send_timeout, | ||
gateway_config.recv_timeout, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
^
fff This reverts commit d863344.
This PR does a few things:
AuthorityAggregatorBuilder
test_authority_aggregator
s and similar codes withAuthorityAggregatorBuilder
genesis.blob
instead ofgateway.yaml
, to cut dependencies on gateway related stuff.Note that with this change, the local bench no longer stores anything to disk, unlike before it persists the
gateway.yaml