Re: Desire to view more than 100 items within a queue

2024-04-24 Thread Michael Moser
This issue was discussed in the past but never reached a consensus for an implementation that managed the concerns. My email is only to provide a link to that pull request and discussion, for those who are curious. https://github.com/apache/nifi/pull/4641 -- Mike On Tue, Apr 23, 2024 at 5:47 

Re: Build of 2.x failing on Centos 7

2024-04-19 Thread Michael Moser
Thanks for explaining the intent, David, and it makes perfect sense. -- Mike On Fri, Apr 19, 2024 at 12:26 PM David Handermann < exceptionfact...@apache.org> wrote: > Mike, > > The change was intentional from my understanding as Node.js 16 reached > end of life last year [1]. Registry should

Re: Build of 2.x failing on Centos 7

2024-04-19 Thread Michael Moser
Perhaps this was an unintentional change to the nifi-web-ui from the NIFI-13035 PR that was merged recently? -- Mike On Fri, Apr 19, 2024 at 12:06 PM Dan S wrote: > Thanks David! > I did not have this problem the other day when I submitted a PR for > NIFI-12960. > > On Fri, Apr 19, 2024 at

Re: How to unset a sensitive property

2024-04-15 Thread Michael Moser
Hi Dan, You edit the property as usual, and when the text box appears showing the greyed-out "Sensitive value set" in the box, simply click anywhere in the text box and "Sensitive value set" will disappear. Then click the "OK" button and the value should be back to "No value set". -- Mike On

Re: Jira contributor access

2024-03-01 Thread Michael Moser
Hello, The bbobcik user in Apache Jira has contributor access to the NiFi project. Is it not working for you? What action in Jira are you trying to do? -- Mike On Fri, Mar 1, 2024 at 9:48 AM Boleslav Bobcik wrote: > Hello, I just wanted to check whether my request for contributor access is

Re: UpdateAttribute Failure Relationship

2024-02-09 Thread Michael Moser
would need an update to catch Expression Language > >>> exceptions > >>>> and then route conditionally to failure. > >>>> > >>>> Just thinking out loud. > >>>> /Adam > >>>> > >>>> > >>>>

Re: UpdateAttribute Failure Relationship

2024-02-07 Thread Michael Moser
Hi Dan, This has been discussed in the past, as you found with those two Jira tickets. Personally, I'm still not sure whether a new failure relationship on UpdateAttribute in 2.0 is a good approach. I have heard from some dataflow managers that would not want to go through their entire graph

Re: Apache Nifi Installation Issues

2023-12-28 Thread Michael Moser
Alex, The error occurs when NiFi tries to move the self-signed certificate it generated from /tmp/test-keystore-4089669996254362100.p12 to ./conf/keystore.p12. This is a very basic file operation, so something is up with your environment. I have not used WSL, so I suggest Googling "windows

Re: [VOTE] Release Apache NiFi 1.24.0 (RC4)

2023-11-22 Thread Michael Moser
+1 (binding) Built using maven wrapper on CentOS 7.9 with: Apache Maven 3.9.5 (57804ffe001d7215b5e7bcb531cf83df38f93546) Maven home: /home/mosermw/.m2/wrapper/dists/apache-maven-3.9.5/2021cb71 Java version: 1.8.0_382, vendor: Red Hat, Inc., runtime:

Re: Nifi in Kubernetes environment

2023-11-06 Thread Michael Moser
There are many ways to run Apache NiFi in containers and Kubernetes. Have a look at NiFiKop, a kubernetes operator for Apache NiFi [1]. Note that it is a separate open-source project from Apache NiFi itself. [1] - https://github.com/konpyutaika/nifikop Regards, -- Mike On Mon, Nov 6, 2023

Re: Custom-processor configuration suggestions

2023-09-29 Thread Michael Moser
Unfortunately, Otto's ASCII art doesn't render nicely for me, but I agree with what I think he's saying. And it aligns nicely with what Joe said too. Create a custom controller service that has the job of loading your configuration data set. This service can provide methods in its API to do

Re: new PackageFlowFile processor

2023-09-08 Thread Michael Moser
xity in > implementation and config of merge content i think. What did you have in > mind for that? > > Thanks > > On Fri, Sep 8, 2023 at 6:53 AM Michael Moser wrote: > > > Devs, > > > > I can't find if this was suggested before, so here goes. With the

new PackageFlowFile processor

2023-09-08 Thread Michael Moser
Devs, I can't find if this was suggested before, so here goes. With the demise of PostHTTP in NiFi 2.0, the recommended alternative is to MergeContent 1 file into FlowFile-v3 format then InvokeHTTP. What does the community think about supporting a new PackageFlowFile processor that is simple to

Re: Re: NiFi 1.19.1 TLS Cipher syntax

