Hi,
I am using Gerrit 2.14.6, I restarted the Gerrit once and not able to see Merged list.
And getting the following error.
[changes_closed Commit-0] ERROR com.google.gerrit.lucene.AbstractLuceneIndex : Error committing changes_closed Lucene index
java.nio.file.AccessDeniedException: /home2/gerrit2/gerrit2/index/changes_0039/closed/_hmr_Lucene50_0.tim
at sun.nio.fs.UnixException.translateToIOException(UnixException.java:84)
at sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:102)
at sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:107)
at sun.nio.fs.UnixFileSystemProvider.newFileChannel(UnixFileSystemProvider.java:177)
at java.nio.channels.FileChannel.open(FileChannel.java:287)
at java.nio.channels.FileChannel.open(FileChannel.java:335)
at org.apache.lucene.util.IOUtils.fsync(IOUtils.java:391)
at org.apache.lucene.store.FSDirectory.fsync(FSDirectory.java:288)
at org.apache.lucene.store.FSDirectory.sync(FSDirectory.java:232)
at org.apache.lucene.store.LockValidatingDirectoryWrapper.sync(LockValidatingDirectoryWrapper.java:62)
at org.apache.lucene.index.IndexWriter.startCommit(IndexWriter.java:4435)
at org.apache.lucene.index.IndexWriter.prepareCommitInternal(IndexWriter.java:2860)
at org.apache.lucene.index.IndexWriter.commitInternal(IndexWriter.java:2963)
at org.apache.lucene.index.IndexWriter.commit(IndexWriter.java:2930)
at com.google.gerrit.lucene.AbstractLuceneIndex$1.run(AbstractLuceneIndex.java:130)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:308)
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:180)
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:294)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:748)
Please tell me what is the issue?