[infinispan-issues] [JBoss JIRA] Updated: (ISPN-1184) Provide more meaningful messages for EOFException
Galder Zamarreño (JIRA)
jira-events at lists.jboss.org
Thu Jun 16 11:01:24 EDT 2011
[ https://issues.jboss.org/browse/ISPN-1184?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Galder Zamarreño updated ISPN-1184:
-----------------------------------
Fix Version/s: 5.0.0.CR6
(was: 5.0.0.CR7)
Git Pull Request: https://github.com/infinispan/infinispan/pull/396 (was: https://github.com/infinispan/infinispan/pull/396)
Forum Reference: http://lists.jboss.org/pipermail/infinispan-dev/2011-June/008514.html (was: http://lists.jboss.org/pipermail/infinispan-dev/2011-June/008514.html)
> Provide more meaningful messages for EOFException
> -------------------------------------------------
>
> Key: ISPN-1184
> URL: https://issues.jboss.org/browse/ISPN-1184
> Project: Infinispan
> Issue Type: Enhancement
> Components: Marshalling, State transfer
> Reporter: Galder Zamarreño
> Assignee: Galder Zamarreño
> Fix For: 5.0.0.CR6
>
>
> During state transfer and any other streaming functionality, the sender could prematurely die without sending all the bytes. This generally results on the receiver side throwing:
> {code}2011-06-09 15:32:18,092 ERROR [JGroupsTransport]
> (Incoming-1,Infinispan-Cluster,NodeB-32230) ISPN00096: Caught while
> requesting or applying state
> org.infinispan.statetransfer.StateTransferException:
> java.io.EOFException: Read past end of file
> at org.infinispan.statetransfer.StateTransferManagerImpl.applyState(StateTransferManagerImpl.java:333){code}
> This can be a bit misleading for users, so the exception should be laundered into something that's more meaningful.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the infinispan-issues
mailing list