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

[jira] [Created] (FLINK-27299) [BUG] Flink parsing parameter bug

Huajie Wang created FLINK-27299:
-----------------------------------

             Summary: [BUG] 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.14.4
            Reporter: Huajie Wang
             Fix For: 1.15.1


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.1#820001)