[
https://issues.apache.org/jira/browse/FLINK-24353?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Xintong Song updated FLINK-24353:
---------------------------------
Description:
Dynamic configurations (the '-D' arguments) are lost due to changes in
FLINK-21128.
Consequently, dynamic configurations like the following commands will not take
effect.
{code}
./bin/taskmanager.sh start -D taskmanager.memory.task.off-heap.size=128m
{code}
was:
Dynamic configurations (the '-D' arguments) are lost due to changes in
FLINK-21128.
Consequently, dynamic configurations like the following commands will not take
effect.
```
./bin/taskmanager.sh start -D taskmanager.memory.task.off-heap.size=128m
```
> Bash scripts do not respect dynamic configurations when calculating memory
> sizes
> --------------------------------------------------------------------------------
>
> Key: FLINK-24353
> URL: https://issues.apache.org/jira/browse/FLINK-24353
> Project: Flink
> Issue Type: Bug
> Components: Deployment / Scripts
> Affects Versions: 1.14.0, 1.13.2, 1.15.0
> Reporter: Xintong Song
> Assignee: Xintong Song
> Priority: Major
> Fix For: 1.14.0, 1.13.3, 1.15.0
>
>
> Dynamic configurations (the '-D' arguments) are lost due to changes in
> FLINK-21128.
> Consequently, dynamic configurations like the following commands will not
> take effect.
> {code}
> ./bin/taskmanager.sh start -D taskmanager.memory.task.off-heap.size=128m
> {code}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)