[GitHub] [nifi] Lehel44 commented on pull request #5093: NIFI-4344: Improve bulletin messages with exception details.

2021-05-25 Thread GitBox
Lehel44 commented on pull request #5093: URL: https://github.com/apache/nifi/pull/5093#issuecomment-847910176 Based on @tpalfy comment I have changed the place of formatting messages to SimpleProcessLogger in order to avoid branching in LoggingRepository. (The exception messages differs

[jira] [Commented] (NIFI-8620) NullPointerException on commit with multiple ProcessSession

2021-05-25 Thread Mark Payne (Jira)
[ https://issues.apache.org/jira/browse/NIFI-8620?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17351090#comment-17351090 ] Mark Payne commented on NIFI-8620: -- It is certainly not good that we are throwing a NullPointerException

[GitHub] [nifi] exceptionfactory commented on a change in pull request #5065: NIFI-8528 Migrate NiFi Registry into NiFi codebase

2021-05-25 Thread GitBox
exceptionfactory commented on a change in pull request #5065: URL: https://github.com/apache/nifi/pull/5065#discussion_r638788427 ## File path: nifi-registry/nifi-registry-core/nifi-registry-web-ui/src/main/package.json ## @@ -0,0 +1,149 @@ +{ +"//-01": "Licensed to the

[GitHub] [nifi] tpalfy commented on pull request #5065: NIFI-8528 Migrate NiFi Registry into NiFi codebase

2021-05-25 Thread GitBox
tpalfy commented on pull request #5065: URL: https://github.com/apache/nifi/pull/5065#issuecomment-847854936 @kevdoran, @markap14 I agree, the Husky hooks should be opt-in. That being said I'd rather have that done as a separate issue. I consider the change non-trivial that needs to be

[GitHub] [nifi] Lehel44 commented on a change in pull request #5093: NIFI-4344: Improve bulletin messages with exception details.

2021-05-25 Thread GitBox
Lehel44 commented on a change in pull request #5093: URL: https://github.com/apache/nifi/pull/5093#discussion_r638760838 ## File path:

[GitHub] [nifi] tpalfy commented on a change in pull request #5093: NIFI-4344: Improve bulletin messages with exception details.

2021-05-25 Thread GitBox
tpalfy commented on a change in pull request #5093: URL: https://github.com/apache/nifi/pull/5093#discussion_r638752496 ## File path:

[GitHub] [nifi] pgyori commented on pull request #5090: NIFI-8622: Reuse of GenericRecord instance eliminated from AvroReader…

2021-05-25 Thread GitBox
pgyori commented on pull request #5090: URL: https://github.com/apache/nifi/pull/5090#issuecomment-847832598 Thank you for approving, @gresockj ! I did not measure the difference in performance. I assume that creating a new instance of a GenericRecord type has some overhead. The other

[jira] [Created] (NIFI-8629) Add periodic logging to Stateless that provides component statuses

2021-05-25 Thread Mark Payne (Jira)
Mark Payne created NIFI-8629: Summary: Add periodic logging to Stateless that provides component statuses Key: NIFI-8629 URL: https://issues.apache.org/jira/browse/NIFI-8629 Project: Apache NiFi

[jira] [Updated] (NIFI-8248) Modify PutAzureDataLakeStorage processor to use temp file instead of inline replacement

2021-05-25 Thread Timea Barna (Jira)
[ https://issues.apache.org/jira/browse/NIFI-8248?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Timea Barna updated NIFI-8248: -- Status: Patch Available (was: In Progress) > Modify PutAzureDataLakeStorage processor to use temp file

[GitHub] [nifi] timeabarna commented on pull request #5098: NIFI-8248 Modify PutAzureDataLakeStorage processor to use temp file

2021-05-25 Thread GitBox
timeabarna commented on pull request #5098: URL: https://github.com/apache/nifi/pull/5098#issuecomment-847820183 @jfrazee Hello Joey, file upload with renaming has been created. When you have some time can you please check? Thanks in advance for your help. -- This is an automated

[GitHub] [nifi] timeabarna opened a new pull request #5098: NIFI-8248 Modify PutAzureDataLakeStorage processor to use temp file

2021-05-25 Thread GitBox
timeabarna opened a new pull request #5098: URL: https://github.com/apache/nifi/pull/5098 Modify PutAzureDataLakeStorage processor to use temp file https://issues.apache.org/jira/browse/NIFI-8248 Description of PR Enables the usage of a temporary file instead of

[jira] [Resolved] (NIFI-8439) Handle parquet INT96 timestamps as byte-arrays (instead of exception)

2021-05-25 Thread Peter Turcsanyi (Jira)
[ https://issues.apache.org/jira/browse/NIFI-8439?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Peter Turcsanyi resolved NIFI-8439. --- Fix Version/s: 1.14.0 Resolution: Fixed > Handle parquet INT96 timestamps as

[jira] [Commented] (NIFI-8439) Handle parquet INT96 timestamps as byte-arrays (instead of exception)

2021-05-25 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/NIFI-8439?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17350993#comment-17350993 ] ASF subversion and git services commented on NIFI-8439: --- Commit

[jira] [Commented] (NIFI-8439) Handle parquet INT96 timestamps as byte-arrays (instead of exception)

2021-05-25 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/NIFI-8439?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17350995#comment-17350995 ] ASF subversion and git services commented on NIFI-8439: --- Commit

[jira] [Commented] (NIFI-8439) Handle parquet INT96 timestamps as byte-arrays (instead of exception)

2021-05-25 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/NIFI-8439?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17350994#comment-17350994 ] ASF subversion and git services commented on NIFI-8439: --- Commit

[GitHub] [nifi] asfgit closed pull request #5006: NIFI-8439 Handle parquet INT96 timestamps as byte-arrays (instead of exception)

2021-05-25 Thread GitBox
asfgit closed pull request #5006: URL: https://github.com/apache/nifi/pull/5006 -- 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. For queries about this service, please

[GitHub] [nifi] turcsanyip commented on pull request #5006: NIFI-8439 Handle parquet INT96 timestamps as byte-arrays (instead of exception)

2021-05-25 Thread GitBox
turcsanyip commented on pull request #5006: URL: https://github.com/apache/nifi/pull/5006#issuecomment-847783910 @adenes Thanks for the review. Merging to main. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use

[GitHub] [nifi-minifi-cpp] adamdebreceni commented on a change in pull request #1079: MINIFICPP-1564 - Remove agent update

2021-05-25 Thread GitBox
adamdebreceni commented on a change in pull request #1079: URL: https://github.com/apache/nifi-minifi-cpp/pull/1079#discussion_r638687076 ## File path: extensions/http-curl/tests/C2UpdateAgentTest.cpp ## @@ -1,40 +0,0 @@ -/** - * - * Licensed to the Apache Software Foundation

[GitHub] [nifi-minifi-cpp] szaszm closed pull request #1057: MINIFICPP-1537 - Log heartbeats on demand

2021-05-25 Thread GitBox
szaszm closed pull request #1057: URL: https://github.com/apache/nifi-minifi-cpp/pull/1057 -- 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. For queries about this

[jira] [Commented] (NIFI-8056) openid integration with nifi is not working (in proxy environment)

2021-05-25 Thread Ramani J (Jira)
[ https://issues.apache.org/jira/browse/NIFI-8056?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17350961#comment-17350961 ] Ramani J commented on NIFI-8056: Here are the below changes required to support OpenID integration for

[GitHub] [nifi-minifi-cpp] fgerlits commented on a change in pull request #1079: MINIFICPP-1564 - Remove agent update

2021-05-25 Thread GitBox
fgerlits commented on a change in pull request #1079: URL: https://github.com/apache/nifi-minifi-cpp/pull/1079#discussion_r638667133 ## File path: extensions/http-curl/tests/C2UpdateAgentTest.cpp ## @@ -1,40 +0,0 @@ -/** - * - * Licensed to the Apache Software Foundation (ASF)

[GitHub] [nifi] s9514171 commented on pull request #5060: NIFI-8520 - Parameter Contexts - Show the wrong information of referencing compon…

2021-05-25 Thread GitBox
s9514171 commented on pull request #5060: URL: https://github.com/apache/nifi/pull/5060#issuecomment-847756354 Thanks @scottyaslan. I also open another JIRA [https://github.com/apache/nifi/pull/5097](https://github.com/apache/nifi/pull/5097) for the issue variable count not reset in

[jira] [Updated] (NIFI-8628) Variable Registry - Variable count doesn't reset when opening the variable dialog

2021-05-25 Thread Hsin-Ying Lee (Jira)
[ https://issues.apache.org/jira/browse/NIFI-8628?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hsin-Ying Lee updated NIFI-8628: Issue Type: Improvement (was: Bug) > Variable Registry - Variable count doesn't reset when opening

[GitHub] [nifi] s9514171 opened a new pull request #5097: NIFI-8628 - Variable Registry - Variable count doesn't reset when ope…

2021-05-25 Thread GitBox
s9514171 opened a new pull request #5097: URL: https://github.com/apache/nifi/pull/5097 …ning the variable dialog Description of PR [https://issues.apache.org/jira/browse/NIFI-8628](https://issues.apache.org/jira/browse/NIFI-8628) reset the

[jira] [Created] (NIFI-8628) Variable Registry - Variable count doesn't reset when opening the variable dialog

2021-05-25 Thread Hsin-Ying Lee (Jira)
Hsin-Ying Lee created NIFI-8628: --- Summary: Variable Registry - Variable count doesn't reset when opening the variable dialog Key: NIFI-8628 URL: https://issues.apache.org/jira/browse/NIFI-8628 Project:

[jira] [Created] (MINIFICPP-1568) PerformanceDataMonitorTests transiently fail

2021-05-25 Thread Gabor Gyimesi (Jira)
Gabor Gyimesi created MINIFICPP-1568: Summary: PerformanceDataMonitorTests transiently fail Key: MINIFICPP-1568 URL: https://issues.apache.org/jira/browse/MINIFICPP-1568 Project: Apache NiFi

[jira] [Updated] (MINIFICPP-1567) Enable linter check in all extensions

2021-05-25 Thread Martin Zink (Jira)
[ https://issues.apache.org/jira/browse/MINIFICPP-1567?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Zink updated MINIFICPP-1567: --- Description: Currently only libminifi/src,libminifi/include,libminifi/target and

[jira] [Created] (MINIFICPP-1567) Enable linter check in all extensions

2021-05-25 Thread Martin Zink (Jira)
Martin Zink created MINIFICPP-1567: -- Summary: Enable linter check in all extensions Key: MINIFICPP-1567 URL: https://issues.apache.org/jira/browse/MINIFICPP-1567 Project: Apache NiFi MiNiFi C++

[jira] [Updated] (NIFI-8373) Add Kerberos support to Accumulo processors

2021-05-25 Thread Tamas Palfy (Jira)
[ https://issues.apache.org/jira/browse/NIFI-8373?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tamas Palfy updated NIFI-8373: -- Fix Version/s: 1.14.0 > Add Kerberos support to Accumulo processors >

[GitHub] [nifi] Lehel44 commented on a change in pull request #5093: NIFI-4344: Improve bulletin messages with exception details.

2021-05-25 Thread GitBox
Lehel44 commented on a change in pull request #5093: URL: https://github.com/apache/nifi/pull/5093#discussion_r638576761 ## File path: nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-framework-core/src/main/java/org/apache/nifi/controller/tasks/ConnectableTask.java

[GitHub] [nifi-minifi-cpp] fgerlits commented on a change in pull request #1080: MINIFICPP-1559 Add new redistributable files to the msi in VS2019 builds

2021-05-25 Thread GitBox
fgerlits commented on a change in pull request #1080: URL: https://github.com/apache/nifi-minifi-cpp/pull/1080#discussion_r638540140 ## File path: msi/WixWin.wsi ## @@ -395,6 +371,23 @@ Licensed to the Apache Software Foundation (ASF) under one or more

<    1   2