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
mac:tiflash-0 fzh$ tiup --tag v408 playground display
Starting component playground: /Users/fzh/.tiup/components/playground/v1.2.5/tiup-playground display
Error: Post http://127.0.0.1:9527/command: EOF
Error: run /Users/fzh/.tiup/components/playground/v1.2.5/tiup-playground (wd:/Users/fzh/.tiup/data/v408) failed: exit status 1
4. What version of TiUP are you using (tiup --version)?
1.2.5
The text was updated successfully, but these errors were encountered:
The playground will try to set EnablePlacementRules as false to update MaxReplicas if there is tiflash node. However, it seems PD will refuse to this action if there is tiflash node. So the result is that we can start the playground the first time (because pd don't know there is a tiflash yet), but not the second time.
So maybe for the second time, we should skip UpdateReplicateConfig
Bug Report
Please answer these questions before submitting your issue. Thanks!
tiup --tag v408 playground
ctrl +c
tiup --tag v408 playground
What did you expect to see?
normal
What did you see instead?
Start tiflash instance
TiFlash failed to start: error requesting http://127.0.0.1:2379/pd/api/v1/config/replicate, response: "cannot disable placement rules with TiFlash nodes"
, code 500
mac:tiflash-0 fzh$ tiup --tag v408 playground display
Starting component
playground
: /Users/fzh/.tiup/components/playground/v1.2.5/tiup-playground displayError: Post http://127.0.0.1:9527/command: EOF
Error: run
/Users/fzh/.tiup/components/playground/v1.2.5/tiup-playground
(wd:/Users/fzh/.tiup/data/v408) failed: exit status 14. What version of TiUP are you using (
tiup --version
)?1.2.5
The text was updated successfully, but these errors were encountered: