Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error: there must be a Spark master node if you want to use the TiSpark component #1354

Closed
yilongrong opened this issue May 10, 2021 · 1 comment · Fixed by #1363
Closed
Assignees
Labels
type/bug Categorizes issue as related to a bug.
Milestone

Comments

@yilongrong
Copy link

yilongrong commented May 10, 2021

Bug Report

Please answer these questions before submitting your issue. Thanks!

  1. What did you do?
    https://asktug.com/t/topic/70069
    Using TiUP force scale-in TiSpark worker nodes. we meet Error: there must be a Spark master node if you want to use the TiSpark component.

  2. What did you expect to see?
    should scale in success

  3. What did you see instead?

Error: there must be a Spark master node if you want to use the TiSpark component

  1. What version of TiUP are you using (tiup --version)?
@yilongrong yilongrong added the type/bug Categorizes issue as related to a bug. label May 10, 2021
@AstroProfundis AstroProfundis added this to the v1.4.4 milestone May 10, 2021
@AstroProfundis
Copy link
Contributor

We should:

  1. Prevent user from scaling in tispark master node if there's any worker node remains, I think this should already be implemented, so there might be something missing
  2. Allow user to scale-in tispark worker node(s) when there is no master node available with --force argument set

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/bug Categorizes issue as related to a bug.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants