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

[#235] Do not emit "restart" messages when adding a new server #236

Conversation

fluca1978
Copy link
Collaborator

The restart_server() function checks if two configurations identify
the same server.
When a new server is added, there is no previous configuration to
compare against, and therefore there is no need to emit a restart
warning message between the added server and "nothing".

Close #235

The `restart_server()` function checks if two configurations identify
the same server.
When a new server is added, there is no previous configuration to
compare against, and therefore there is no need to emit a restart
warning message between the added server and "nothing".

Close agroal#235
@jesperpedersen jesperpedersen merged commit ec4b946 into agroal:master May 12, 2022
@jesperpedersen jesperpedersen added the enhancement Improvement to an existing feature label May 12, 2022
@jesperpedersen
Copy link
Collaborator

Merged.

Thanks for your contribution !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Improvement to an existing feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

pgagroal-cli reload added server wrong warn about restart
2 participants