Project:
View Revisions: Issue #35634 | [ All Revisions ] [ Back to Issue ] | ||
Summary | 0035634: The generation of indexes in parallel fails under some circumstances | ||
Revision | 2017-03-28 17:02 by caristu | ||
Steps To Reproduce | 1) Execute the attached test. It fails with the following error: org.apache.ddlutils.DatabaseOperationException - Could not get a connection from the datasource org.apache.commons.dbcp.SQLNestedException: Cannot get a connection, pool exhausted at org.apache.commons.dbcp.PoolingDataSource.getConnection(PoolingDataSource.java:103) Notice that if the MAX_ACTIVE_CONNECTIONS would be higher or equals than 3 (the number of new indexes added to existing tables within the test) the test is executed successfully. |
||
Revision | 2017-03-28 17:01 by caristu | ||
Steps To Reproduce | 1) Execute the attached test. It fails. Notice that if the MAX_ACTIVE_CONNECTIONS would be higher or equals than 3 (the number of new indexes added to existing tables within the test) the test is executed successfully. |
Copyright © 2000 - 2009 MantisBT Group |