[infinispan-dev] HotRod server and Rolling Upgrades

2012-12-11 Thread Tristan Tarrant
So, I thought we had everything ready to go for HotRod rolling upgrades: * have HotRod server full of data (the source) * configure a new HotRod server (the target) with a RemoteCacheStore pointing to the source (using rawValues) * clients switch over to the target server which on cache

Re: [infinispan-dev] HotRod server and Rolling Upgrades

2012-12-11 Thread Dan Berindei
+1 to eliminate the value wrappers. -1 to adding a dependency from core to server-core, if you feel creating and maintaining a separate MigrationRemoteCacheStore is too much work I'd rather we moved CacheValue to core. If we move CacheValue to core, I think we can do the re-wrapping on the

Re: [infinispan-dev] HotRod server and Rolling Upgrades

2012-12-11 Thread Tristan Tarrant
On 12/11/2012 02:35 PM, Dan Berindei wrote: +1 to eliminate the value wrappers. -1 to adding a dependency from core to server-core, if you feel creating and maintaining a separate MigrationRemoteCacheStore is too much work I'd rather we moved CacheValue to core. The dependency would only be