You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Chesnay Schepler (Jira)" <ji...@apache.org> on 2022/12/04 20:36:00 UTC

[jira] [Created] (FLINK-30289) RateLimitedSourceReader uses wrong signal for checkpoint rate-limiting

Chesnay Schepler created FLINK-30289:
----------------------------------------

             Summary: RateLimitedSourceReader uses wrong signal for checkpoint rate-limiting
                 Key: FLINK-30289
                 URL: https://issues.apache.org/jira/browse/FLINK-30289
             Project: Flink
          Issue Type: Bug
          Components: API / Core
    Affects Versions: 1.17.0
            Reporter: Chesnay Schepler
            Assignee: Chesnay Schepler
             Fix For: 1.17.0


The checkpoint rate limiter is notified when the checkpoint is complete, but since this signal comes at some point in the future (or not at all) it can result in no records being emitted for a checkpoint, or more records than expected being emitted.



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