You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Xintong Song (Jira)" <ji...@apache.org> on 2021/10/11 01:43:00 UTC

[jira] [Closed] (FLINK-23358) Refactor CoreOptions parent-first patterns to List options

     [ https://issues.apache.org/jira/browse/FLINK-23358?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Xintong Song closed FLINK-23358.
--------------------------------
    Resolution: Fixed

Merged via:
- master (1.15): 4d648db50d80be380a690c9ea90fc84961a13e1f

> Refactor CoreOptions parent-first patterns to List options
> ----------------------------------------------------------
>
>                 Key: FLINK-23358
>                 URL: https://issues.apache.org/jira/browse/FLINK-23358
>             Project: Flink
>          Issue Type: Technical Debt
>          Components: Runtime / Configuration
>            Reporter: Chesnay Schepler
>            Assignee: Horace Lee
>            Priority: Minor
>              Labels: pull-request-available, starter
>             Fix For: 1.15.0
>
>
> The following CoreOptions are all implemented as String options, but actually accept a List<String>, with some custom parsing thrown in:
> {code}
> ALWAYS_PARENT_FIRST_LOADER_PATTERNS
> ALWAYS_PARENT_FIRST_LOADER_PATTERNS_ADDITIONAL
> PLUGIN_ALWAYS_PARENT_FIRST_LOADER_PATTERNS
> PLUGIN_ALWAYS_PARENT_FIRST_LOADER_PATTERNS_ADDITIONAL
> {code}
> We should refactor them to proper List<String> options to reduce complexity.



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