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
[#6467] improve(core): Allow JDBC backend configs be configurable (#6469)
### What changes were proposed in this pull request?
- Add two configurations for the Gravitino server:
`gravitino.entity.store.relational.maxConnections` and
`gravitino.entity.store.relational.maxWaitMillis` to control the
connection pool when connecting to the JDBC storage backend.
- Add docs about these configurations accordingly.
### Why are the changes needed?
To support users to configure JDBC connection pool parameters
Fix: #6467
### Does this PR introduce _any_ user-facing change?
No
### How was this patch tested?
No need to test
---------
Co-authored-by: teo <litianhang@bilibili.com>
Co-authored-by: teo <litianhang@bilibili.co>
Copy file name to clipboardexpand all lines: catalogs/catalog-hadoop/src/test/java/org/apache/gravitino/catalog/hadoop/TestHadoopCatalogOperations.java
0 commit comments