[
https://issues.apache.org/jira/browse/TEZ-3710?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Gopal V resolved TEZ-3710.
--------------------------
Resolution: Duplicate
> InMemoryReader has a lock per-byte
> ----------------------------------
>
> Key: TEZ-3710
> URL: https://issues.apache.org/jira/browse/TEZ-3710
> Project: Apache Tez
> Issue Type: Bug
> Reporter: Gopal V
> Assignee: Gopal V
>
> In ByteArrayDataInput - the super read() call is synchronized.
> {code}
> @Override
> public byte readByte() throws IOException {
> return (byte)read();
> }
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)