You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@trafficserver.apache.org by GitBox <gi...@apache.org> on 2020/12/16 15:40:38 UTC

[GitHub] [trafficserver] bneradt commented on a change in pull request #7397: traffic_manager should not retry on disk failure

bneradt commented on a change in pull request #7397:
URL: https://github.com/apache/trafficserver/pull/7397#discussion_r544392172



##########
File path: src/traffic_manager/traffic_manager.cc
##########
@@ -831,9 +832,12 @@ main(int argc, const char **argv)
       } else {
         just_started++;
       }
-    } else { /* Give the proxy a chance to fire up */
-      if (!lmgmt->proxy_recoverable) {
+    } else {
+      // Even if we shouldn't try the start the proxy again, leave manager around to

Review comment:
       "try the start" -> "try to start"




----------------------------------------------------------------
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:
users@infra.apache.org