[
https://issues.apache.org/jira/browse/HIVE-15541?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15800034#comment-15800034
]
Jason Dere commented on HIVE-15541:
-----------------------------------
One solution is to create the ATSHook executor with a bounded queue capacity so
the hook does not submit new requests if it gets too full.
> Hive OOM when ATSHook enabled and ATS goes down
> -----------------------------------------------
>
> Key: HIVE-15541
> URL: https://issues.apache.org/jira/browse/HIVE-15541
> Project: Hive
> Issue Type: Bug
> Components: Hooks
> Reporter: Jason Dere
> Assignee: Jason Dere
>
> The ATS API used by the Hive ATSHook is a blocking call, if ATS goes down
> this can block the ATSHook executor, while the hook continues to submit work
> to the executor with each query.
> Over time the buildup of queued items can cause OOM.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)