Skip to content
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

[backport] disable mesh agreement #5548

Merged
merged 2 commits into from
Feb 13, 2024

Conversation

dshulyak
Copy link
Contributor

@dshulyak dshulyak commented Feb 7, 2024

the goal of mesh agreement is to download ballots and activations when partitions made individual progress. such as in Partition_50_50 or 70_30 tests.

however on mainnet it creates unnecessary load by triggering queries to download atx. i suggest to disable that and wait for set reconciliation to fix it.

related: #5519

the goal of mesh agreement is to download ballots and activations when partitions made individual progress.
such as in Partition_50_50 or 70_30 tests.

however on mainnet it creates unnecessary load by triggering queries to download atx. i suggest to disable that and wait for set reconciliation to fix it.

related: spacemeshos#5519
Copy link

codecov bot commented Feb 7, 2024

Codecov Report

Attention: 2 lines in your changes are missing coverage. Please review.

Comparison is base (1c7a8a9) 77.3% compared to head (678761f) 77.3%.
Report is 5 commits behind head on v1.3.

Files Patch % Lines
p2p/host.go 50.0% 1 Missing and 1 partial ⚠️
Additional details and impacted files
@@           Coverage Diff           @@
##            v1.3   #5548     +/-   ##
=======================================
- Coverage   77.3%   77.3%   -0.1%     
=======================================
  Files        261     261             
  Lines      30891   30892      +1     
=======================================
  Hits       23903   23903             
- Misses      5488    5489      +1     
  Partials    1500    1500             

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Contributor

@poszu poszu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could you please update the changelog?

@dshulyak
Copy link
Contributor Author

bors merge

spacemesh-bors bot pushed a commit that referenced this pull request Feb 13, 2024
the goal of mesh agreement is to download ballots and activations when partitions made individual progress. such as in Partition_50_50 or 70_30 tests.

however on mainnet it creates unnecessary load by triggering queries to download atx. i suggest to disable that and wait for set reconciliation to fix it.

related: #5519
@spacemesh-bors
Copy link

This PR was included in a batch that successfully built, but then failed to merge into v1.3. It will not be retried.

Additional information:

Response status code: 422
{"message":"Changes must be made through a pull request.","documentation_url":"https://docs.github.com/articles/about-protected-branches"}

@dshulyak dshulyak merged commit 4069ef0 into spacemeshos:v1.3 Feb 13, 2024
16 of 18 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants