Hans Uhlig created FLUME-2074:
---------------------------------
Summary: ResettableInputStream returns -1 when parsing binary
stream 0xff
Key: FLUME-2074
URL: https://issues.apache.org/jira/browse/FLUME-2074
Project: Flume
Issue Type: Bug
Components: Sinks+Sources
Affects Versions: v1.4.0
Reporter: Hans Uhlig
Priority: Critical
ResettableInputStream returns -1 when parsing binary stream 0xff which causes
deserializers using -1 to indicate EOF to truncate prematurely.
ResettableInputStream.read() returns an int and should be returning the
unsigned value of the byte (0 - 255) with -1 as en EOF rather than the signed
value of (-128 - 127).
--
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