Re: NiFi Cluster - Every Node is Named localhost

2019-12-10 Thread Mike Thomsen
Are you using the tarball or a Docker image? On Mon, Dec 9, 2019 at 3:28 PM Shawn Weeks wrote: > I’m a little confused. I’ve setup a new 1.10 cluster and I have the node > address set in nifi.properties and the cluster is up and working with > embedded zookeeper but when I go to the cluster

Re: NIFI 1.9.2 stuck in cluster mode

2019-12-10 Thread nayan sharma
Hi Mark, Thanks for clarifying things for me. Do we have any workaround ? Because load balancer between listSftp and fetchSftp is also not working seamlessly in 1.9.2. Out of 60 files it processes only 30 and remaining stuck in the queue. Is there any way where I can debug things. I have taken

Re: NIFI 1.9.2 stuck in cluster mode

2019-12-10 Thread Mark Payne
Nayan, Yes, version 1.10.0 does have a dependency on 3.5.5. Thanks -Mark > On Dec 10, 2019, at 11:13 AM, nayan sharma wrote: > > Hi Mark, > > I was trying to update NIFI cluster to 1.10.0 but I am getting error > Connection State changed to SUSPENDED,RECONNECTED and >

Re: NIFI 1.9.2 stuck in cluster mode

2019-12-10 Thread nayan sharma
Hi Mark, I was trying to update NIFI cluster to 1.10.0 but I am getting error *Connection State changed to SUSPENDED,RECONNECTED and zookeeper.KeeperException$ConnectionLossException : KeeperErrorCode=ConnectionLoss* I am not using embedded zookeeper. Zookeeper version 3.4.6. Do NIFI 1.10.0

Re: Clarification regarding NiFi registry

2019-12-10 Thread Bryan Bende
It is stored in flow.xml.gz On Tue, Dec 10, 2019 at 10:00 AM sanjeet rath wrote: > > Hi Bryan, > > I am facing the issue in 1.8 version > Currently I am dubugging the nifi code to figuring it out. > In the mean time could u please tell me when we add the registry name and URL > in Nifi settings

Re: Clarification regarding NiFi registry

2019-12-10 Thread sanjeet rath
Hi Bryan, I am facing the issue in 1.8 version Currently I am dubugging the nifi code to figuring it out. In the mean time could u please tell me when we add the registry name and URL in Nifi settings UI, actually in which location localy this value stored.means the persistant storage in local

Re: Clarification regarding NiFi registry

2019-12-10 Thread Bryan Bende
One other use has reported this, but I have been unable to reproduce it: https://issues.apache.org/jira/browse/NIFI-6767 Can you come up with steps that someone could take to reproduce the problem? Starting with step 1 - download version xyz of Nifi On Tue, Dec 10, 2019 at 9:30 AM sanjeet rath

Re: Clarification regarding NiFi registry

2019-12-10 Thread sanjeet rath
Thanks Andy for this quick response. Actually i am going in details because while restarting nifi i am getting incorrect info in nifi settings -- >registry location -- >location as https:// null or sometimes https:// host -1 is there any suggestions for this issue. thanks , sanjeet On Tue, 10

Re: Clarification regarding NiFi registry

2019-12-10 Thread Andy LoPresto
The NiFi Registry documentation [1] explains the interaction between the two services in more detail, but the basic process is that a Registry Client is configured in NiFi which contains the information necessary for NiFi to connect to the registry. Assets (currently flow definitions or

Clarification regarding NiFi registry

2019-12-10 Thread sanjeet rath
Hi , I just have confusion but no where i am finding a proper documentation regarding how nifi nodes intigrates with nifi registry. means internally how it works.as per the code , the node calls API to get the registry details and storing the entiry in RegistryDTO object. So my question is , Is