Bug 1338642

Summary: mod_cluster undersizes the connection pool
Product: [JBoss] JBoss Enterprise Web Server 2 Reporter: Michal Karm Babacek <mbabacek>
Component: mod_clusterAssignee: Jean-frederic Clere <jclere>
Status: CLOSED EOL QA Contact: Michal Karm Babacek <mbabacek>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 2.1.0CC: aogburn, bbaranow, bmaxwell, bperkins, cdewolf, jclere, jdoyle, jpallich, mmiura, pcheung, psakar, pslavice, psotirop, rsvoboda, vtunka
Target Milestone: DR01   
Target Release: 2.1.1   
Hardware: All   
OS: All   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
The connection pool was undersized causing the ping to fail when all connections of the pool were used. Causing the following error message: [error] (70007)The timeout specified has expired: proxy: ajp: failed to acquire connection for ... This is fixed to increase the connection to ThreadsPerChild+1.
Story Points: ---
Clone Of: 1256607 Environment:
Last Closed: 2019-06-13 12:09:48 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On: 1256607    
Bug Blocks: 1256608, 1337386    

Comment 1 JBoss JIRA Server 2016-05-24 18:00:21 UTC
Radoslav Husar <rhusar> updated the status of jira MODCLUSTER-466 to Reopened

Comment 2 Michal Karm Babacek 2016-05-30 17:39:52 UTC
*** Bug 1256608 has been marked as a duplicate of this bug. ***

Comment 3 JBoss JIRA Server 2016-06-01 15:09:21 UTC
Michal Karm Babacek <mbabacek> updated the status of jira MODCLUSTER-466 to Resolved

Comment 5 Jean-frederic Clere 2016-08-08 16:11:30 UTC
The connection pool was undersized causing the ping to fail when all connections of the pool were used. Causing the following error message:
[error] (70007)The timeout specified has expired: proxy: ajp: failed to acquire connection for ...

The fix is to increase the connection to ThreadsPerChild+1.

it works as excepted.