View Issue Details

IDProjectCategoryView StatusLast Update
0005641SymmetricDSImprovementpublic2023-10-03 23:00
Reporterpmarzullo Assigned Topmarzullo  
Prioritynormal 
Status closedResolutionfixed 
Product Version3.15.0 
Target Version3.15.0Fixed in Version3.15.0 
Summary0005641: Increase default db.pool.max.active connections to match what is needed for http.concurrent.workers.max
DescriptionThe accepted engineered values for http.concurrent.workers.max value and the db.pool.max.active value is:
db.pool.max.active = (http.concurrent.workers.max * 2) + 10

This is to handle a push and pool per concurrent worker (http.concurrent.workers.max * 2) plus 10 extraneous database connections to handle routing, extract, and other things.

Since http.concurrent.workers.max value is defaulted to 20, the db.pool.max.active value should be increased to 50.
Tagsconfiguration

Activities

There are no notes attached to this issue.

Related Changesets

SymmetricDS: 3.15 f4da6223

2022-12-23 14:29:47

pmarzullo

Details Diff
0005641: Increase default db.pool.max.active connections to match what
is needed for http.concurrent.workers.max
Affected Issues
0005641
mod - symmetric-core/src/main/resources/symmetric-default.properties Diff File

Issue History

Date Modified Username Field Change
2022-12-23 14:28 pmarzullo New Issue
2022-12-23 14:28 pmarzullo Status new => assigned
2022-12-23 14:28 pmarzullo Assigned To => pmarzullo
2022-12-23 14:28 pmarzullo Tag Attached: configuration
2022-12-27 17:28 pmarzullo Status assigned => resolved
2022-12-27 17:28 pmarzullo Resolution open => fixed
2022-12-27 17:28 pmarzullo Fixed in Version => 3.15.0
2023-10-01 23:46 admin Status resolved => closed
2023-10-03 23:00 pmarzullo Changeset attached => SymmetricDS 3.15 f4da6223