[JBoss JIRA] (ISPN-10966) StateTransferLockImpl.topologyFuture should complete exceptionally after stop
by Ryan Emerson (Jira)
[ https://issues.jboss.org/browse/ISPN-10966?page=com.atlassian.jira.plugin... ]
Ryan Emerson resolved ISPN-10966.
---------------------------------
Resolution: Done
> StateTransferLockImpl.topologyFuture should complete exceptionally after stop
> -----------------------------------------------------------------------------
>
> Key: ISPN-10966
> URL: https://issues.jboss.org/browse/ISPN-10966
> Project: Infinispan
> Issue Type: Bug
> Components: Core
> Affects Versions: 10.1.0.Beta1
> Reporter: Dan Berindei
> Assignee: Dan Berindei
> Priority: Major
> Fix For: 10.1.0.CR1
>
>
> When a cache is shutting down, the topology id is increased to {{Integer.MAX_VALUE}}.
> If a component uses {{StateTransferLock.topologyUpdate()}} to retry in the next topology and doesn't explicitly check if the cache is running, it could retry 2^^31 times before giving up.
> This causes {{StreamDistPartitionHandlingTest.clearContent}} to hang randomly:
> {noformat}
> 11:58:14,655 TRACE (testng-Test:[]) [StateTransferLockImpl] Signalling topology 2147483647 is installed
> 11:58:14,655 TRACE (testng-Test:[]) [ClusterPublisherManagerImpl] Segments {0-3 8 12 21-22 25-26 29 31 35 37-39 41-42 47 52-54 56-58 73-75 77 85 93-95 97-99 104-105 107 118 121-122 126-129 133 140 145 149 151-154 161 167-168 170-171 177-178 186 189-190 195-196 199-205 212-214 216-217 221-222 224 226-227 232-233 243-244} not completed - retrying
> 11:58:14,655 TRACE (testng-Test:[]) [ClusterPublisherManagerImpl] Retrying segments {0-3 8 12 21-22 25-26 29 31 35 37-39 41-42 47 52-54 56-58 73-75 77 85 93-95 97-99 104-105 107 118 121-122 126-129 133 140 145 149 151-154 161 167-168 170-171 177-178 186 189-190 195-196 199-205 212-214 216-217 221-222 224 226-227 232-233 243-244} after 16 is installed for Test-NodeA-12596#7046
> ...
> 12:03:16,127 TRACE (testng-Test:[]) [ClusterPublisherManagerImpl] Segments {0-3 8 12 21-22 25-26 29 31 35 37-39 41-42 47 52-54 56-58 73-75 77 85 93-95 97-99 104-105 107 118 121-122 126-129 133 140 145 149 151-154 161 167-168 170-171 177-178 186 189-190 195-196 199-205 212-214 216-217 221-222 224 226-227 232-233 243-244} not completed - retrying
> 12:03:16,127 TRACE (testng-Test:[]) [ClusterPublisherManagerImpl] Retrying segments {0-3 8 12 21-22 25-26 29 31 35 37-39 41-42 47 52-54 56-58 73-75 77 85 93-95 97-99 104-105 107 118 121-122 126-129 133 140 145 149 151-154 161 167-168 170-171 177-178 186 189-190 195-196 199-205 212-214 216-217 221-222 224 226-227 232-233 243-244} after 16 is installed for Test-NodeA-12596#7046
> ...
> {noformat}
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years, 4 months
[JBoss JIRA] (ISPN-11002) RocksDB XML examples missing xmlns attribute
by Ryan Emerson (Jira)
[ https://issues.jboss.org/browse/ISPN-11002?page=com.atlassian.jira.plugin... ]
Ryan Emerson reopened ISPN-11002:
---------------------------------
> RocksDB XML examples missing xmlns attribute
> --------------------------------------------
>
> Key: ISPN-11002
> URL: https://issues.jboss.org/browse/ISPN-11002
> Project: Infinispan
> Issue Type: Bug
> Components: Documentation
> Affects Versions: 10.1.0.Beta1
> Reporter: Ryan Emerson
> Assignee: Ryan Emerson
> Priority: Major
> Fix For: 10.1.0.CR1
>
>
> Some of the store xml configuraiton examples are missing the {{xmlns}} attribute, which means that the xml cannot be parsed and the following error is thrown:
> {code:java}
> 15:14:47,853 FATAL [org.infinispan.SERVER] (main) ISPN080028: Infinispan Server failed to start: org.infinispan.commons.CacheConfigurationException: ISPN000327: Cannot find a parser for element 'rocksdb-store' in namespace 'urn:infinispan:config:10.0'. Check that your configuration is up-to date for this version of Infinispan.
> {code}
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years, 4 months
[JBoss JIRA] (ISPN-11002) RocksDB XML examples missing xmlns attribute
by Ryan Emerson (Jira)
[ https://issues.jboss.org/browse/ISPN-11002?page=com.atlassian.jira.plugin... ]
Ryan Emerson resolved ISPN-11002.
---------------------------------
Resolution: Done
> RocksDB XML examples missing xmlns attribute
> --------------------------------------------
>
> Key: ISPN-11002
> URL: https://issues.jboss.org/browse/ISPN-11002
> Project: Infinispan
> Issue Type: Bug
> Components: Documentation
> Affects Versions: 10.1.0.Beta1
> Reporter: Ryan Emerson
> Assignee: Ryan Emerson
> Priority: Major
> Fix For: 10.1.0.CR1
>
>
> Some of the store xml configuraiton examples are missing the {{xmlns}} attribute, which means that the xml cannot be parsed and the following error is thrown:
> {code:java}
> 15:14:47,853 FATAL [org.infinispan.SERVER] (main) ISPN080028: Infinispan Server failed to start: org.infinispan.commons.CacheConfigurationException: ISPN000327: Cannot find a parser for element 'rocksdb-store' in namespace 'urn:infinispan:config:10.0'. Check that your configuration is up-to date for this version of Infinispan.
> {code}
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years, 4 months
[JBoss JIRA] (ISPN-11002) RocksDB XML examples missing xmlns attribute
by Donald Naro (Jira)
[ https://issues.jboss.org/browse/ISPN-11002?page=com.atlassian.jira.plugin... ]
Donald Naro updated ISPN-11002:
-------------------------------
Status: Resolved (was: Pull Request Sent)
Resolution: Done
> RocksDB XML examples missing xmlns attribute
> --------------------------------------------
>
> Key: ISPN-11002
> URL: https://issues.jboss.org/browse/ISPN-11002
> Project: Infinispan
> Issue Type: Bug
> Components: Documentation
> Affects Versions: 10.1.0.Beta1
> Reporter: Ryan Emerson
> Assignee: Ryan Emerson
> Priority: Major
> Fix For: 10.1.0.CR1
>
>
> Some of the store xml configuraiton examples are missing the {{xmlns}} attribute, which means that the xml cannot be parsed and the following error is thrown:
> {code:java}
> 15:14:47,853 FATAL [org.infinispan.SERVER] (main) ISPN080028: Infinispan Server failed to start: org.infinispan.commons.CacheConfigurationException: ISPN000327: Cannot find a parser for element 'rocksdb-store' in namespace 'urn:infinispan:config:10.0'. Check that your configuration is up-to date for this version of Infinispan.
> {code}
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years, 4 months
[JBoss JIRA] (ISPN-11002) RocksDB XML examples missing xmlns attribute
by Donald Naro (Jira)
[ https://issues.jboss.org/browse/ISPN-11002?page=com.atlassian.jira.plugin... ]
Donald Naro closed ISPN-11002.
------------------------------
> RocksDB XML examples missing xmlns attribute
> --------------------------------------------
>
> Key: ISPN-11002
> URL: https://issues.jboss.org/browse/ISPN-11002
> Project: Infinispan
> Issue Type: Bug
> Components: Documentation
> Affects Versions: 10.1.0.Beta1
> Reporter: Ryan Emerson
> Assignee: Ryan Emerson
> Priority: Major
> Fix For: 10.1.0.CR1
>
>
> Some of the store xml configuraiton examples are missing the {{xmlns}} attribute, which means that the xml cannot be parsed and the following error is thrown:
> {code:java}
> 15:14:47,853 FATAL [org.infinispan.SERVER] (main) ISPN080028: Infinispan Server failed to start: org.infinispan.commons.CacheConfigurationException: ISPN000327: Cannot find a parser for element 'rocksdb-store' in namespace 'urn:infinispan:config:10.0'. Check that your configuration is up-to date for this version of Infinispan.
> {code}
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years, 4 months