Skip to content

Increase the default number of rpc serving threads #400

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
merged 1 commit into from
Aug 5, 2022

Conversation

carver
Copy link
Collaborator

@carver carver commented Aug 4, 2022

This may be responsible for the timeouts on Windows CI, maybe clients
aren't closing their connections in the same way?

Anyway, it's a small enough change that it shouldn't wreck performance,
and it's worth it to check if this fixes this pain in the butt CI issue.

  • Clean up commit history

@njgheorghita njgheorghita mentioned this pull request Aug 4, 2022
2 tasks
@njgheorghita
Copy link
Collaborator

I'm fairly confident that this solves the problem. Tacked it onto #376 and saw just 1/5 failed test runs (win-build). The one failed test run was a different error. Not sure how many successful test runs confirm "nonflakiness"?

@ogenev
Copy link
Member

ogenev commented Aug 5, 2022

It looks like the windows pipeline doesn't run all tests 😱 . I'm trying to address this in #403.

This may be responsible for the timeouts on Windows CI, maybe clients
aren't closing their connections in the same way?

Anyway, it's a small enough change that it shouldn't wreck performance,
and it's worth it to check if this fixes this pain in the butt CI issue.
@carver carver force-pushed the bigger-rpc-server-threadpool branch from 0c54a15 to 2c0c06d Compare August 5, 2022 19:52
@carver
Copy link
Collaborator Author

carver commented Aug 5, 2022

Okay, as far as we can tell, this is reducing the flakiness. I think the best way to confirm this is to merge it aggressively, and confirm that it's not affecting PRs anymore.

Rage-merge!

@carver carver merged commit 1024ddb into ethereum:master Aug 5, 2022
@carver carver deleted the bigger-rpc-server-threadpool branch August 5, 2022 22:38
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.

3 participants