Using push replication hub/spoke, how do I refresh a restarted spoke with a full set of data from the hub (i.e. not just the delta's that have been queued up on the hub since the restarting the spoke).
We are planning on providing this feature in the future. If you need it now you can implement it by adding a method to PublishingService.java to iterate over the cache creating batches of EntryOperations to send to the remote site. You would need to also add a ReplicateAll JMX command to the publishing service.