Lynch Lee created FLINK-8273: -------------------------------- Summary: Configs shown on JobManager WebUI maybe not the real runtime value Key: FLINK-8273 URL: https://issues.apache.org/jira/browse/FLINK-8273 Project: Flink Issue Type: Bug Components: Configuration, YARN Affects Versions: 1.3.2 Reporter: Lynch Lee
Some configurations are given like this: cmd: /data/apps/opt/flink/bin/yarn-session.sh -n 5 -jm 8192 -tm 8192 -s 8 -d file(flin-conf.yaml): taskmanager.numberOfTaskSlots: 65 so we got slots of one taskmanager as 8 on runtime, but config taskmanager.numberOfTaskSlots shown on JobManager WebUI is 65. I think we should given the real runtime value onto the webui... -- This message was sent by Atlassian JIRA (v6.4.14#64029)