You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@gobblin.apache.org by "ASF GitHub Bot (Jira)" <ji...@apache.org> on 2023/06/02 04:07:00 UTC

[jira] [Work logged] (GOBBLIN-1838) Introduce total count based completion watermark

     [ https://issues.apache.org/jira/browse/GOBBLIN-1838?focusedWorklogId=863348&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-863348 ]

ASF GitHub Bot logged work on GOBBLIN-1838:
-------------------------------------------

                Author: ASF GitHub Bot
            Created on: 02/Jun/23 04:06
            Start Date: 02/Jun/23 04:06
    Worklog Time Spent: 10m 
      Work Description: codecov-commenter commented on PR #3701:
URL: https://github.com/apache/gobblin/pull/3701#issuecomment-1573115023

   ## [Codecov](https://app.codecov.io/gh/apache/gobblin/pull/3701?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache) Report
   > Merging [#3701](https://app.codecov.io/gh/apache/gobblin/pull/3701?src=pr&el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache) (a435b57) into [master](https://app.codecov.io/gh/apache/gobblin/commit/51a852d506b749b9ac33568aff47105e14972a57?el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache) (51a852d) will **increase** coverage by `7.69%`.
   > The diff coverage is `n/a`.
   
   ```diff
   @@             Coverage Diff              @@
   ##             master    #3701      +/-   ##
   ============================================
   + Coverage     46.97%   54.67%   +7.69%     
   + Complexity    10794     1383    -9411     
   ============================================
     Files          2138      278    -1860     
     Lines         84132     9965   -74167     
     Branches       9356     1078    -8278     
   ============================================
   - Hits          39518     5448   -34070     
   + Misses        41015     4009   -37006     
   + Partials       3599      508    -3091     
   ```
   
   
   [see 1860 files with indirect coverage changes](https://app.codecov.io/gh/apache/gobblin/pull/3701/indirect-changes?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache)
   
   :mega: We’re building smart automated test selection to slash your CI/CD build times. [Learn more](https://about.codecov.io/iterative-testing/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache)
   




Issue Time Tracking
-------------------

    Worklog Id:     (was: 863348)
    Time Spent: 20m  (was: 10m)

> Introduce total count based completion watermark
> ------------------------------------------------
>
>                 Key: GOBBLIN-1838
>                 URL: https://issues.apache.org/jira/browse/GOBBLIN-1838
>             Project: Apache Gobblin
>          Issue Type: New Feature
>            Reporter: Andy Jiang
>            Priority: Major
>          Time Spent: 20m
>  Remaining Estimate: 0h
>
> Currently the completion watermark is determined according to the completeness percentage: "max of srcCount/refCount, for each refTier".
> This change introduces a new "total count based completion watermark", which is determined by a new completeness percentage: "srcCount / sum of all refCount, for each refTier".



--
This message was sent by Atlassian Jira
(v8.20.10#820010)