-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
what does show job Error Code “E_UNKNOWN“ mean #4155
Comments
The job status is running. |
E_UNKOWN feels ambiguous,keep empty like Stop Time? |
I don't know if it's better to be |
Since E_UNKNOWN has caused confusion for me and several others, I suggest using blank, which can be discussed later. |
Yeah,It can be discussed which form is better. |
Change “E_UNKOWN" to blank |
## What type of PR is this? - [ ] bug - [ ] feature - [X] enhancement ## What problem(s) does this PR solve? #### Issue(s) number: vesoft-inc#4155 vesoft-inc#4489 vesoft-inc#4497 #### Description: 1. Add more ErrorCode 2. Enhance ErrorCode display in show job 3. Add a sleep flag to in stats job Some minor enhancement to do in 3.0, see the related issues. ## How do you solve it? ## Special notes for your reviewer, ex. impact of this fix, design document, etc: ## Checklist: Tests: - [X] Unit test(positive and negative cases) - [ ] Function test - [ ] Performance test - [ ] N/A Affects: - [ ] Documentation affected (Please add the label if documentation needs to be modified.) - [ ] Incompatibility (If it breaks the compatibility, please describe it and add the label.) - [ ] If it's needed to cherry-pick (If cherry-pick to some branches is required, please label the destination version(s).) - [ ] Performance impacted: Consumes more CPU/Memory ## Release notes: Please confirm whether to be reflected in release notes and how to describe: > ex. Fixed the bug ..... Migrated from vesoft-inc#4500 Co-authored-by: Doodle <[email protected]>
Describe the bug (required)
show job Error code show "E_UNKNOWN",but finally show success
How To Reproduce(required)
Steps to reproduce the behavior:
Expected behavior
If thers is no error,the Error Code should be empty
Additional context
The text was updated successfully, but these errors were encountered: