You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flink.apache.org by "Chesnay Schepler (Jira)" <ji...@apache.org> on 2020/06/15 17:58:00 UTC

[jira] [Created] (FLINK-18310) Failure while parsing reporter interval does not reliably revert back to default

Chesnay Schepler created FLINK-18310:
----------------------------------------

             Summary: Failure while parsing reporter interval does not reliably revert back to default
                 Key: FLINK-18310
                 URL: https://issues.apache.org/jira/browse/FLINK-18310
             Project: Flink
          Issue Type: Improvement
          Components: Runtime / Metrics
    Affects Versions: 1.10.0
            Reporter: Chesnay Schepler
            Assignee: Chesnay Schepler
             Fix For: 1.11.0, 1.10.2


The reporter interval is parsed in 2 steps, one for the time amount, one for the time unit.
The result of the first step is used regardless of whether the second step succeeds.

This means that if you configure "3000 ms", we fall back to the default time unit (seconds), but stick to the configured amount (3000).



--
This message was sent by Atlassian Jira
(v8.3.4#803005)