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

Galder Zamarreño (Commented) (JIRA) jira-events at lists.jboss.org
Thu Nov 17 10:56:41 EST 2011


    [ https://issues.jboss.org/browse/ISPN-1411?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12643727#comment-12643727 ] 

Galder Zamarreño commented on ISPN-1411:
----------------------------------------

A fix for this will be included in 5.1.0.BETA5
                
> 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