Qingxin Wu created FLINK-15491:
----------------------------------
Summary: Fix incorrect path while missing trailing slash of high-availability.zookeeper.path.running-registry parameter.
Key: FLINK-15491
URL:
https://issues.apache.org/jira/browse/FLINK-15491 Project: Flink
Issue Type: Bug
Components: Runtime / Configuration
Affects Versions: 1.9.0
Reporter: Qingxin Wu
Attachments: 03a8857d50e911f9d09c68df0.png
By default, the value of configuration *high-availability.zookeeper.path.running-registry* must end with a slash. If we set this parameter as following:
{code:java}
high-availability.zookeeper.path.running-registry: /running_job_registry{code}
an incorrect path will be created, as shown in the following picture
!03a8857d50e911f9d09c68df0.png!
--
This message was sent by Atlassian Jira
(v8.3.4#803005)