[
https://issues.jboss.org/browse/ISPN-3318?page=com.atlassian.jira.plugin....
]
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-infinisp...
{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