Bugzilla – Bug 2277
GridFTPClient bug Parallel, Passive, EBlockImageDCReader does not receive EOF
Last modified: 2007-09-12 16:26:57
You need to log in before you can comment on or make changes to this bug.
This bug prevents client passive receive in E Block mode. In order to fix, remove the following code in EBlockImageDCReader: //EOD received in previous read if (eodReceived) { return null; } It prevents the reader from ever catching EOF from the server and terminating the transfer. Instead, the client just hangs.
Consolidated as part of the new version into a separate bugzilla as this bug is irrelevant to the globus release process.
What does this mean? What separate bugzilla? This code is very much part of GT.
this bug must be stay in this bugzilla. the other bugzilla we have is mostly related to feature enhancements of Java Cogkit 4. We have removed all bugs that are related to components that are not distributed with GT4 and moved them in another bugzilla as to make the release process for GT4 easier.
Reassigning to current cog developer to close/fix as appropriate.