Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Identity Data Source Pool Options Not Generated Properly #9155

Closed
chirangaalwis opened this issue Aug 6, 2020 · 0 comments · Fixed by wso2/carbon-identity-framework#3148
Closed

Comments

@chirangaalwis
Copy link
Member

Describe the issue:
According to IS config generation values (repository/resources/conf/default.json), it only populates shared data source's pool parameters by default, but not the Identity data source parameters.

  "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').

Original issue:
wso2/kubernetes-is#219

Suggested labels:
Type/Bug

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants