Hi Thomas,

I left my second instance running with Intake enabled for almost two weeks, and I never saw the stalling bug appear in the log files there.

I did log in to the test instance every couple of days, but that doesn't compare to my production system is used daily by 3-4 full time staff (8 hours/day typically).  The production system with Intake disabled (only change) has had zero hangup/stalls in turbine 4.0.1 for the past two weeks.  Very solid performance!

Sorry I could not provide more useful feedback on this issue. Hopefully the improved logging will help if it comes up again.

--
Jeff


On 07/28/2018 11:22 AM, [email protected] wrote:
Author: tv
Date: Sat Jul 28 15:22:09 2018
New Revision: 1836925

URL: http://svn.apache.org/viewvc?rev=1836925&view=rev
Log:
Better logging

Modified:
     
turbine/core/trunk/src/java/org/apache/turbine/services/intake/IntakeTool.java

Modified: 
turbine/core/trunk/src/java/org/apache/turbine/services/intake/IntakeTool.java
URL: 
http://svn.apache.org/viewvc/turbine/core/trunk/src/java/org/apache/turbine/services/intake/IntakeTool.java?rev=1836925&r1=1836924&r2=1836925&view=diff
==============================================================================
--- 
turbine/core/trunk/src/java/org/apache/turbine/services/intake/IntakeTool.java 
(original)
+++ 
turbine/core/trunk/src/java/org/apache/turbine/services/intake/IntakeTool.java 
Sat Jul 28 15:22:09 2018
@@ -462,8 +462,7 @@ public class IntakeTool
              }
              catch (IntakeException ie)
              {
-                log.error("Tried to release unknown group "
-                        + group.getIntakeGroupName());
+                log.error("Tried to release unknown group " + 
group.getIntakeGroupName(), ie);
              }
          }
      }




---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to