It appears that the EOFException is sometimes rethrown as IOError, for example like this:

private IColumn deserializeNext()
{
try

{ count++; return serializer.deserialize(dis, interner, fromRemote, expireBefore); }

catch (IOException e)

{ throw new IOError(e); }

}

So the patch should also catch IOError

Change By: Ivo Ladage - van Doorn (06/Apr/12 9:09 AM)
Resolution: Fixed
Status: Closed Reopened
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira
_______________________________________________
Amdatu-developers mailing list
[email protected]
http://lists.amdatu.org/mailman/listinfo/amdatu-developers

Reply via email to