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

Try to fix error code different in each data node problem #14808

Merged
merged 1 commit into from
Feb 10, 2025

Conversation

JackieTien97
Copy link
Contributor

Previously, we occasionaly got CI failed by error code different in each data node
image

This may be caused by FragmentInstanceInfo constrcutor.
If FI didn't fail while calling getErrorCode and then failed after calling getErrorCode, this problem may happen.

Copy link

sonarqubecloud bot commented Feb 8, 2025

Copy link

codecov bot commented Feb 8, 2025

Codecov Report

Attention: Patch coverage is 0% with 20 lines in your changes missing coverage. Please review.

Project coverage is 39.28%. Comparing base (8b287ca) to head (34f3cbe).
Report is 1 commits behind head on master.

Files with missing lines Patch % Lines
...ne/execution/fragment/FragmentInstanceContext.java 0.00% 20 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff            @@
##             master   #14808   +/-   ##
=========================================
  Coverage     39.28%   39.28%           
  Complexity      193      193           
=========================================
  Files          4500     4500           
  Lines        286841   286851   +10     
  Branches      35553    35558    +5     
=========================================
+ Hits         112682   112687    +5     
- Misses       174159   174164    +5     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@JackieTien97 JackieTien97 merged commit c2625d0 into master Feb 10, 2025
20 checks passed
@JackieTien97 JackieTien97 deleted the UnifyErrorCode branch February 10, 2025 01:04
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.

2 participants