Ted Yu created YARN-1753:
----------------------------
Summary:
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
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.1.5#6160)