Re: Clustering Questions

2018-04-18 Thread Pierre Villard
Hi Jon, Just as a note for your unrelated question: I opened NIFI-4026 few months ago but didn't have time to work on it so far. [1] https://issues.apache.org/jira/browse/NIFI-4026 2018-04-17 20:34 GMT+02:00 Jon Logan : > Thanks Joe, just a few follow-up questions: > >

Re: Clustering Questions

2018-04-17 Thread Jon Logan
Thanks Joe, just a few follow-up questions: re:durability -- is this something that people have just been accepting as a risk and hoping for the best? Or is this something people build their applications around -- ie. using durability outside of the Nifi system boundary and push it into a

Re: Clustering Questions

2018-04-13 Thread Joe Witt
Jon, Node Failure: You have to care about two things generally speaking. First is the flow execution and second is data in-flight For flow execution nifi clustering will take care of re-assigning the primary node and cluster coordinator as needed. For data we do not at present offer

Clustering Questions

2018-04-13 Thread Jon Logan
All, I had a few general questions regarding Clustering, and was looking for any sort of advice or best-practices information -- - documentation discusses failure handling primarily from a NiFi crash scenario, but I don't recall seeing any information on entire node-failure scenarios. Is there a