Im experiencing the issue described in here, however, am using Solr 8.0.0:

https://issues.apache.org/jira/browse/SOLR-11616

I can't create backups using the backup API, one or two minutes after I
start the backup, it throws the following NoSuchFileException exception,
with a different file each time:

2019-08-22 16:47:33.300 ERROR (Thread-74) [ ] o.a.s.h.SnapShooter
Exception while creating snapshot
 java.nio.file.NoSuchFileException:
/mnt/orcid_data/solr_data/profile/index/_6gne_Lucene50_0.tip
 at sun.nio.fs.UnixException.translateToIOException(UnixException.java:92)
~[?:?]
 at sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:111) ~[?:?]
 at sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:116) ~[?:?]
 at 
sun.nio.fs.UnixFileSystemProvider.newFileChannel(UnixFileSystemProvider.java:178)
~[?:?]
 at java.nio.channels.FileChannel.open(FileChannel.java:292) ~[?:?]
 at java.nio.channels.FileChannel.open(FileChannel.java:345) ~[?:?]
 at org.apache.lucene.store.MMapDirectory.openInput(MMapDirectory.java:238)
~[lucene-core-8.0.0.jar:8.0.0 2ae4746365c1ee72a0047ced7610b2096e438979
- jimczi - 2019-03-08 11:58:55]
 at 
org.apache.lucene.store.NRTCachingDirectory.openInput(NRTCachingDirectory.java:181)
~[lucene-core-8.0.0.jar:8.0.0 2ae4746365c1ee72a0047ced7610b2096e438979
- jimczi - 2019-03-08 11:58:55]
 at org.apache.lucene.store.Directory.copyFrom(Directory.java:182)
~[lucene-core-8.0.0.jar:8.0.0 2ae4746365c1ee72a0047ced7610b2096e438979
- jimczi - 2019-03-08 11:58:55]
 at 
org.apache.solr.core.backup.repository.LocalFileSystemRepository.copyFileFrom(LocalFileSystemRepository.java:145)
~[solr-core-8.0.0.jar:8.0.0 2ae4746365c1ee72a0047ced7610b2096e438979 -
jimczi - 2019-03-08 12:06:06]
 at org.apache.solr.handler.SnapShooter.createSnapshot(SnapShooter.java:238)
~[solr-core-8.0.0.jar:8.0.0 2ae4746365c1ee72a0047ced7610b2096e438979 -
jimczi - 2019-03-08 12:06:06]
 at 
org.apache.solr.handler.SnapShooter.lambda$createSnapAsync$2(SnapShooter.java:205)
[solr-core-8.0.0.jar:8.0.0 2ae4746365c1ee72a0047ced7610b2096e438979 -
jimczi - 2019-03-08 12:06:06]
 at java.lang.Thread.run(Thread.java:834) [?:?]


Anyone know how to fix this? or any workaround?

Ángel Montenegro
Software architect
a.montene...@orcid.org
https://orcid.org/0000-0002-7869-831X

Reply via email to