[ https://issues.apache.org/jira/browse/HIVE-26702?focusedWorklogId=835388&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-835388 ]
ASF GitHub Bot logged work on HIVE-26702: ----------------------------------------- Author: ASF GitHub Bot Created on: 22/Dec/22 19:05 Start Date: 22/Dec/22 19:05 Worklog Time Spent: 10m Work Description: ayushtkn commented on PR #3815: URL: https://github.com/apache/hive/pull/3815#issuecomment-1363249884 Thanx @cnauroth Sorry for coming back late, was stuck with couple of things. Almost looks good. Regarding: > This patch introduced support for DBCP as a connection pool for the metastore database. It also corrected HIkariCP configuration by changing a pooling type constant from "hikari" to "hikaricp". Why there is no HiveConf Changes? ``` - "hikari.,"+ + "hikaricp.," + + "dbcp., ``` Issue Time Tracking ------------------- Worklog Id: (was: 835388) Time Spent: 1h 10m (was: 1h) > Backport HIVE-17317 (DBCP and HikariCP property configuration support) to > 3.2.0. > -------------------------------------------------------------------------------- > > Key: HIVE-26702 > URL: https://issues.apache.org/jira/browse/HIVE-26702 > Project: Hive > Issue Type: Improvement > Components: Metastore > Reporter: Chris Nauroth > Assignee: Chris Nauroth > Priority: Major > Labels: pull-request-available > Fix For: 3.2.0 > > Time Spent: 1h 10m > Remaining Estimate: 0h > > HIVE-17317 added support for metastore connection pooling configuration, > integration with DBCP and an important capability to the HikariCP > integration: passthrough configuration of any additional HikariCP > configurations, such as {{{}minimumIdle{}}}. This issue proposes to backport > HIVE-17317 for inclusion in the upcoming 3.2.0 release. -- This message was sent by Atlassian Jira (v8.20.10#820010)