shinrich commented on a change in pull request #6931:
URL: https://github.com/apache/trafficserver/pull/6931#discussion_r443553338
##########
File path: src/traffic_server/traffic_server.cc
##########
@@ -737,6 +743,9 @@ CB_After_Cache_Init()
hook->invoke(TS_EVENT_LIFECYCLE_CACHE_READY, nullptr);
hook = hook->next();
}
+ if (ports_are_open) {
+ Note("traffic server initialized");
+ }
}
Review comment:
Is it possible that ports_are_open is not true when going through
CB_After_Cache_Init()? If so, does the logic go through this callback multiple
times?
----------------------------------------------------------------
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]