-
Notifications
You must be signed in to change notification settings - Fork 148
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
[ISSUE-390] Print more infos after read finished #395
Conversation
Codecov Report
@@ Coverage Diff @@
## master #395 +/- ##
============================================
- Coverage 58.77% 58.53% -0.24%
- Complexity 1602 1604 +2
============================================
Files 193 194 +1
Lines 10939 10990 +51
Branches 955 962 +7
============================================
+ Hits 6429 6433 +4
- Misses 4132 4179 +47
Partials 378 378
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
storage/src/main/java/org/apache/uniffle/storage/handler/impl/AbstractClientReadHandler.java
Outdated
Show resolved
Hide resolved
Could we add some uts for this pr? |
Done |
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.
LGTM, thanks @xianjingfeng
### What changes were proposed in this pull request? Fix incorrect block info statistics after read finished ### Why are the changes needed? It is bug introduce by #395 ### Does this PR introduce _any_ user-facing change? No ### How was this patch tested? No need
What changes were proposed in this pull request?
1.Print how much data the client read from each server.
2.Print how much data skipped.
Why are the changes needed?
Currently, we do not know how much data the client read from each server and how much data skipped #390
Does this PR introduce any user-facing change?
No
How was this patch tested?
Run Uts and check logs