You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@turbine.apache.org by tv...@apache.org on 2018/07/28 15:22:09 UTC

svn commit: r1836925 - /turbine/core/trunk/src/java/org/apache/turbine/services/intake/IntakeTool.java

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);
             }
         }
     }



Re: svn commit: r1836925 - /turbine/core/trunk/src/java/org/apache/turbine/services/intake/IntakeTool.java

Posted by Jeffery Painter <je...@jivecast.com>.
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, tv@apache.org 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: dev-unsubscribe@turbine.apache.org
For additional commands, e-mail: dev-help@turbine.apache.org