Re: [DISCUSS] End-of-life timing for NiFi 1

2024-11-06 Thread Joe Witt
"I'm not sure what "we will not be doing further analysis/triage of security reports" means, especially the term "we". Seems like if we do that during the release process already then we shouldn't stop. If it refers to community members having to do such analysis themselves, I'm not sure why we'd m

Re: [DISCUSS] End-of-life timing for NiFi 1

2024-11-06 Thread Matt Burgess
My two cents: 1. The EOL/EOS label is fine with me, as Apache software I'm not even sure what that means in general (sounds like more of a marketing thing), but I have seen other projects like Hive vote for EOL of older release lines. For your proposed definition, reasonable periodic bug fixes and

Re: [DISCUSS] Release Timing for NiFi 1.28.0

2024-11-06 Thread Ferenc Kis
Hi Joe, I'm happy to take the RM responsibilities for 1.28.1. Will start the release process within the next few days. Thanks Ferenc On Tue, Nov 5, 2024 at 6:11 PM Joe Witt wrote: > > Ferenc, > > Thanks for the RM work on the 1.28 release. > > Are you up for doing a 1.28.1 release in the comin

Re: Apache Nifi gets an "Out of Memory Error" by the Java Socket

2024-11-06 Thread Joe Witt
Hello It is really difficult to review that output as it came through. Can you please create a JIRA and/or find a way to format/share that better. While there is an OutofMemory error there also appears to be some fundamental Jython challenges to sort out. Thanks On Wed, Nov 6, 2024 at 7:56 AM

Apache Nifi gets an "Out of Memory Error" by the Java Socket

2024-11-06 Thread DangKim, Michael
Hello all, I got a problem with our nifi instance and could not find a solution for this problem. The Nifi is running as a docker container. I tried to restart the container, but without solution. I get this failure info by mail: >> [{"Timestamp":"2024-11-06 13:18:24,002","loglevel":"ERROR","

Re: hello. I would like to inquire about an error when upgrading the version.

2024-11-06 Thread 박정화
hello. First of all, I apologize for sending spam emails. But when I looked at the 1.23.2 source, it was the same. (ToT) have a nice day

Re: [DISCUSS] End-of-life timing for NiFi 1

2024-11-06 Thread David Handermann
Joe, Thanks for moving the discussion forward and outlining proposed next steps. The addition of the DISCLAIMER to the version 1 branch and subsequent 1.28.1 release should be helpful. The rest of the steps sound good, particularly updating the Downloads page to indicate support status for 1.28.

Re: hello. I would like to inquire about an error when upgrading the version.

2024-11-06 Thread 박정화
Hello. I found that there is no problem when writing with pretty json. I am currently guessing that there is no problem when loading with bytes like the pretty json part. parsed = json.loads(flowFile.getContentsAsBytes()) Can this part be included in the next bug fix if it is correct? I will look

Re: hello. I would like to inquire about an error when upgrading the version.

2024-11-06 Thread 박정화
hello. Thank you for taking the time to look into the issue. I found that whether or not an error occurs changes depending on the version of JsonTreeReader. I will also look into the differences and let you know if I find any. Thank you very much again.

Re: hello. I would like to inquire about an error when upgrading the version.

2024-11-06 Thread 박정화
hello. I guess the source I attached above has nothing to do with it. if (prettyPrint) { generator.useDefaultPrettyPrinter(); } else if (OutputGrouping.OUTPUT_ONELINE.equals(outputGrouping)) { // Use a minimal pretty printer with a newline object separat

Re: hello. I would like to inquire about an error when upgrading the version.

2024-11-06 Thread Pierre Villard
Hi, I downloaded NiFi 1.23 and I confirm that the problem is not happening there. However I can also confirm that this is not because of the Jackson version. If I use NiFi 2 and an old version of Jackson (the one used in NiFi 1.23), the problem will happen. I will keep looking into it to underst