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

extern/storage: add ability to ignore worker resources when scheduling. #6542

Merged
merged 6 commits into from
Jun 21, 2021

Conversation

raulk
Copy link
Member

@raulk raulk commented Jun 21, 2021

This deflakes tests on some platforms. In some cases, the dev/test workstation may be overcommitted and swapping, and the memory available check performed during scheduling may fail. On macOS this reports a MemoryReserved larger than MemoryPhysical, and Lotus fails to schedule the task.

This introduces a worker configuration option to instruct the scheduler to ignore resources when scheduling tasks. It is intended to be used only in testing.

@raulk raulk requested a review from magik6k June 21, 2021 19:53
@magik6k magik6k enabled auto-merge June 21, 2021 19:59
@magik6k magik6k merged commit 6e1cf6f into master Jun 21, 2021
@magik6k magik6k deleted the raulk/worker-disable-resource-filtering branch June 21, 2021 20:11
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