bryancall commented on a change in pull request #6931:
URL: https://github.com/apache/trafficserver/pull/6931#discussion_r443724281
##########
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:
Does cache_is_initialized == true really mean that the cache is
initialize? What happens if we are not waiting for cache initialized to open
the ports and cache takes a long time to start up?
----------------------------------------------------------------
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]