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

[Improvement][API][num-8] add ProcessTaskRelationServiceImpl.createProcessTaskRelation #6970

Merged
merged 3 commits into from
Nov 24, 2021

Conversation

brave-lee
Copy link
Contributor

#6772
Adding tasks to workflow, adding upstream dependencies, and adding downstream dependencies

@codecov-commenter
Copy link

Codecov Report

Merging #6970 (4b2b1f9) into dev (e6239e8) will decrease coverage by 0.10%.
The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff              @@
##                dev    #6970      +/-   ##
============================================
- Coverage     32.90%   32.80%   -0.11%     
+ Complexity     1625     1620       -5     
============================================
  Files           432      432              
  Lines         14379    14379              
  Branches       1446     1446              
============================================
- Hits           4732     4717      -15     
- Misses         9191     9204      +13     
- Partials        456      458       +2     
Impacted Files Coverage Δ
...r/plugin/registry/zookeeper/ZookeeperRegistry.java 47.27% <0.00%> (-7.28%) ⬇️
...er/master/dispatch/host/assign/RandomSelector.java 77.77% <0.00%> (-5.56%) ⬇️
...e/dolphinscheduler/remote/NettyRemotingClient.java 50.70% <0.00%> (-2.82%) ⬇️
...inscheduler/common/task/sqoop/SqoopParameters.java 74.00% <0.00%> (-2.00%) ⬇️
...dolphinscheduler/remote/future/ResponseFuture.java 81.35% <0.00%> (-1.70%) ⬇️

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 e6239e8...4b2b1f9. Read the comment docs.

@sonarcloud
Copy link

sonarcloud bot commented Nov 23, 2021

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

0.0% 0.0% Coverage
0.0% 0.0% Duplication

Copy link
Contributor

@lenboo lenboo left a comment

Choose a reason for hiding this comment

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

+1

@lenboo lenboo merged commit e51a2a1 into apache:dev Nov 24, 2021
}
int insert = processTaskRelationMapper.batchInsert(processTaskRelationLogs);
int insertLog = processTaskRelationLogMapper.batchInsert(processTaskRelationLogs);
if ((insert & insertLog) > 0) {
Copy link
Contributor

Choose a reason for hiding this comment

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

Maybe this judge condition is not always correct, such as 1&2=0

Copy link
Contributor Author

Choose a reason for hiding this comment

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

If this scenario occurs, there is a problem

@brave-lee brave-lee deleted the dev_api2 branch November 29, 2021 07:58
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.

4 participants