You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by sl...@apache.org on 2011/04/08 22:51:38 UTC

svn commit: r1090441 - /tomcat/trunk/webapps/docs/changelog.xml

Author: slaurent
Date: Fri Apr  8 20:51:37 2011
New Revision: 1090441

URL: http://svn.apache.org/viewvc?rev=1090441&view=rev
Log:
changelog for r1090003 / StuckThreadDetectionValve

Modified:
    tomcat/trunk/webapps/docs/changelog.xml

Modified: tomcat/trunk/webapps/docs/changelog.xml
URL: http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/changelog.xml?rev=1090441&r1=1090440&r2=1090441&view=diff
==============================================================================
--- tomcat/trunk/webapps/docs/changelog.xml (original)
+++ tomcat/trunk/webapps/docs/changelog.xml Fri Apr  8 20:51:37 2011
@@ -56,6 +56,11 @@
         print not just the value of the first header, but of the all of them,
         separated by commas. (kkolinko)
       </update>
+      <add>
+        <bug>50306</bug>: New StuckThreadDetectionValve to detect requests that take a 
+        long time to process, which might indicate that their processing threads are 
+        stuck. (slaurent)
+      </add>
     </changelog>
   </subsection>
   <subsection name="Coyote">



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


Re: svn commit: r1090441 - /tomcat/trunk/webapps/docs/changelog.xml

Posted by Sylvain Laurent <sy...@m4x.org>.
On 8 avr. 2011, at 22:58, Konstantin Kolinko wrote:
> 
>> +      <add>
>> +        <bug>50306</bug>: New StuckThreadDetectionValve to detect requests that take a
>> +        long time to process, which might indicate that their processing threads are
>> +        stuck. (slaurent)
> 
> "Based on a patch provided by TomLu." ?

fixed.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


Re: svn commit: r1090441 - /tomcat/trunk/webapps/docs/changelog.xml

Posted by Konstantin Kolinko <kn...@gmail.com>.
2011/4/9  <sl...@apache.org>:
> Author: slaurent
> Date: Fri Apr  8 20:51:37 2011
> New Revision: 1090441
>
> URL: http://svn.apache.org/viewvc?rev=1090441&view=rev
> Log:
> changelog for r1090003 / StuckThreadDetectionValve
>
> Modified:
>    tomcat/trunk/webapps/docs/changelog.xml
>

> +      <add>
> +        <bug>50306</bug>: New StuckThreadDetectionValve to detect requests that take a
> +        long time to process, which might indicate that their processing threads are
> +        stuck. (slaurent)

"Based on a patch provided by TomLu." ?

> +      </add>
>     </changelog>
>   </subsection>
>   <subsection name="Coyote">

Best regards,
Konstantin Kolinko

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org