Re: Wait/Notify Question

2019-08-19 Thread Chris Lundeberg
Thanks for the feedback, Koji - I appreciate it. I will submit a Jira for the below and implement an alternate solution for the potential race condition. Thanks! Chris Lundeberg On Mon, Aug 19, 2019 at 8:16 PM Koji Kawamura wrote: > Hi Chris, > > You are correct, Wait processor has to

Re: Wait/Notify Question

2019-08-19 Thread Koji Kawamura
Hi Chris, You are correct, Wait processor has to rely on an attribute within a FlowFile to determine target signal count. I think the idea of making Wait be able to fetch target signal count from DistributedMapCache is a nice improvement. Please create a JIRA for further discussion. I guess we

Re: TLS Toolkit - Token length

2019-08-19 Thread Pierre Villard
Hi Andy, Thanks for your feedback. I filed a JIRA [1] and will work on a PR. [1] https://issues.apache.org/jira/browse/NIFI-6571 Le mer. 14 août 2019 à 19:08, Andy LoPresto a écrit : > Hi Pierre, > > I think you are 100% correct that this would be aa significant > improvement. I am in the

Re: Re:[EXT] [DISCUSS] Predictive Analytics for NiFi Metrics

2019-08-19 Thread Yolanda Davis
Hi Mark and Rob Mark thanks so much for the info on your work and Rob thanks for jumping in on the UI! I just wanted to add, Mark, that looking at your branch I think we also may have some opportunities to exchange notes or collaborate on the backend as well. The work in the feature branch is

Re: Re:[EXT] [DISCUSS] Predictive Analytics for NiFi Metrics

2019-08-19 Thread Robert Fellows
Hey Mark, I've started working on some UI based on the initial commit for this proposal. What you have done and what I am working on have a bit of overlap, but not much. I'm working on getting the predicted count and bytes into the existing connection metric display that is already on the

RE: Re:[EXT] [DISCUSS] Predictive Analytics for NiFi Metrics

2019-08-19 Thread Owens, Mark
The images from the preview email do not appear to be displaying. They can be viewed at: https://github.com/jmark99/nifi-images From: Owens, Mark Sent: Monday, August 19, 2019 2:25 PM To: dev@nifi.apache.org Subject: RE: Re:[EXT] [DISCUSS] Predictive Analytics for NiFi Metrics Hi Yolanda,

RE: Re:[EXT] [DISCUSS] Predictive Analytics for NiFi Metrics

2019-08-19 Thread Owens, Mark
Hi Yolanda, I've been working on a feature that appears to possibly overlap with the work you are pursuing. Perhaps we should see if/should we try to coordinate our efforts. I've been updating NiFi to predict the time to queue overflow for both flowfiles and bytes and displaying that

Wait/Notify Question

2019-08-19 Thread Chris Lundeberg
Hi all, I wanted to throw out a question to the larger community before I went down a different path. I might be looking at this wrong or making assumptions I shouldn't. Recently I started working with the Wait and Notify processors a bit more. I have a new flow which is a bit more batch in

Re:[EXT] [DISCUSS] Predictive Analytics for NiFi Metrics

2019-08-19 Thread Yolanda Davis
Hello All, I just wanted to follow up on the discussion we started a couple of weeks ago concerning an analytics framework for NiFi metrics. Working with Andy Christianson and Matt Burgess we shaped our ideas and drafted a proposal for this feature on the Apache NiFi Wiki [1] . We've also begun