You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
According to IS config generation values (repository/resources/conf/default.json), it only populates shared db 's pool params by default but not the identityDb params.
chirangaalwis
changed the title
[5.10.0] [mysql] Identity datasource pool options are not generated properly
[v5.10.x] [mysql] Identity datasource pool options are not generated properly
May 20, 2020
@omindu shouldn't we address this within the product and add the relevant default values in the default.json (at least from future versions)?
Also, can we depend on the relevant DB pool options and their mapping default values which had been used in past IS versions for version 5.10.0, as well (since, for this product version we may have to explicitly define them in customized deployment.toml file within the installation resources)?
Description:
According to IS config generation values (repository/resources/conf/default.json), it only populates shared db 's pool params by default but not the identityDb params.
"database.shared_db.id": "SHARED_DB",
"database.shared_db.pool_options.maxActive": "50",
"database.shared_db.pool_options.maxWait": "60000",
"database.shared_db.pool_options.testOnBorrow": "true",
"database.shared_db.pool_options.validationInterval": "30000",
"database.shared_db.pool_options.defaultAutoCommit": "true",
"database.shared_db.jmx_enable": "false",
As a result, the datasource will be configured only with the validation query ('SELECT 1'). We need to fix this in [1]
[1]
kubernetes-is/advanced/is-pattern-1/values.yaml
Line 119 in 8f0b94f
Suggested Labels:
5.10.0
Suggested Assignees:
NA
Affected Product Version:
5.10.0
OS, DB, other environment details and versions:
mysql
Steps to reproduce:
Related Issues:
NA
The text was updated successfully, but these errors were encountered: