It can help us simplify Master-Slave state transition. When we bring up a new Slave, we need to set it to replicate from the Master. If there is a concurrent Master->Slave transition, the thing starts to get more complicated.
On Thu, Feb 15, 2018 at 5:12 PM, kishore g <[email protected]> wrote: > Can you describe the use case where you need throttling at a partition > level. > > On Thu, Feb 15, 2018 at 3:18 PM, Bo Liu <[email protected]> wrote: > >> Hi, >> >> Does Helix support throttling state transition at partition level? >> I only find cluster, resource and instance level throttling as below: >> >> public enum ThrottleScope { >> CLUSTER, >> RESOURCE, >> INSTANCE >> } >> >> >> >> -- >> Best regards, >> Bo >> >> > -- Best regards, Bo
