Open kofemann opened 4 years ago
A possible effect on the pool:
java.lang.IllegalStateException: Handle is closed
at org.dcache.pool.repository.v5.WriteHandleImpl.close(WriteHandleImpl.java:346)
at org.dcache.pool.classic.DefaultPostTransferService.lambda$execute$1(DefaultPostTransferService.java:118)
at org.dcache.util.FireAndForgetTask.run(FireAndForgetTask.java:31)
at org.dcache.util.CDCExecutorServiceDecorator$WrappedRunnable.run(CDCExecutorServiceDecorator.java:149)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
at java.base/java.lang.Thread.run(Thread.java:834)
The NFS door kills the mover associated with the transfer twice: once then layout return is called and second time when file is closed. Though this in general not a problem, in addition to extra message errors, like:
can be triggered.