2023-08-18 Thread Michael Moser
Martin, Java follows RFC naming conventions for cipher suites as mentioned in the Java Security standard names table [1]. It looks like the "TLS_AKE_WITH_"* cipher names you are trying to match are not used by Java. I found one site [2] that mentions them as cipher codes 0x1301-0x1305. >From

Re: [VOTE] Release Apache NiFi 1.22.0 (RC1)

2023-06-09 Thread Michael Moser
+1 (binding) Ran through helper and verified checksums and signature of source release, verified git commit. Built on CentOS Linux release 7.9.2009, Apache Maven 3.8.6, Java version: 1.8.0_372, vendor: Red Hat, Inc., runtime: /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.372.b07-1.el7_9.x86_64/ Ran NiFi

Re: [discuss] nifi 1.22 looking worthy at this point

2023-05-24 Thread Michael Moser
Team, I observed something wonky with the UI in 1.22.0-SNAPSHOT (using the latest support/nifi-1.x branch) and I wrote NIFI-11560 [1] for it. I would be sad if we release 1.22.0 and then decide this is significant, so any extra eyes on it beforehand would be appreciated. [1] -

Re: [VOTE] Release Apache NiFi 1.21.0 (RC2)

2023-04-06 Thread Michael Moser
+1 (binding) Verified checksums and signature of source release Built (with empty local repo) on CentOS Linux release 7.9.2009 Apache Maven 3.8.6 Java version: 1.8.0_362, vendor: Red Hat, Inc., runtime: /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.362.b08-1.el7_9.x86_64/jre Default locale: en_US,

Re: Jira contributor access

2022-03-08 Thread Michael Moser
Hi Jonathan, I've added you as a contributor to Jira. Looking forward to the contributions you have for NiFi! Regards, -- Mike On Mon, Mar 7, 2022 at 3:46 PM Jonathan Conti-Vock < jonathan.contiv...@gmail.com> wrote: > Hello, > > I'd like to request Jira contributor access. My Jira username

Re: [ANNOUNCE] New Apache NiFi Committer Kotaro Terada

2019-10-24 Thread Michael Moser
Congrats on becoming a NiFi committer, Kotaro! On Thu, Oct 24, 2019 at 1:06 PM Otto Fowler wrote: > Congratulations! > > > > > On October 24, 2019 at 09:50:17, Aldrin Piri (ald...@apache.org) wrote: > > Apache NiFi community, > > On behalf of the Apache NiFI PMC, I am very pleased to announce

Re: [ANNOUNCE] New Apache NiFi PMC member Peter Wicks

2019-05-30 Thread Michael Moser
Great work, Peter. Congrats! On Thu, May 30, 2019 at 8:05 PM Marc Parisi wrote: > Congrats! > > On Thu, May 30, 2019, 2:58 PM Jeff wrote: > > > Welcome to the PMC, Peter! Congrats! > > > > On Thu, May 30, 2019 at 2:45 PM Tony Kurc wrote: > > > > > Congratulations Peter!! > > > > > > On

Re: GetHttp always givues error "SocketTimeotException,Read timedOut"

2019-03-25 Thread Michael Moser
Hello, I noticed from your screenshot that your GetHTTP is using a URL with "http://; but you also have an SSL Context Service defined. If your endpoint is using SSL/TLS then your URL should begin with https://. However, if your endpoint uses plaintext HTTP, then I suggest trying to configure

Re: [VOTE] Release Apache NiFi 1.9.0 (rc2)

2019-02-19 Thread Michael Moser
+1 (binding) verified the release using the helper, ran some flows, and ran in a Docker container. -- Mike On Tue, Feb 19, 2019 at 5:10 PM Tony Kurc wrote: > +1 (binding) > > - Went through helper on ubuntu 16.04 (x86) without issue > - ran through some very simple flows > > > On Tue, Feb

Re: SSD fatigue

2018-12-14 Thread Michael Moser
Hello Phil, When supporting an I/O intensive application such as NiFi at the enterprise level, you have to plan for failures in your storage layer. Disks are going to fail and you only get to choose how that failure will affect your system. Here are some things to think about. + Use RAID for

Re: [DISCUSS] Early, voluntary relocation to GitBox

2018-12-10 Thread Michael Moser
+1 from me, sounds great. On Mon, Dec 10, 2018 at 4:07 AM Arpad Boda wrote: > +1 (for being the guinea pig __ ) > > On 09/12/2018, 04:01, "Aldrin Piri" wrote: > > Thanks to those of you that responded. > > I think my tentative plan is to give this a few more days to see if > there >

Re: [DISCUSS] Extension Registry

2018-11-13 Thread Michael Moser
I have thought about this in the past, too. Here's a scenario where I could never really lay down an approach I was happy with. Consider that a NiFi user searches the NiFi registry and finds the PutMongo processor. Registry knows the PutMongo processor is in the nifi-mongodb-nar, and through

