Justin.Liu created FLINK-35467:
----------------------------------
Summary: The flink-cdc.sh script of flink-cdc-3.1.0 cannot read
the correct Flink configuration information specified by the flink-conf.yaml
through the FLINK_CONF_DIR environment variable.
Key: FLINK-35467
URL: https://issues.apache.org/jira/browse/FLINK-35467
Project: Flink
Issue Type: Improvement
Components: Flink CDC
Affects Versions: cdc-3.1.0
Environment: Environment Information:
flink-1.17.1
flink-cdc-3.1.0
Reporter: Justin.Liu
Problem Description:
When starting our Flink service, we use the FLINK_CONF_DIR environment variable
to specify the flink-conf.yaml to a directory other than $FLINK_HOME/conf. The
flink-conf.yaml directory under $FLINK_HOME/conf is incorrect.
When submitting CDC tasks using the flink-cdc.sh script of flink-cdc-3.1.0, we
attempted to let flink-cdc read information from the correct flink-conf.yaml
configuration file through the FLINK_CONF_DIR environment variable. However, it
failed, and it still reads the configuration information from the
flink-conf.yaml under $FLINK_HOME/conf, causing task submission failures.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)