[JBoss JIRA] (ISPN-6599) PutAll operation in the Hot Rod client only partially completed during topology changes
by Gustavo Fernandes (JIRA)
[ https://issues.jboss.org/browse/ISPN-6599?page=com.atlassian.jira.plugin.... ]
Gustavo Fernandes reopened ISPN-6599:
-------------------------------------
The issue appeared again on 9.0.0.Beta1. Does not happen on Alpha4 or 8.2.5.Final.
I used the attached reproducer to check it, running in a loop. Steps:
* Change in the pom infinispan.version to 9.0.0.Beta1
* Still in the pom, use version 0.4 for <artifactId>infinispan-spark_2.11</artifactId>
* Build the uber jar with {code}mvn clean assembly:assembly -DdescriptorId=jar-with-dependencies{code}
* Run in a loop
{code}java -cp target/node-1.0-SNAPSHOT-jar-with-dependencies.jar com.gustavonalle.infinispan.perf.test.Failover /path/to/server/9.0.0.Beta1
{code}
* it will eventually error with {{Exception in thread "main" java.lang.RuntimeException: Invalid cache size! Expected 1000 but it was 999}} meaning entries were lost during topology change
> PutAll operation in the Hot Rod client only partially completed during topology changes
> ---------------------------------------------------------------------------------------
>
> Key: ISPN-6599
> URL: https://issues.jboss.org/browse/ISPN-6599
> Project: Infinispan
> Issue Type: Bug
> Components: Server
> Affects Versions: 8.2.1.Final, 9.0.0.Alpha1
> Reporter: Gustavo Fernandes
> Assignee: Dan Berindei
> Fix For: 9.0.0.Alpha2, 8.2.2.Final, 9.0.0.Final
>
> Attachments: reproducer.zip, start.zip, trace-2.zip, trace-3.zip, trace.zip
>
>
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 12 months
[JBoss JIRA] (ISPN-7124) Create JDBC Binary/Mixed Store Migrator
by Galder Zamarreño (JIRA)
[ https://issues.jboss.org/browse/ISPN-7124?page=com.atlassian.jira.plugin.... ]
Galder Zamarreño updated ISPN-7124:
-----------------------------------
Fix Version/s: 9.0.0.Beta2
9.0.0.Final
> Create JDBC Binary/Mixed Store Migrator
> ---------------------------------------
>
> Key: ISPN-7124
> URL: https://issues.jboss.org/browse/ISPN-7124
> Project: Infinispan
> Issue Type: Enhancement
> Components: Loaders and Stores
> Affects Versions: 9.0.0.Alpha4
> Reporter: Ryan Emerson
> Assignee: Ryan Emerson
> Fix For: 9.0.0.Beta2, 9.0.0.Final
>
>
> As we are removing the JDBC mixed/binary stores it is necessary for us to include a migration tool to the string based store. This could be an opportunity to create a generic store migrator, with a JDBC specific implementation.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 12 months