Skip to content

Instantly share code, notes, and snippets.

@igable
Created November 5, 2011 23:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save igable/1342185 to your computer and use it in GitHub Desktop.
Save igable/1342185 to your computer and use it in GitHub Desktop.
Exception when writing to a Lustre FS with FDT. FDT server run on the machine with the mounted LustreFS
Nov 5, 2011 4:23:01 PM lia.util.net.copy.FileWriterSession getChannel
WARNING: [ FileWriterSession ] Cannot lock file: /xyratex/ianfdt/ssd/atlas/group10.perf-tau.00182787.Egamma-AOD.f382_m866.01-01-02.D3PD.110608134836_TauMEDIUM/.group10.perf-tau.22321_009494.TauMEDIUM._00001.root; will try to write without lock taken. Cause:
java.io.IOException: Function not implemented
at sun.nio.ch.FileChannelImpl.lock0(Native Method)
at sun.nio.ch.FileChannelImpl.lock(FileChannelImpl.java:832)
at java.nio.channels.FileChannel.lock(FileChannel.java:860)
at lia.util.net.copy.FileWriterSession.getChannel(FileWriterSession.java:126)
at lia.util.net.copy.disk.DiskWriterTask.run(DiskWriterTask.java:151)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
at java.util.concurrent.FutureTask.run(FutureTask.java:138)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
at java.lang.Thread.run(Thread.java:662)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment