Note:
This topic has been translated from a Chinese forum by GPT and might contain errors.
Original topic: tiup reload 命令报错
After modifying the parameters in TiDB, using tiup cluster reload airport-tidb-pro --transfer-timeout 3600
results in an error. Please help.
According to the documentation, the correct syntax for reloading the configuration of a TiDB cluster with TiUP is:
tiup cluster reload <cluster-name> [options]
So, to reload the configuration of the airport-tidb-pro
cluster with the --transfer-timeout
parameter, you should use the following command:
tiup cluster reload airport-tidb-pro --transfer-timeout=3600
Note that the =
sign is required to assign the value to the --transfer-timeout
parameter.
I tried it but it didn’t work, it’s still giving an error. The error is a bit different now, take a look.
It looks like an SCP issue with no permissions. First, manually check if SSH-related operations can be completed manually.
The passwordless login for the 192.168.35.55 server has failed.
Resetting the password-free setting should work.
Resetting the password. If you want to avoid this issue, don’t set an expiration time.