bneradt commented on a change in pull request #6931:
URL: https://github.com/apache/trafficserver/pull/6931#discussion_r443801836
##########
File path: src/traffic_server/traffic_server.cc
##########
@@ -2125,6 +2136,9 @@ main(int /* argc ATS_UNUSED */, const char **argv)
ink_set_thread_name("[TS_MAIN]");
+ if (ports_are_open && cache_is_initialized) {
Review comment:
It should mean that the cache is initialized. Even if
proxy.config.http.cache.http is disabled, the callback is called after cache
initialization. Thus the "traffic server initialized" log will be emitted after
cache initialization (even if http.cache.http is disabled) and after ports are
open, regardless of whether wait_for_cache is enabled.
Let me know if I'm missing the point of your question.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]