L Z created FLINK-25122:
---------------------------
Summary: flink-dist/src/main/flink-bin/bin/flink does not expand
variable for FLINK_ENV_JAVA_OPTS
Key: FLINK-25122
URL: https://issues.apache.org/jira/browse/FLINK-25122
Project: Flink
Issue Type: Bug
Components: Command Line Client
Affects Versions: 1.12.5
Reporter: L Z
After addingÂ
{code:yaml}
env.java.opts: "-Xloggc:${FLINK_LOG_PREFIX}.gc.log <...omitted chars...>"
{code}
to flink-conf.yaml.
flink CLI fails with
{code:bash}
Invalid file name for use with -Xloggc: Filename can only contain the
characters [A-Z][a-z][0-9]-_.%[p|t] but it has been ${FLINK_LOG_PREFIX}.gc.log
Note %p or %t can only be used once Error: Could not create the Java Virtual
Machine. Error: A fatal exception has occurred. Program will exit.{code}
--
This message was sent by Atlassian Jira
(v8.20.1#820001)