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/03/29 13:41:35 UTC

[trafficserver] branch master updated: 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 master
in repository https://gitbox.apache.org/repos/asf/trafficserver.git


The following commit(s) were added to refs/heads/master by this push:
     new 3a89c6b  Issue 3350: traffic_server using 100% CPU
3a89c6b is described below

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

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

diff --git a/mgmt/ProcessManager.cc b/mgmt/ProcessManager.cc
index 63766c4..f2f851e 100644
--- a/mgmt/ProcessManager.cc
+++ b/mgmt/ProcessManager.cc
@@ -148,6 +148,8 @@ ProcessManager::processManagerThread(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.