You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Qingxin Wu (Jira)" <ji...@apache.org> on 2020/01/06 14:29:00 UTC

[jira] [Created] (FLINK-15491) Fix incorrect path while missing trailing slash of high-availability.zookeeper.path.running-registry parameter.

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)