[JBoss JIRA] (ISPN-7374) Exception caught while executing command org.infinispan.IllegalLifecycleStateException: ISPN000323: Cache '{}_{portname.275213898068544}' is in 'TERMINATED' state
by Radim Vansa (JIRA)
[ https://issues.jboss.org/browse/ISPN-7374?page=com.atlassian.jira.plugin.... ]
Radim Vansa commented on ISPN-7374:
-----------------------------------
This looks like running {{cache.values()}} on a cache that was previously stopped ({{cache.stop()}} - getting an exception is the expected outcome. How are you exactly restarting those nodes, and how does the call relate to the restart?
> Exception caught while executing command org.infinispan.IllegalLifecycleStateException: ISPN000323: Cache '{}_{portname.275213898068544}' is in 'TERMINATED' state
> -------------------------------------------------------------------------------------------------------------------------------------------------------------------
>
> Key: ISPN-7374
> URL: https://issues.jboss.org/browse/ISPN-7374
> Project: Infinispan
> Issue Type: Feature Request
> Components: Cloud Integrations
> Affects Versions: 8.2.2.Final
> Reporter: Ankit Tripathi
>
> We are using Opendaylight Controller in a 3 node cluster Env. Which uses infinispan cache for storing and replicating the data in the cluster.
> After rebooting all the 3 nodes, we are observing the below infinispan error.
> Exception caught while executing command
> org.infinispan.IllegalLifecycleStateException: ISPN000323: Cache '{}_{portname.275213898068544}' 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:101)
> at org.infinispan.interceptors.InvocationContextInterceptor.handleDefault(InvocationContextInterceptor.java:83)
> at org.infinispan.commands.AbstractVisitor.visitEntrySetCommand(AbstractVisitor.java:105)
> at org.infinispan.commands.read.EntrySetCommand.acceptVisitor(EntrySetCommand.java:49)
> at org.infinispan.interceptors.base.CommandInterceptor.invokeNextInterceptor(CommandInterceptor.java:99)
> at org.infinispan.interceptors.base.CommandInterceptor.handleDefault(CommandInterceptor.java:113)
> at org.infinispan.commands.AbstractVisitor.visitEntrySetCommand(AbstractVisitor.java:105)
> at org.infinispan.interceptors.distribution.DistributionBulkInterceptor.visitEntrySetCommand(DistributionBulkInterceptor.java:60)
> at org.infinispan.interceptors.distribution.DistributionBulkInterceptor.visitEntrySetCommand(DistributionBulkInterceptor.java:49)
> at org.infinispan.commands.read.EntrySetCommand.acceptVisitor(EntrySetCommand.java:49)
> at org.infinispan.interceptors.InterceptorChain.invoke(InterceptorChain.java:335)
> at org.infinispan.cache.impl.CacheImpl.cacheEntrySet(CacheImpl.java:624)
> at org.infinispan.cache.impl.CacheImpl.values(CacheImpl.java:612)
> at org.infinispan.cache.impl.CacheImpl.values(CacheImpl.java:608)
> at org.infinispan.cache.impl.CacheImpl.values(CacheImpl.java:126)
> at org.opendaylight.controller.clustering.services_implementation.internal.ExceptionAwareWrapperCache.values(ExceptionAwareWrapperCache.java:236)
> We tried below workaround mentioned in below link. and it worked ( we gave 10 sec delay between node restart in cluster)
> https://bugzilla.redhat.com/show_bug.cgi?id=900946
> we found another link reporting the similar issue(not sure) in higher version.
> https://issues.jboss.org/browse/ISPN-5075
> Please suggest.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 7 months
[JBoss JIRA] (ISPN-8220) ClusteredCacheMgmtInterceptorMBeanTest fails intermittently
by Ryan Emerson (JIRA)
[ https://issues.jboss.org/browse/ISPN-8220?page=com.atlassian.jira.plugin.... ]
Ryan Emerson updated ISPN-8220:
-------------------------------
Labels: testsuite_stability (was: )
> ClusteredCacheMgmtInterceptorMBeanTest fails intermittently
> -----------------------------------------------------------
>
> Key: ISPN-8220
> URL: https://issues.jboss.org/browse/ISPN-8220
> Project: Infinispan
> Issue Type: Bug
> Components: JMX, reporting and management, Test Suite - Core
> Affects Versions: 9.1.0.Final
> Reporter: Ryan Emerson
> Assignee: Ryan Emerson
> Labels: testsuite_stability
> Fix For: 9.1.1.Final
>
>
> {code:java}
> org.infinispan.util.concurrent.TimeoutException: Timed out waiting for topology 6
> at org.infinispan.interceptors.impl.AsyncInterceptorChainImpl.invoke(AsyncInterceptorChainImpl.java:259)
> at org.infinispan.cache.impl.CacheImpl.executeCommandAndCommitIfNeeded(CacheImpl.java:1679)
> at org.infinispan.cache.impl.CacheImpl.put(CacheImpl.java:1327)
> at org.infinispan.cache.impl.CacheImpl.put(CacheImpl.java:1793)
> at org.infinispan.cache.impl.CacheImpl.put(CacheImpl.java:282)
> at org.infinispan.cache.impl.AbstractDelegatingCache.put(AbstractDelegatingCache.java:358)
> at org.infinispan.cache.impl.EncoderCache.put(EncoderCache.java:655)
> at org.infinispan.jmx.ClusteredCacheMgmtInterceptorMBeanTest.testCorrectStatsInCluster(ClusteredCacheMgmtInterceptorMBeanTest.java:48)
> at java.util.concurrent.FutureTask.run(FutureTask.java:266)
> at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
> at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
> at java.lang.Thread.run(Thread.java:748)
> Caused by: org.infinispan.util.concurrent.TimeoutException: Timed out waiting for topology 6
> at org.infinispan.interceptors.impl.BaseStateTransferInterceptor$CancellableRetry.run(BaseStateTransferInterceptor.java:347)
> at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
> at java.util.concurrent.FutureTask.run(FutureTask.java:266)
> at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180)
> at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293)
> ... 3 more
> ... Removed 16 stack frames
> {code}
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 7 months
[JBoss JIRA] (ISPN-8220) ClusteredCacheMgmtInterceptorMBeanTest fails intermittently
by Ryan Emerson (JIRA)
Ryan Emerson created ISPN-8220:
----------------------------------
Summary: ClusteredCacheMgmtInterceptorMBeanTest fails intermittently
Key: ISPN-8220
URL: https://issues.jboss.org/browse/ISPN-8220
Project: Infinispan
Issue Type: Bug
Components: JMX, reporting and management, Test Suite - Core
Affects Versions: 9.1.0.Final
Reporter: Ryan Emerson
Assignee: Ryan Emerson
Fix For: 9.1.1.Final
{code:java}
org.infinispan.util.concurrent.TimeoutException: Timed out waiting for topology 6
at org.infinispan.interceptors.impl.AsyncInterceptorChainImpl.invoke(AsyncInterceptorChainImpl.java:259)
at org.infinispan.cache.impl.CacheImpl.executeCommandAndCommitIfNeeded(CacheImpl.java:1679)
at org.infinispan.cache.impl.CacheImpl.put(CacheImpl.java:1327)
at org.infinispan.cache.impl.CacheImpl.put(CacheImpl.java:1793)
at org.infinispan.cache.impl.CacheImpl.put(CacheImpl.java:282)
at org.infinispan.cache.impl.AbstractDelegatingCache.put(AbstractDelegatingCache.java:358)
at org.infinispan.cache.impl.EncoderCache.put(EncoderCache.java:655)
at org.infinispan.jmx.ClusteredCacheMgmtInterceptorMBeanTest.testCorrectStatsInCluster(ClusteredCacheMgmtInterceptorMBeanTest.java:48)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)
Caused by: org.infinispan.util.concurrent.TimeoutException: Timed out waiting for topology 6
at org.infinispan.interceptors.impl.BaseStateTransferInterceptor$CancellableRetry.run(BaseStateTransferInterceptor.java:347)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180)
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293)
... 3 more
... Removed 16 stack frames
{code}
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 7 months
[JBoss JIRA] (ISPN-8219) Remove deprecated configuration options
by Radim Vansa (JIRA)
[ https://issues.jboss.org/browse/ISPN-8219?page=com.atlassian.jira.plugin.... ]
Radim Vansa updated ISPN-8219:
------------------------------
Affects Version/s: 9.1.0.Final
> Remove deprecated configuration options
> ---------------------------------------
>
> Key: ISPN-8219
> URL: https://issues.jboss.org/browse/ISPN-8219
> Project: Infinispan
> Issue Type: Sub-task
> Affects Versions: 9.1.0.Final
> Reporter: Radim Vansa
> Fix For: 10.0.0.Final
>
>
> LockingConfiguration.supportsConcurrentUpdates
> LockingConfiguration.writeSkewCheck
> TransactionConfiguration.syncCommitPhase/syncRollbackPhase
> EvictionConfiguration
> DataContainerConfiguration
> DeadlockDetectionConfiguration
> VersioningConfiguration
> AsyncStoreConfiguration.flushLockTimeout/shutdownTimeout
> ClusteringConfiguration.sync
> HashConfiguration.hash/rehashEnabled/rehashRpcTimeout/rehashWait
> etc...
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 7 months
[JBoss JIRA] (ISPN-8219) Remove deprecated configuration options
by Radim Vansa (JIRA)
[ https://issues.jboss.org/browse/ISPN-8219?page=com.atlassian.jira.plugin.... ]
Radim Vansa updated ISPN-8219:
------------------------------
Fix Version/s: 10.0.0.Final
> Remove deprecated configuration options
> ---------------------------------------
>
> Key: ISPN-8219
> URL: https://issues.jboss.org/browse/ISPN-8219
> Project: Infinispan
> Issue Type: Sub-task
> Affects Versions: 9.1.0.Final
> Reporter: Radim Vansa
> Fix For: 10.0.0.Final
>
>
> LockingConfiguration.supportsConcurrentUpdates
> LockingConfiguration.writeSkewCheck
> TransactionConfiguration.syncCommitPhase/syncRollbackPhase
> EvictionConfiguration
> DataContainerConfiguration
> DeadlockDetectionConfiguration
> VersioningConfiguration
> AsyncStoreConfiguration.flushLockTimeout/shutdownTimeout
> ClusteringConfiguration.sync
> HashConfiguration.hash/rehashEnabled/rehashRpcTimeout/rehashWait
> etc...
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 7 months
[JBoss JIRA] (ISPN-8219) Remove deprecated configuration options
by Radim Vansa (JIRA)
[ https://issues.jboss.org/browse/ISPN-8219?page=com.atlassian.jira.plugin.... ]
Radim Vansa updated ISPN-8219:
------------------------------
Component/s: Core
> Remove deprecated configuration options
> ---------------------------------------
>
> Key: ISPN-8219
> URL: https://issues.jboss.org/browse/ISPN-8219
> Project: Infinispan
> Issue Type: Sub-task
> Components: Core
> Affects Versions: 9.1.0.Final
> Reporter: Radim Vansa
> Fix For: 10.0.0.Final
>
>
> LockingConfiguration.supportsConcurrentUpdates
> LockingConfiguration.writeSkewCheck
> TransactionConfiguration.syncCommitPhase/syncRollbackPhase
> EvictionConfiguration
> DataContainerConfiguration
> DeadlockDetectionConfiguration
> VersioningConfiguration
> AsyncStoreConfiguration.flushLockTimeout/shutdownTimeout
> ClusteringConfiguration.sync
> HashConfiguration.hash/rehashEnabled/rehashRpcTimeout/rehashWait
> etc...
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 7 months
[JBoss JIRA] (ISPN-8219) Remove deprecated configuration options
by Radim Vansa (JIRA)
Radim Vansa created ISPN-8219:
---------------------------------
Summary: Remove deprecated configuration options
Key: ISPN-8219
URL: https://issues.jboss.org/browse/ISPN-8219
Project: Infinispan
Issue Type: Sub-task
Reporter: Radim Vansa
LockingConfiguration.supportsConcurrentUpdates
LockingConfiguration.writeSkewCheck
TransactionConfiguration.syncCommitPhase/syncRollbackPhase
EvictionConfiguration
DataContainerConfiguration
DeadlockDetectionConfiguration
VersioningConfiguration
AsyncStoreConfiguration.flushLockTimeout/shutdownTimeout
ClusteringConfiguration.sync
HashConfiguration.hash/rehashEnabled/rehashRpcTimeout/rehashWait
etc...
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 7 months