[vtctl] ChangeTabletType
should use RemoteOperationTimeout
to fail fast(er) on unreachable tablets
#8051
Labels
Component: Cluster management
Type: Enhancement
Logical improvement (somewhere between a bug and feature)
Feature Description
What the title says. When doing a
ChangeTabletType
vtctl command, we should use the minimum of-action_timeout
and*topo.RemoteOperationTimeout
to bound the rpc call, to fail fast if either the topo or the actual tablet is unreachable.The text was updated successfully, but these errors were encountered: