[
https://issues.apache.org/jira/browse/HIVE-19392?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Andrew Sherman reassigned HIVE-19392:
-------------------------------------
Assignee: Andrew Sherman
> unsynchronized index causes DataInputByteBuffer$Buffer.read hangs
> -----------------------------------------------------------------
>
> Key: HIVE-19392
> URL: https://issues.apache.org/jira/browse/HIVE-19392
> Project: Hive
> Issue Type: Bug
> Components: SQL
> Affects Versions: 1.0.0
> Reporter: John Doe
> Assignee: Andrew Sherman
> Priority: Minor
>
> In DataInputByteBuffer$Buffer class, the fields bidx and buffers, etc are
> unsynchronized when used in read() and reset() function. In certain
> circumstances, e.g., the reset() is invoked in a loop, the unsynchronized
> bidx and buffers can trigger a concurrency bug.
> This bug also shows in
> [Hadoop-15429|https://issues.apache.org/jira/browse/HADOOP-15429].
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)