Uploaded image for project: 'Beam'
  1. Beam
  2. BEAM-367

GetFractionConsumed() inaccurate for non-uniform records

Details

    • Improvement
    • Status: Resolved
    • P3
    • Resolution: Fixed
    • None
    • 0.2.0-incubating
    • io-java-gcp
    • None

    Description

      GetFractionConsumed() provides inaccurate progress updates for clustered records. For example, for a range spanning [1, 10], a cluster of records around 5 (e.g. 5.000001 ..., 5.000009) will be recorded as ~50% complete upon reading the first record, and will remain at this percentage until the final record has been read. Instead, the start of the range should be changed to the first record seen (e.g. new range [5.000001, 10]). The end of the range can be changed over time through dynamic work rebalancing.

      Attachments

        Issue Links

          Activity

            People

              dhalperi Dan Halperin
              ianzhou Ian Zhou
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: