bryancall commented on issue #5430: URL: https://github.com/apache/trafficserver/issues/5430#issuecomment-4827213957
I cannot reproduce this on current releases. The maintainer above traced the bug to the old traffic_manager file manager, which conflated a config value change with the file that value points to. That entire traffic_manager subsystem was removed in https://github.com/apache/trafficserver/pull/8633, which first shipped in Apache Traffic Server 10.0.0. In current source, traffic_ctl config status reads the proxy.process.proxy.reconfigure_required and proxy.process.proxy.restart_required metrics, which are created at startup and are no longer set spuriously when a configuration file is touched. A committer also confirmed clean output (Restart required: no) on 10.1.0 after touching ssl_multicert.config. Closing as resolved by the 10.x management rework. Please reopen if you still see this on a 10.x or newer release. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
