[infinispan-issues] [JBoss JIRA] (ISPN-6995) org.apache.lucene.store.AlreadyClosedException when indexing with AffinityIndexManager

Gustavo Fernandes (JIRA) issues at jboss.org
Thu Sep 1 09:45:01 EDT 2016


Gustavo Fernandes created ISPN-6995:
---------------------------------------

             Summary: org.apache.lucene.store.AlreadyClosedException when indexing with AffinityIndexManager
                 Key: ISPN-6995
                 URL: https://issues.jboss.org/browse/ISPN-6995
             Project: Infinispan
          Issue Type: Bug
          Components: Embedded Querying
    Affects Versions: 9.0.0.Alpha4
            Reporter: Gustavo Fernandes
            Assignee: Gustavo Fernandes


Somehow difficult to reproduce, but during topology changes some entries are not indexed, the indexing backend throws the exception:
{noformat}
14:07:31,089 ERROR (Hibernate Search sync consumer thread for index entity.119) [LuceneBackendQueueTask] HSEARCH000073: Error in backend
org.apache.lucene.store.AlreadyClosedException: this IndexWriter is closed
        at org.apache.lucene.index.IndexWriter.ensureOpen(IndexWriter.java:720)
        at org.apache.lucene.index.IndexWriter.ensureOpen(IndexWriter.java:734)
        at org.apache.lucene.index.IndexWriter.getAnalyzer(IndexWriter.java:1163)
        at org.hibernate.search.backend.impl.lucene.IndexWriterDelegate.<init>(IndexWriterDelegate.java:39)
        at org.hibernate.search.backend.impl.lucene.AbstractWorkspaceImpl.getIndexWriterDelegate(AbstractWorkspaceImpl.java:206)
        at org.hibernate.search.backend.impl.lucene.LuceneBackendQueueTask.applyUpdates(LuceneBackendQueueTask.java:80)
        at org.hibernate.search.backend.impl.lucene.LuceneBackendQueueTask.run(LuceneBackendQueueTask.java:46)
        at org.hibernate.search.backend.impl.lucene.SyncWorkProcessor$Consumer.applyChangesets(SyncWorkProcessor.java:165)

{noformat}



--
This message was sent by Atlassian JIRA
(v6.4.11#64026)


More information about the infinispan-issues mailing list