[jira] [Created] (NIFI-9830) Add Stateless NiFi option to delete extension NARs after unpacking

2022-03-23 Thread Joe Gresock (Jira)
Joe Gresock created NIFI-9830: - Summary: Add Stateless NiFi option to delete extension NARs after unpacking Key: NIFI-9830 URL: https://issues.apache.org/jira/browse/NIFI-9830 Project: Apache NiFi

[GitHub] [nifi] Lehel44 commented on a change in pull request #5888: NIFI-7230: Created toInstant() and formatInstant() EL functions

2022-03-23 Thread GitBox
Lehel44 commented on a change in pull request #5888: URL: https://github.com/apache/nifi/pull/5888#discussion_r833828735 ## File path: nifi-docs/src/main/asciidoc/expression-language-guide.adoc ## @@ -2264,6 +2296,33 @@ chaining together the two functions:

[GitHub] [nifi] patalwell closed pull request #5894: NiFi-9817 Add a Validator for the PutCloudWatchMetric Processor's Unit Parameter

2022-03-23 Thread GitBox
patalwell closed pull request #5894: URL: https://github.com/apache/nifi/pull/5894 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

[GitHub] [nifi] github-actions[bot] closed pull request #5381: NIFI-9206: Add RemoveRecordField processor and implement the ability …

2022-03-23 Thread GitBox
github-actions[bot] closed pull request #5381: URL: https://github.com/apache/nifi/pull/5381 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

[jira] [Resolved] (NIFI-8472) New processors for data persistence of NGSI events in different Data Storage Systems

2022-03-23 Thread Joe Witt (Jira)
[ https://issues.apache.org/jira/browse/NIFI-8472?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joe Witt resolved NIFI-8472. Resolution: Information Provided The conversation on the PR was to push these artifacts to some public

[GitHub] [nifi] joewitt commented on pull request #5844: NIFI-8472 Add NGSIToMongo processor and NGSI libraries

2022-03-23 Thread GitBox
joewitt commented on pull request #5844: URL: https://github.com/apache/nifi/pull/5844#issuecomment-1076883085 Hello. We would update this page here. https://cwiki.apache.org/confluence/display/NIFI/Community+Contributions Just have your stuff in a github repo with licensing,

[GitHub] [nifi] joewitt closed pull request #5844: NIFI-8472 Add NGSIToMongo processor and NGSI libraries

2022-03-23 Thread GitBox
joewitt closed pull request #5844: URL: https://github.com/apache/nifi/pull/5844 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

[GitHub] [nifi] joewitt commented on pull request #5894: NiFi-9817 Add a Validator for the PutCloudWatchMetric Processor's Unit Parameter

2022-03-23 Thread GitBox
joewitt commented on pull request #5894: URL: https://github.com/apache/nifi/pull/5894#issuecomment-1076877511 Hello @patalwell . If you run 'git status' you'll see all those files as untracked filed. They're local. Maven is seeing them and they do likely lack L so it is rightly

[GitHub] [nifi] patalwell commented on pull request #5894: NiFi-9817 Add a Validator for the PutCloudWatchMetric Processor's Unit Parameter

2022-03-23 Thread GitBox
patalwell commented on pull request #5894: URL: https://github.com/apache/nifi/pull/5894#issuecomment-1076871873 [rat.txt](https://github.com/apache/nifi/files/8337002/rat.txt) Getting [ERROR] Failed to execute goal org.apache.rat:apache-rat-plugin:0.13:check (default) on project

[GitHub] [nifi] patalwell commented on pull request #5894: NiFi-9817 Add a Validator for the PutCloudWatchMetric Processor's Unit Parameter

2022-03-23 Thread GitBox
patalwell commented on pull request #5894: URL: https://github.com/apache/nifi/pull/5894#issuecomment-1076862452 Getting a build/test error when running `mvn -Pcontrib-check clean install`. I can post the results in a file after I try to run it again. The code changes work with Java 8 and

[GitHub] [nifi] patalwell opened a new pull request #5894: NiFi-9817 Add a Validator for the PutCloudWatchMetric Processor's Unit Parameter

2022-03-23 Thread GitBox
patalwell opened a new pull request #5894: URL: https://github.com/apache/nifi/pull/5894 Thank you for submitting a contribution to Apache NiFi. Please provide a short description of the PR here: NiFi 9817- Adds a Validator for the PutCloudWatchMetric Processor's Unit

[GitHub] [nifi] andrewmlim commented on pull request #5247: NIFI-8927 - Add option to start/stop all controllers

2022-03-23 Thread GitBox
andrewmlim commented on pull request #5247: URL: https://github.com/apache/nifi/pull/5247#issuecomment-1076845250 Filed https://issues.apache.org/jira/browse/NIFI-9829 to capture some of the UX improvements discussed. -- This is an automated message from the Apache Git Service. To

[jira] [Created] (NIFI-9829) Improve UX of "Enable/disable all controller services"

2022-03-23 Thread Andrew M. Lim (Jira)
Andrew M. Lim created NIFI-9829: --- Summary: Improve UX of "Enable/disable all controller services" Key: NIFI-9829 URL: https://issues.apache.org/jira/browse/NIFI-9829 Project: Apache NiFi Issue

[jira] [Resolved] (NIFI-8124) Allow Cookie Preservation in Redirects for InvokeHTTP

2022-03-23 Thread David Handermann (Jira)
[ https://issues.apache.org/jira/browse/NIFI-8124?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Handermann resolved NIFI-8124. Fix Version/s: 1.17.0 Resolution: Fixed > Allow Cookie Preservation in Redirects for

[jira] [Commented] (NIFI-8124) Allow Cookie Preservation in Redirects for InvokeHTTP

2022-03-23 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/NIFI-8124?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17511489#comment-17511489 ] ASF subversion and git services commented on NIFI-8124: --- Commit

[GitHub] [nifi] exceptionfactory closed pull request #5887: NIFI-8124 Added cookie redirect handling to InvokeHTTP

2022-03-23 Thread GitBox
exceptionfactory closed pull request #5887: URL: https://github.com/apache/nifi/pull/5887 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

[jira] [Updated] (NIFI-9816) Ensure "lang" attribute is set in tags

2022-03-23 Thread Jonathan Conti-Vock (Jira)
[ https://issues.apache.org/jira/browse/NIFI-9816?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jonathan Conti-Vock updated NIFI-9816: -- Status: Patch Available (was: In Progress) > Ensure "lang" attribute is set in tags >

[jira] [Updated] (NIFI-9787) Improve visibility of selected row in Controller Services and Add Processor tables

2022-03-23 Thread Jonathan Conti-Vock (Jira)
[ https://issues.apache.org/jira/browse/NIFI-9787?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jonathan Conti-Vock updated NIFI-9787: -- Status: Patch Available (was: In Progress) > Improve visibility of selected row in

[jira] [Resolved] (NIFI-1476) Enforce TripleDES Keying Option validation on TDES algorithms

2022-03-23 Thread David Handermann (Jira)
[ https://issues.apache.org/jira/browse/NIFI-1476?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Handermann resolved NIFI-1476. Resolution: Abandoned NIST deprecated usage of 3DES in 2017, so further refinement of the

[jira] [Resolved] (NIFI-6342) HandleHttpRequest enters in fault state and does not recover (regression)

2022-03-23 Thread David Handermann (Jira)
[ https://issues.apache.org/jira/browse/NIFI-6342?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Handermann resolved NIFI-6342. Resolution: Cannot Reproduce Recent updates to HandleHttpRequest seem to have improved

[jira] [Updated] (NIFI-9827) Update regions in AWS processors

2022-03-23 Thread Joe Gresock (Jira)
[ https://issues.apache.org/jira/browse/NIFI-9827?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joe Gresock updated NIFI-9827: -- Description: A more up-to-date list of AWS regions could be added to the AWS processors. (was: Also

[jira] [Updated] (NIFI-9827) Update regions in AWS processors

2022-03-23 Thread Joe Gresock (Jira)
[ https://issues.apache.org/jira/browse/NIFI-9827?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joe Gresock updated NIFI-9827: -- Summary: Update regions in AWS processors (was: Add C2S Region to AWS processors) > Update regions in

[jira] [Updated] (NIFI-9827) Add C2S Region to AWS processors

2022-03-23 Thread Joe Gresock (Jira)
[ https://issues.apache.org/jira/browse/NIFI-9827?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joe Gresock updated NIFI-9827: -- Status: Patch Available (was: Open) > Add C2S Region to AWS processors >

[jira] [Resolved] (NIFI-1473) Add unit tests for EncryptContent processor

2022-03-23 Thread David Handermann (Jira)
[ https://issues.apache.org/jira/browse/NIFI-1473?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Handermann resolved NIFI-1473. Resolution: Abandoned > Add unit tests for EncryptContent processor >

[GitHub] [nifi] exceptionfactory commented on pull request #5893: NIFI-9816: Implementing a way of dynamically setting the 'lang' attribute…

2022-03-23 Thread GitBox
exceptionfactory commented on pull request #5893: URL: https://github.com/apache/nifi/pull/5893#issuecomment-1076744163 > Will make the changes and push them. Sounds good, thanks! -- This is an automated message from the Apache Git Service. To respond to the message, please log on

[GitHub] [nifi] jocovo commented on pull request #5893: NIFI-9816: Implementing a way of dynamically setting the 'lang' attribute…

2022-03-23 Thread GitBox
jocovo commented on pull request #5893: URL: https://github.com/apache/nifi/pull/5893#issuecomment-1076741512 I _had_ been wondering if I was over-engineering this solution given the current lack of localization. Hard-coding "en" would accurately represent the site's contents as it stands

[GitHub] [nifi] jocovo opened a new pull request #5893: NIFI-9816: Implementing a way of dynamically setting the 'lang' attribute…

2022-03-23 Thread GitBox
jocovo opened a new pull request #5893: URL: https://github.com/apache/nifi/pull/5893 … on each html tag (where possible) to meet WCAG 2.1 Accessibility standards. Thank you for submitting a contribution to Apache NiFi. Please provide a short description of the PR here:

[jira] [Resolved] (NIFI-1468) Add unit tests for invalid cipher streams

2022-03-23 Thread David Handermann (Jira)
[ https://issues.apache.org/jira/browse/NIFI-1468?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Handermann resolved NIFI-1468. Fix Version/s: 1.17.0 Resolution: Fixed > Add unit tests for invalid cipher streams

[jira] [Commented] (NIFI-1468) Add unit tests for invalid cipher streams

2022-03-23 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/NIFI-1468?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17511426#comment-17511426 ] ASF subversion and git services commented on NIFI-1468: --- Commit

[GitHub] [nifi] exceptionfactory closed pull request #5877: NIFI-1468 add tests to handle invalid cipher streams missing Salt/IV …

2022-03-23 Thread GitBox
exceptionfactory closed pull request #5877: URL: https://github.com/apache/nifi/pull/5877 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

[GitHub] [nifi] anmunoz commented on pull request #5844: NIFI-8472 Add NGSIToMongo processor and NGSI libraries

2022-03-23 Thread GitBox
anmunoz commented on pull request #5844: URL: https://github.com/apache/nifi/pull/5844#issuecomment-1076663757 Hello @joewitt, Please, can you help us with any information about how to included our components in the externally supported component list? -- This is an automated

[jira] [Resolved] (NIFI-1129) InvokeHttp fine grain control over truststore

2022-03-23 Thread David Handermann (Jira)
[ https://issues.apache.org/jira/browse/NIFI-1129?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Handermann resolved NIFI-1129. Resolution: Duplicate > InvokeHttp fine grain control over truststore >

[jira] [Commented] (NIFI-9826) Test failure on Ubuntu when using C locale

2022-03-23 Thread Paul Grey (Jira)
[ https://issues.apache.org/jira/browse/NIFI-9826?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17511408#comment-17511408 ] Paul Grey commented on NIFI-9826: - The Github CI for the project runs regular builds (with unit tests)

[GitHub] [nifi] gresockj opened a new pull request #5892: NIFI-9827: Upgrading AWS Java SDK to 1.12.182 to pick up new AWS Regions

2022-03-23 Thread GitBox
gresockj opened a new pull request #5892: URL: https://github.com/apache/nifi/pull/5892 Description of PR This upgrades the AWS Java SDK to 1.12.182, allowing recently added regions to appear in the "Regions" properties of AWS processors. In order to streamline

[jira] [Assigned] (NIFI-1468) Add unit tests for invalid cipher streams

2022-03-23 Thread David Handermann (Jira)
[ https://issues.apache.org/jira/browse/NIFI-1468?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Handermann reassigned NIFI-1468: -- Assignee: Emilio Setiadarma (was: Andy LoPresto) > Add unit tests for invalid cipher

[GitHub] [nifi] thenatog commented on pull request #5891: NIFI-9702 - ListSFTP does not set mime.type for corresponding recordwriter

2022-03-23 Thread GitBox
thenatog commented on pull request #5891: URL: https://github.com/apache/nifi/pull/5891#issuecomment-1076563196 This PR is based on changes in NIFI-9701 / https://github.com/apache/nifi/pull/5885 -- This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [nifi] thenatog opened a new pull request #5891: NIFI-9702 - ListSFTP does not set mime.type for corresponding recordwriter

2022-03-23 Thread GitBox
thenatog opened a new pull request #5891: URL: https://github.com/apache/nifi/pull/5891 Thank you for submitting a contribution to Apache NiFi. Please provide a short description of the PR here: Description of PR _Enables X functionality; fixes bug NIFI-._

[jira] [Updated] (NIFI-9828) Apache NiFi 1.15.3 - Load balancing error on one cluster node due to java.net.UnknownHostException: null

2022-03-23 Thread Emanuele Costantini (Jira)
[ https://issues.apache.org/jira/browse/NIFI-9828?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Emanuele Costantini updated NIFI-9828: -- Description: I have a 11 nodes NiFi cluster. Each node can correctly communicate to

[GitHub] [nifi-minifi-cpp] lordgamez opened a new pull request #1285: MINIFICPP-1779 Verify multiple C2 commands in HB response

2022-03-23 Thread GitBox
lordgamez opened a new pull request #1285: URL: https://github.com/apache/nifi-minifi-cpp/pull/1285 https://issues.apache.org/jira/browse/MINIFICPP-1779 - Thank you for submitting a contribution to Apache NiFi - MiNiFi C++. In

[jira] [Created] (NIFI-9828) Apache NiFi 1.15.3 - Load balancing error on one cluster node due to java.net.UnknownHostException: null

2022-03-23 Thread Emanuele Costantini (Jira)
Emanuele Costantini created NIFI-9828: - Summary: Apache NiFi 1.15.3 - Load balancing error on one cluster node due to java.net.UnknownHostException: null Key: NIFI-9828 URL:

[GitHub] [nifi-minifi-cpp] fgerlits commented on a change in pull request #1152: MINIFICPP-1593 ProcFsMonitor to monitor /proc pseduo filesystem

2022-03-23 Thread GitBox
fgerlits commented on a change in pull request #1152: URL: https://github.com/apache/nifi-minifi-cpp/pull/1152#discussion_r833175397 ## File path: extensions/procfs/ProcFsSerialization.h ## @@ -0,0 +1,183 @@ +/** + * Licensed to the Apache Software Foundation (ASF) under one

[GitHub] [nifi] greyp9 opened a new pull request #5890: NIFI-9824 - Address WARN log message in ProcessorAuditor on action Ru…

2022-03-23 Thread GitBox
greyp9 opened a new pull request #5890: URL: https://github.com/apache/nifi/pull/5890 …nOnce Description of PR Properly handle audit of processor action "Run Once". Class `ProcessorAuditor` generates an audit record for this action, where

[jira] [Assigned] (NIFI-9827) Add C2S Region to AWS processors

2022-03-23 Thread Joe Gresock (Jira)
[ https://issues.apache.org/jira/browse/NIFI-9827?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joe Gresock reassigned NIFI-9827: - Assignee: Joe Gresock > Add C2S Region to AWS processors > > >

[jira] [Created] (NIFI-9827) Add C2S Region to AWS processors

2022-03-23 Thread Joe Gresock (Jira)
Joe Gresock created NIFI-9827: - Summary: Add C2S Region to AWS processors Key: NIFI-9827 URL: https://issues.apache.org/jira/browse/NIFI-9827 Project: Apache NiFi Issue Type: Improvement

[jira] [Updated] (NIFI-9826) Test failure on Ubuntu when using C locale

2022-03-23 Thread Marton Szasz (Jira)
[ https://issues.apache.org/jira/browse/NIFI-9826?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marton Szasz updated NIFI-9826: --- Description: When building NiFi, I ran into test failures: {code:java} [ERROR] Tests run: 7,

[jira] [Updated] (NIFI-9826) Test failure on Ubuntu when using C locale

2022-03-23 Thread Marton Szasz (Jira)
[ https://issues.apache.org/jira/browse/NIFI-9826?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marton Szasz updated NIFI-9826: --- Description: When building NiFi, I ran into test failures: {code:java} [ERROR] Tests run: 7,

[jira] [Created] (NIFI-9826) Test failure on Ubuntu when using C locale

2022-03-23 Thread Marton Szasz (Jira)
Marton Szasz created NIFI-9826: -- Summary: Test failure on Ubuntu when using C locale Key: NIFI-9826 URL: https://issues.apache.org/jira/browse/NIFI-9826 Project: Apache NiFi Issue Type: Bug

[jira] [Updated] (NIFI-9824) Address WARN log message in ProcessorAuditor on action RunOnce

2022-03-23 Thread Paul Grey (Jira)
[ https://issues.apache.org/jira/browse/NIFI-9824?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paul Grey updated NIFI-9824: Status: Patch Available (was: In Progress) https://github.com/apache/nifi/pull/5890 > Address WARN log

[jira] [Updated] (NIFI-9824) Address WARN log message in ProcessorAuditor on RunOnce

2022-03-23 Thread Paul Grey (Jira)
[ https://issues.apache.org/jira/browse/NIFI-9824?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paul Grey updated NIFI-9824: Summary: Address WARN log message in ProcessorAuditor on RunOnce (was: Address WARN log message in

[jira] [Updated] (NIFI-9824) Address WARN log message in ProcessorAuditor on action RunOnce

2022-03-23 Thread Paul Grey (Jira)
[ https://issues.apache.org/jira/browse/NIFI-9824?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paul Grey updated NIFI-9824: Summary: Address WARN log message in ProcessorAuditor on action RunOnce (was: Address WARN log message in

[jira] [Assigned] (MINIFICPP-1779) Verify handling of multiple C2 commands in a single HB response

2022-03-23 Thread Jira
[ https://issues.apache.org/jira/browse/MINIFICPP-1779?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gábor Gyimesi reassigned MINIFICPP-1779: Assignee: Gábor Gyimesi > Verify handling of multiple C2 commands in a single

[jira] [Created] (MINIFICPP-1779) Verify handling of multiple C2 commands in a single HB response

2022-03-23 Thread Jira
Gábor Gyimesi created MINIFICPP-1779: Summary: Verify handling of multiple C2 commands in a single HB response Key: MINIFICPP-1779 URL: https://issues.apache.org/jira/browse/MINIFICPP-1779

[GitHub] [nifi-minifi-cpp] fgerlits commented on a change in pull request #1152: MINIFICPP-1593 ProcFsMonitor to monitor /proc pseduo filesystem

2022-03-23 Thread GitBox
fgerlits commented on a change in pull request #1152: URL: https://github.com/apache/nifi-minifi-cpp/pull/1152#discussion_r833187415 ## File path: extensions/procfs/processors/ProcFsMonitor.h ## @@ -0,0 +1,131 @@ +/** + * Licensed to the Apache Software Foundation (ASF) under

[GitHub] [nifi-minifi-cpp] fgerlits commented on a change in pull request #1152: MINIFICPP-1593 ProcFsMonitor to monitor /proc pseduo filesystem

2022-03-23 Thread GitBox
fgerlits commented on a change in pull request #1152: URL: https://github.com/apache/nifi-minifi-cpp/pull/1152#discussion_r833166269 ## File path: extensions/procfs/processors/ProcFsMonitor.cpp ## @@ -0,0 +1,282 @@ +/** + * @file GenerateFlowFile.cpp + * GenerateFlowFile class

[GitHub] [nifi] exceptionfactory opened a new pull request #5889: NIFI-9823 Remove VolatileContentRepository

2022-03-23 Thread GitBox
exceptionfactory opened a new pull request #5889: URL: https://github.com/apache/nifi/pull/5889 Description of PR NIFI-9823 Removes the `VolatileContentRepository` implementation of the `ContentRepository` interface. Although the volatile implementation has existed since

[jira] [Updated] (NIFI-9823) Remove VolatileContentRepository

2022-03-23 Thread David Handermann (Jira)
[ https://issues.apache.org/jira/browse/NIFI-9823?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Handermann updated NIFI-9823: --- Status: Patch Available (was: Open) > Remove VolatileContentRepository >

[jira] [Updated] (NIFI-9233) Improve reliability of system integration tests

2022-03-23 Thread Paul Grey (Jira)
[ https://issues.apache.org/jira/browse/NIFI-9233?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paul Grey updated NIFI-9233: Status: In Progress (was: Patch Available) > Improve reliability of system integration tests >

[jira] [Assigned] (NIFI-9824) Address WARN log message in ProcessorAuditor on processor RunOnce

2022-03-23 Thread Paul Grey (Jira)
[ https://issues.apache.org/jira/browse/NIFI-9824?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paul Grey reassigned NIFI-9824: --- Assignee: Paul Grey > Address WARN log message in ProcessorAuditor on processor RunOnce >

[jira] [Updated] (NIFI-9574) Connection Load Balancing: Failed to decrypt data from Peer

2022-03-23 Thread David Handermann (Jira)
[ https://issues.apache.org/jira/browse/NIFI-9574?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Handermann updated NIFI-9574: --- Summary: Connection Load Balancing: Failed to decrypt data from Peer (was: Failed to

[jira] [Commented] (NIFI-9695) Load balancing not working

2022-03-23 Thread David Handermann (Jira)
[ https://issues.apache.org/jira/browse/NIFI-9695?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17511257#comment-17511257 ] David Handermann commented on NIFI-9695: [~vadidde] The release for 1.16.0 should be available

[jira] [Updated] (NIFI-8643) Nifi 1.13.2 Cluster Load balancer connection refused

2022-03-23 Thread David Handermann (Jira)
[ https://issues.apache.org/jira/browse/NIFI-8643?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Handermann updated NIFI-8643: --- Summary: Nifi 1.13.2 Cluster Load balancer connection refused (was: Nifi 1.13.2 Cluster Load

[jira] [Created] (NIFI-9825) Execution "Primary node" with incoming connections limitation bug

2022-03-23 Thread Josef Zahner (Jira)
Josef Zahner created NIFI-9825: -- Summary: Execution "Primary node" with incoming connections limitation bug Key: NIFI-9825 URL: https://issues.apache.org/jira/browse/NIFI-9825 Project: Apache NiFi

[GitHub] [nifi] ahmedshaaban1999 commented on pull request #5862: NIFI-8106 Added an "Are you sure ?" prompt when delete a processor group

2022-03-23 Thread GitBox
ahmedshaaban1999 commented on pull request #5862: URL: https://github.com/apache/nifi/pull/5862#issuecomment-1076264846 @mcgilman I have a question. In the deletion of a multi-selection, why after the snippet is removed we loop the components of the snippet and remove them one by one ?

[jira] [Resolved] (MINIFICPP-1770) Add C2 NO_OPERATION response if property update is NoOp

2022-03-23 Thread Jira
[ https://issues.apache.org/jira/browse/MINIFICPP-1770?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gábor Gyimesi resolved MINIFICPP-1770. -- Fix Version/s: 0.12.0 Resolution: Fixed > Add C2 NO_OPERATION response if

[jira] [Resolved] (MINIFICPP-1769) Add current value of properties in C2 agent manifest's update property metadata

2022-03-23 Thread Jira
[ https://issues.apache.org/jira/browse/MINIFICPP-1769?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gábor Gyimesi resolved MINIFICPP-1769. -- Fix Version/s: 0.12.0 Resolution: Fixed > Add current value of properties

[jira] [Commented] (NIFI-9695) Load balancing not working

2022-03-23 Thread davide (Jira)
[ https://issues.apache.org/jira/browse/NIFI-9695?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17511170#comment-17511170 ] davide commented on NIFI-9695: -- This issue happens very often, there are other possible fix? [~joewitt]  >

[GitHub] [nifi-minifi-cpp] adamdebreceni closed pull request #1281: MINIFICPP-1769 Add propertyValue to agent manifest metadata

2022-03-23 Thread GitBox
adamdebreceni closed pull request #1281: URL: https://github.com/apache/nifi-minifi-cpp/pull/1281 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

[jira] [Resolved] (MINIFICPP-1764) Add a license header to every .py and .feature file

2022-03-23 Thread Ferenc Gerlits (Jira)
[ https://issues.apache.org/jira/browse/MINIFICPP-1764?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ferenc Gerlits resolved MINIFICPP-1764. --- Resolution: Fixed > Add a license header to every .py and .feature file >

[jira] [Resolved] (MINIFICPP-1734) Create a version of the TailFile processor which can be used as a Kubernetes pod for log collection

2022-03-23 Thread Ferenc Gerlits (Jira)
[ https://issues.apache.org/jira/browse/MINIFICPP-1734?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ferenc Gerlits resolved MINIFICPP-1734. --- Resolution: Fixed > Create a version of the TailFile processor which can be used

[jira] [Resolved] (MINIFICPP-1762) Add pod name attribute to flow files created by TailFile in the Kubernetes use case

2022-03-23 Thread Ferenc Gerlits (Jira)
[ https://issues.apache.org/jira/browse/MINIFICPP-1762?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ferenc Gerlits resolved MINIFICPP-1762. --- Resolution: Fixed > Add pod name attribute to flow files created by TailFile in

[GitHub] [nifi-minifi-cpp] adam-markovics commented on a change in pull request #1281: MINIFICPP-1769 Add propertyValue to agent manifest metadata

2022-03-23 Thread GitBox
adam-markovics commented on a change in pull request #1281: URL: https://github.com/apache/nifi-minifi-cpp/pull/1281#discussion_r833055384 ## File path: extensions/http-curl/tests/C2ClearCoreComponentStateTest.cpp ## @@ -65,7 +65,9 @@ class VerifyC2ClearCoreComponentState :

[GitHub] [nifi] ahmedshaaban1999 commented on pull request #5862: NIFI-8106 Added an "Are you sure ?" prompt when delete a processor group

2022-03-23 Thread GitBox
ahmedshaaban1999 commented on pull request #5862: URL: https://github.com/apache/nifi/pull/5862#issuecomment-1076153175 Thanks for the feedback, @thenatog that's strange, I have been facing some problems with whitespaces recently, I will try to double check them using vi and