Skip to content

DataPlane API service not propagating port changes from config on reload #364

Open
@robschn

Description

@robschn

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions