Class ErrorPartitionResetTask

java.lang.Object
com.linkedin.venice.controller.ErrorPartitionResetTask
All Implemented Interfaces:
Closeable, AutoCloseable, Runnable

public class ErrorPartitionResetTask extends Object implements Runnable, Closeable
A task that iterates over store version resources and reset error partitions if they meet the following criteria:
  1. The store version resource is the current version.
  2. The error partition only has exactly one error replica.
  3. For L/F model, using EV to check error replicas misses internal error replica states. For example, a replica is shown Leader in EV but actually ERROR in offline push status.