[
https://issues.apache.org/jira/browse/FLINK-4166?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15382526#comment-15382526
]
ASF GitHub Bot commented on FLINK-4166:
---------------------------------------
Github user StefanRRichter commented on a diff in the pull request:
https://github.com/apache/flink/pull/2249#discussion_r71178429
--- 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 --
Sure, we can change that. I just thought that default might be a little
generic.
> 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)