[
https://issues.apache.org/jira/browse/HIVE-21422?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16795513#comment-16795513
]
Hive QA commented on HIVE-21422:
--------------------------------
Here are the results of testing the latest attachment:
https://issues.apache.org/jira/secure/attachment/12962876/HIVE-21422.1.patch
{color:red}ERROR:{color} -1 due to no test(s) being added or modified.
{color:red}ERROR:{color} -1 due to 1 failed/errored test(s), 15833 tests
executed
*Failed tests:*
{noformat}
org.apache.hadoop.hive.cli.TestNegativeCliDriver.testCliDriver[udaf_invalid_place]
(batchId=99)
{noformat}
Test results:
https://builds.apache.org/job/PreCommit-HIVE-Build/16563/testReport
Console output: https://builds.apache.org/job/PreCommit-HIVE-Build/16563/console
Test logs: http://104.198.109.242/logs/PreCommit-HIVE-Build-16563/
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: 1 tests failed
{noformat}
This message is automatically generated.
ATTACHMENT ID: 12962876 - PreCommit-HIVE-Build
> Add metrics to LRFU cache policy
> --------------------------------
>
> Key: HIVE-21422
> URL: https://issues.apache.org/jira/browse/HIVE-21422
> Project: Hive
> Issue Type: Improvement
> Components: llap
> Affects Versions: 4.0.0
> Reporter: Oliver Draese
> Assignee: Oliver Draese
> Priority: Major
> Labels: llap
> Fix For: 4.0.0
>
> Attachments: HIVE-21422.1.patch, HIVE-21422.patch
>
>
> The LRFU cache policy for the LLAP data cache doesn't provide enough insight
> to figure out, what is cached and why something might get evicted. This
> ticket is used to add Hadoop metrics 2 information (accessible via JMX) to
> the LRFU policy, providing following information:
> * How much memory is cached for data buffers
> * How much memory is cached for meta data buffers
> * How large is the min-heap of the cache policy
> * How long is the eviction short list (linked list)
> * How much memory is currently "locked" (buffers with positive reference
> count) and therefore in use by a query
> These new counters are found in the MX bean, following this path:
> Hadoop/LlapDaemon/LowLevelLrfuCachePolicy-<hostname>
>
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)