[GitHub] [nifi] lizhizhou commented on a diff in pull request #6416: NIFI-10234 implement PutIoTDB

2022-12-13 Thread GitBox
lizhizhou commented on code in PR #6416: URL: https://github.com/apache/nifi/pull/6416#discussion_r1048073076 ## nifi-nar-bundles/nifi-iotdb-bundle/pom.xml: ## @@ -0,0 +1,48 @@ + + +http://maven.apache.org/POM/4.0.0; +

[GitHub] [nifi] lizhizhou commented on a diff in pull request #6416: NIFI-10234 implement PutIoTDB

2022-12-13 Thread GitBox
lizhizhou commented on code in PR #6416: URL: https://github.com/apache/nifi/pull/6416#discussion_r1048072863 ## nifi-nar-bundles/nifi-iotdb-bundle/nifi-iotdb-processors/src/test/java/org/apache/nifi/processors/AbstractIoTDBUT.java: ## @@ -0,0 +1,282 @@ +/* + * Licensed to the

[jira] [Created] (NIFI-10980) Component property Allowable Values should only be sorted for Controller Service types

2022-12-13 Thread Paul Grey (Jira)
Paul Grey created NIFI-10980: Summary: Component property Allowable Values should only be sorted for Controller Service types Key: NIFI-10980 URL: https://issues.apache.org/jira/browse/NIFI-10980

[GitHub] [nifi] emiliosetiadarma opened a new pull request, #6780: NIFI-10971: improved edge case handling while fetching objects using …

2022-12-13 Thread GitBox
emiliosetiadarma opened a new pull request, #6780: URL: https://github.com/apache/nifi/pull/6780 …Azure Key Vault Client and added unit tests # Summary [NIFI-10971](https://issues.apache.org/jira/browse/NIFI-10971) #

[jira] [Updated] (NIFI-10979) Refactor nifi-framework-bundle to use JUnit 5 Part 3

