You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@tez.apache.org by "Bikas Saha (JIRA)" <ji...@apache.org> on 2013/07/22 23:56:49 UTC

[jira] [Created] (TEZ-313) Change TezEntityDescriptor to not use ByteBuffer as its not thread safe

Bikas Saha created TEZ-313:
------------------------------

             Summary: Change TezEntityDescriptor to not use ByteBuffer as its not thread safe
                 Key: TEZ-313
                 URL: https://issues.apache.org/jira/browse/TEZ-313
             Project: Apache Tez
          Issue Type: Bug
            Reporter: Bikas Saha
            Assignee: Bikas Saha


The bytes in the user payload are read in multiple places and this may happen concurrently. Reading ByteBuffer is not thread safe and can lead to invalid data being read.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira