<div dir="ltr"><div><div><div><div><div><div><div>Hi,<br></div>A while ago I tried using Lustre as storage target for elasticsearch with no luck, at the time I didn't really have time to look at it.<br></div>Today I looked at it again.<br><br></div>Apparently it tries to run a native locking function that isn't implemented in java:<br><br>Caused by: java.io.IOException: Function not implemented<br>        at sun.nio.ch.FileDispatcherImpl.lock0(Native Method) ~[?:?]<br>        at sun.nio.ch.FileDispatcherImpl.lock(FileDispatcherImpl.java:90) ~[?:?]<br>        at sun.nio.ch.FileChannelImpl.tryLock(FileChannelImpl.java:1115) ~[?:?]<br>        at java.nio.channels.FileChannel.tryLock(FileChannel.java:1155) ~[?:1.8.0_141]<br>        at org.apache.lucene.store.NativeFSLockFactory.obtainFSLock(NativeFSLockFactory.java:114)<br>at org.apache.lucene.store.FSLockFactory.obtainLock(FSLockFactory.java:41)<br>at org.apache.lucene.store.BaseDirectory.obtainLock(BaseDirectory.java:45)<br><br></div>So I was wondering would this issue be solved by Lustre bindings for Java or is this a way of locking that isn't supported by Lustre?<br><br></div>Is anyone else using elastic on Lustre? How did you do it?<br></div>Thanks,<br></div>Eli<br></div>