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

[Merged by Bors] - sync: disable mesh agreement on mainnet #5522

Closed

Conversation

dshulyak
Copy link
Contributor

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

Copy link

codecov bot commented Jan 31, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (eca8904) 77.6% compared to head (043fc4c) 77.6%.
Report is 10 commits behind head on develop.

Additional details and impacted files
@@            Coverage Diff            @@
##           develop   #5522     +/-   ##
=========================================
- Coverage     77.6%   77.6%   -0.1%     
=========================================
  Files          268     268             
  Lines        31211   31232     +21     
=========================================
+ Hits         24244   24254     +10     
- Misses        5437    5445      +8     
- Partials      1530    1533      +3     

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

@dshulyak
Copy link
Contributor Author

dshulyak commented Feb 1, 2024

bors merge

spacemesh-bors bot pushed a commit that referenced this pull request Feb 1, 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

spacemesh-bors bot commented Feb 1, 2024

Build failed (retrying...):

  • systest-status

spacemesh-bors bot pushed a commit that referenced this pull request Feb 1, 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

spacemesh-bors bot commented Feb 1, 2024

Pull request successfully merged into develop.

Build succeeded:

@spacemesh-bors spacemesh-bors bot changed the title sync: disable mesh agreement on mainnet [Merged by Bors] - sync: disable mesh agreement on mainnet Feb 1, 2024
@spacemesh-bors spacemesh-bors bot closed this Feb 1, 2024
dshulyak added a commit to dshulyak/go-spacemesh that referenced this pull request 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: spacemeshos#5519
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.

None yet

2 participants