-
Bug
-
Resolution: Done
-
Major
-
None
-
None
Cache configuration, both for source and target clusters:
<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>
- causes
-
JDG-846 Rolling upgrade fails with ClassCastException: SimpleClusteredVersion cannot be cast to NumericVersion
- Closed