You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by zw...@apache.org on 2018/04/16 21:05:02 UTC

[trafficserver] 03/03: Issue 3350: traffic_server using 100% CPU

This is an automated email from the ASF dual-hosted git repository.

zwoop pushed a commit to branch 7.1.x
in repository https://gitbox.apache.org/repos/asf/trafficserver.git

commit fe8f5d97589f8969ea58c63cd504da59375d6363
Author: Alan Wang <xf...@gmail.com>
AuthorDate: Wed Mar 28 11:23:04 2018 -0700

    Issue 3350: traffic_server using 100% CPU
    
    (cherry picked from commit 3a89c6b0a99f7b85cdbe1fb42c181540c3594a08)
---
 mgmt/ProcessManager.cc | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/mgmt/ProcessManager.cc b/mgmt/ProcessManager.cc
index b0c9be0..2f08027 100644
--- a/mgmt/ProcessManager.cc
+++ b/mgmt/ProcessManager.cc
@@ -52,6 +52,8 @@ startProcessManager(void *arg)
   }
   if (pmgmt->require_lm) { /* Allow p. process to run w/o a lm */
     pmgmt->initLMConnection();
+  } else {
+    return ret;
   }
 
   if (pmgmt->init)

-- 
To stop receiving notification emails like this one, please contact
zwoop@apache.org.