Re: [External] Re: Expression language and NiFi registry

2018-10-26 Thread Michael Moser
For the specific case of "host name of the AMQP processors", EL support for that property was added to NiFi in NIFI-5489 [1] which will be released with NiFi 1.8.0 (available real soon!) [1] - https://issues.apache.org/jira/browse/NIFI-5489 -- Mike On Wed, Oct 24, 2018 at 3:06 PM Pierre

Re: Status of "event-driven" scheduling

2018-09-12 Thread Michael Moser
Hi Joe, I'm guessing here, but I think the Event Driven scheduling was intended to be more efficient than Timer Driven scheduling, in the way that push notifications should be more efficient than polling. In practice, I'm not sure anyone has measured the difference. I have seen folks use Event

Re: [ANNOUNCE] New NiFi PMC member Kevin Doran

2018-07-31 Thread Michael Moser
Congrats, welcome, and thank you for your work. On Tue, Jul 31, 2018 at 9:21 AM Otto Fowler wrote: > Congratulations! > > > On July 31, 2018 at 08:26:34, Tony Kurc (tk...@apache.org) wrote: > > NiFi Community, > > On behalf of the Apache NiFi PMC, I am pleased to announce that Kevin Doran >

Re: unit test failures on master

2018-07-24 Thread Michael Moser
erprint: 70EC B3E5 98A6 5A3F D3C4 BACE 3C6E F65B 2F7D EF69 > > On Jul 24, 2018, at 2:13 PM, Michael Moser wrote: > > Greetings NiFi dev: > > I'm getting unit test failures trying to build the master branch. > > [INFO] >

unit test failures on master

2018-07-24 Thread Michael Moser
Greetings NiFi dev: I'm getting unit test failures trying to build the master branch. [INFO] [INFO] Building nifi-runtime 1.8.0-SNAPSHOT [INFO] [INFO]

Re: [ANNOUNCE] New NiFi PMC member Mike Thomsen

2018-06-06 Thread Michael Moser
Congrats and a big thank you for your work! On Wed, Jun 6, 2018 at 10:10 PM, Scott Aslan wrote: > Congrats > > On Wed, Jun 6, 2018, 9:03 PM Matt Burgess wrote: > > > Congratulations Mike! Great to have you aboard, I appreciate your > > commitment and work ethic and looking forward to

Re: [EXT] Suggestion: Apache NiFi component enhancement

2018-04-13 Thread Michael Moser
Hi Sivaprasanna, After reading your first email, I thought it would be a lot of work for little benefit, because I think you would have needed to touch many parts of the framework. After reading your clarification, the scope seems more limited. It's definitely an interesting idea, and here are

Re: Firefox - Slower movements when moving around the canvas

2018-04-03 Thread Michael Moser
Adding a data point: using Firefox for Linux 64-bit, I see no difference between Firefox 58.0.2 and 59.0.2. Neither exhibit a slow canvas with the NiFi UI. -- Mike On Tue, Apr 3, 2018 at 3:24 PM, Pierre Villard wrote: > Yep, same here Mike, back to square one I

Re: [VOTE] Release Apache NiFi 1.6.0 (RC2)

2018-03-28 Thread Michael Moser
+1 (binding) Followed helper to verify release, built on Ubuntu 16.04 LTS, ran the application successfully. -- Mike On Wed, Mar 28, 2018 at 2:01 PM, Mark Payne wrote: > +1 (binding) > > Was able to build successfully and start application. Created some simple > flows

Re: [VOTE] Release Apache NiFi 1.6.0

2018-03-23 Thread Michael Moser
+1 (binding) Ran through release helper to verify the release and run NiFi on Ubuntu 16.04. It worked as expected with no new comments to add. -- Mike On Fri, Mar 23, 2018 at 4:02 PM, Scott Aslan wrote: > +1 (binding) > > - Ran through release helper > - Setup secure

Re: [discuss] nifi 1.6.0 release

2018-03-13 Thread Michael Moser
not a 1.6 blocker, just a nice to have. > > > > On Mon, Mar 12, 2018 at 1:47 PM, Joe Witt <joe.w...@gmail.com> wrote: > > > > Mike, Michael, > > > > Both items noted seem fair for inclusion in whatever release vehicle > > follows them being merged

Re: [discuss] nifi 1.6.0 release

2018-03-12 Thread Michael Moser
I would like to finish up NIFI-3599 , which just needs some contributer / review agreement. -- Another Mike On Mon, Mar 12, 2018 at 1:28 PM, Mike Thomsen wrote: > If we could get this patch for HBase visibility labels

Re: RAT check failure

