-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
EOFException on Janelia file system #50
Comments
Looks like the exception is happening here reading the very first bytes: DefaultBlockReader.java#L71 Though, this is suspicious that jobs reattempt and succeed... Might it be that the blocks are written concurrently as they are being read? |
I agree, maybe it is an issue with the file system, actually, and not N5.
They should not, unless I have a bug in my code, which is a realistic possibility, of course. |
I just ran into EOF issues again in a different project and increasing the block size seems to help here. Might be unrelated but if other people run into EOF issues, I recommend trying to increase block size as well. |
Most likely this is the cause: imglib/imglib2#252 |
imglib/imglib2#252 has been fixed by imglib/imglib2#329 |
When running spark jobs on the Janelia cluster, I get these
EOFExceptions
:The jobs can recover and finish successfully. The n5 data is written and read with the Java N5FS implementation
The text was updated successfully, but these errors were encountered: