[infinispan-issues] [JBoss JIRA] Created: (ISPN-1184) Provide more meaningful messages for EOFException

Galder Zamarreño (JIRA) jira-events at lists.jboss.org
Wed Jun 15 03:31:29 EDT 2011


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.CR7


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