2022-12-13 Thread Daniel Stieglitz (Jira)
[ https://issues.apache.org/jira/browse/NIFI-10979?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Stieglitz updated NIFI-10979: Priority: Minor (was: Major) > Refactor nifi-framework-bundle to use JUnit 5 Part 3 >

[jira] [Created] (NIFI-10979) Refactor nifi-framework-bundle to use JUnit 5 Part 3

2022-12-13 Thread Daniel Stieglitz (Jira)
Daniel Stieglitz created NIFI-10979: --- Summary: Refactor nifi-framework-bundle to use JUnit 5 Part 3 Key: NIFI-10979 URL: https://issues.apache.org/jira/browse/NIFI-10979 Project: Apache NiFi

[jira] [Updated] (NIFI-10975) Add Kubernetes Leader Election Manager and State Provider

2022-12-13 Thread David Handermann (Jira)
[ https://issues.apache.org/jira/browse/NIFI-10975?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Handermann updated NIFI-10975: Status: Patch Available (was: Open) > Add Kubernetes Leader Election Manager and State

[GitHub] [nifi] exceptionfactory opened a new pull request, #6779: NIFI-10975 Add Kubernetes Leader Election and State Provider

2022-12-13 Thread GitBox
exceptionfactory opened a new pull request, #6779: URL: https://github.com/apache/nifi/pull/6779 # Summary [NIFI-10975](https://issues.apache.org/jira/browse/NIFI-10975) Adds an initial implementation of Kubernetes cluster leader election and state management, supporting deployments

[GitHub] [nifi] dan-s1 commented on pull request #6753: NIFI-10941 Remove TestNG references

2022-12-13 Thread GitBox
dan-s1 commented on PR #6753: URL: https://github.com/apache/nifi/pull/6753#issuecomment-1349646454 @exceptionfactory I see ImportFlowIt on line 59 still has `import org.junit.Test; ` instead of `import org.junit.jupiter.api.Test;` -- This is an automated message

[jira] [Commented] (NIFI-10964) FetchSmb Processor should have the option to delete file after being fetched

2022-12-13 Thread Sam Williams (Jira)
[ https://issues.apache.org/jira/browse/NIFI-10964?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17646809#comment-17646809 ] Sam Williams commented on NIFI-10964: - https://github.com/samuelwilliams/nifi/tree/NIFI-10964 >

[jira] [Commented] (NIFI-8006) Additional UI to invoke "Leave group" function

2022-12-13 Thread John Wise (Jira)
[ https://issues.apache.org/jira/browse/NIFI-8006?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17646806#comment-17646806 ] John Wise commented on NIFI-8006: - Is this configurable so that we can *prevent* the "esc" hotkey from

[GitHub] [nifi] exceptionfactory commented on a diff in pull request #6777: NIFI-10969: Created extension point for Signer Override in AWS S3 pro…

2022-12-13 Thread GitBox
exceptionfactory commented on code in PR #6777: URL: https://github.com/apache/nifi/pull/6777#discussion_r1047648938 ##

[GitHub] [nifi] exceptionfactory commented on pull request #6775: [NIFI-10877] Conversion of nifi-framework-core tests from Junit4 to J…

2022-12-13 Thread GitBox
exceptionfactory commented on PR #6775: URL: https://github.com/apache/nifi/pull/6775#issuecomment-1349491017 > I had tried to expand last night and nothing expanded and the only thing I saw was error. Today I see the logs. Is there a delay of some sort for that to be populated? The

[GitHub] [nifi] MikeThomsen commented on a diff in pull request #6778: NIFI-10970: Added a count RecordPath function

2022-12-13 Thread GitBox
MikeThomsen commented on code in PR #6778: URL: https://github.com/apache/nifi/pull/6778#discussion_r1047383469 ## nifi-commons/nifi-record-path/src/main/java/org/apache/nifi/record/path/functions/Count.java: ## @@ -0,0 +1,45 @@ +/* + * Licensed to the Apache Software

[jira] [Commented] (NIFI-10832) Create PutSalesforceObject processor

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

[GitHub] [nifi] dan-s1 commented on pull request #6775: [NIFI-10877] Conversion of nifi-framework-core tests from Junit4 to J…

2022-12-13 Thread GitBox
dan-s1 commented on PR #6775: URL: https://github.com/apache/nifi/pull/6775#issuecomment-1349308626 > > @exceptionfactory I took care of those. Let me know if there is anything else. Thank you for pointing out the the Checkstyle issues as from the CI-workflow it did not give any

[jira] [Updated] (NIFI-10978) Allow docker user to override LDAP Referral Strategy

2022-12-13 Thread Dominique Jean-Prost (Jira)
[ https://issues.apache.org/jira/browse/NIFI-10978?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dominique Jean-Prost updated NIFI-10978: Component/s: Docker (was: NiFi Registry) Description: As

[jira] [Created] (NIFI-10978) Allow docker user to override LDAP Referral Strategy

2022-12-13 Thread Dominique Jean-Prost (Jira)
Dominique Jean-Prost created NIFI-10978: --- Summary: Allow docker user to override LDAP Referral Strategy Key: NIFI-10978 URL: https://issues.apache.org/jira/browse/NIFI-10978 Project: Apache NiFi

[jira] [Commented] (NIFI-10877) Refactor nifi-framework-bundle to use JUnit 5 Part 2

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

[jira] [Updated] (NIFI-10877) Refactor nifi-framework-bundle to use JUnit 5 Part 2

2022-12-13 Thread David Handermann (Jira)
[ https://issues.apache.org/jira/browse/NIFI-10877?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Handermann updated NIFI-10877: Fix Version/s: 1.20.0 Resolution: Fixed Status: Resolved (was: Patch

[GitHub] [nifi] exceptionfactory closed pull request #6775: [NIFI-10877] Conversion of nifi-framework-core tests from Junit4 to J…

2022-12-13 Thread GitBox
exceptionfactory closed pull request #6775: [NIFI-10877] Conversion of nifi-framework-core tests from Junit4 to J… URL: https://github.com/apache/nifi/pull/6775 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[GitHub] [nifi] exceptionfactory commented on pull request #6670: NIFI-10832: Create PutSalesforceObject processor

2022-12-13 Thread GitBox
exceptionfactory commented on PR #6670: URL: https://github.com/apache/nifi/pull/6670#issuecomment-1349199366 @turcsanyip It looks like the commit did not get applied to the `main` branch, and instead references a different branch named `commit`:

[jira] [Created] (NIFI-10977) Add Documentation for Kubernetes Cluster Deployments

2022-12-13 Thread David Handermann (Jira)
David Handermann created NIFI-10977: --- Summary: Add Documentation for Kubernetes Cluster Deployments Key: NIFI-10977 URL: https://issues.apache.org/jira/browse/NIFI-10977 Project: Apache NiFi

[jira] [Created] (NIFI-10976) Add Migration Capabilities from ZooKeeper to Kubernetes

2022-12-13 Thread David Handermann (Jira)
David Handermann created NIFI-10976: --- Summary: Add Migration Capabilities from ZooKeeper to Kubernetes Key: NIFI-10976 URL: https://issues.apache.org/jira/browse/NIFI-10976 Project: Apache NiFi

[jira] [Created] (NIFI-10975) Add Kubernetes Leader Election Manager and State Provider

2022-12-13 Thread David Handermann (Jira)
David Handermann created NIFI-10975: --- Summary: Add Kubernetes Leader Election Manager and State Provider Key: NIFI-10975 URL: https://issues.apache.org/jira/browse/NIFI-10975 Project: Apache NiFi

[GitHub] [nifi] exceptionfactory commented on pull request #6775: [NIFI-10877] Conversion of nifi-framework-core tests from Junit4 to J…

2022-12-13 Thread GitBox
exceptionfactory commented on PR #6775: URL: https://github.com/apache/nifi/pull/6775#issuecomment-1349006249 > @exceptionfactory I took care of those. Let me know if there is anything else. Thank you for pointing out the the Checkstyle issues as from the CI-workflow it did not give any

[jira] [Updated] (MINIFICPP-2015) Increase the default thread count

2022-12-13 Thread Marton Szasz (Jira)
[ https://issues.apache.org/jira/browse/MINIFICPP-2015?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marton Szasz updated MINIFICPP-2015: Fix Version/s: 0.14.0 Assignee: Marton Szasz Status: Patch

[GitHub] [nifi] dan-s1 commented on pull request #6775: [NIFI-10877] Conversion of nifi-framework-core tests from Junit4 to J…

2022-12-13 Thread GitBox
dan-s1 commented on PR #6775: URL: https://github.com/apache/nifi/pull/6775#issuecomment-1348862970 @exceptionfactory I took care of those. Let me know if there is anything else. Thank you for pointing out the the Checkstyle issues as from the CI-workflow it did not give any information

[jira] [Assigned] (MINIFICPP-2009) CWEL Identifier resolution in attributes is incompatible with JSON output format

2022-12-13 Thread Martin Zink (Jira)
[ https://issues.apache.org/jira/browse/MINIFICPP-2009?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Zink reassigned MINIFICPP-2009: -- Assignee: Martin Zink > CWEL Identifier resolution in attributes is incompatible

[GitHub] [nifi] mattyb149 commented on pull request #6725: NIFI-10888: When inferring a schema using a Record Reader, buffer up …

2022-12-13 Thread GitBox
mattyb149 commented on PR #6725: URL: https://github.com/apache/nifi/pull/6725#issuecomment-1348813980 Reviewing... -- 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

[GitHub] [nifi-minifi-cpp] szaszm opened a new pull request, #1475: MINIFICPP-2015 increase default flow engine thread count to 5

2022-12-13 Thread GitBox
szaszm opened a new pull request, #1475: URL: https://github.com/apache/nifi-minifi-cpp/pull/1475 --- Thank you for submitting a contribution to Apache NiFi - MiNiFi C++. In order to streamline the review of the contribution we ask you to ensure the following steps have

[jira] [Created] (MINIFICPP-2015) Increase the default thread count

2022-12-13 Thread Marton Szasz (Jira)
Marton Szasz created MINIFICPP-2015: --- Summary: Increase the default thread count Key: MINIFICPP-2015 URL: https://issues.apache.org/jira/browse/MINIFICPP-2015 Project: Apache NiFi MiNiFi C++

[GitHub] [nifi-minifi-cpp] szaszm closed pull request #1471: MINIFICPP-2012 - Make free unconditional

2022-12-13 Thread GitBox
szaszm closed pull request #1471: MINIFICPP-2012 - Make free unconditional URL: https://github.com/apache/nifi-minifi-cpp/pull/1471 -- 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

[GitHub] [nifi-minifi-cpp] szaszm closed pull request #1469: MINIFICPP-1932 Increase the timeout in TailFileTest

2022-12-13 Thread GitBox
szaszm closed pull request #1469: MINIFICPP-1932 Increase the timeout in TailFileTest URL: https://github.com/apache/nifi-minifi-cpp/pull/1469 -- 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

[jira] [Assigned] (MINIFICPP-1697) Give a better error message on unsupported algorithms in HashContent

2022-12-13 Thread Martin Zink (Jira)
[ https://issues.apache.org/jira/browse/MINIFICPP-1697?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Zink reassigned MINIFICPP-1697: -- Assignee: Martin Zink > Give a better error message on unsupported algorithms in

[GitHub] [nifi-minifi-cpp] szaszm commented on a diff in pull request #1471: MINIFICPP-2012 - Make free unconditional

2022-12-13 Thread GitBox
szaszm commented on code in PR #1471: URL: https://github.com/apache/nifi-minifi-cpp/pull/1471#discussion_r1047284129 ## libminifi/test/unit/OsUtilTests.cpp: ## @@ -0,0 +1,41 @@ +/** + * + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor

[jira] [Created] (NIFI-10974) Incorrect warning message on memory usage from MonitorMemory

2022-12-13 Thread Mark Bathori (Jira)
Mark Bathori created NIFI-10974: --- Summary: Incorrect warning message on memory usage from MonitorMemory Key: NIFI-10974 URL: https://issues.apache.org/jira/browse/NIFI-10974 Project: Apache NiFi

[jira] [Commented] (NIFI-4150) NiFi starting failure and key file already existing

2022-12-13 Thread John Wise (Jira)
[ https://issues.apache.org/jira/browse/NIFI-4150?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17646680#comment-17646680 ] John Wise commented on NIFI-4150: - We're experiencing the leftover sensitive.key file fairly frequently

[GitHub] [nifi] tpalfy commented on pull request #6670: NIFI-10832: Create PutSalesforceObject processor

2022-12-13 Thread GitBox
tpalfy commented on PR #6670: URL: https://github.com/apache/nifi/pull/6670#issuecomment-1348708673 LGTM Thanks for your work @Lehel44 and @turcsanyip for closing the PR (after I forgot it during the merge). -- This is an automated message from the Apache Git Service. To respond to

[jira] [Updated] (NIFI-10832) Create PutSalesforceObject processor

2022-12-13 Thread Tamas Palfy (Jira)
[ https://issues.apache.org/jira/browse/NIFI-10832?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tamas Palfy updated NIFI-10832: --- Fix Version/s: 1.20.0 Resolution: Fixed Status: Resolved (was: Patch Available) >

[GitHub] [nifi] turcsanyip commented on pull request #6670: NIFI-10832: Create PutSalesforceObject processor

2022-12-13 Thread GitBox
turcsanyip commented on PR #6670: URL: https://github.com/apache/nifi/pull/6670#issuecomment-1348704501 Closing PR manually due to missing PR reference in the commit message. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

[GitHub] [nifi] turcsanyip closed pull request #6670: NIFI-10832: Create PutSalesforceObject processor

2022-12-13 Thread GitBox
turcsanyip closed pull request #6670: NIFI-10832: Create PutSalesforceObject processor URL: https://github.com/apache/nifi/pull/6670 -- 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

[jira] [Commented] (NIFI-10081) MergeContent processor is not executed when Scheduling Strategy is set to Cron Driven.

2022-12-13 Thread Florian Schmidt (Jira)
[ https://issues.apache.org/jira/browse/NIFI-10081?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17646663#comment-17646663 ] Florian Schmidt commented on NIFI-10081: Hi [~Firenz] , we configured the Processor before the

[jira] [Commented] (NIFI-10081) MergeContent processor is not executed when Scheduling Strategy is set to Cron Driven.

2022-12-13 Thread Mermillod (Jira)
[ https://issues.apache.org/jira/browse/NIFI-10081?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17646653#comment-17646653 ] Mermillod commented on NIFI-10081: -- Hello, We have the same issues with mergeContent. We have issues

[jira] [Commented] (NIFI-10832) Create PutSalesforceObject processor

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

[GitHub] [nifi-minifi-cpp] adamdebreceni commented on a diff in pull request #1471: MINIFICPP-2012 - Make free unconditional

2022-12-13 Thread GitBox
adamdebreceni commented on code in PR #1471: URL: https://github.com/apache/nifi-minifi-cpp/pull/1471#discussion_r1047179473 ## libminifi/test/unit/OsUtilTests.cpp: ## @@ -0,0 +1,41 @@ +/** + * + * Licensed to the Apache Software Foundation (ASF) under one or more + *

[GitHub] [nifi-minifi-cpp] szaszm commented on a diff in pull request #1471: MINIFICPP-2012 - Make free unconditional

2022-12-13 Thread GitBox
szaszm commented on code in PR #1471: URL: https://github.com/apache/nifi-minifi-cpp/pull/1471#discussion_r1047169874 ## libminifi/test/unit/OsUtilTests.cpp: ## @@ -0,0 +1,41 @@ +/** + * + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor

[jira] [Assigned] (NIFI-10973) NiFi Registry Client with Nested PGs/Flows - sync issue (again)

2022-12-13 Thread Simon Bence (Jira)
[ https://issues.apache.org/jira/browse/NIFI-10973?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Simon Bence reassigned NIFI-10973: -- Assignee: Simon Bence > NiFi Registry Client with Nested PGs/Flows - sync issue (again) >

[jira] [Updated] (MINIFICPP-1948) Possibility to display in the logs the uid of the component to which the logging relates

2022-12-13 Thread Ferenc Gerlits (Jira)
[ https://issues.apache.org/jira/browse/MINIFICPP-1948?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ferenc Gerlits updated MINIFICPP-1948: -- Description: Is it possible, when logging to spdlog, to add the output of the

[jira] [Updated] (MINIFICPP-1948) Possibility to display in the logs the uid of the component to which the logging relates

2022-12-13 Thread Ferenc Gerlits (Jira)
[ https://issues.apache.org/jira/browse/MINIFICPP-1948?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ferenc Gerlits updated MINIFICPP-1948: -- Description: Is it possible, when logging to spdlog, to add the output of the

[jira] [Updated] (MINIFICPP-1948) Possibility to display in the logs the uid of the component to which the logging relates

2022-12-13 Thread Ferenc Gerlits (Jira)
[ https://issues.apache.org/jira/browse/MINIFICPP-1948?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ferenc Gerlits updated MINIFICPP-1948: -- Description: Is it possible, when logging to spdlog, to add the output of the

[jira] [Updated] (NIFI-10973) NiFi Registry Client with Nested PGs/Flows - sync issue (again)

2022-12-13 Thread Josef Zahner (Jira)
[ https://issues.apache.org/jira/browse/NIFI-10973?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Josef Zahner updated NIFI-10973: Summary: NiFi Registry Client with Nested PGs/Flows - sync issue (again) (was: NiFi Registry

[GitHub] [nifi-minifi-cpp] martinzink opened a new pull request, #1474: MINIFICPP-2008 Differentiate successful onTriggers from throwing onTr…

2022-12-13 Thread GitBox
martinzink opened a new pull request, #1474: URL: https://github.com/apache/nifi-minifi-cpp/pull/1474 …iggers in ScheduleAgents Thank you for submitting a contribution to Apache NiFi - MiNiFi C++. In order to streamline the review of the contribution we ask you to ensure the

[jira] [Created] (NIFI-10973) NiFi Registry Client with Nested PGs - sync issue (again)

2022-12-13 Thread Josef Zahner (Jira)
Josef Zahner created NIFI-10973: --- Summary: NiFi Registry Client with Nested PGs - sync issue (again) Key: NIFI-10973 URL: https://issues.apache.org/jira/browse/NIFI-10973 Project: Apache NiFi

[jira] [Updated] (MINIFICPP-2014) Add ProcessSession::remove to Lua API

2022-12-13 Thread Martin Zink (Jira)
[ https://issues.apache.org/jira/browse/MINIFICPP-2014?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Zink updated MINIFICPP-2014: --- Status: Patch Available (was: In Progress)

[jira] [Updated] (MINIFICPP-1973) Refactor ResourceQueue

2022-12-13 Thread Martin Zink (Jira)
[ https://issues.apache.org/jira/browse/MINIFICPP-1973?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Zink updated MINIFICPP-1973: --- Status: Patch Available (was: In Progress)

[GitHub] [nifi-minifi-cpp] martinzink opened a new pull request, #1473: MINIFICPP-1973 Refactor ResourceQueue

2022-12-13 Thread GitBox
martinzink opened a new pull request, #1473: URL: https://github.com/apache/nifi-minifi-cpp/pull/1473 Thank you for submitting a contribution to Apache NiFi - MiNiFi C++. In order to streamline the review of the contribution we ask you to ensure the following steps have been taken:

[GitHub] [nifi-minifi-cpp] martinzink opened a new pull request, #1472: MINIFICPP-2014 Add ProcessSession::remove to Lua API

2022-12-13 Thread GitBox
martinzink opened a new pull request, #1472: URL: https://github.com/apache/nifi-minifi-cpp/pull/1472 Thank you for submitting a contribution to Apache NiFi - MiNiFi C++. In order to streamline the review of the contribution we ask you to ensure the following steps have been taken:

[jira] [Commented] (NIFI-7246) JWT Generated by a node in the cluster is not honored by other nodes in the cluster.

2022-12-13 Thread Jira
[ https://issues.apache.org/jira/browse/NIFI-7246?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17646587#comment-17646587 ] Nurullah Çalışkan commented on NIFI-7246: - I would like to mention one thing here. Our problem is

[jira] [Comment Edited] (NIFI-7246) JWT Generated by a node in the cluster is not honored by other nodes in the cluster.

2022-12-13 Thread Jira
[ https://issues.apache.org/jira/browse/NIFI-7246?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17646587#comment-17646587 ] Nurullah Çalışkan edited comment on NIFI-7246 at 12/13/22 11:45 AM: I

[jira] [Created] (MINIFICPP-2014) Add ProcessSession::remove to Lua API

2022-12-13 Thread Martin Zink (Jira)
Martin Zink created MINIFICPP-2014: -- Summary: Add ProcessSession::remove to Lua API Key: MINIFICPP-2014 URL: https://issues.apache.org/jira/browse/MINIFICPP-2014 Project: Apache NiFi MiNiFi C++

[GitHub] [nifi] turcsanyip commented on a diff in pull request #6777: NIFI-10969: Created extension point for Signer Override in AWS S3 pro…

2022-12-13 Thread GitBox
turcsanyip commented on code in PR #6777: URL: https://github.com/apache/nifi/pull/6777#discussion_r1046970850 ## nifi-nar-bundles/nifi-aws-bundle/nifi-aws-abstract-processors/src/main/java/org/apache/nifi/processors/aws/signer/AwsCustomSignerFactory.java: ## @@ -0,0 +1,25 @@

[jira] [Updated] (NIFI-10972) PutBigQuery - Invalid project resource name projects/${Project}

2022-12-13 Thread hipotures (Jira)
[ https://issues.apache.org/jira/browse/NIFI-10972?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] hipotures updated NIFI-10972: - Description: Processor: *PutBigQuery* Parameter: *Project ID* Value for Project ID: *${Project}*

[jira] [Created] (NIFI-10972) PutBigQuery - Invalid project resource name projects/${Project}

2022-12-13 Thread hipotures (Jira)
hipotures created NIFI-10972: Summary: PutBigQuery - Invalid project resource name projects/${Project} Key: NIFI-10972 URL: https://issues.apache.org/jira/browse/NIFI-10972 Project: Apache NiFi

[GitHub] [nifi-minifi-cpp] adamdebreceni commented on a diff in pull request #1471: MINIFICPP-2012 - Make free unconditional

2022-12-13 Thread GitBox
adamdebreceni commented on code in PR #1471: URL: https://github.com/apache/nifi-minifi-cpp/pull/1471#discussion_r1046845372 ## libminifi/test/unit/OsUtilTests.cpp: ## @@ -0,0 +1,41 @@ +/** + * + * Licensed to the Apache Software Foundation (ASF) under one or more + *

[jira] [Created] (MINIFICPP-2013) Ensure localization-correctness in `OsUtils::userIdToUsername`

2022-12-13 Thread Adam Debreceni (Jira)
Adam Debreceni created MINIFICPP-2013: - Summary: Ensure localization-correctness in `OsUtils::userIdToUsername` Key: MINIFICPP-2013 URL: https://issues.apache.org/jira/browse/MINIFICPP-2013

[GitHub] [nifi-minifi-cpp] szaszm commented on a diff in pull request #1471: MINIFICPP-2012 - Make free unconditional

2022-12-13 Thread GitBox
szaszm commented on code in PR #1471: URL: https://github.com/apache/nifi-minifi-cpp/pull/1471#discussion_r1046825301 ## libminifi/test/unit/OsUtilTests.cpp: ## @@ -0,0 +1,41 @@ +/** + * + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor