azagrebin opened a new pull request #12521:
URL: https://github.com/apache/flink/pull/12521
Add check whether the memory configuration failed in JM bash scripts:
```
if [[ $? -ne 0 ]]; then
echo "[ERROR] Could not get JVM parameters and dynamic configurations
properly."
exit 1
fi
```
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]