You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bu...@apache.org on 2012/03/28 17:48:10 UTC

DO NOT REPLY [Bug 52996] New: Please backport r723889 from trunk to have MaxQueueSize attribute for Executor available in Tomcat 6

https://issues.apache.org/bugzilla/show_bug.cgi?id=52996

             Bug #: 52996
           Summary: Please backport r723889 from trunk to have
                    MaxQueueSize attribute for Executor available in
                    Tomcat 6
           Product: Tomcat 6
           Version: 6.0.35
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: enhancement
          Priority: P2
         Component: Catalina
        AssignedTo: dev@tomcat.apache.org
        ReportedBy: rpluem@apache.org
    Classification: Unclassified


Created attachment 28514
  --> https://issues.apache.org/bugzilla/attachment.cgi?id=28514
Backport of r1723889 to Tomcat 6.0.x trunk

Please backport r723889
(http://svn.apache.org/viewvc?view=revision&revision=723889, Add the ability to
configure a job queue size, and a timeout for how long we want to try to add
something to the queue.)

Having the MaxQueueSize attribute available for executors in Tomcat 6 would be
quite handy for me.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

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


[Bug 52996] Please backport r723889 from trunk to have MaxQueueSize attribute for Executor available in Tomcat 6

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=52996

--- Comment #4 from Konstantin Kolinko <kn...@gmail.com> ---
Proposed for 6.0.

-- 
You are receiving this mail because:
You are the assignee for the bug.

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


[Bug 52996] Please backport r723889 from trunk to have MaxQueueSize attribute for Executor available in Tomcat 6

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=52996

Konstantin Kolinko <kn...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #5 from Konstantin Kolinko <kn...@gmail.com> ---
Applied to 6.0 in r1353234 and will be in 6.0.36

-- 
You are receiving this mail because:
You are the assignee for the bug.

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


[Bug 52996] Please backport r723889 from trunk to have MaxQueueSize attribute for Executor available in Tomcat 6

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=52996

--- Comment #1 from Ruediger Pluem <rp...@apache.org> ---
Created attachment 28687
  --> https://issues.apache.org/bugzilla/attachment.cgi?id=28687&action=edit
Backport of r723889 without changes to the Executor interface to Tomcat 6.0.x
trunk

As discussed on list: Backport version of r723889 without changes to the
Executor interface to ensure backwards compatibility.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 52996] Please backport r723889 from trunk to have MaxQueueSize attribute for Executor available in Tomcat 6

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=52996

--- Comment #3 from Konstantin Kolinko <kn...@gmail.com> ---
Created attachment 28907
  --> https://issues.apache.org/bugzilla/attachment.cgi?id=28907&action=edit
Added method execute(R,long.TU) to StandardThreadExecutor

Added implementation of execute(...) method to the patch.

This addition does not break compatibility. It is not part of the Executor
interface.

-- 
You are receiving this mail because:
You are the assignee for the bug.

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


[Bug 52996] Please backport r723889 from trunk to have MaxQueueSize attribute for Executor available in Tomcat 6

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=52996

--- Comment #2 from Konstantin Kolinko <kn...@gmail.com> ---
Created attachment 28905
  --> https://issues.apache.org/bugzilla/attachment.cgi?id=28905&action=edit
Backport of r723889 without javadoc update

I applied Javadoc comments update from you patch in r1348086.
Here is your patch without those unrelated changes.

-- 
You are receiving this mail because:
You are the assignee for the bug.

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