-
Notifications
You must be signed in to change notification settings - Fork 4.6k
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
[Bug][API]edit workflow query resources list error. #12664
Conversation
Codecov Report
@@ Coverage Diff @@
## dev #12664 +/- ##
============================================
+ Coverage 39.04% 39.06% +0.01%
- Complexity 4185 4186 +1
============================================
Files 1043 1043
Lines 39511 39515 +4
Branches 4540 4541 +1
============================================
+ Hits 15428 15436 +8
+ Misses 22324 22318 -6
- Partials 1759 1761 +2
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
Kudos, SonarCloud Quality Gate passed! |
related pr #12076 cc @SbloodyS @EricPyZhou |
@hstdream please confirm two things:
|
@hstdream @caishunfeng I think one of the most important issues is the error message. That couldn't tell users what the exact problem is. The error message should tell users like 'You need to set the resource storage in the file of common.properties.' |
#12901 now in this issue, we propose to return empty list when a tenant resource path is not found. |
+1, |
logger.error("Storage does not start up, resource upload startup state: {}.", | ||
PropertyUtils.getResUploadStartupState()); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The error message should tell users like 'You need to set the resource storage in the file of common.properties.'
Please shift discussion into #12901 as it is the dedicated one for designing implementations on resolving this issue. |
This pull request has been automatically marked as stale because it has not had recent activity for 120 days. It will be closed in 7 days if no further activity occurs. |
This pull request has been closed because it has not had recent activity. You could reopen it if you try to continue your work, and anyone who are interested in it are encouraged to continue work on this pull request. |
Purpose of the pull request
close #12573
Brief change log
Verify this pull request
edit workflow