Details
-
Bug
-
Status: Resolved
-
Blocker
-
Resolution: Fixed
-
1.10.0
Description
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
Attachments
Issue Links
- causes
-
FLINK-15047 YarnDistributedCacheITCase is unstable
- Closed
- relates to
-
FLINK-13184 Starting a TaskExecutor blocks the YarnResourceManager's main thread
- Closed
- links to