[infinispan-issues] [JBoss JIRA] (ISPN-1411) ISPN cache is hung when try to read data from DB

Galder Zamarreño (Resolved) (JIRA) jira-events at lists.jboss.org
Thu Nov 17 10:52:40 EST 2011


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

Galder Zamarreño resolved ISPN-1411.
------------------------------------

    Fix Version/s:     (was: 5.1.0.FINAL)
                       (was: 5.1.0.CR1)
                       (was: 5.0.2.FINAL)
       Resolution: Duplicate Issue

    
> ISPN cache is hung when try to read data from DB
> ------------------------------------------------
>
>                 Key: ISPN-1411
>                 URL: https://issues.jboss.org/browse/ISPN-1411
>             Project: Infinispan
>          Issue Type: Bug
>          Components: Marshalling
>    Affects Versions: 5.0.0.FINAL
>         Environment: Oracle 11.1.6.0.0
>            Reporter: Anatoliy Bazko
>            Assignee: Manik Surtani
>            Priority: Critical
>
> Have a look on AbstractMarshaller.objectFromInputStream(InputStream inputStream).
> When inputStream.available() returns 0 (but it doesn't mean that stream is empty) we have never ended cycle below
> {code}
> while ((bytesRead = inputStream.read(buf, 0, buf.length)) != -1) bytes.write(buf, 0, bytesRead);
> {code}
> I personally can reproduce this with Oracle DB

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

       



More information about the infinispan-issues mailing list