Re: zookeeper connection string question/clarification

2020-02-20 Thread Andy LoPresto
Thanks Dan. If it works, we can update the MG with that example as well. Andy LoPresto alopre...@apache.org alopresto.apa...@gmail.com PGP Fingerprint: 70EC B3E5 98A6 5A3F D3C4 BACE 3C6E F65B 2F7D EF69 > On Feb 20, 2020, at 3:28 PM, dan young wrote: > > ok, great thank you. Yes, we're using e

Re: zookeeper connection string question/clarification

2020-02-20 Thread Bryan Bende
I think this change only affects the server entries in zookeeper.properties, so it’s mainly for people with existing embedded zookeeper setups. The nifi properties and state management entries didn’t change. On Thu, Feb 20, 2020 at 6:45 PM Andy LoPresto wrote: > Thanks Dan. If it works, we can

Re: zookeeper connection string question/clarification

2020-02-20 Thread dan young
ok, great thank you. Yes, we're using external zookeeper; 3.5.6. I'm going to test this change out on a dev cluster real quick. On Thu, Feb 20, 2020 at 4:22 PM Andy LoPresto wrote: > Sorry, I should have elaborated that I was referencing the link from the > MG. I realize you’re using external Z

Re: zookeeper connection string question/clarification

2020-02-20 Thread dan young
ok, I tried host;2181 and that doesn't seem to work. So I think host:2181 is still valid On Thu, Feb 20, 2020 at 4:22 PM Andy LoPresto wrote: > Sorry, I should have elaborated that I was referencing the link from the > MG. I realize you’re using external ZK and this is for embedded. Yes, I > be

Re: zookeeper connection string question/clarification

2020-02-20 Thread Andy LoPresto
Sorry, I should have elaborated that I was referencing the link from the MG. I realize you’re using external ZK and this is for embedded. Yes, I believe you will need to change the format of your connection string. Andy LoPresto alopre...@apache.org alopresto.apa...@gmail.com PGP Fingerprint:

Re: zookeeper connection string question/clarification

2020-02-20 Thread Andy LoPresto
Hi Dan, I believe the changes you’re looking for are here [1], copied below: The Zookeeper dependency that NiFi uses for state management and cluster elections was upgraded to v3.5.5. From v3.5.x onwards, Zookeeper changed the zookeeper.properties file format and as a result NiFi users using an

zookeeper connection string question/clarification

2020-02-20 Thread dan young
Hello, Using Nifi 1.11.1 in cluster mode with external zookeeper. Does the nifi.zookeeper.connect string in the nifi.properties need to change from say: nifi.zookeeper.connect.string= 10.xxx.x.xxx:2181,10.xxx.x.xxx:2181,10.xxx.x.xxx:2181 nifi.zookeeper.connect.string= 10.xxx.x.xxx;2181,10.xxx