[jira] [Created] (NIFI-10303) GetElasticsearch processor invokes elasticsearch GET api without an identifier when flow file is null

2022-08-01 Thread Vijaya Gorla (Jira)
Vijaya Gorla created NIFI-10303: --- Summary: GetElasticsearch processor invokes elasticsearch GET api without an identifier when flow file is null Key: NIFI-10303 URL: https://issues.apache.org/jira/browse/NIFI-10303

[jira] [Updated] (NIFI-10303) GetElasticsearch processor invokes elasticsearch GET api without an identifier when flow file is null

2022-08-01 Thread Vijaya Gorla (Jira)
[ https://issues.apache.org/jira/browse/NIFI-10303?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Vijaya Gorla updated NIFI-10303: Affects Version/s: 1.16.3 > GetElasticsearch processor invokes elasticsearch GET api without an >

[jira] [Updated] (NIFI-10303) GetElasticsearch processor invokes elasticsearch GET api without an identifier when flow file is null

2022-08-01 Thread Vijaya Gorla (Jira)
[ https://issues.apache.org/jira/browse/NIFI-10303?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Vijaya Gorla updated NIFI-10303: Issue Type: Bug (was: Improvement) > GetElasticsearch processor invokes elasticsearch GET api with

[jira] [Updated] (NIFI-10303) GetElasticsearch processor invokes elasticsearch GET api without an identifier when flow file is null

2022-08-01 Thread Vijaya Gorla (Jira)
[ https://issues.apache.org/jira/browse/NIFI-10303?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Vijaya Gorla updated NIFI-10303: Description: When GetElasticsearch processor has an incoming connection, and the document id is an

[jira] [Updated] (NIFI-10303) GetElasticsearch processor invokes elasticsearch GET api without an identifier when flow file is null

2022-08-01 Thread Vijaya Gorla (Jira)
[ https://issues.apache.org/jira/browse/NIFI-10303?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Vijaya Gorla updated NIFI-10303: Description: When GetElasticsearch processor has an incoming connection, and the document id is an

[jira] [Created] (NIFI-10304) SearchElasticsearch behaves differently to ScrollElasticsearchHttp, the processor it replaces

2022-08-01 Thread Vijaya Gorla (Jira)
Vijaya Gorla created NIFI-10304: --- Summary: SearchElasticsearch behaves differently to ScrollElasticsearchHttp, the processor it replaces Key: NIFI-10304 URL: https://issues.apache.org/jira/browse/NIFI-10304

[jira] [Updated] (NIFI-10304) SearchElasticsearch behaves differently to ScrollElasticsearchHttp, the processor it replaces

2022-08-01 Thread Vijaya Gorla (Jira)
[ https://issues.apache.org/jira/browse/NIFI-10304?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Vijaya Gorla updated NIFI-10304: Description: (was: When GetElasticsearch processor has an incoming connection, and the document

[jira] [Updated] (NIFI-10304) SearchElasticsearch behaves differently to ScrollElasticsearchHttp, the processor it replaces

2022-08-01 Thread Vijaya Gorla (Jira)
[ https://issues.apache.org/jira/browse/NIFI-10304?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Vijaya Gorla updated NIFI-10304: Description: ScrollElasticsearchHttp stops running once it hits the last page. This is a very usef

[jira] [Updated] (NIFI-10304) SearchElasticsearch behaves differently to ScrollElasticsearchHttp, the processor it replaces

2022-08-01 Thread Vijaya Gorla (Jira)
[ https://issues.apache.org/jira/browse/NIFI-10304?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Vijaya Gorla updated NIFI-10304: Description: ScrollElasticsearchHttp stops running once it hits the last page. This is a very usef

[GitHub] [nifi-minifi-cpp] adamdebreceni commented on a diff in pull request #1363: Add support and tests for advanced MQTT features

2022-08-01 Thread GitBox
adamdebreceni commented on code in PR #1363: URL: https://github.com/apache/nifi-minifi-cpp/pull/1363#discussion_r934278703 ## extensions/mqtt/processors/ConsumeMQTT.cpp: ## @@ -37,48 +34,64 @@ void ConsumeMQTT::initialize() { setSupportedRelationships(relationships()); }

[jira] [Created] (NIFI-10305) Incorrect values in C2 Heartbeat for Network, and CPU data

2022-08-01 Thread Ferenc Erdei (Jira)
Ferenc Erdei created NIFI-10305: --- Summary: Incorrect values in C2 Heartbeat for Network, and CPU data Key: NIFI-10305 URL: https://issues.apache.org/jira/browse/NIFI-10305 Project: Apache NiFi

[GitHub] [nifi] ferencerdei opened a new pull request, #6263: NIFI-10305 Fix network and cpu data in c2 heartbeat

2022-08-01 Thread GitBox
ferencerdei opened a new pull request, #6263: URL: https://github.com/apache/nifi/pull/6263 # Summary This PR fix the missing network information node in C2 Heartbeat response which happens when the running env has multiple network inter

[GitHub] [nifi-minifi-cpp] fgerlits commented on a diff in pull request #1367: MINIFICPP-1822 - Add alert capability

2022-08-01 Thread GitBox
fgerlits commented on code in PR #1367: URL: https://github.com/apache/nifi-minifi-cpp/pull/1367#discussion_r933201410 ## extensions/http-curl/tests/AlertTests.cpp: ## @@ -0,0 +1,148 @@ +/** + * + * Licensed to the Apache Software Foundation (ASF) under one or more + * contribut

[GitHub] [nifi-minifi-cpp] adamdebreceni commented on a diff in pull request #1367: MINIFICPP-1822 - Add alert capability

2022-08-01 Thread GitBox
adamdebreceni commented on code in PR #1367: URL: https://github.com/apache/nifi-minifi-cpp/pull/1367#discussion_r934389490 ## libminifi/include/utils/Id.h: ## @@ -141,18 +142,14 @@ struct hash { size_t operator()(const org::apache::nifi::minifi::utils::Identifier& id) cons

[GitHub] [nifi-minifi-cpp] fgerlits commented on a diff in pull request #1367: MINIFICPP-1822 - Add alert capability

2022-08-01 Thread GitBox
fgerlits commented on code in PR #1367: URL: https://github.com/apache/nifi-minifi-cpp/pull/1367#discussion_r934396497 ## libminifi/include/utils/Id.h: ## @@ -141,18 +142,14 @@ struct hash { size_t operator()(const org::apache::nifi::minifi::utils::Identifier& id) const noe

[jira] [Commented] (NIFI-10272) Conduct 1.17.0 Release

2022-08-01 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/NIFI-10272?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17573754#comment-17573754 ] ASF subversion and git services commented on NIFI-10272: Commit 8

[jira] [Commented] (NIFI-10272) Conduct 1.17.0 Release

2022-08-01 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/NIFI-10272?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17573755#comment-17573755 ] ASF subversion and git services commented on NIFI-10272: Commit 8

[jira] [Commented] (NIFI-10272) Conduct 1.17.0 Release

2022-08-01 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/NIFI-10272?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17573756#comment-17573756 ] ASF subversion and git services commented on NIFI-10272: Commit d

[GitHub] [nifi-minifi-cpp] adam-markovics commented on a diff in pull request #1363: Add support and tests for advanced MQTT features

2022-08-01 Thread GitBox
adam-markovics commented on code in PR #1363: URL: https://github.com/apache/nifi-minifi-cpp/pull/1363#discussion_r934650630 ## extensions/mqtt/processors/ConsumeMQTT.cpp: ## @@ -37,48 +34,64 @@ void ConsumeMQTT::initialize() { setSupportedRelationships(relationships()); }

[GitHub] [nifi-minifi-cpp] adam-markovics commented on a diff in pull request #1328: MINIFICPP-1812 - Clean up Repository threads

2022-08-01 Thread GitBox
adam-markovics commented on code in PR #1328: URL: https://github.com/apache/nifi-minifi-cpp/pull/1328#discussion_r934658310 ## libminifi/include/core/Repository.h: ## @@ -218,56 +195,77 @@ class Repository : public virtual core::SerializableComponent, public core::Trac re

[GitHub] [nifi-minifi-cpp] adam-markovics commented on a diff in pull request #1328: MINIFICPP-1812 - Clean up Repository threads

2022-08-01 Thread GitBox
adam-markovics commented on code in PR #1328: URL: https://github.com/apache/nifi-minifi-cpp/pull/1328#discussion_r934659084 ## libminifi/include/core/repository/VolatileContentRepository.h: ## @@ -68,55 +59,55 @@ class VolatileContentRepository : } master_list_.cl

[GitHub] [nifi] exceptionfactory closed pull request #6258: NIFI-10293: refactored tests in nifi-jolt-transform-json-ui to use JU…

2022-08-01 Thread GitBox
exceptionfactory closed pull request #6258: NIFI-10293: refactored tests in nifi-jolt-transform-json-ui to use JU… URL: https://github.com/apache/nifi/pull/6258 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL abov

[jira] [Commented] (NIFI-10293) Refactor nifi-jolt-transform-json-ui to use JUnit5

2022-08-01 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/NIFI-10293?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17573827#comment-17573827 ] ASF subversion and git services commented on NIFI-10293: Commit b

[jira] [Resolved] (NIFI-10293) Refactor nifi-jolt-transform-json-ui to use JUnit5

2022-08-01 Thread David Handermann (Jira)
[ https://issues.apache.org/jira/browse/NIFI-10293?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Handermann resolved NIFI-10293. - Fix Version/s: 1.18.0 Resolution: Fixed > Refactor nifi-jolt-transform-json-ui to

[GitHub] [nifi] exceptionfactory commented on a diff in pull request #6262: NIFI-10298: changed tests in nifi-framework-cluster to use Java if po…

2022-08-01 Thread GitBox
exceptionfactory commented on code in PR #6262: URL: https://github.com/apache/nifi/pull/6262#discussion_r934682145 ## nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-framework-cluster/src/test/java/org/apache/nifi/cluster/coordination/http/replication/TestThreadPoolRequestRe

[GitHub] [nifi] greyp9 commented on a diff in pull request #6131: NIFI-9822 - ConsumeKafkaRecord allows writing out Kafka record key

2022-08-01 Thread GitBox
greyp9 commented on code in PR #6131: URL: https://github.com/apache/nifi/pull/6131#discussion_r934782331 ## nifi-nar-bundles/nifi-kafka-bundle/nifi-kafka-2-6-processors/src/main/resources/docs/org.apache.nifi.processors.kafka.pubsub.PublishKafkaRecord_2_6/additionalDetails.html: ##

[GitHub] [nifi] emiliosetiadarma commented on a diff in pull request #6262: NIFI-10298: changed tests in nifi-framework-cluster to use Java if po…

2022-08-01 Thread GitBox
emiliosetiadarma commented on code in PR #6262: URL: https://github.com/apache/nifi/pull/6262#discussion_r934790228 ## nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-framework-cluster/src/test/java/org/apache/nifi/cluster/coordination/heartbeat/TestAbstractHeartbeatMonitor.j

[GitHub] [nifi] emiliosetiadarma commented on a diff in pull request #6262: NIFI-10298: changed tests in nifi-framework-cluster to use Java if po…

2022-08-01 Thread GitBox
emiliosetiadarma commented on code in PR #6262: URL: https://github.com/apache/nifi/pull/6262#discussion_r934791047 ## nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-framework-cluster/src/test/java/org/apache/nifi/cluster/coordination/http/replication/TestThreadPoolRequestRe

[GitHub] [nifi] emiliosetiadarma commented on a diff in pull request #6262: NIFI-10298: changed tests in nifi-framework-cluster to use Java if po…

2022-08-01 Thread GitBox
emiliosetiadarma commented on code in PR #6262: URL: https://github.com/apache/nifi/pull/6262#discussion_r934791685 ## nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-framework-cluster/src/test/java/org/apache/nifi/cluster/coordination/http/replication/TestThreadPoolRequestRe

[GitHub] [nifi] emiliosetiadarma commented on a diff in pull request #6262: NIFI-10298: changed tests in nifi-framework-cluster to use Java if po…

2022-08-01 Thread GitBox
emiliosetiadarma commented on code in PR #6262: URL: https://github.com/apache/nifi/pull/6262#discussion_r934792018 ## nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-framework-cluster/src/test/java/org/apache/nifi/cluster/coordination/http/replication/TestThreadPoolRequestRe

[GitHub] [nifi] emiliosetiadarma commented on a diff in pull request #6262: NIFI-10298: changed tests in nifi-framework-cluster to use Java if po…

2022-08-01 Thread GitBox
emiliosetiadarma commented on code in PR #6262: URL: https://github.com/apache/nifi/pull/6262#discussion_r934792257 ## nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-framework-cluster/src/test/java/org/apache/nifi/cluster/coordination/http/replication/TestThreadPoolRequestRe

[GitHub] [nifi] emiliosetiadarma commented on a diff in pull request #6262: NIFI-10298: changed tests in nifi-framework-cluster to use Java if po…

2022-08-01 Thread GitBox
emiliosetiadarma commented on code in PR #6262: URL: https://github.com/apache/nifi/pull/6262#discussion_r934792629 ## nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-framework-cluster/src/test/java/org/apache/nifi/cluster/coordination/http/replication/TestThreadPoolRequestRe

[GitHub] [nifi] emiliosetiadarma commented on a diff in pull request #6262: NIFI-10298: changed tests in nifi-framework-cluster to use Java if po…

2022-08-01 Thread GitBox
emiliosetiadarma commented on code in PR #6262: URL: https://github.com/apache/nifi/pull/6262#discussion_r934793368 ## nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-framework-cluster/src/test/java/org/apache/nifi/cluster/coordination/http/replication/TestThreadPoolRequestRe

[GitHub] [nifi] emiliosetiadarma commented on a diff in pull request #6262: NIFI-10298: changed tests in nifi-framework-cluster to use Java if po…

2022-08-01 Thread GitBox
emiliosetiadarma commented on code in PR #6262: URL: https://github.com/apache/nifi/pull/6262#discussion_r934793547 ## nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-framework-cluster/src/test/java/org/apache/nifi/cluster/coordination/http/replication/TestThreadPoolRequestRe

[GitHub] [nifi] emiliosetiadarma commented on a diff in pull request #6262: NIFI-10298: changed tests in nifi-framework-cluster to use Java if po…

2022-08-01 Thread GitBox
emiliosetiadarma commented on code in PR #6262: URL: https://github.com/apache/nifi/pull/6262#discussion_r934794297 ## nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-framework-cluster/src/test/java/org/apache/nifi/cluster/coordination/http/replication/okhttp/OkHttpReplicatio

[GitHub] [nifi] emiliosetiadarma commented on a diff in pull request #6262: NIFI-10298: changed tests in nifi-framework-cluster to use Java if po…

2022-08-01 Thread GitBox
emiliosetiadarma commented on code in PR #6262: URL: https://github.com/apache/nifi/pull/6262#discussion_r934795515 ## nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-framework-cluster/src/test/java/org/apache/nifi/cluster/coordination/node/TestNodeClusterCoordinator.java: ##

[GitHub] [nifi] emiliosetiadarma commented on a diff in pull request #6262: NIFI-10298: changed tests in nifi-framework-cluster to use Java if po…

2022-08-01 Thread GitBox
emiliosetiadarma commented on code in PR #6262: URL: https://github.com/apache/nifi/pull/6262#discussion_r934796822 ## nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-framework-cluster/src/test/java/org/apache/nifi/cluster/firewall/impl/FileBasedClusterNodeFirewallTest.java:

[GitHub] [nifi] emiliosetiadarma commented on a diff in pull request #6262: NIFI-10298: changed tests in nifi-framework-cluster to use Java if po…

2022-08-01 Thread GitBox
emiliosetiadarma commented on code in PR #6262: URL: https://github.com/apache/nifi/pull/6262#discussion_r934797060 ## nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-framework-cluster/src/test/java/org/apache/nifi/cluster/integration/ClusterConnectionIT.java: ## @@ -

[GitHub] [nifi] thenatog commented on pull request #6259: NIFI-10301 Align fluent-hc with httpclient version

2022-08-01 Thread GitBox
thenatog commented on PR #6259: URL: https://github.com/apache/nifi/pull/6259#issuecomment-1201556987 Confirmed that the fluent-hc version is now 4.5.13. INFO] < org.apache.nifi:nifi-datadog-reporting-task >- [INFO] Building nifi-datadog-reporting-task 1.17.

[jira] [Created] (NIFI-10306) Add error logging when connections cannot be added to the flow

2022-08-01 Thread Matt Burgess (Jira)
Matt Burgess created NIFI-10306: --- Summary: Add error logging when connections cannot be added to the flow Key: NIFI-10306 URL: https://issues.apache.org/jira/browse/NIFI-10306 Project: Apache NiFi

[jira] [Assigned] (NIFI-10306) Add error logging when connections cannot be added to the flow

2022-08-01 Thread Matt Burgess (Jira)
[ https://issues.apache.org/jira/browse/NIFI-10306?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matt Burgess reassigned NIFI-10306: --- Assignee: Matt Burgess > Add error logging when connections cannot be added to the flow > --

[GitHub] [nifi] mattyb149 opened a new pull request, #6264: NIFI-10306: Add logging to StandardProcessGroup.addConnection() with more details

2022-08-01 Thread GitBox
mattyb149 opened a new pull request, #6264: URL: https://github.com/apache/nifi/pull/6264 # Summary [NIFI-10306](https://issues.apache.org/jira/browse/NIFI-10306) This PR adds logging to better identify the components of a Connection that cannot be added to the flow, to include s

[jira] [Updated] (NIFI-10306) Add error logging when connections cannot be added to the flow

2022-08-01 Thread Matt Burgess (Jira)
[ https://issues.apache.org/jira/browse/NIFI-10306?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matt Burgess updated NIFI-10306: Status: Patch Available (was: In Progress) > Add error logging when connections cannot be added to

[GitHub] [nifi] greyp9 commented on a diff in pull request #6131: NIFI-9822 - ConsumeKafkaRecord allows writing out Kafka record key

2022-08-01 Thread GitBox
greyp9 commented on code in PR #6131: URL: https://github.com/apache/nifi/pull/6131#discussion_r934833581 ## nifi-nar-bundles/nifi-kafka-bundle/nifi-kafka-2-6-processors/src/main/java/org/apache/nifi/processors/kafka/pubsub/ConsumerLease.java: ## @@ -593,6 +609,9 @@ private void

[GitHub] [nifi] thenatog closed pull request #6259: NIFI-10301 Align fluent-hc with httpclient version

2022-08-01 Thread GitBox
thenatog closed pull request #6259: NIFI-10301 Align fluent-hc with httpclient version URL: https://github.com/apache/nifi/pull/6259 -- 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 comm

[jira] [Commented] (NIFI-10301) Align Apache Fluent HttpClient with Standard HttpClient Version

2022-08-01 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/NIFI-10301?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17573896#comment-17573896 ] ASF subversion and git services commented on NIFI-10301: Commit 5

[jira] [Updated] (NIFI-10301) Align Apache Fluent HttpClient with Standard HttpClient Version

2022-08-01 Thread Nathan Gough (Jira)
[ https://issues.apache.org/jira/browse/NIFI-10301?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nathan Gough updated NIFI-10301: Resolution: Fixed Status: Resolved (was: Patch Available) > Align Apache Fluent HttpClient

[jira] [Updated] (NIFI-10301) Align Apache Fluent HttpClient with Standard HttpClient Version

2022-08-01 Thread Nathan Gough (Jira)
[ https://issues.apache.org/jira/browse/NIFI-10301?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nathan Gough updated NIFI-10301: Fix Version/s: 1.18.0 > Align Apache Fluent HttpClient with Standard HttpClient Version > -

[GitHub] [nifi] tpalfy commented on a diff in pull request #6192: NIFI-10212 added ListSmb processor and SmbConnectionPoolService

2022-08-01 Thread GitBox
tpalfy commented on code in PR #6192: URL: https://github.com/apache/nifi/pull/6192#discussion_r934871047 ## nifi-nar-bundles/nifi-smb-bundle/nifi-smb-nar/pom.xml: ## @@ -35,5 +35,16 @@ nifi-smb-processors 1.17.0-SNAPSHOT + Review Com

[jira] [Resolved] (NIFI-10272) Conduct 1.17.0 Release

2022-08-01 Thread Joe Witt (Jira)
[ https://issues.apache.org/jira/browse/NIFI-10272?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joe Witt resolved NIFI-10272. - Resolution: Fixed > Conduct 1.17.0 Release > -- > > Key: NIFI-10272 >

[jira] [Created] (NIFI-10307) Refactor nifi-standard-processors to use JUnit 5

2022-08-01 Thread Emilio Setiadarma (Jira)
Emilio Setiadarma created NIFI-10307: Summary: Refactor nifi-standard-processors to use JUnit 5 Key: NIFI-10307 URL: https://issues.apache.org/jira/browse/NIFI-10307 Project: Apache NiFi