[
https://issues.apache.org/jira/browse/HIVE-8343?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Ashutosh Chauhan updated HIVE-8343:
-----------------------------------
Affects Version/s: 0.14.0
1.0.0
1.2.0
1.1.0
> Return value from BlockingQueue.offer() is not checked in
> DynamicPartitionPruner
> --------------------------------------------------------------------------------
>
> Key: HIVE-8343
> URL: https://issues.apache.org/jira/browse/HIVE-8343
> Project: Hive
> Issue Type: Bug
> Affects Versions: 0.14.0, 1.0.0, 1.2.0, 1.1.0
> Reporter: Ted Yu
> Assignee: JongWon Park
> Priority: Minor
> Fix For: 2.1.0
>
> Attachments: HIVE-8343.patch
>
>
> In addEvent() and processVertex(), there is call such as the following:
> {code}
> queue.offer(event);
> {code}
> The return value should be checked. If false is returned, event would not
> have been queued.
> Take a look at line 328 in:
> http://fuseyism.com/classpath/doc/java/util/concurrent/LinkedBlockingQueue-source.html
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)