We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Please check the FAQ documentation before raising an issue
Describe the bug (required)
balance leader command keep running forever;
balance leader
Your Environments (required)
uname -a
g++ --version
clang++ --version
lscpu
How To Reproduce(required)
Steps to reproduce the behavior:
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
The text was updated successfully, but these errors were encountered:
Probably same problem with #3742
Sorry, something went wrong.
fix vesoft-inc#3636
bc621d8
f2fe7a1
fix in #3668
cangfengzhs
jackwener
Successfully merging a pull request may close this issue.
Please check the FAQ documentation before raising an issue
Describe the bug (required)
balance leader
command keep running forever;Your Environments (required)
uname -a
g++ --version
orclang++ --version
lscpu
How To Reproduce(required)
Steps to reproduce the behavior:
balance leader
we observed that the
balance leader
command run for more than one days and its still running as showed below:Expected behavior
Additional context
The text was updated successfully, but these errors were encountered: