[infinispan-issues] [JBoss JIRA] (ISPN-5075) org.infinispan.IllegalLifecycleStateException in query tests
Gustavo Fernandes (JIRA)
issues at jboss.org
Wed Dec 10 10:17:39 EST 2014
Gustavo Fernandes created ISPN-5075:
---------------------------------------
Summary: org.infinispan.IllegalLifecycleStateException in query tests
Key: ISPN-5075
URL: https://issues.jboss.org/browse/ISPN-5075
Project: Infinispan
Issue Type: Bug
Reporter: Gustavo Fernandes
Many query tests log an error after running:
{code}
Exception in thread "Hibernate Search: async deletion of index segments-1" org.infinispan.IllegalLifecycleStateException: ISPN000323: Cache 'LuceneIndexesMetadata' is in 'TERMINATED' state and so it does not accept new invocations. Either restart it or recreate the cache container.
at org.infinispan.interceptors.InvocationContextInterceptor.handleAll(InvocationContextInterceptor.java:89)
at org.infinispan.interceptors.InvocationContextInterceptor.handleDefault(InvocationContextInterceptor.java:71)
at org.infinispan.commands.AbstractVisitor.visitGetKeyValueCommand(AbstractVisitor.java:77)
at org.infinispan.commands.read.GetKeyValueCommand.acceptVisitor(GetKeyValueCommand.java:44)
at org.infinispan.interceptors.InterceptorChain.invoke(InterceptorChain.java:333)
at org.infinispan.cache.impl.CacheImpl.get(CacheImpl.java:422)
at org.infinispan.cache.impl.DecoratedCache.get(DecoratedCache.java:427)
at org.infinispan.lucene.impl.FileListOperations.getFileList(FileListOperations.java:160)
at org.infinispan.lucene.impl.FileListOperations.deleteFileName(FileListOperations.java:129)
at org.infinispan.lucene.impl.DirectoryImplementor.deleteFile(DirectoryImplementor.java:64)
at org.infinispan.lucene.impl.DirectoryLuceneV4$DeleteTask.run(DirectoryLuceneV4.java:195)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
at java.lang.Thread.run(Thread.java:745)
{code}
That error does not cause the test to fails, but comes from the async deletes of segments. Need to check if they are being flushed correctly when the cache manager stops
--
This message was sent by Atlassian JIRA
(v6.3.8#6338)
More information about the infinispan-issues
mailing list