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

Fix farming cluster forwarders and identification intervals #2858

Merged
merged 1 commit into from
Jun 18, 2024

Conversation

nazar-pc
Copy link
Member

@nazar-pc nazar-pc commented Jun 17, 2024

This fixes two issues:

  • Duration::MAX support in last tokio release wasn't fixed fully, which this PR avoids in the first place
  • Broadcasts are avoided in all threads except one after Multithreaded farming cluster services #2849 to avoid extra load and unnecessary message duplication (like the same reward being signed tens of times)

I also removed multi-threading from plotter. While nice for consistency, it was useless in that context.

Code contributor checklist:

@nazar-pc nazar-pc force-pushed the fix-farming-cluster-forwarders-and-intervals branch from 75049c4 to d2f1ee7 Compare June 17, 2024 14:24
@nazar-pc nazar-pc changed the base branch from main to fix-sector-write-offset June 17, 2024 14:24
@nazar-pc nazar-pc force-pushed the fix-farming-cluster-forwarders-and-intervals branch from 1ed5567 to a48c5a4 Compare June 18, 2024 05:48
Base automatically changed from fix-sector-write-offset to main June 18, 2024 05:50
@nazar-pc nazar-pc added this pull request to the merge queue Jun 18, 2024
Merged via the queue into main with commit 870bc43 Jun 18, 2024
9 checks passed
@nazar-pc nazar-pc deleted the fix-farming-cluster-forwarders-and-intervals branch June 18, 2024 08:01
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