-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Low
-
Affects Version/s: 6.1
-
Component/s: Indexing
-
6.01
There is a new REST endpoint for reindexing, however when using it the reindex never completes and the log is full of errors like
Caused by: java.io.FileNotFoundException: /data/jirastudio/jira/home/caches/indexes/issues/_jwui.cfs (No such file or directory)
at java.io.RandomAccessFile.open(Native Method)
at java.io.RandomAccessFile.<init>(RandomAccessFile.java:216)
at org.apache.lucene.store.SimpleFSDirectory$SimpleFSIndexInput$Descriptor.<init>(SimpleFSDirectory.java:69)
at org.apache.lucene.store.SimpleFSDirectory$SimpleFSIndexInput.<init>(SimpleFSDirectory.java:90)
at org.apache.lucene.store.NIOFSDirectory$NIOFSIndexInput.<init>(NIOFSDirectory.java:91)
at org.apache.lucene.index.CompoundFileReader.<init>(CompoundFileReader.java:64)
at org.apache.lucene.index.SegmentCoreReaders.<init>(SegmentCoreReaders.java:67)
at org.apache.lucene.index.SegmentReader.get(SegmentReader.java:114)
at org.apache.lucene.index.SegmentReader.get(SegmentReader.java:92)
at org.apache.lucene.index.DirectoryReader.<init>(DirectoryReader.java:235)
at org.apache.lucene.index.ReadOnlyDirectoryReader.<init>(ReadOnlyDirectoryReader.java:34)
at org.apache.lucene.index.DirectoryReader.doReopen(DirectoryReader.java:484)