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
before we move balance leader to job manager, it is synchronous. if balance failed, user gets the error message, and could run balance leader again.
balance leader
but from v3.0, user should check the job status by themselves.
E20220304 01:57:14.036036 5068 MetaJobExecutor.cpp:31] partiton failed to transfer leader E20220304 01:57:14.036088 5068 JobManager.cpp:186] Job dispatch failed I20220304 01:57:14.036096 5068 JobManager.cpp:206] jobFinished, jobId=2, result=FAILED I20220304 01:57:14.036144 5068 JobDescription.cpp:57] p = sf10 I20220304 01:57:14.045600 5068 JobManager.cpp:194] [task] cleanJob 2
balance leader failed.
The text was updated successfully, but these errors were encountered:
it's OK if user run balance leader again and the job is succeeded.
Sorry, something went wrong.
lookup on
Will be fixed later, show job id will print the failed reason
show job id
panda-sheep
Successfully merging a pull request may close this issue.
before we move
balance leader
to job manager, it is synchronous.if balance failed, user gets the error message, and could run
balance leader
again.but from v3.0, user should check the job status by themselves.
balance leader failed.
The text was updated successfully, but these errors were encountered: