[infinispan-issues] [JBoss JIRA] (ISPN-3318) Migrate data from one cache store to another
Michal Linhard (JIRA)
jira-events at lists.jboss.org
Wed Nov 13 05:14:05 EST 2013
[ https://issues.jboss.org/browse/ISPN-3318?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12923086#comment-12923086 ]
Michal Linhard commented on ISPN-3318:
--------------------------------------
Hi Galder,
your commit dbf63e2d4b21aaf8a7a5eda1dca1f88c72fc9070
concretely: git diff 43f82b7 dbf63e2 core/src/main/java/org/infinispan/util/logging/Log.java (on current master)
made the infinispan-cachestore-rest build unfunctional
http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jdg-qe-build-infinispan60-snapshot-auto/149/console
{code}
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.0:compile (default-compile) on project infinispan-cachestore-rest: Compilation failure: Compilation failure:
[ERROR] Only one message with the same format parameters is allowed.
[ERROR] /home_local/workspace/jdg-qe-build-infinispan60-snapshot-auto/infinispan-cachestore-rest/src/main/java/org/infinispan/persistence/rest/logging/Log.java:[60,19] Only one message with the same format parameters is allowed.
[ERROR] /home_local/workspace/jdg-qe-build-infinispan60-snapshot-auto/infinispan-cachestore-rest/src/main/java/org/infinispan/persistence/rest/logging/Log.java:[64,9] Only one message with the same format parameters is allowed.
[ERROR] /home_local/workspace/jdg-qe-build-infinispan60-snapshot-auto/infinispan-cachestore-rest/src/main/java/org/infinispan/persistence/rest/logging/Log.java: Only one message with the same format parameters is allowed.
{code}
could you please fix this in the rest cachestore as well ? (it blocks building of infinispan-server for perf regression tests)
> Migrate data from one cache store to another
> --------------------------------------------
>
> Key: ISPN-3318
> URL: https://issues.jboss.org/browse/ISPN-3318
> Project: Infinispan
> Issue Type: Task
> Components: Loaders and Stores
> Reporter: Galder Zamarreño
> Assignee: Galder Zamarreño
> Fix For: 6.0.0.Final
>
>
> Find a generic way to transfer data from one cache store to another, which could involve different Infinispan versions. This is handy to migrate file cache store based users to single file cache store (ISPN-2806).
> Ideally, this should be added as a recipe for rolling upgrades.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the infinispan-issues
mailing list