[
https://issues.apache.org/jira/browse/HIVE-22705?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17020115#comment-17020115
]
Hive QA commented on HIVE-22705:
--------------------------------
Here are the results of testing the latest attachment:
https://issues.apache.org/jira/secure/attachment/12991414/HIVE-22705.2.patch
{color:green}SUCCESS:{color} +1 due to 1 test(s) being added or modified.
{color:green}SUCCESS:{color} +1 due to 17936 tests passed
Test results:
https://builds.apache.org/job/PreCommit-HIVE-Build/20254/testReport
Console output: https://builds.apache.org/job/PreCommit-HIVE-Build/20254/console
Test logs: http://104.198.109.242/logs/PreCommit-HIVE-Build-20254/
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: 12991414 - PreCommit-HIVE-Build
> LLAP cache is polluted by query-based compactor
> -----------------------------------------------
>
> Key: HIVE-22705
> URL: https://issues.apache.org/jira/browse/HIVE-22705
> Project: Hive
> Issue Type: Improvement
> Reporter: Ádám Szita
> Assignee: Ádám Szita
> Priority: Major
> Attachments: HIVE-22705.0.patch, HIVE-22705.1.patch,
> HIVE-22705.2.patch
>
>
> One of the steps that query-based compaction does is the verification of ACID
> sort order by using the _validate_acid_sort_order_ UDF. This is a
> prerequisite before the actual compaction can happen, and is done by a [query
> that reads the whole table
> content|https://github.com/apache/hive/blob/master/ql/src/java/org/apache/hadoop/hive/ql/txn/compactor/MajorQueryCompactor.java#L161-L167].
> This results in the whole table content being populated into the cache. The
> problem is that this content is not useful and will rather pollute the cache
> space, as it can never be used again: cache content binds to files (file IDs)
> that obviously will be changed in this case by compaction.
> I propose we disable LLAP caching in the session of query-based compaction's
> queries.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)