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-15992] maintain slot index by iterate MasterPriorityQueue orderly #15993

Merged
merged 3 commits into from
May 15, 2024

Conversation

coldestlin
Copy link
Contributor

Purpose of the pull request

fix #15992

Brief change log

Verify this pull request

This pull request is code cleanup without any test coverage.

(or)

This pull request is already covered by existing tests, such as (please describe tests).

(or)

This change added tests and can be verified as follows:

(or)

If your pull request contain incompatible change, you should also add it to docs/docs/en/guide/upgrede/incompatible.md

@SbloodyS SbloodyS added bug Something isn't working first time contributor First-time contributor 3.2.2 labels May 14, 2024
@SbloodyS SbloodyS added this to the 3.2.2 milestone May 14, 2024
@SbloodyS SbloodyS requested a review from ruanwenjun May 14, 2024 01:18
@ruanwenjun
Copy link
Member

Please fix the code style by mvn spotless:apply

Copy link
Contributor

@rickchengx rickchengx left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@codecov-commenter
Copy link

codecov-commenter commented May 15, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 40.43%. Comparing base (b474563) to head (b2ebfb0).
Report is 6 commits behind head on dev.

❗ Current head b2ebfb0 differs from pull request most recent head bf1381d. Consider uploading reports for the commit bf1381d to get more accurate results

Additional details and impacted files
@@             Coverage Diff              @@
##                dev   #15993      +/-   ##
============================================
+ Coverage     39.91%   40.43%   +0.52%     
- Complexity     5083     5184     +101     
============================================
  Files          1370     1379       +9     
  Lines         45649    46093     +444     
  Branches       4869     4924      +55     
============================================
+ Hits          18223    18640     +417     
+ Misses        25527    25526       -1     
- Partials       1899     1927      +28     

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

Copy link

sonarcloud bot commented May 15, 2024

Copy link
Member

@ruanwenjun ruanwenjun left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@ruanwenjun ruanwenjun merged commit 4f4a13d into apache:dev May 15, 2024
63 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3.2.2 backend bug Something isn't working first time contributor First-time contributor priority:high
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Bug] [dolphinscheduler-service] iterator order of MasterPriorityQueue is undefined
6 participants