Uploaded image for project: 'Infinispan'
  1. Infinispan
  2. ISPN-7584

Rolling upgrade fails with "java.lang.ClassCastException: SimpleClusteredVersion cannot be cast to NumericVersion"

XMLWordPrintable

      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>
      

            gfernand@redhat.com Gustavo Fernandes (Inactive)
            gfernand@redhat.com Gustavo Fernandes (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: