You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: