[
https://issues.apache.org/jira/browse/HIVE-23300?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17092534#comment-17092534
]
Hive QA commented on HIVE-23300:
--------------------------------
Here are the results of testing the latest attachment:
https://issues.apache.org/jira/secure/attachment/13001165/HIVE-23300.1.patch
{color:red}ERROR:{color} -1 due to no test(s) being added or modified.
{color:red}ERROR:{color} -1 due to 2 failed/errored test(s), 17143 tests
executed
*Failed tests:*
{noformat}
org.apache.hadoop.hive.metastore.TestGetPartitionsUsingProjectionAndFilterSpecs.testGetPartitionsUsingValuesWithJDO
(batchId=157)
org.apache.hive.jdbc.TestTriggersTezSessionPoolManager.testTriggerHighBytesRead
(batchId=219)
{noformat}
Test results:
https://builds.apache.org/job/PreCommit-HIVE-Build/21945/testReport
Console output: https://builds.apache.org/job/PreCommit-HIVE-Build/21945/console
Test logs: http://104.198.109.242/logs/PreCommit-HIVE-Build-21945/
Messages:
{noformat}
Executing org.apache.hive.ptest.execution.TestCheckPhase
Executing org.apache.hive.ptest.execution.PrepPhase
Executing org.apache.hive.ptest.execution.YetusPhase
Executing org.apache.hive.ptest.execution.ExecutionPhase
Executing org.apache.hive.ptest.execution.ReportingPhase
Tests exited with: TestsFailedException: 2 tests failed
{noformat}
This message is automatically generated.
ATTACHMENT ID: 13001165 - PreCommit-HIVE-Build
> alter_partitions codahale mertric does not close properly
> ---------------------------------------------------------
>
> Key: HIVE-23300
> URL: https://issues.apache.org/jira/browse/HIVE-23300
> Project: Hive
> Issue Type: Bug
> Components: Metastore
> Affects Versions: All Versions
> Reporter: Akash Katipally
> Priority: Major
> Attachments: HIVE-23300.1.patch
>
> Time Spent: 10m
> Remaining Estimate: 0h
>
> Hello,
>
> We were noticing in a rise in the number of alter partition calls in our
> metric dashboard. Upon further investigation, it seems like we do not close
> the call properly. Here is the error.
>
> {code:java}
> org.apache.hadoop.hive.common.metrics.metrics2.CodahaleMetrics Scope named
> api_alter_partitions is not closed, cannot be opened.
> {code}
> The piece of line that looks incorrect is here:
> [https://github.com/apache/hive/blob/master/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/HiveMetaStore.java#L5542]
--
This message was sent by Atlassian Jira
(v8.3.4#803005)