[
https://issues.apache.org/jira/browse/HIVE-22760?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17068587#comment-17068587
]
Hive QA commented on HIVE-22760:
--------------------------------
Here are the results of testing the latest attachment:
https://issues.apache.org/jira/secure/attachment/12997907/HIVE-22760.3.patch
{color:green}SUCCESS:{color} +1 due to 3 test(s) being added or modified.
{color:green}SUCCESS:{color} +1 due to 18140 tests passed
Test results:
https://builds.apache.org/job/PreCommit-HIVE-Build/21294/testReport
Console output: https://builds.apache.org/job/PreCommit-HIVE-Build/21294/console
Test logs: http://104.198.109.242/logs/PreCommit-HIVE-Build-21294/
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
{noformat}
This message is automatically generated.
ATTACHMENT ID: 12997907 - PreCommit-HIVE-Build
> Add Clock caching eviction based strategy
> -----------------------------------------
>
> Key: HIVE-22760
> URL: https://issues.apache.org/jira/browse/HIVE-22760
> Project: Hive
> Issue Type: New Feature
> Components: llap
> Reporter: Slim Bouguerra
> Assignee: Slim Bouguerra
> Priority: Major
> Attachments: HIVE-22760.2.patch, HIVE-22760.3.patch,
> HIVE-22760.3.patch, HIVE-22760.patch, HIVE-22760.patch
>
>
> LRFU is the current default right now.
> The main issue with such Strategy is that it has a very high memory overhead,
> in addition to that, most of the accounting has to happen under locks thus
> can be source of contentions.
> Add Simpler policy like clock, can help with both issues.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)