[ https://issues.apache.org/jira/browse/FLINK-4166?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15382514#comment-15382514 ]
ASF GitHub Bot commented on FLINK-4166: --------------------------------------- Github user mxm commented on a diff in the pull request: https://github.com/apache/flink/pull/2249#discussion_r71176801 --- Diff: flink-core/src/main/java/org/apache/flink/configuration/ConfigConstants.java --- @@ -969,6 +971,8 @@ public static final String DEFAULT_ZOOKEEPER_DIR_KEY = "/flink"; + public static final String DEFAULT_ZOOKEEPER_NAMESPACE_KEY = "/default_ns"; --- End diff -- How about we change this to `default`? `ns` is pretty cryptic for most people anyways. > Generate automatic different namespaces in Zookeeper for Flink applications > --------------------------------------------------------------------------- > > Key: FLINK-4166 > URL: https://issues.apache.org/jira/browse/FLINK-4166 > Project: Flink > Issue Type: Bug > Components: Distributed Coordination > Affects Versions: 1.0.3 > Reporter: Stefan Richter > > We should automatically generate different namespaces per Flink application > in Zookeeper to avoid interference between different applications that refer > to the same Zookeeper entries. -- This message was sent by Atlassian JIRA (v6.3.4#6332)