You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please answer these questions before submitting your issue. Thanks!
What did you do?
I deploy a cluster that uses patched version TiKV that adds new configurations. So I:
deploy the cluster with default packages;
patch the cluster with my packages offline;
edit-config to adjust new configurations
reload the cluster to make the configuration takes affect.
What did you expect to see?
The cluster uses new configuration to start.
What did you see instead?
I can't reload the cluster as it's not started. I have to start it and then reload it. To make it worse,
the new configuration must be changed before the cluster is initialized, so I can't start it first.
Or, I should be able to deploy the cluster with the patched version in the very beginning.
What version of TiUP are you using (tiup --version)?
1.5.3 tiup
Go Version: go1.16.5
Git Ref: v1.5.3
GitHash: 222bd4d460eaa3fb6feec6ddeb8612fe0870ffd3
The text was updated successfully, but these errors were encountered:
Bug Report
Please answer these questions before submitting your issue. Thanks!
I deploy a cluster that uses patched version TiKV that adds new configurations. So I:
What did you expect to see?
The cluster uses new configuration to start.
What did you see instead?
I can't reload the cluster as it's not started. I have to start it and then reload it. To make it worse,
the new configuration must be changed before the cluster is initialized, so I can't start it first.
Or, I should be able to deploy the cluster with the patched version in the very beginning.
tiup --version
)?The text was updated successfully, but these errors were encountered: