[ https://issues.apache.org/jira/browse/HIVE-23144?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17077321#comment-17077321 ]
Hive QA commented on HIVE-23144: -------------------------------- Here are the results of testing the latest attachment: https://issues.apache.org/jira/secure/attachment/12999088/HIVE-23144.01.patch {color:red}ERROR:{color} -1 due to no test(s) being added or modified. {color:green}SUCCESS:{color} +1 due to 18194 tests passed Test results: https://builds.apache.org/job/PreCommit-HIVE-Build/21489/testReport Console output: https://builds.apache.org/job/PreCommit-HIVE-Build/21489/console Test logs: http://104.198.109.242/logs/PreCommit-HIVE-Build-21489/ 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: 12999088 - PreCommit-HIVE-Build > LLAP: Let QueryTracker cleanup on serviceStop > --------------------------------------------- > > Key: HIVE-23144 > URL: https://issues.apache.org/jira/browse/HIVE-23144 > Project: Hive > Issue Type: Bug > Reporter: László Bodor > Assignee: László Bodor > Priority: Major > Attachments: HIVE-23144.01.patch > > > QueryTracker's executor service basically runs cleanup tasks: > ExternalQueryCleanerCallable, DagMapCleanerCallable, FileCleanerCallable. > Changing the shutdown behavior to > [.shutdown()|https://docs.oracle.com/javase/8/docs/api/java/util/concurrent/ExecutorService.html#shutdown--] > from > [.shutdownNow()|https://docs.oracle.com/javase/8/docs/api/java/util/concurrent/ExecutorService.html#shutdownNow--] > would let QueryTracker to cleanup its garbage, for example shuffle local > files: > https://github.com/apache/hive/blob/c3ec20dd4f5b5fbde4007041844f6aed8c262ca1/llap-server/src/java/org/apache/hadoop/hive/llap/daemon/impl/QueryTracker.java#L440 -- This message was sent by Atlassian Jira (v8.3.4#803005)