[jira] [Updated] (YARN-1753) FileSystemApplicationHistoryStore#HistoryFileReader#next() should check return value of dis.read()

2014-08-18 Thread Zhijie Shen (JIRA)

 [ 
https://issues.apache.org/jira/browse/YARN-1753?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Zhijie Shen updated YARN-1753:
--

Issue Type: Sub-task  (was: Bug)
Parent: YARN-321

> FileSystemApplicationHistoryStore#HistoryFileReader#next() should check 
> return value of dis.read()
> --
>
> Key: YARN-1753
> URL: https://issues.apache.org/jira/browse/YARN-1753
> Project: Hadoop YARN
>  Issue Type: Sub-task
>Reporter: Ted Yu
>Priority: Minor
> Attachments: YARN-1753.patch
>
>
> Here is related code:
> {code}
>   byte[] value = new byte[entry.getValueLength()];
>   dis.read(value);
> {code}
> entry.getValueLength() bytes are expected to be read.
> The return value from dis.read() should be checked against value length.



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Updated] (YARN-1753) FileSystemApplicationHistoryStore#HistoryFileReader#next() should check return value of dis.read()

2014-08-18 Thread JongWon Park (JIRA)

 [ 
https://issues.apache.org/jira/browse/YARN-1753?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

JongWon Park updated YARN-1753:
---

Attachment: YARN-1753.patch

> FileSystemApplicationHistoryStore#HistoryFileReader#next() should check 
> return value of dis.read()
> --
>
> Key: YARN-1753
> URL: https://issues.apache.org/jira/browse/YARN-1753
> Project: Hadoop YARN
>  Issue Type: Bug
>Reporter: Ted Yu
>Priority: Minor
> Attachments: YARN-1753.patch
>
>
> Here is related code:
> {code}
>   byte[] value = new byte[entry.getValueLength()];
>   dis.read(value);
> {code}
> entry.getValueLength() bytes are expected to be read.
> The return value from dis.read() should be checked against value length.



--
This message was sent by Atlassian JIRA
(v6.2#6252)