[Bug 61322] Http11Processor.disableKeepAlivePercentage not work after code change in 60319

2017-07-24 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=61322

Mark Thomas  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|NEW |RESOLVED

--- Comment #3 from Mark Thomas  ---
Thanks for the report.

Both issues are fixed in:
- 8.0.x for 8.0.46 onwards
- 7.0.x for 7.0.80 onwards

Note since this affects the BIO connector, it does not apply to 8.5.x onwards.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



[Bug 61322] Http11Processor.disableKeepAlivePercentage not work after code change in 60319

2017-07-21 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=61322

--- Comment #2 from Colin  ---
Another issue I found:
With below server configuration:



>From document of Connector.executor, if I use Executor in Connector(so not use
internalExecutor), maxThreads and other thread pool related properties will
ignored(so return -1), but I found Connector's service thread count still
limited by Connector.maxThreads.
e.g. in above example, the executor has 4 threads, but in my test, only 2
clients connected and both keep alived and no more client can connect.

Please also help to check this issue. I use 7.0.75 in my tests.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



[Bug 61322] Http11Processor.disableKeepAlivePercentage not work after code change in 60319

2017-07-21 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=61322

--- Comment #1 from Colin  ---
I found this issue in some of my customer environment, our application use 200
threads, and some customer have more than 300 clients, so about 100+ client
can't connect to server.

After some check, I found all thread blocked on keep-alive state and trying to
read next request from socket.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



[Bug 61322] Http11Processor.disableKeepAlivePercentage not work after code change in 60319

2017-07-21 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=61322

Colin  changed:

   What|Removed |Added

 CC||song6...@gmail.com

-- 
You are receiving this mail because:
You are the assignee for the bug.
-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org