[infinispan-issues] [JBoss JIRA] (ISPN-7584) Rolling upgrade fails with "java.lang.ClassCastException: org.infinispan.container.versioning.SimpleClusteredVersion cannot be cast to org.infinispan.container.versioning.NumericVersion"
Gustavo Fernandes (JIRA)
issues at jboss.org
Thu Mar 9 09:06:01 EST 2017
Gustavo Fernandes created ISPN-7584:
---------------------------------------
Summary: Rolling upgrade fails with "java.lang.ClassCastException: org.infinispan.container.versioning.SimpleClusteredVersion cannot be cast to org.infinispan.container.versioning.NumericVersion"
Key: ISPN-7584
URL: https://issues.jboss.org/browse/ISPN-7584
Project: Infinispan
Issue Type: Bug
Reporter: Gustavo Fernandes
Assignee: Gustavo Fernandes
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="utility" 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)
More information about the infinispan-issues
mailing list