Class DeferredVersionSwapService

java.lang.Object
com.linkedin.venice.service.AbstractVeniceService
com.linkedin.venice.controller.DeferredVersionSwapService
All Implemented Interfaces:
Closeable, AutoCloseable

public class DeferredVersionSwapService extends AbstractVeniceService
This service is in charge of swapping to a new version after a specified wait time in the remaining regions of a target region push if enabled. The wait time is specified through a store/version level config (target_swap_region_wait_time) and the default wait time is 60m.