Open
Description
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 a restart
. Is this expected behavior and is there any documentation on what config parameters require a restart?
bash-5.0# netstat -anp | grep datapla | grep LISTEN
tcp 0 0 127.0.0.1:557 0.0.0.0:* LISTEN 115515/dataplaneap
tcp 0 0 127.0.0.1:110 0.0.0.0:* LISTEN 104114/dataplaneap
bash-5.0# systemctl reload dataplaneapi
bash-5.0# netstat -anp | grep datapla | grep LISTEN
tcp 0 0 127.0.0.1:557 0.0.0.0:* LISTEN 115515/dataplaneap
tcp 0 0 127.0.0.1:110 0.0.0.0:* LISTEN 104114/dataplaneap
bash-5.0# systemctl restart dataplaneapi
bash-5.0# netstat -anp | grep datapla | grep LISTEN
tcp 0 0 127.0.0.1:559 0.0.0.0:* LISTEN 115515/dataplaneap
tcp 0 0 127.0.0.1:210 0.0.0.0:* LISTEN 107918/dataplaneap
Thank you!
Metadata
Metadata
Assignees
Labels
No labels