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


It appears that the EOFException is sometimes rethrown as IOError, for example like this:
private IColumn deserializeNext()
{ count++; return serializer.deserialize(dis, interner, fromRemote, expireBefore); }{
try
catch (IOException e)
{ throw new IOError(e); }}
So the patch should also catch IOError