Skip to content
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

Fix logging issue on RealtimeTableDataManager #11693

Conversation

sajjad-moradi
Copy link
Contributor

tryLoadExistingSegment can return false in regular cases where the segments are not on the server. Having the log as error is confusing. If there's an error in that method, we've already logged it. So the log message here is just informational.
Converting it to an info.

@codecov-commenter
Copy link

codecov-commenter commented Sep 27, 2023

Codecov Report

Merging #11693 (a70914d) into master (e686b6a) will increase coverage by 0.03%.
The diff coverage is 100.00%.

@@             Coverage Diff              @@
##             master   #11693      +/-   ##
============================================
+ Coverage     63.04%   63.07%   +0.03%     
  Complexity     1120     1120              
============================================
  Files          2343     2343              
  Lines        125676   125676              
  Branches      19314    19314              
============================================
+ Hits          79230    79276      +46     
+ Misses        40787    40745      -42     
+ Partials       5659     5655       -4     
Flag Coverage Δ
integration <0.01% <0.00%> (ø)
integration1 <0.01% <0.00%> (ø)
integration2 0.00% <0.00%> (ø)
java-11 63.01% <100.00%> (+0.01%) ⬆️
java-17 62.90% <100.00%> (+62.90%) ⬆️
java-20 62.92% <100.00%> (+0.01%) ⬆️
temurin 63.07% <100.00%> (+0.03%) ⬆️
unittests 63.07% <100.00%> (+0.03%) ⬆️
unittests1 67.20% <100.00%> (+0.02%) ⬆️
unittests2 14.47% <0.00%> (+0.02%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Files Coverage Δ
...ata/manager/realtime/RealtimeTableDataManager.java 32.00% <100.00%> (ø)

... and 14 files with indirect coverage changes

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@Jackie-Jiang Jackie-Jiang merged commit e1cb8c1 into apache:master Sep 27, 2023
19 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants