You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dolphinscheduler.apache.org by GitBox <gi...@apache.org> on 2020/01/03 16:42:58 UTC

[GitHub] [incubator-dolphinscheduler] Yeleights opened a new pull request #1705: fix bug: delete processdefinition when a task aleady exec by worker lead to NPE

Yeleights opened a new pull request #1705: fix bug: delete processdefinition when a task aleady exec by worker lead to NPE
URL: https://github.com/apache/incubator-dolphinscheduler/pull/1705
 
 
   ## What is the purpose of the pull request
   *#1704 fix bug: delete process definition when a task aleady exec by worker lead to NPE*
   
   ## Brief change log
     - *Edit dao/ProcessDao*
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [incubator-dolphinscheduler] Technoboy- merged pull request #1705: fix bug: delete processdefinition when a task aleady exec by worker lead to NPE

Posted by GitBox <gi...@apache.org>.
Technoboy- merged pull request #1705: fix bug: delete processdefinition when a task aleady exec by worker lead to NPE
URL: https://github.com/apache/incubator-dolphinscheduler/pull/1705
 
 
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [incubator-dolphinscheduler] codecov-io commented on issue #1705: fix bug: delete processdefinition when a task aleady exec by worker lead to NPE

Posted by GitBox <gi...@apache.org>.
codecov-io commented on issue #1705: fix bug: delete processdefinition when a task aleady exec by worker lead to NPE
URL: https://github.com/apache/incubator-dolphinscheduler/pull/1705#issuecomment-570629959
 
 
   # [Codecov](https://codecov.io/gh/apache/incubator-dolphinscheduler/pull/1705?src=pr&el=h1) Report
   > Merging [#1705](https://codecov.io/gh/apache/incubator-dolphinscheduler/pull/1705?src=pr&el=desc) into [dev](https://codecov.io/gh/apache/incubator-dolphinscheduler/commit/cfe174293f1a0076340a9ebd84955a6206692257?src=pr&el=desc) will **decrease** coverage by `<.01%`.
   > The diff coverage is `0%`.
   
   [![Impacted file tree graph](https://codecov.io/gh/apache/incubator-dolphinscheduler/pull/1705/graphs/tree.svg?width=650&token=bv9iXXRLi9&height=150&src=pr)](https://codecov.io/gh/apache/incubator-dolphinscheduler/pull/1705?src=pr&el=tree)
   
   ```diff
   @@            Coverage Diff             @@
   ##              dev    #1705      +/-   ##
   ==========================================
   - Coverage   17.15%   17.15%   -0.01%     
   ==========================================
     Files         285      285              
     Lines       13900    13901       +1     
     Branches     2267     2268       +1     
   ==========================================
     Hits         2385     2385              
   - Misses      11240    11241       +1     
     Partials      275      275
   ```
   
   
   | [Impacted Files](https://codecov.io/gh/apache/incubator-dolphinscheduler/pull/1705?src=pr&el=tree) | Coverage Δ | |
   |---|---|---|
   | [...va/org/apache/dolphinscheduler/dao/ProcessDao.java](https://codecov.io/gh/apache/incubator-dolphinscheduler/pull/1705/diff?src=pr&el=tree#diff-ZG9scGhpbnNjaGVkdWxlci1kYW8vc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2RvbHBoaW5zY2hlZHVsZXIvZGFvL1Byb2Nlc3NEYW8uamF2YQ==) | `0.86% <0%> (-0.01%)` | :arrow_down: |
   
   ------
   
   [Continue to review full report at Codecov](https://codecov.io/gh/apache/incubator-dolphinscheduler/pull/1705?src=pr&el=continue).
   > **Legend** - [Click here to learn more](https://docs.codecov.io/docs/codecov-delta)
   > `Δ = absolute <relative> (impact)`, `ø = not affected`, `? = missing data`
   > Powered by [Codecov](https://codecov.io/gh/apache/incubator-dolphinscheduler/pull/1705?src=pr&el=footer). Last update [cfe1742...3dedc2c](https://codecov.io/gh/apache/incubator-dolphinscheduler/pull/1705?src=pr&el=lastupdated). Read the [comment docs](https://docs.codecov.io/docs/pull-request-comments).
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services