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

daemon.js: Preferred server order is messed up when home has insufficient RAM to appear in the list at all #428

Closed
alainbryden opened this issue Nov 4, 2024 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@alainbryden
Copy link
Owner

The routine for arbitrarily executing HGW scripts on any host will either shift the home server to the front or back of the list depending on the context.

In cases though where available home ram is low, it gets filtered out of this list entirely. When this happens, our index lookup returns -1, but we nevertheless use this to splice, and end up moving the last server in the list (typically n00dles) to the front, which may or may not be the root cause of other reported bugs like #391

@alainbryden alainbryden added the bug Something isn't working label Nov 4, 2024
@alainbryden alainbryden self-assigned this Nov 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant