Re: 3 node of nifi generating 3 different flow files

2020-06-18 Thread Andy LoPresto
Sanjeet, Did you stop every node in the cluster before deleting these files? Can you share the actual output of the log files? Andy LoPresto alopre...@apache.org alopresto.apa...@gmail.com He/Him PGP Fingerprint: 70EC B3E5 98A6 5A3F D3C4 BACE 3C6E F65B 2F7D EF69 > On Jun 18, 2020, at 5:15

Re: 3 node of nifi generating 3 different flow files

2020-06-18 Thread sanjeet rath
Hi Andy, Already tried by deleting flow.xml.gz ,users.xml,authorization.xml file of 3 nodes. But still getting the same error. in nifi-app.log is showing exception that" local flow is differet than cluster flow" Also new flow.xml.gz file is having different 'rootGroupid' on each node Thanks.

Re: 3 node of nifi generating 3 different flow files

2020-06-18 Thread Andy LoPresto
Sanjeet, If this is for a new cluster, you can delete the flow.xml.gz file from all nodes and restart NiFi. When the nodes start up again, they will create the new flow definition file on each node respectively with the synced root process group ID. Andy LoPresto alopre...@apache.org

Re: 3 node of nifi generating 3 different flow files

2020-06-18 Thread sanjeet rath
Thanks, Andy for your quick response. I did it as you suggested, now nifi is using its default encryption. But still gettting the error, in nifi-app.log is showing exception that" local flow is differet than cluster flow" As per my analysis, The issue is it got 3 different flow.xml.gz files in

Re: 3 node of nifi generating 3 different flow files

2020-06-18 Thread Andy LoPresto
You do not need to manually run this command, as it migrates the encryption key used for sensitive processor properties (e.g. database passwords in the flow) that are stored in your flow.xml.gz file. You only need this command when you have a cluster which has been using one encryption key to

3 node of nifi generating 3 different flow files

2020-06-18 Thread sanjeet rath
Hi , I got a issue while starting a 3 node nifi cluster. nifi-app.log is showing exception that" local flow file is differet than cluster flow" The issue is i got 3 different flow files in each node.'rootGroupid' of each flow file is different. Previous i was facing no issue in creating 3 node