Skip to content

[Feature-7769][API] Add batch start process api#7771

Merged
zhongjiajie merged 14 commits intoapache:devfrom
SbloodyS:feature_7769
Jan 7, 2022
Merged

[Feature-7769][API] Add batch start process api#7771
zhongjiajie merged 14 commits intoapache:devfrom
SbloodyS:feature_7769

Conversation

@SbloodyS
Copy link
Copy Markdown
Member

@SbloodyS SbloodyS commented Jan 3, 2022

Purpose of the pull request

This pr will close #7769

@codecov-commenter
Copy link
Copy Markdown

codecov-commenter commented Jan 3, 2022

Codecov Report

Merging #7771 (9ee3704) into dev (46c39cd) will increase coverage by 0.04%.
The diff coverage is 5.26%.

Impacted file tree graph

@@             Coverage Diff              @@
##                dev    #7771      +/-   ##
============================================
+ Coverage     41.03%   41.07%   +0.04%     
- Complexity     3696     3700       +4     
============================================
  Files           637      637              
  Lines         27025    27044      +19     
  Branches       3063     3067       +4     
============================================
+ Hits          11090    11109      +19     
+ Misses        14867    14864       -3     
- Partials       1068     1071       +3     
Impacted Files Coverage Δ
...inscheduler/api/controller/ExecutorController.java 10.00% <0.00%> (-15.00%) ⬇️
.../org/apache/dolphinscheduler/api/enums/Status.java 100.00% <100.00%> (ø)
...er/master/dispatch/host/assign/RandomSelector.java 77.77% <0.00%> (-5.56%) ⬇️
...dolphinscheduler/remote/future/ResponseFuture.java 81.96% <0.00%> (-1.64%) ⬇️
...rver/master/processor/queue/TaskResponseEvent.java 100.00% <0.00%> (+6.45%) ⬆️
...er/master/processor/queue/TaskResponseService.java 68.18% <0.00%> (+18.18%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 46c39cd...9ee3704. Read the comment docs.

@SbloodyS
Copy link
Copy Markdown
Member Author

SbloodyS commented Jan 5, 2022

@zhongjiajie RequestParam timeout can not set int as defaultValue.So I kept it as it was.Please review again.thx.

Copy link
Copy Markdown
Member

@zhongjiajie zhongjiajie left a comment

Choose a reason for hiding this comment

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

Add NIT, others LGTM

}

/**
* batch execute process instance
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

BTW, please rebase to dev branch, we fix flaky test in our CI

@zhongjiajie
Copy link
Copy Markdown
Member

We still have discuss in #7771 (comment)

@sonarqubecloud
Copy link
Copy Markdown

sonarqubecloud bot commented Jan 7, 2022

SonarCloud Quality Gate failed.    Quality Gate failed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 1 Code Smell

3.4% 3.4% Coverage
0.0% 0.0% Duplication

Copy link
Copy Markdown
Member

@zhongjiajie zhongjiajie left a comment

Choose a reason for hiding this comment

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

LGTM

@zhongjiajie zhongjiajie merged commit f254124 into apache:dev Jan 7, 2022
@zhongjiajie
Copy link
Copy Markdown
Member

Thanks

@SbloodyS SbloodyS deleted the feature_7769 branch January 7, 2022 04:26
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.

[Feature][API] Add batch start process api

4 participants