You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Till Rohrmann (Jira)" <ji...@apache.org> on 2020/01/07 08:20:00 UTC

[jira] [Resolved] (FLINK-15053) Configurations with values contains space may cause TM failures on Yarn

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

Till Rohrmann resolved FLINK-15053.
-----------------------------------
    Resolution: Fixed

Fixed via

master: 2ff1de776dc6675aa6d5a211296c54df9f27c6af
1.10.0: 76b23e8907789e50abfa8c34301508bd412d23ff

> Configurations with values contains space may cause TM failures on Yarn
> -----------------------------------------------------------------------
>
>                 Key: FLINK-15053
>                 URL: https://issues.apache.org/jira/browse/FLINK-15053
>             Project: Flink
>          Issue Type: Bug
>          Components: Deployment / YARN, Runtime / Coordination
>    Affects Versions: 1.10.0
>            Reporter: Xintong Song
>            Assignee: Yang Wang
>            Priority: Blocker
>              Labels: pull-request-available
>             Fix For: 1.10.0
>
>          Time Spent: 20m
>  Remaining Estimate: 0h
>
> Currently on Yarn setups, we are passing task executor specific configurations through dynamic properties in the starting command (see FLINK-13184).
> If the value of configuration contains space, the dynamic properties may not be correctly parsed, which could cause task executor failures. On occurrence can be found in FLINK-15047.
> It would be good to allow spaces when passing dynamic properties. E.g., surrounding the values with double quotation marks, or escaping special characters.
> cc [~fly_in_gis]



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