[infinispan-issues] [JBoss JIRA] (ISPN-7584) Rolling upgrade fails with "java.lang.ClassCastException: SimpleClusteredVersion cannot be cast to NumericVersion"

RH Bugzilla Integration (JIRA) issues at jboss.org
Thu May 18 10:53:00 EDT 2017


    [ https://issues.jboss.org/browse/ISPN-7584?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13408340#comment-13408340 ] 

RH Bugzilla Integration commented on ISPN-7584:
-----------------------------------------------

Jakub Senko <jsenko at redhat.com> changed the Status of [bug 1435617|https://bugzilla.redhat.com/show_bug.cgi?id=1435617] from MODIFIED to ON_QA

> 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.CR4
>
>
> 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)


More information about the infinispan-issues mailing list