GitHub user mlibbey opened an issue:
https://github.com/apache/trafficserver/issues/1505
Set proxy.node.config.reconfigure_time when remap.config done reloading.
In ATS7, we have a messages line that notes, "remap.config done
reloading!", when reload is finished (in proxy/ReverseProxy.cc,
reloadUrlRewrite()).
We should set the proxy.node.config.reconfigure_time stat here too -- it
currently has the time of the reload request, as opposed to the time of the
reload request finish. The former does not allow one to correlate behavior
with a config change -- there is an unknown time delta between the event and
the load. Similarly, the former happens regardless of the success of the
reload.
----
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---