2018-03-10 Thread Michael Moser
Hi Mark, Try to do a "mvn clean -Pinclude-grpc" first, then do your "mvn -Pcontrib-check install". By default the nifi-grpc-bundle is not included in any phase of the maven build. You have probably built nifi-grpc-bundle in the past in your workspace. -- Mike On Sat, Mar 10, 2018 at 12:13

Re: [DISCUSS] Proposal for an Apache NiFi sub-project - NiFi Fluid Design System

2018-02-22 Thread Michael Moser
There are compelling pros and easily identifiable cons to placing UI components into their own project. I don't have anything to add there. Please, however, consider a different name. "Fluid Design System" is generic to the point of giving no cognitive clue about what it actually is. And

Re: Unable to start NiFi

2018-01-21 Thread Michael Moser
Hello, I see your VM arguments contain 2 "-Xms" and 0 "-Xmx" arguments: -Xms2048m -Xms2048m Please check your nifi/conf/bootstrap.conf file to make sure the JVM memory settings show -Xms2048m -Xmx2048m Regards, -- Mike On Fri, Jan 19, 2018 at 6:25 AM, 尹文才 wrote:

Re: Empty String in UpdateAttribute

2018-01-19 Thread Michael Moser
Hi Mark, After reading the JIRA [1] and the PR for the UpdateAttribute modifications, I believe this was simply an unintended consequence of the code changes. If you would like to write a new JIRA, then I'm sure we can restore the "Set Empty String" functionality when not storing attributes in

Re: [DISCUSS] Apache NiFi distribution has grown too large

2018-01-12 Thread Michael Moser
And of course, as I hit I thought of one more thing. We could keep all of the code in 1 git repo (1 project) but the nifi-assembly part of the build could be broken up to build core NiFi separately from the tar/zip functional grouping of other NARs. On Fri, Jan 12, 2018 at 5:01 PM, Michael

Re: [DISCUSS] Apache NiFi distribution has grown too large

2018-01-12 Thread Michael Moser
Long term I would also like to see #3 be the solution. I think what Joseph N described could be part of the capabilities of #3. I would like to add a note of caution with respect to reorganizing and releasing extension bundles separately: - the burden on release manager expands because many

Re: [VOTE] Release Apache NiFi 1.5.0 (RC1)

2018-01-11 Thread Michael Moser
+1 (binding) release this package as nifi-1.5.0 Verified release package, built and executed cleanly and passed some regression testing. Thanks to everyone for continued efforts to improve and expand NiFi's capabilities! -- Mike On Thu, Jan 11, 2018 at 1:01 PM, Aldrin Piri

Re: 答复: Re: 答复: Re: NiFi starts very slowly

2017-12-29 Thread Michael Moser
I was thinking that with 16000 processors, you would need a large amount of heap space allocated to the JVM. A small heap would slow NiFi's ability to do its work, because the JVM garbage collector would be consuming more CPU time than what is healthy. A 64 GB heap size, allocated in the NiFi

Re: [Non-DoD Source] Re: Moving from version 1.1.2 to 1.4.0

2017-12-27 Thread Michael Moser
Steven, Joe and Bryan's suggestions are best, but there is another way to try to resolve your issue, It comes with a large "Beware of class loaders" sign, but it can work. Your custom nar can be built so that it depends on the classes found in nifi-standard-nar, by using a nar dependency. A

Re: Nifi "event driven" scheduling strategy Custom Processor

2017-12-27 Thread Michael Moser
Hello! An "event" in the context of the NiFi @EventDriven annotation is the arrival of a flow file in the queue that is an input to a processor. The only purpose of @EventDriven is to save system resources when compared to the default Timer Driven strategy, in which a processor polls its input

Re: Penalized FlowFiles still cause Processor Invocations

2017-12-22 Thread Michael Moser
This behavior is known and there is an open JIRA ticket [1] for it. It's not great for the processor's onTrigger() to be continually called without a flowfile, but it's also not a great user experience to do nothing and show 0 tasks executed, which leaves the end user with no idea why the

Re: [ANNOUNCE] New NiFi PMC member Marc Parisi

2017-12-15 Thread Michael Moser
Congrats Marc, and thanks for your work on the project. On Fri, Dec 15, 2017 at 6:52 AM, Rob Moran wrote: > Congratulations, Marc! > > On Fri, Dec 15, 2017 at 4:31 AM Pierre Villard < > pierre.villard...@gmail.com> > wrote: > > > Congrats Marc!! > > > > 2017-12-15 6:38

Re: Unable to checkpoint FlowFile Repository (No space left on device)

2017-12-14 Thread Michael Moser
e system. I then removed > all > >> the files in all repository folders and restarted > >> the system, I couldn't see the error again. I will continue to track the > >> problem to see what's causing it, but it seems not relevant to the inode > >> use-up reason you me

Re: Unable to checkpoint FlowFile Repository (No space left on device)

2017-12-12 Thread Michael Moser
Greetings Ben, The "No space left on device" error can also be caused by running out of inodes on your device. You can check this with "df -i". -- Mike On Tue, Dec 12, 2017 at 1:36 AM, 尹文才 wrote: > sorry that I forgot to mention the environment that caused this problem,

Re: [ANNOUNCE] New NiFi PMC member Scott Aslan

2017-12-04 Thread Michael Moser
Thank you for your work, Scott, and congrats on joining the PMC! -- Mike On Mon, Dec 4, 2017 at 7:02 AM, Rob Moran wrote: > Awesome – congrats Scott!! > > On Mon, Dec 4, 2017 at 4:28 AM Pierre Villard > > wrote: > > > Congrats Scott, well

Re: [VOTE] Release Apache NiFi 1.4.0 (RC2)

2017-09-29 Thread Michael Moser
+1 (non-binding) Verified source package per release helper. Built on Ubuntu 14.04, all unit tests and contrib-check pass. Built on Windows 10, some unit tests fail and contrib-check fails on "nifi-poi-processors: Too many files with unapproved license" but I think this was expected. The build

Re: Binaries in embedded redis jar files

2017-07-19 Thread Michael Moser
, Michael Moser <moser...@gmail.com> wrote: > Whoa, this causes serious concerns for me. While I can understand > that the source code is the official ASF artifact, the nifi.apache.org > site provides convenience binaries which I'm sure many people use. > When NiFi 1.4.0 releases, we

Re: Binaries in embedded redis jar files

2017-07-19 Thread Michael Moser
Whoa, this causes serious concerns for me. While I can understand that the source code is the official ASF artifact, the nifi.apache.org site provides convenience binaries which I'm sure many people use. When NiFi 1.4.0 releases, we should write very conspicuous warnings on the Downloads page to

[ANNOUNCE] Apache NiFi 0.7.3 release

2017-05-19 Thread Michael Moser
Hello The Apache NiFi team would like to announce the release of Apache NiFi 0.7.3. Apache NiFi is an easy to use, powerful, and reliable system to process and distribute data. Apache NiFi was made for dataflow. It supports highly configurable directed graphs of data routing, transformation,

[RESULT][VOTE] Release Apache NiFi 0.7.3

2017-05-17 Thread Michael Moser
Apache NiFi Community, I am pleased to announce that the 0.7.3 release of Apache NiFi passes with 5 +1 (binding) votes 0 -1 (binding) votes 0 0 votes 0 -1 votes Thanks to all who helped make this release possible! Here is the PMC vote thread:

Re: adding additionals content viewers

2017-05-17 Thread Michael Moser
I was going to add a JIRA to add this to the Developer's Guide, but I see [1] one already exists. -- Mike [1] - https://issues.apache.org/jira/browse/NIFI-479 On Wed, May 17, 2017 at 1:18 PM, Joe Witt wrote: > wow - i think i need to learn more about this NiFi thing. That

Re: Apache NiFi 0.7.3 RC1 Release Helper Guide

2017-05-15 Thread Michael Moser
ur key >> into the KEYS file? >> >> Thanks, >> >> James >> >> On Sun, May 14, 2017 at 5:36 PM, Michael Moser <mose...@apache.org> wrote: >> >>> Hello Apache NiFi community, >>> >>> Please find the associated guidance t

Apache NiFi 0.7.3 RC1 Release Helper Guide

2017-05-14 Thread Michael Moser
Hello Apache NiFi community, Please find the associated guidance to help those interested in validating/verifying the 0.7.3 release so they can vote. # Download latest KEYS file: https://dist.apache.org/repos/dist/dev/nifi/KEYS # Download the key used to sign this release:

Re: Closing in on a NiFi 0.8.0 release?

2017-05-11 Thread Michael Moser
Witt <joe.w...@gmail.com> wrote: > Mike > > it looks like there is only a single 0.7.3 ticket but there are a lot > of 0.8.0 tickets. Are you planning to cherry-pick the needed commits > into the support/0.7.x branch? > > Thanks > Joe > > On Thu, May 11, 2

Re: Closing in on a NiFi 0.8.0 release?

2017-05-11 Thread Michael Moser
re than welcome to give the RM role a go and it is > very appreciated particularly on 0.x where it isn't as easy to put > attention/cycles. > > Thanks > Joe > > On Wed, Apr 12, 2017 at 6:17 PM, Michael Moser <moser...@gmail.com> wrote: > > All, > > > >

Re: [VOTE] Release Apache NiFi 1.2.0 (RC2)

2017-05-08 Thread Michael Moser
+1 (non-binding) Release this package as nifi-1.2.0 There was definitely a lot of work that went into this release, many thanks to all. On Mon, May 8, 2017 at 2:23 PM, Mark Payne wrote: > +1 (binding). > > Was able to complete full build w/ contrib check on OSX. Verified

Re: [VOTE] Release Apache NiFi 1.2.0

2017-05-05 Thread Michael Moser
+0 (non-binding) In 1.2.0, the nifi-standard-bundle now includes calcite-core-1.12.0.jar, and the nifi-standard-nar has Apache Calcite mentioned in its NOTICE. However we don't seem to have Apache Calcite in the assembly NOTICE. Does this qualify for a -1 vote? We have also upgraded the version

Re: EncryptContent issues after NIFI-1257 and NIFI-1259

2017-05-03 Thread Michael Moser
Hello, I believe the EncryptContent "Public Keyring File" property is expecting the binary key that you generated in step 1. You do not need to export the public key into ASCII format. Kind Regards, -- Mike On Wed, May 3, 2017 at 6:40 AM, Athar wrote: > I am getting

Re: Closing in on a NiFi 0.8.0 release?

2017-04-12 Thread Michael Moser
All, I have started going through JIRA and identifying remaining issues against the 0.x branch to prepare for a release, and I've worked a couple of the JSON.org Cat-x license issues on that branch. I would like to volunteer to be release manager for a 0.7.3 release, if you will let me try. ;-)

Re: [ANNOUNCE] New Apache NiFi Committer Bin Qiu

2017-04-05 Thread Michael Moser
Welcome aboard, Bin, and congratulations. On Wed, Apr 5, 2017 at 11:44 AM, Marc wrote: > Congrats and well deserved for everything you've done! > > On Wed, Apr 5, 2017 at 11:42 AM, Bryan Rosander > wrote: > > > Congrats Bin! > > > > On Wed, Apr 5,

Re: [ANNOUNCE] New Apache NiFi Committer Jeff Storck

2017-02-21 Thread Michael Moser
Congrats Jeff! On Tue, Feb 21, 2017 at 4:25 PM, Joe Skora wrote: > Congrats and welcome aboard Jeff! > > On Tue, Feb 21, 2017 at 4:01 PM, Tony Kurc wrote: > > > Nice work Jeff! > > > > On Tue, Feb 21, 2017 at 2:41 PM, Aldrin Piri wrote:

Re: [VOTE] Release Apache NiFi 0.7.2

2017-02-17 Thread Michael Moser
I'm sad that 0.7.2 does not contain some of the other bug fixes currently on the 0.x branch. It doesn't seem like it would have cost very much to just include them. +0 (non binding) -- Mike On Thu, Feb 16, 2017 at 11:42 PM, Andy LoPresto wrote: > Hello, > > I am

Re: [VOTE] Establish Registry, a sub-project of Apache NiFi

2017-02-10 Thread Michael Moser
e we would likely have to call it "NiFi > > > > Registry". > > > > > > > > > > > > On Fri, Feb 10, 2017 at 12:21 PM, Joe Percivall < > jperciv...@apache.org > > > > > > wrote: > > > >> I 100% agree w

Re: [VOTE] Establish Registry, a sub-project of Apache NiFi

2017-02-10 Thread Michael Moser
I am in favor of the concept but the name made me pause. I did a Google search of "apache registry" and found an existing Perl module called Apache::Registry. Should I be worried about potential naming confusion? -- Mike On Fri, Feb 10, 2017 at 12:16 PM, Oleg Zhurakousky <

Re: PutFile,PutHDFS handle similar properties differently

2017-02-08 Thread Michael Moser
It appears that PutFile "Permissions" supports expression language which makes static validation harder, whereas PutHDFS "Permissions umask" does not support expression language. I would prefer the PutFile approach. Making more properties support expression language seems reasonable. I think

Re: ActiveMQ trust store issues

2017-01-11 Thread Michael Moser
Joe, Have you seen https://issues.apache.org/jira/browse/NIFI-3230? You might try the latest code on the master branch to see if it fixes your problem. The JIRA ticket also offers a workaround by using a failover URI. -- Mike On Wed, Jan 11, 2017 at 8:20 PM, Joe Gresock

Re: [DISCUSS] NiFi 1.1.0 release

2016-11-22 Thread Michael Moser
up. Upgraded to a > > latest NiFi 1.1.0-SNAPSHOT. Moved the repos over. And it came up > > perfectly with all the queue data ready to roll. > > > > Thanks > > Joe > > > > On Tue, Nov 22, 2016 at 12:16 PM, Michael Moser <moser...@gmail.com> > w

Re: [DISCUSS] NiFi 1.1.0 release

2016-11-22 Thread Michael Moser
After seeing "Repositories now support rollback" in the release notes and reading NIFI-2854 [1], I have a question. Are repositories created using NiFi 1.0.0 compatible with NiFi 1.1.0 software? This is the goal that the ticket seems to indicate with 1.1.0 onward, but it's not clear whether

Re: NiFi processor validation

2016-11-08 Thread Michael Moser
; >>> [1] https://issues.apache.org/jira/browse/NIFI-950 > >>> > >>> On Mon, Nov 7, 2016 at 6:15 PM, Matt Burgess <mattyb...@apache.org> > wrote: > >>> > >>>> Agreed. Also we validate processors on a timer-based strategy in > >>>> Fl

Re: [DISCUSS] Provided dependency on bcprov-jdk15on

2016-11-01 Thread Michael Moser
I would like to point out that some very common dependencies have been placed into the nifi-standard-services-api-nar. This nar is a Nar-Dependency-Id of several other nars. Many of these other nars also include the same dependencies, which would not be used by the nar class loader. In

Re: [VOTE] Release Apache NiFi 0.7.1 (RC1)

2016-10-18 Thread Michael Moser
+1 (non-binding) git tag and commit ID verified Downloaded nifi-0.7.1-source-release.zip and verified hashes Source builds with RAT checks using Java 1.7.0_79 Application runs and a few templates work as expected on CentOS 6 On Tue, Oct 18, 2016 at 1:38 PM, Joe Skora wrote:

Re: Error: Self-suppression not permitted

2016-10-12 Thread Michael Moser
Devin, This sounds a lot like the issue documented in NIFI-2551 [1]. Since you are using NiFi 0.7.0, you might try to build the latest code in the 0.x branch and see if this version resolves your problem. -- Mike [1] - https://issues.apache.org/jira/browse/NIFI-2551 On Wed, Oct 12, 2016 at

Re: [DISCUSS] Closing in on a 0.x release

2016-10-11 Thread Michael Moser
NIFI-2774 is now complete and merged to both master and 0.x branches. +1 on a release from the 0.x branch now. -- Mike On Mon, Oct 10, 2016 at 10:24 AM, Michael Moser <moser...@gmail.com> wrote: > I feel that Oleg was really close, and it would be nice for this to be in > 0.7.1

Re: [DISCUSS] Closing in on a 0.x release

2016-10-10 Thread Michael Moser
reviewing the Jiras, it looks like the two tickets NIFI-2429, > NIFI-2874 were merged in and NIFI-2774 is still under discussion. Oleg, > Mike, are we feeling like we're close, or would this best fit in the next > 0.x release? > > Tony > > > > On Fri, Oct 7, 2016 at 3:2

Re: [DISCUSS] Closing in on a 0.x release

2016-10-07 Thread Michael Moser
at 9:56 AM, Joe Witt <joe.w...@gmail.com> wrote: > Team, > > Mark Payne just opened this one: https://issues.apache.org/ > jira/browse/NIFI-2874 > > It should probably be in this release if able. > > Thanks > Joe > > On Mon, Oct 3, 2016 at 10:48 AM, Michael Mos

Re: [DISCUSS] Closing in on a 0.x release

2016-10-03 Thread Michael Moser
rk to do on them would be great to have > fixed, > > I > > >> personally would rather see a release with some fixes and a couple > known > > >> issues than holding off for "perfection", especially as a lot of our > > effort > > >> is on

[DISCUSS] Closing in on a 0.x release

2016-09-27 Thread Michael Moser
All, I would like to start the discussion of making the next official release of the 0.x branch. I propose that this release be numbered 0.7.1 since it seems that only bug fixes have occurred on the 0.x branch since 0.7.0 was released. The JIRA link [1] below can show you the tickets that have

Re: 1.0 Run Status Colors

2016-08-24 Thread Michael Moser
+1 and I voted for the JIRA ticket. Such a seemingly small change makes a huge improvement to draw the eye to important at-a-glance information. Of course this is only my opinion. -- Mike On Wed, Aug 24, 2016 at 7:55 AM, Joe Skora wrote: > +1 agreed. Much needed. > > On

Re: ControllerService Enabling and Processor onPropertyModified

2016-06-20 Thread Michael Moser
Michael, You may be encountering the bug NIFI-2032 [1] which exists in NiFi 0.6.1. [1] - https://issues.apache.org/jira/browse/NIFI-2032 -- Mike On Mon, Jun 20, 2016 at 12:20 PM, Michael D. Coon wrote: > All, >Before I get too deep in submitting Jira

Re: Apache NiFi 0.7.0 Release date ?

2016-06-07 Thread Michael Moser
/feedback. > > >> > > >> If you have tickets in here that you contributed or are reviewing > > >> please try to carry the issue through to its eventual merge, deferral, > > >> or closure. > > >> > > >> [1] https://issues.apa

Re: [DISCUSS] Apache NiFi 0.7.0 and 1.0.0

2016-05-17 Thread Michael Moser
The way I read the release support document, I don't think the feature cut-off for the 0.x branch happens when we confirm a release date for 1.0, I think it occurs once we actually release 1.0. Maybe the cut-off can happen once we declare the first 1.0 release candidate. I'm sure we will spend

Re: Purpose of Disallowing Attribute Expression

2016-05-12 Thread Michael Moser
Hi, NIFI-1077 [1] has discussed this a bit in the past, when ConvertCharacterSet was improved to support expression language. A JIRA ticket is needed to spur action on these requests. An interesting case to help this would be to improve the IdentifyMimeType processor to detect character

Re: [DISCUSS] Removal of FlowFilePrioritizer as first-class extension point

2016-05-09 Thread Michael Moser
riorityAttributePrioritizer for this case? An update attribute "copying" > fileSize to "priority" should accomplish the same effect (optionally > negated depending on desired sort order). > > On Mon, May 9, 2016 at 1:37 PM, Michael Moser <moser...@gmail.com> wrote: >

Re: [DISCUSS] Removal of FlowFilePrioritizer as first-class extension point

2016-05-09 Thread Michael Moser
+1 as long as the existing 4 prioritizers remain as options. I have seen people use all of them. I have also seen someone hack together what was effectively a SmallestFileFirstPrioritizer and a LargestFileFirstPrioritizer by using RouteOnAttribute on different ${fileSize} values. The use case

Re: NiFi 0.5.1 "too many open files"

2016-04-27 Thread Michael Moser
filename in your logs. Let's see if we can narrow this to > a particular type of flow or something. > > Thanks > Joe > > On Wed, Apr 27, 2016 at 12:04 PM, Michael Moser <moser...@gmail.com> > wrote: > > Another data point ... we had archiving turned on at first, and then

Re: NiFi 0.5.1 "too many open files"

2016-04-27 Thread Michael Moser
e been deleted. So I do believe there is an issue...will dig in a > bit but obviously if you make more discoveries here please share. > > Thanks > Joe > > > > On Wed, Apr 27, 2016 at 11:31 AM, Michael Moser <moser...@gmail.com> > wrote: > > Devs, > > > &

NiFi 0.5.1 "too many open files"

2016-04-27 Thread Michael Moser
Devs, We recently upgraded from NiFi 0.4.1 to 0.5.1 on a cluster. We noticed half of our cluster nodes getting "too many open files" errors that require a NiFi restart, while the other half works without this problem. Using 'lsof -p ' to identify the open file descriptors at the time of the

Re: [VOTE] Incorporate SHA256 part of release process

2016-04-14 Thread Michael Moser
+1 from me, too. On Thu, Apr 14, 2016 at 12:12 PM, Pierre Villard < pierre.villard...@gmail.com> wrote: > +1 > > Pierre > > 2016-04-14 14:24 GMT+02:00 Joe Percivall : > > > +1 > > - - - - - - Joseph Percivalllinkedin.com/in/Percivalle: > >

Re: [ANNOUNCE] New Apache NiFi Committer Oleg Zhurakousky

2016-03-15 Thread Michael Moser
Yes, welcome Oleg! Your hard work is very much appreciated by everyone. -- Mike On Tue, Mar 15, 2016 at 8:22 PM, Matt Burgess wrote: > Congratulations! Well deserved. > > > On Mar 15, 2016, at 8:17 PM, Tony Kurc wrote: > > > > On behalf of the Apache

Re: heisenbug causing "lost" content claims

2016-03-04 Thread Michael Moser
blem went away. > > On Fri, Mar 4, 2016 at 5:04 PM, Joe Witt <joe.w...@gmail.com> wrote: > > > Mike, > > > > Does this flow have MergeContent processor on it? > > > > Thanks > > Joe > > > > On Fri, Mar 4, 2016 at 4:59 PM, Michael Mos

Re: heisenbug causing "lost" content claims

2016-03-04 Thread Michael Moser
Thanks for the reply, Mark. NIFI-1577 isn't the cause because I don't think we were using any processor that does ProcessSession.append(). NIFI-1527 mentions a problem that occurs when NiFi starts, and our NiFi had been running for several days. Setting aside the "Too many open files" cause for

Re: [VOTE] Release Apache NiFi 0.4.0 (rc1)

2015-12-07 Thread Michael Moser
I disagree Mark, mainly due to the flowfile attributes such as 'path' that processors like GetFile (and I assume ListFile) create. Windows supports the forward slash but Unixes do not support the back slash File.separator. What happens when a flowfile created on a Windows NiFi is sent over to a

Re: End of stream?

2015-11-06 Thread Michael Moser
Matt, There is the MonitorActivity processor, which "Monitors the flow for activity and sends out an indicator when the flow has not had any data for some specified amount of time and again when the flow's activity is restored". You could look at how MonitorActivity is coded to get ideas for how

  1   2   >