[infinispan-issues] [JBoss JIRA] (ISPN-7784) BytesObjectInput doesn't implement ObjectInput properly

Adrian Nistor (JIRA) issues at jboss.org
Wed May 10 06:23:00 EDT 2017


     [ https://issues.jboss.org/browse/ISPN-7784?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Adrian Nistor updated ISPN-7784:
--------------------------------
           Status: Resolved  (was: Pull Request Sent)
    Fix Version/s: 9.1.0.Alpha1
       Resolution: Done


Integrated in master.

> BytesObjectInput doesn't implement ObjectInput properly
> -------------------------------------------------------
>
>                 Key: ISPN-7784
>                 URL: https://issues.jboss.org/browse/ISPN-7784
>             Project: Infinispan
>          Issue Type: Bug
>          Components: Core
>    Affects Versions: 9.0.0.Final
>            Reporter: Dan Berindei
>            Assignee: Dan Berindei
>             Fix For: 9.1.0.Final, 9.1.0.Alpha1
>
>
> The {{java.io.ObjectInput#read()}} javadoc says implementations should return -1 if the end of the stream is reached, but {{BytesObjectInput}} throws an {{ArrayIndexOutOfBoundsException}}.
> Actually, {{read()}} is only used because {{ExternalJBossMarshaller.JBossByteInput}} doesn't implement {{read(byte[])}}. This makes unmarshalling of external objects slower than it should be, because {{InputStream.read(byte[])}} fills the buffer by repeatedly calling {{read()}}.



--
This message was sent by Atlassian JIRA
(v7.2.3#72005)


More information about the infinispan-issues mailing list