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

custom server.limit values are not used #1841

Closed
michel-laterman opened this issue Sep 8, 2022 · 0 comments · Fixed by #1912
Closed

custom server.limit values are not used #1841

michel-laterman opened this issue Sep 8, 2022 · 0 comments · Fixed by #1912
Assignees
Labels
8.6-candidate bug Something isn't working Team:Elastic-Agent-Control-Plane Label for the Agent Control Plane team

Comments

@michel-laterman
Copy link
Contributor

Loading agent limits (introduced in #1014) ignores any custom server.limits settings that are set in the fleet-ui and propagated to the fleet-server instance.

The fleet-server instance will receive the changed config and emit the "Re-configuring" message, however the configServerChagned comparison returns false

This is due to the LoadServerLimits() function overriding any server.limit.* config value is it uses the config blob returned by loadLimits().

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
8.6-candidate bug Something isn't working Team:Elastic-Agent-Control-Plane Label for the Agent Control Plane team
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants