[JBoss JIRA] (ISPN-7584) Rolling upgrade fails with "java.lang.ClassCastException: SimpleClusteredVersion cannot be cast to NumericVersion"
by Tristan Tarrant (JIRA)
[ https://issues.jboss.org/browse/ISPN-7584?page=com.atlassian.jira.plugin.... ]
Tristan Tarrant updated ISPN-7584:
----------------------------------
Status: Resolved (was: Pull Request Sent)
Fix Version/s: 9.0.0.Final
Resolution: Done
> Rolling upgrade fails with "java.lang.ClassCastException: SimpleClusteredVersion cannot be cast to NumericVersion"
> ------------------------------------------------------------------------------------------------------------------
>
> Key: ISPN-7584
> URL: https://issues.jboss.org/browse/ISPN-7584
> Project: Infinispan
> Issue Type: Bug
> Reporter: Gustavo Fernandes
> Assignee: Gustavo Fernandes
> Labels: rolling_upgrade
> Fix For: 9.0.0.Final
>
>
> Cache configuration, both for source and target clusters:
> {code:xml}
> <replicated-cache name="test-cache" mode="SYNC" start="EAGER">
> <expiration interval="300000" lifespan="525600000000" />
> <locking isolation="REPEATABLE_READ" acquire-timeout="20000" concurrency-level="500" striping="false" />
> <transaction mode="NONE" />
> <string-keyed-jdbc-store datasource="java:jboss/datasources/OracleDS" passivation="false" preload="false" purge="false" shared="true">
> <property name="databaseType">ORACLE</property>
> <string-keyed-table prefix="ISPN">
> <id-column name="id" type="VARCHAR(256)" />
> <data-column name="datum" type="BLOB" />
> <timestamp-column name="version" type="NUMBER" />
> </string-keyed-table>
> </string-keyed-jdbc-store>
> <remote-store cache="test-cache" hotrod-wrapping="true" socket-timeout="60000" tcp-no-delay="true" shared="true" passivation="false" purge="false" read-only="true">
> <remote-server outbound-socket-binding="source-cluster" />
> </remote-store>
> </replicated-cache>
> {code}
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
7 years, 9 months
[JBoss JIRA] (ISPN-7609) Deploying custom cache store should not required server restart
by Ryan Emerson (JIRA)
[ https://issues.jboss.org/browse/ISPN-7609?page=com.atlassian.jira.plugin.... ]
Ryan Emerson reassigned ISPN-7609:
----------------------------------
Assignee: Sebastian Łaskawiec (was: Ryan Emerson)
> Deploying custom cache store should not required server restart
> ---------------------------------------------------------------
>
> Key: ISPN-7609
> URL: https://issues.jboss.org/browse/ISPN-7609
> Project: Infinispan
> Issue Type: Bug
> Components: Loaders and Stores, Server
> Affects Versions: 9.0.0.CR2
> Reporter: Martin Gencur
> Assignee: Sebastian Łaskawiec
>
> Steps to reproduce:
> 1) deploy a custom cache store
> 2) use CLI to call the following commands:
> {code}
> /subsystem=datagrid-infinispan/cache-container=local/configurations=CONFIGURATIONS/local-cache-configuration=mycache:add(statistics=true)
> /subsystem=datagrid-infinispan/cache-container=local/configurations=CONFIGURATIONS/local-cache-configuration=mycache/store=customcs:add(class="org.infinispan.persistence.cluster.MyCustomCacheStore")
> /subsystem=datagrid-infinispan/cache-container=local/configurations=CONFIGURATIONS/local-cache-configuration=mycache/store=customcs/property=customProperty:add(value=10)
> /subsystem=datagrid-infinispan/cache-container=local/local-cache=newcache:add(configuration=mycache)
> {code}
> This sequence adds a new cache that references the custom cache store but the cache store is not working until the server is restarted (and the CLI commands do NOT indicate the need for server restart via "reload-required" outcome)
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
7 years, 9 months
[JBoss JIRA] (ISPN-7609) Deploying custom cache store should not required server restart
by Ryan Emerson (JIRA)
[ https://issues.jboss.org/browse/ISPN-7609?page=com.atlassian.jira.plugin.... ]
Ryan Emerson reassigned ISPN-7609:
----------------------------------
Assignee: Ryan Emerson
> Deploying custom cache store should not required server restart
> ---------------------------------------------------------------
>
> Key: ISPN-7609
> URL: https://issues.jboss.org/browse/ISPN-7609
> Project: Infinispan
> Issue Type: Bug
> Components: Loaders and Stores, Server
> Affects Versions: 9.0.0.CR2
> Reporter: Martin Gencur
> Assignee: Ryan Emerson
>
> Steps to reproduce:
> 1) deploy a custom cache store
> 2) use CLI to call the following commands:
> {code}
> /subsystem=datagrid-infinispan/cache-container=local/configurations=CONFIGURATIONS/local-cache-configuration=mycache:add(statistics=true)
> /subsystem=datagrid-infinispan/cache-container=local/configurations=CONFIGURATIONS/local-cache-configuration=mycache/store=customcs:add(class="org.infinispan.persistence.cluster.MyCustomCacheStore")
> /subsystem=datagrid-infinispan/cache-container=local/configurations=CONFIGURATIONS/local-cache-configuration=mycache/store=customcs/property=customProperty:add(value=10)
> /subsystem=datagrid-infinispan/cache-container=local/local-cache=newcache:add(configuration=mycache)
> {code}
> This sequence adds a new cache that references the custom cache store but the cache store is not working until the server is restarted (and the CLI commands do NOT indicate the need for server restart via "reload-required" outcome)
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
7 years, 9 months
[JBoss JIRA] (ISPN-7609) Deploying custom cache store should not required server restart
by Martin Gencur (JIRA)
Martin Gencur created ISPN-7609:
-----------------------------------
Summary: Deploying custom cache store should not required server restart
Key: ISPN-7609
URL: https://issues.jboss.org/browse/ISPN-7609
Project: Infinispan
Issue Type: Bug
Components: Loaders and Stores, Server
Affects Versions: 9.0.0.CR2
Reporter: Martin Gencur
Steps to reproduce:
1) deploy a custom cache store
2) use CLI to call the following commands:
{code}
/subsystem=datagrid-infinispan/cache-container=local/configurations=CONFIGURATIONS/local-cache-configuration=mycache:add(statistics=true)
/subsystem=datagrid-infinispan/cache-container=local/configurations=CONFIGURATIONS/local-cache-configuration=mycache/store=customcs:add(class="org.infinispan.persistence.cluster.MyCustomCacheStore")
/subsystem=datagrid-infinispan/cache-container=local/configurations=CONFIGURATIONS/local-cache-configuration=mycache/store=customcs/property=customProperty:add(value=10)
/subsystem=datagrid-infinispan/cache-container=local/local-cache=newcache:add(configuration=mycache)
{code}
This sequence adds a new cache that references the custom cache store but the cache store is not working until the server is restarted (and the CLI commands do NOT indicate the need for server restart via "reload-required" outcome)
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
7 years, 9 months
[JBoss JIRA] (ISPN-7607) Cluster expiration doesn't work in write-skew
by Pedro Ruivo (JIRA)
Pedro Ruivo created ISPN-7607:
---------------------------------
Summary: Cluster expiration doesn't work in write-skew
Key: ISPN-7607
URL: https://issues.jboss.org/browse/ISPN-7607
Project: Infinispan
Issue Type: Bug
Reporter: Pedro Ruivo
enable optimistic locking + write-skew + versioning in the test {{ClusterListenerReplTxTest}}
Theory: In this configuration a dummy {{Metadata}} is created for expired entries. The command {{RemoveExpiredCommand}} fails to remove the entry because the {{lifespan}} doesn't match.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
7 years, 9 months