[
https://issues.apache.org/jira/browse/HIVE-26177?focusedWorklogId=781509&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-781509
]
ASF GitHub Bot logged work on HIVE-26177:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 15/Jun/22 07:19
Start Date: 15/Jun/22 07:19
Worklog Time Spent: 10m
Work Description: pvary commented on code in PR #3372:
URL: https://github.com/apache/hive/pull/3372#discussion_r897621186
##########
standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/PersistenceManagerProvider.java:
##########
@@ -160,14 +162,14 @@ public static void updatePmfProperties(Configuration
conf) {
boolean readLockAcquired = true;
try {
// if pmf properties change, need to update, release read lock and take
write lock
- if (prop == null || pmf == null || !propsFromConf.equals(prop)) {
+ if (pmf == null || !propsFromConf.equals(prop)) {
Review Comment:
Why is this change?
Issue Time Tracking
-------------------
Worklog Id: (was: 781509)
Time Spent: 50m (was: 40m)
> Create a new connection pool for compaction (DataNucleus)
> ---------------------------------------------------------
>
> Key: HIVE-26177
> URL: https://issues.apache.org/jira/browse/HIVE-26177
> Project: Hive
> Issue Type: Sub-task
> Reporter: Antal Sinkovits
> Assignee: Antal Sinkovits
> Priority: Major
> Labels: pull-request-available
> Time Spent: 50m
> Remaining Estimate: 0h
>
--
This message was sent by Atlassian Jira
(v8.20.7#820007)