[
https://issues.apache.org/jira/browse/HIVE-25482?focusedWorklogId=643853&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-643853
]
ASF GitHub Bot logged work on HIVE-25482:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 31/Aug/21 04:36
Start Date: 31/Aug/21 04:36
Worklog Time Spent: 10m
Work Description: rbalamohan commented on pull request #2610:
URL: https://github.com/apache/hive/pull/2610#issuecomment-908892264
I have retriggered the tests (link:
http://ci.hive.apache.org/blue/organizations/jenkins/hive-precommit/detail/PR-2610/4/pipeline)
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 643853)
Time Spent: 1.5h (was: 1h 20m)
> Add option to enable connectionLeak detection for Hikari datasource
> -------------------------------------------------------------------
>
> Key: HIVE-25482
> URL: https://issues.apache.org/jira/browse/HIVE-25482
> Project: Hive
> Issue Type: Improvement
> Reporter: Rajesh Balamohan
> Assignee: Aleksandr Pashkovskii
> Priority: Major
> Labels: pull-request-available
> Time Spent: 1.5h
> Remaining Estimate: 0h
>
> There are corner cases where we observed connection leaks to DB.
>
> It will be good to add an option to provide connection leak timeout parameter
> in HikariCPDataSourceProvider.
> [https://github.com/apache/hive/blob/master/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/datasource/HikariCPDataSourceProvider.java#L69]
> e.g following should help Hikari to warn about connection leak, when a
> connection is not returned to the pool for 1 hour.
> {noformat}
> config.setLeakDetectionThreshold(3600*1000); {noformat}
>
--
This message was sent by Atlassian Jira
(v8.3.4#803005)