-
Notifications
You must be signed in to change notification settings - Fork 153
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
[#1267][FOLLOWUP] improvement(client): INFO log level should be used in RetryUtils #1500
Conversation
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## master #1500 +/- ##
============================================
+ Coverage 54.24% 55.28% +1.04%
- Complexity 2805 2808 +3
============================================
Files 427 407 -20
Lines 24349 21988 -2361
Branches 2077 2077
============================================
- Hits 13207 12157 -1050
+ Misses 10311 9074 -1237
+ Partials 831 757 -74 ☔ View full report in Codecov by Sentry. |
common/src/main/java/org/apache/uniffle/common/util/RetryUtils.java
Outdated
Show resolved
Hide resolved
common/src/main/java/org/apache/uniffle/common/util/RetryUtils.java
Outdated
Show resolved
Hide resolved
08041a4
to
3ca2744
Compare
… used in RetryUtils
3ca2744
to
1389b93
Compare
Done. @lifeSo |
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.
Waiting for CI, otherwise lgtm
Thanks @rickyma Merged. |
What changes were proposed in this pull request?
INFO log level should be used in RetryUtils. Because these log messages are not actual errors.
Why are the changes needed?
It's a followup PR for #1411.
Does this PR introduce any user-facing change?
No.
How was this patch tested?
Existing UTs.