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
I was changing around some ports and went to do a reload via kill -s SIGUSR1 so the dataplaneapi service can read the new config but the old port numbers remained until I did a restart. Is this expected behavior and is there any documentation on what config parameters require a restart?
So in this case, I was updating the dataplaneapi.yml config to go from port 110 to 210. I ran systemctl reload dataplaneapi and then saw the port did not change. Only running systemctl restart dataplaneapi propagated the port change.
I expected that updating the yaml config and issuing a reload was enough for the dataplaneapi service to see and act on the port changes. Is that the expected behavior or do port and socket connections always require a restart?
Hello!
I was changing around some ports and went to do a reload via
kill -s SIGUSR1
so the dataplaneapi service can read the new config but the old port numbers remained until I did arestart
. Is this expected behavior and is there any documentation on what config parameters require a restart?Thank you!
The text was updated successfully, but these errors were encountered: