Re: [VOTE] Release Apache NiFi MiNiFi C++ 0.11.0 (RC1)

2021-11-26 Thread Adam Debreceni
Hello, In light of the issue found (not yet reproduced), and the lack of binding votes, I am cancelling RC1. We will investigate the issue, stay tuned for RC2. Thanks, Adam On Thu, Nov 25, 2021 at 3:03 AM Eduardo Fontes wrote: > Hi Marton, > > I've just downloaded and compiled 0.10 minifi c++

Re: [VOTE] Release Apache NiFi MiNiFi C++ 0.11.0 (RC1)

2021-11-24 Thread Eduardo Fontes
Hi Marton, I've just downloaded and compiled 0.10 minifi c++ The issue doesn't happen. When I stop the input port in NiFi I get this: [org::apache::nifi::minifi::core::Processor] [warning] Caught "Process Session Operation: Can not find the transfer relationship for the updated flow

Re: [VOTE] Release Apache NiFi MiNiFi C++ 0.11.0 (RC1)

2021-11-24 Thread Marton Szasz
Hi Eduardo, It looks like the Remote Processor Group Port is blocking on some call. I couldn't reproduce the issue with a similar setup, even after stopping and restarting nifi multiple times. Could you create a Jira issue and attach your config files? A stack trace could also be helpful, if you

Re: [VOTE] Release Apache NiFi MiNiFi C++ 0.11.0 (RC1)

2021-11-24 Thread Eduardo Fontes
Hi all, I've tested minifi 0.11 + Nifi 1.15 and I got warnings that I don't know if it's a version issue. How to reproduce: - Download and unpack Nifi 1.15 binary - Download, unpack and compile Minifi 0.11 source - Start Nifi with default settings, create a remote input port with name "entrada",

Re: [VOTE] Release Apache NiFi MiNiFi C++ 0.11.0 (RC1)

2021-11-24 Thread Pierre Villard
+1 (binding) Followed the usual steps to build the agent on my MBP and test it with a simple flow. Thanks Adam for taking care of this release! Pierre Le mer. 24 nov. 2021 à 10:49, Ádám Markovics a écrit : > +1 (non-binding) > Verified and built on Ubuntu 20.04. Ran tests and also ran a

Re: [VOTE] Release Apache NiFi MiNiFi C++ 0.11.0 (RC1)

2021-11-24 Thread Ádám Markovics
+1 (non-binding) Verified and built on Ubuntu 20.04. Ran tests and also ran a simple (GetFile -PutFile) flow. Regards, Ádám On Mon, Nov 22, 2021 at 6:44 PM Marton Szasz wrote: > +1 (binding) > > Followed the release helper guide. Tested compilation with both GCC 11 > and Clang 13 (with

Re: [VOTE] Release Apache NiFi MiNiFi C++ 0.11.0 (RC1)

2021-11-22 Thread Marton Szasz
+1 (binding) Followed the release helper guide. Tested compilation with both GCC 11 and Clang 13 (with libstdc++). Used the convenience binary to collect systemd-journald messages from an ubuntu 16.04 VM and forward them via InvokeHTTP to a ListenHTTP listener on host. The host was running the

Re: [VOTE] Release Apache NiFi MiNiFi C++ 0.11.0 (RC1)

2021-11-22 Thread Ferenc Gerlits
+1 (non-binding) - verified hashes and signatures - compiled sources, ran unit tests - ran convenience binary with a Generate Flow File -> Log Attribute flow using C2 with TLS Everything worked as expected. Thanks, Ferenc