You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Flink Jira Bot (Jira)" <ji...@apache.org> on 2022/07/15 22:38:00 UTC

[jira] [Updated] (FLINK-27299) flink parsing parameter bug

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

Flink Jira Bot updated FLINK-27299:
-----------------------------------
    Labels: easyfix pull-request-available stale-assigned  (was: easyfix pull-request-available)

I am the [Flink Jira Bot|https://github.com/apache/flink-jira-bot/] and I help the community manage its development. I see this issue is assigned but has not received an update in 30 days, so it has been labeled "stale-assigned".
If you are still working on the issue, please remove the label and add a comment updating the community on your progress.  If this issue is waiting on feedback, please consider this a reminder to the committer/reviewer. Flink is a very active project, and so we appreciate your patience.
If you are no longer working on the issue, please unassign yourself so someone else may work on it.


> flink parsing parameter bug
> ---------------------------
>
>                 Key: FLINK-27299
>                 URL: https://issues.apache.org/jira/browse/FLINK-27299
>             Project: Flink
>          Issue Type: Bug
>          Components: Runtime / Configuration
>    Affects Versions: 1.11.6, 1.13.5, 1.14.2, 1.13.6, 1.14.3, 1.14.4
>            Reporter: Huajie Wang
>            Assignee: Huajie Wang
>            Priority: Minor
>              Labels: easyfix, pull-request-available, stale-assigned
>             Fix For: 1.16.0
>
>   Original Estimate: 1h
>  Remaining Estimate: 1h
>
> When I am running a flink job, I specify a running parameter with a "#" sign in it. The parsing fails.
> e.g: flink run com.myJob --sink.password db@123#123 
> only parse the content in front of "#", after reading the source code It is found that the parameters are intercepted according to "#" in the loadYAMLResource method of GlobalConfiguration. This part needs to be improved



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