[
https://issues.apache.org/jira/browse/NIFI-2253?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15388784#comment-15388784
]
ASF GitHub Bot commented on NIFI-2253:
--------------------------------------
GitHub user joewitt opened a pull request:
https://github.com/apache/nifi/pull/704
NIFI-2253 flexibly cleaning zookeeper connect string
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/joewitt/incubator-nifi NIFI-2253
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/nifi/pull/704.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #704
----
commit 891d404bf95b7654bf1f1cb5c7c40a1efcb6b7fe
Author: joewitt <[email protected]>
Date: 2016-07-22T02:43:15Z
NIFI-2253 flexibly cleaning zookeeper connect string
----
> zookeeper server cannot interpret "space" in ZK connection string, in
> nifi.properties config file
> -------------------------------------------------------------------------------------------------
>
> Key: NIFI-2253
> URL: https://issues.apache.org/jira/browse/NIFI-2253
> Project: Apache NiFi
> Issue Type: Bug
> Components: Core Framework
> Reporter: Haimo Liu
> Assignee: Joseph Witt
> Priority: Minor
> Fix For: 1.0.0
>
>
> ZK server cannot interpret space in the following connection string
> (nifi.properties config file):
> nifi.zookeeper.connect.string=localhost:2181,localhost:2182,<space>localhost:2183
> in this case, multiple NIFI nodes will run in a standalone mode instead of
> operating in a clustered mode.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)