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 2020/01/02 13:26:00 UTC

[jira] [Created] (FLINK-15458) Add whitelist for ambiguous config options

Chesnay Schepler created FLINK-15458:
----------------------------------------

             Summary: Add whitelist for ambiguous config options
                 Key: FLINK-15458
                 URL: https://issues.apache.org/jira/browse/FLINK-15458
             Project: Flink
          Issue Type: Improvement
          Components: Runtime / Configuration
            Reporter: Chesnay Schepler
            Assignee: Chesnay Schepler
             Fix For: 1.11.0


The {{ConfigOptionsDocsCompletenessITCase}} verifies that all existing and documented options are well-defined; as in that for any key there is exactly 1 default and description present, globally.

 

There is one use-case however where this check is too strict: reporters. These only work with key suffixes (like "port") and hence are failing this check. As a result we don't use the generator mechanism for reporters, which is unfortunate.

 

I propose to slightly extend this test so that this check is not performed for specific keys.



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