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

balance leader command keep running forever #3636

Closed
kikimo opened this issue Jan 5, 2022 · 2 comments
Closed

balance leader command keep running forever #3636

kikimo opened this issue Jan 5, 2022 · 2 comments
Assignees
Labels
type/bug Type: something is unexpected
Milestone

Comments

@kikimo
Copy link
Contributor

kikimo commented Jan 5, 2022

Please check the FAQ documentation before raising an issue

Describe the bug (required)

balance leader command keep running forever;

Your Environments (required)

  • OS: uname -a
  • Compiler: g++ --version or clang++ --version
  • CPU: lscpu
  • Commit id ce15bca

How To Reproduce(required)

Steps to reproduce the behavior:

  1. create a cluster with 3storage
  2. create a space with 512 parts + 3 replicas
  3. add two new storeage and run balance leader

we observed that the balance leader command run for more than one days and its still running as showed below:

(root@nebula) [ttos_3p3r]> show jobs;
+--------+------------------+-----------+----------------------------+----------------------------+
| Job Id | Command          | Status    | Start Time                 | Stop Time                  |
+--------+------------------+-----------+----------------------------+----------------------------+
| 5      | "ZONE_BALANCE"   | "QUEUE"   |                            |                            |
| 4      | "DATA_BALANCE"   | "QUEUE"   |                            |                            |
| 3      | "LEADER_BALANCE" | "RUNNING" | 2022-01-04T08:16:03.000000 |                            |
| 2      | "LEADER_BALANCE" | "FAILED"  | 2022-01-04T08:05:19.000000 | 2022-01-04T08:05:24.000000 |
+--------+------------------+-----------+----------------------------+----------------------------+
Got 4 rows (time spent 1677/2182 us)

Wed, 05 Jan 2022 15:01:53 CST

Expected behavior

Additional context

@kikimo kikimo added the type/bug Type: something is unexpected label Jan 5, 2022
@kikimo kikimo changed the title balance leader command keep running forever balance leader command keep running forever Jan 5, 2022
@Sophie-Xie Sophie-Xie added this to the v3.0.0 milestone Jan 5, 2022
@critical27
Copy link
Contributor

Probably same problem with #3742

jackwener added a commit to jackwener/nebula that referenced this issue Jan 20, 2022
@jackwener jackwener mentioned this issue Jan 20, 2022
11 tasks
jackwener added a commit to jackwener/nebula that referenced this issue Jan 20, 2022
@Sophie-Xie
Copy link
Contributor

fix in #3668

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/bug Type: something is unexpected
Projects
None yet
Development

Successfully merging a pull request may close this issue.

7 participants