[jira] [Resolved] (NIFI-2976) NullPointerException thrown if attempting to reconnect to cluster but reconnection fails

2021-02-03 Thread Mark Payne (Jira)
[ https://issues.apache.org/jira/browse/NIFI-2976?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Payne resolved NIFI-2976. -- Resolution: Duplicate Resolving as duplicate, as NIFI-7866 has more details about the cause >

[GitHub] [nifi] thenatog commented on a change in pull request #4804: NIFI-8181 - Added a property to specify whether to allow HTTP2 protoc…

2021-02-03 Thread GitBox
thenatog commented on a change in pull request #4804: URL: https://github.com/apache/nifi/pull/4804#discussion_r56972 ## File path: nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/src/main/java/org/apache/nifi/processors/standard/InvokeHTTP.java ## @@

[jira] [Updated] (NIFI-1355) Provide dynamic code-generated certificates for HTTP tests to avoid expiry

2021-02-03 Thread M Tien (Jira)
[ https://issues.apache.org/jira/browse/NIFI-1355?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] M Tien updated NIFI-1355: - Fix Version/s: (was: 1.14.0) 1.13.0 > Provide dynamic code-generated certificates for HTTP

[GitHub] [nifi] thenatog commented on a change in pull request #4804: NIFI-8181 - Added a property to specify whether to allow HTTP2 protoc…

2021-02-03 Thread GitBox
thenatog commented on a change in pull request #4804: URL: https://github.com/apache/nifi/pull/4804#discussion_r56972 ## File path: nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/src/main/java/org/apache/nifi/processors/standard/InvokeHTTP.java ## @@

[jira] [Updated] (NIFI-8196) When a node is disconnected due to failing to service a request, upon cluster reconnection it may not participate in leader election

2021-02-03 Thread Joe Witt (Jira)
[ https://issues.apache.org/jira/browse/NIFI-8196?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joe Witt updated NIFI-8196: --- Fix Version/s: 1.13.0 > When a node is disconnected due to failing to service a request, upon cluster >

[jira] [Created] (NIFI-8196) When a node is disconnected due to failing to service a request, upon cluster reconnection it may not participate in leader election

2021-02-03 Thread Mark Payne (Jira)
Mark Payne created NIFI-8196: Summary: When a node is disconnected due to failing to service a request, upon cluster reconnection it may not participate in leader election Key: NIFI-8196 URL:

[GitHub] [nifi] JonathanKessler closed pull request #4800: NIFI-8180 Added a default value for connections' FlowFile Expiration …

2021-02-03 Thread GitBox
JonathanKessler closed pull request #4800: URL: https://github.com/apache/nifi/pull/4800 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

[GitHub] [nifi] JonathanKessler commented on pull request #4800: NIFI-8180 Added a default value for connections' FlowFile Expiration …

2021-02-03 Thread GitBox
JonathanKessler commented on pull request #4800: URL: https://github.com/apache/nifi/pull/4800#issuecomment-772776718 @markap14 That's understandable. Not a problem, I appreciate your consideration. This is an automated

[GitHub] [nifi] exceptionfactory commented on a change in pull request #4804: NIFI-8181 - Added a property to specify whether to allow HTTP2 protoc…

2021-02-03 Thread GitBox
exceptionfactory commented on a change in pull request #4804: URL: https://github.com/apache/nifi/pull/4804#discussion_r569690686 ## File path: nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/src/main/java/org/apache/nifi/processors/standard/InvokeHTTP.java ##

[GitHub] [nifi] markap14 commented on a change in pull request #4804: NIFI-8181 - Added a property to specify whether to allow HTTP2 protoc…

2021-02-03 Thread GitBox
markap14 commented on a change in pull request #4804: URL: https://github.com/apache/nifi/pull/4804#discussion_r569688751 ## File path: nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/src/main/java/org/apache/nifi/processors/standard/InvokeHTTP.java ## @@

[GitHub] [nifi] exceptionfactory commented on a change in pull request #4804: NIFI-8181 - Added a property to specify whether to allow HTTP2 protoc…

2021-02-03 Thread GitBox
exceptionfactory commented on a change in pull request #4804: URL: https://github.com/apache/nifi/pull/4804#discussion_r569680427 ## File path: nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/src/main/java/org/apache/nifi/processors/standard/InvokeHTTP.java ##

[GitHub] [nifi] markap14 commented on pull request #4800: NIFI-8180 Added a default value for connections' FlowFile Expiration …

2021-02-03 Thread GitBox
markap14 commented on pull request #4800: URL: https://github.com/apache/nifi/pull/4800#issuecomment-772750238 I think even at a process group level, it is too dangerous. I don't think we should ever expire data on any connection without a user explicitly configuring that connection to do

[jira] [Created] (NIFI-8195) Migrate backpressure settings from nifi.properties to Process Group

2021-02-03 Thread Mark Bean (Jira)
Mark Bean created NIFI-8195: --- Summary: Migrate backpressure settings from nifi.properties to Process Group Key: NIFI-8195 URL: https://issues.apache.org/jira/browse/NIFI-8195 Project: Apache NiFi

[GitHub] [nifi] thenatog commented on pull request #4804: NIFI-8181 - Added a property to specify whether to allow HTTP2 protoc…

2021-02-03 Thread GitBox
thenatog commented on pull request #4804: URL: https://github.com/apache/nifi/pull/4804#issuecomment-772741138 I've set the default to True and realized the documentation for standard processors is compiled from PropertyDescriptor descriptions which I had already added. I think

[GitHub] [nifi] markobean commented on pull request #4800: NIFI-8180 Added a default value for connections' FlowFile Expiration …

2021-02-03 Thread GitBox
markobean commented on pull request #4800: URL: https://github.com/apache/nifi/pull/4800#issuecomment-772735028 Also, note that this setting is simply a default for when a NEW connection is created. It does not affect settings of existing connections. Further, on the UI, the dataflow

[jira] [Resolved] (MINIFICPP-1462) Fix incorrect usage of move constructors and assignment operators

2021-02-03 Thread Jira
[ https://issues.apache.org/jira/browse/MINIFICPP-1462?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kalmár Róbert resolved MINIFICPP-1462. -- Resolution: Fixed > Fix incorrect usage of move constructors and assignment

[GitHub] [nifi] JonathanKessler commented on pull request #4800: NIFI-8180 Added a default value for connections' FlowFile Expiration …

2021-02-03 Thread GitBox
JonathanKessler commented on pull request #4800: URL: https://github.com/apache/nifi/pull/4800#issuecomment-772720409 @markap14 You make a valid point. What are your thoughts on implementing this feature at a Process Group level instead? Though your concern would of course still be valid,

[GitHub] [nifi] markap14 commented on pull request #4804: NIFI-8181 - Added a property to specify whether to allow HTTP2 protoc…

2021-02-03 Thread GitBox
markap14 commented on pull request #4804: URL: https://github.com/apache/nifi/pull/4804#issuecomment-772719837 That's interesting @exceptionfactory. I didn't realize there were other additional protocols supported by the library. Personally I'm a bit torn on how I think we should best

[GitHub] [nifi] thenatog commented on pull request #4804: NIFI-8181 - Added a property to specify whether to allow HTTP2 protoc…

2021-02-03 Thread GitBox
thenatog commented on pull request #4804: URL: https://github.com/apache/nifi/pull/4804#issuecomment-772718480 I guess it is possible to allow users to explicitly choose a protocol, but they are not mutually exclusive. If you choose HTTP/2, we will need to include HTTP/1.1 as well, which

[GitHub] [nifi] markap14 closed pull request #4792: NIFI-8183 TailFile intermittently creates records with ascii NULL after rollover

2021-02-03 Thread GitBox
markap14 closed pull request #4792: URL: https://github.com/apache/nifi/pull/4792 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

[jira] [Commented] (NIFI-8183) TailFile intermittently creates records with ascii NULL after rollover

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

[jira] [Resolved] (NIFI-8183) TailFile intermittently creates records with ascii NULL after rollover

2021-02-03 Thread Mark Payne (Jira)
[ https://issues.apache.org/jira/browse/NIFI-8183?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Payne resolved NIFI-8183. -- Fix Version/s: 1.14.0 Resolution: Fixed > TailFile intermittently creates records with ascii

[GitHub] [nifi] markap14 commented on pull request #4792: NIFI-8183 TailFile intermittently creates records with ascii NULL after rollover

2021-02-03 Thread GitBox
markap14 commented on pull request #4792: URL: https://github.com/apache/nifi/pull/4792#issuecomment-772710526 Thanks for the update @adenes LGTM +1 will merge to `main`. This is an automated message from the Apache Git

[GitHub] [nifi] markobean commented on pull request #4780: NIFI-8126 Include Total Queued Duration in ConnectionStatus metrics

2021-02-03 Thread GitBox
markobean commented on pull request #4780: URL: https://github.com/apache/nifi/pull/4780#issuecomment-772705209 Individual Reporting Tasks will need to be updated to include these new statistics. Otherwise, this looks good to me. +1

[GitHub] [nifi] markap14 commented on pull request #4800: NIFI-8180 Added a default value for connections' FlowFile Expiration …

2021-02-03 Thread GitBox
markap14 commented on pull request #4800: URL: https://github.com/apache/nifi/pull/4800#issuecomment-772703211 Thanks for the contribution @JonathanKessler. I'm not sure this is a feature that we want to support, though. If someone were to change the value of that in nifi.properties,

[GitHub] [nifi] markap14 commented on pull request #4798: NIFI-8188 - Add 'Run Once' for processors in context menu.

2021-02-03 Thread GitBox
markap14 commented on pull request #4798: URL: https://github.com/apache/nifi/pull/4798#issuecomment-772693921 Set DebugFlow to use an "onTrigger Pause Time" of "1 min" and then queued up some data and clicked Run Once. The UI immediately shows the processor as stopped with 2 active

[GitHub] [nifi] markap14 commented on pull request #4798: NIFI-8188 - Add 'Run Once' for processors in context menu.

2021-02-03 Thread GitBox
markap14 commented on pull request #4798: URL: https://github.com/apache/nifi/pull/4798#issuecomment-772690763 I also found that if you configure DebugFlow with `@OnScheduled Pause Time` set to "80 secs" (or anything over 1 minute) the framework will time it out and interrupt the

[GitHub] [nifi] thenatog opened a new pull request #4804: NIFI-8181 - Added a property to specify whether to allow HTTP2 protoc…

2021-02-03 Thread GitBox
thenatog opened a new pull request #4804: URL: https://github.com/apache/nifi/pull/4804 …ol for requests. Thank you for submitting a contribution to Apache NiFi. Please provide a short description of the PR here: Description of PR _Enables X functionality;

[jira] [Closed] (NIFI-8123) NiFi startup: add option to wait for NiFi to fully load before exiting startup script

2021-02-03 Thread Peter Gyori (Jira)
[ https://issues.apache.org/jira/browse/NIFI-8123?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Peter Gyori closed NIFI-8123. - > NiFi startup: add option to wait for NiFi to fully load before exiting > startup script >

[GitHub] [nifi] pgyori commented on pull request #4748: NIFI-8123: Added support for --wait-for-init when NiFi started with t…

2021-02-03 Thread GitBox
pgyori commented on pull request #4748: URL: https://github.com/apache/nifi/pull/4748#issuecomment-772677768 Thank you, @markap14 ! This is an automated message from the Apache Git Service. To respond to the message, please

[GitHub] [nifi] markap14 commented on pull request #4798: NIFI-8188 - Add 'Run Once' for processors in context menu.

2021-02-03 Thread GitBox
markap14 commented on pull request #4798: URL: https://github.com/apache/nifi/pull/4798#issuecomment-772666915 I was able to cause an error with the following scenario. Given, the scenario is contrived, but it can definitely happen "in the wild" based on the timing of events when nodes

[GitHub] [nifi] markap14 commented on pull request #4798: NIFI-8188 - Add 'Run Once' for processors in context menu.

2021-02-03 Thread GitBox
markap14 commented on pull request #4798: URL: https://github.com/apache/nifi/pull/4798#issuecomment-772652269 @tpalfy the code here looks good. I'll be testing some corner cases today to see if i can cause any errors. One thing that I noticed, though, is that there is nothing added to

[GitHub] [nifi-minifi-cpp] lordgamez commented on a change in pull request #987: MINIFICPP-1455: Fix FileStream error handling and reporting

2021-02-03 Thread GitBox
lordgamez commented on a change in pull request #987: URL: https://github.com/apache/nifi-minifi-cpp/pull/987#discussion_r569559488 ## File path: libminifi/src/io/FileStream.cpp ## @@ -114,17 +151,18 @@ int FileStream::read(uint8_t *buf, int buflen) { } if

[jira] [Created] (NIFI-8194) Extraneous WARN log messages about authentication protocols not being configured

2021-02-03 Thread Mark Payne (Jira)
Mark Payne created NIFI-8194: Summary: Extraneous WARN log messages about authentication protocols not being configured Key: NIFI-8194 URL: https://issues.apache.org/jira/browse/NIFI-8194 Project: Apache

[GitHub] [nifi] markap14 edited a comment on pull request #4798: NIFI-8188 - Add 'Run Once' for processors in context menu.

2021-02-03 Thread GitBox
markap14 edited a comment on pull request #4798: URL: https://github.com/apache/nifi/pull/4798#issuecomment-772642426 Thanks @tpalfy, will review This is an automated message from the Apache Git Service. To respond to the

[GitHub] [nifi] markap14 commented on pull request #4798: NIFI-8188 - Add 'Run Once' for processors in context menu.

2021-02-03 Thread GitBox
markap14 commented on pull request #4798: URL: https://github.com/apache/nifi/pull/4798#issuecomment-772642426 Thanks @tpalfy , willy review This is an automated message from the Apache Git Service. To respond to the

[jira] [Commented] (NIFI-8193) PutSQL can reorder FlowFiles

2021-02-03 Thread Peter Turcsanyi (Jira)
[ https://issues.apache.org/jira/browse/NIFI-8193?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17278100#comment-17278100 ] Peter Turcsanyi commented on NIFI-8193: --- PutSQL can reorder FlowFiles while grouping the input

[GitHub] [nifi] adenes commented on a change in pull request #4792: NIFI-8183 TailFile intermittently creates records with ascii NULL after rollover

2021-02-03 Thread GitBox
adenes commented on a change in pull request #4792: URL: https://github.com/apache/nifi/pull/4792#discussion_r569524878 ## File path: nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/src/main/java/org/apache/nifi/processors/standard/TailFile.java ## @@ -1184,7

[GitHub] [nifi] markap14 closed pull request #1458: NIFI-3422 Run Once Scheduling

2021-02-03 Thread GitBox
markap14 closed pull request #1458: URL: https://github.com/apache/nifi/pull/1458 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

[GitHub] [nifi] markap14 commented on pull request #1458: NIFI-3422 Run Once Scheduling

2021-02-03 Thread GitBox
markap14 commented on pull request #1458: URL: https://github.com/apache/nifi/pull/1458#issuecomment-772603612 Closing Pull Request, as it's nearly 4 years old and has no traction. I think there's another pull request for the same feature that is recent.

[GitHub] [nifi] adenes commented on a change in pull request #4792: NIFI-8183 TailFile intermittently creates records with ascii NULL after rollover

2021-02-03 Thread GitBox
adenes commented on a change in pull request #4792: URL: https://github.com/apache/nifi/pull/4792#discussion_r569493455 ## File path: nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/src/main/java/org/apache/nifi/processors/standard/TailFile.java ## @@ -1184,7

[jira] [Resolved] (NIFI-1355) Provide dynamic code-generated certificates for HTTP tests to avoid expiry

2021-02-03 Thread David Handermann (Jira)
[ https://issues.apache.org/jira/browse/NIFI-1355?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Handermann resolved NIFI-1355. Fix Version/s: 1.14.0 Resolution: Fixed > Provide dynamic code-generated

[GitHub] [nifi] markap14 commented on a change in pull request #4792: NIFI-8183 TailFile intermittently creates records with ascii NULL after rollover

2021-02-03 Thread GitBox
markap14 commented on a change in pull request #4792: URL: https://github.com/apache/nifi/pull/4792#discussion_r569490344 ## File path: nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/src/main/java/org/apache/nifi/processors/standard/TailFile.java ## @@ -1184,7

[GitHub] [nifi] thenatog closed pull request #4659: NIFI-7870 - Added an allow list for static resources so that they can…

2021-02-03 Thread GitBox
thenatog closed pull request #4659: URL: https://github.com/apache/nifi/pull/4659 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

[GitHub] [nifi] thenatog commented on pull request #4659: NIFI-7870 - Added an allow list for static resources so that they can…

2021-02-03 Thread GitBox
thenatog commented on pull request #4659: URL: https://github.com/apache/nifi/pull/4659#issuecomment-772576362 Closing this PR with the goal of creating a better solution. This is an automated message from the Apache Git

[GitHub] [nifi-minifi-cpp] lordgamez commented on a change in pull request #975: MINIFICPP-1400 Create ListS3 processor

2021-02-03 Thread GitBox
lordgamez commented on a change in pull request #975: URL: https://github.com/apache/nifi-minifi-cpp/pull/975#discussion_r569482485 ## File path: extensions/aws/s3/S3ClientRequestSender.h ## @@ -0,0 +1,47 @@ +/** + * @file S3Wrapper.h + * S3Wrapper class declaration + * + *

[GitHub] [nifi] asfgit closed pull request #4801: NIFI-1355 Implemented new methods in KeyStoreUtils to programmatical…

2021-02-03 Thread GitBox
asfgit closed pull request #4801: URL: https://github.com/apache/nifi/pull/4801 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] [Updated] (NIFI-8193) PutSQL can reorder FlowFiles

2021-02-03 Thread Peter Turcsanyi (Jira)
[ https://issues.apache.org/jira/browse/NIFI-8193?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Peter Turcsanyi updated NIFI-8193: -- Status: Patch Available (was: In Progress) > PutSQL can reorder FlowFiles >

[jira] [Commented] (NIFI-1355) Provide dynamic code-generated certificates for HTTP tests to avoid expiry

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

[jira] [Commented] (NIFI-1355) Provide dynamic code-generated certificates for HTTP tests to avoid expiry

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

[jira] [Commented] (NIFI-1355) Provide dynamic code-generated certificates for HTTP tests to avoid expiry

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

[jira] [Created] (MINIFICPP-1476) Improve parallel S3 request handling in S3 processors

2021-02-03 Thread Gabor Gyimesi (Jira)
Gabor Gyimesi created MINIFICPP-1476: Summary: Improve parallel S3 request handling in S3 processors Key: MINIFICPP-1476 URL: https://issues.apache.org/jira/browse/MINIFICPP-1476 Project: Apache

[GitHub] [nifi] turcsanyip opened a new pull request #4803: NIFI-8193: Fixed PutSQL reordering FlowFiles

2021-02-03 Thread GitBox
turcsanyip opened a new pull request #4803: URL: https://github.com/apache/nifi/pull/4803 https://issues.apache.org/jira/browse/NIFI-8193 Thank you for submitting a contribution to Apache NiFi. Please provide a short description of the PR here: Description of

[GitHub] [nifi] exceptionfactory commented on pull request #4801: NIFI-1355 Implemented new methods in KeyStoreUtils to programmatical…

2021-02-03 Thread GitBox
exceptionfactory commented on pull request #4801: URL: https://github.com/apache/nifi/pull/4801#issuecomment-772563416 Thanks for making the updates @mtien-apache looks good! +1 Merging. This is an automated message from the

[jira] [Updated] (NIFI-8123) NiFi startup: add option to wait for NiFi to fully load before exiting startup script

2021-02-03 Thread Mark Payne (Jira)
[ https://issues.apache.org/jira/browse/NIFI-8123?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Payne updated NIFI-8123: - Fix Version/s: 1.14.0 Resolution: Fixed Status: Resolved (was: Patch Available) > NiFi

[GitHub] [nifi] markap14 commented on pull request #4748: NIFI-8123: Added support for --wait-for-init when NiFi started with t…

2021-02-03 Thread GitBox
markap14 commented on pull request #4748: URL: https://github.com/apache/nifi/pull/4748#issuecomment-772559407 Great work @pgyori, this all looks good to me! Did some verification of corner cases such as causing nifi to die during startup, etc. All appears to work as expected. +1 merged

[GitHub] [nifi] markap14 closed pull request #4748: NIFI-8123: Added support for --wait-for-init when NiFi started with t…

2021-02-03 Thread GitBox
markap14 closed pull request #4748: URL: https://github.com/apache/nifi/pull/4748 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

[jira] [Commented] (NIFI-8123) NiFi startup: add option to wait for NiFi to fully load before exiting startup script

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

[GitHub] [nifi-minifi-cpp] lordgamez commented on a change in pull request #979: MINIFICPP-1456 Introduce PutAzureBlobStorage processor

2021-02-03 Thread GitBox
lordgamez commented on a change in pull request #979: URL: https://github.com/apache/nifi-minifi-cpp/pull/979#discussion_r569451454 ## File path: cmake/BundledAzureSdkCpp.cmake ## @@ -0,0 +1,126 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more

[jira] [Created] (NIFI-8193) PutSQL can reorder FlowFiles

2021-02-03 Thread Peter Turcsanyi (Jira)
Peter Turcsanyi created NIFI-8193: - Summary: PutSQL can reorder FlowFiles Key: NIFI-8193 URL: https://issues.apache.org/jira/browse/NIFI-8193 Project: Apache NiFi Issue Type: Bug

[GitHub] [nifi-minifi-cpp] szaszm commented on a change in pull request #975: MINIFICPP-1400 Create ListS3 processor

2021-02-03 Thread GitBox
szaszm commented on a change in pull request #975: URL: https://github.com/apache/nifi-minifi-cpp/pull/975#discussion_r569365865 ## File path: extensions/aws/s3/S3ClientRequestSender.h ## @@ -0,0 +1,47 @@ +/** + * @file S3Wrapper.h + * S3Wrapper class declaration + * + *

[GitHub] [nifi] adenes commented on a change in pull request #4792: NIFI-8183 TailFile intermittently creates records with ascii NULL after rollover

2021-02-03 Thread GitBox
adenes commented on a change in pull request #4792: URL: https://github.com/apache/nifi/pull/4792#discussion_r569276813 ## File path: nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/src/main/java/org/apache/nifi/processors/standard/TailFile.java ## @@ -1184,7

[jira] [Resolved] (NIFI-8192) Update Copyright year to 2021 in all NOTICE files.

2021-02-03 Thread Pierre Villard (Jira)
[ https://issues.apache.org/jira/browse/NIFI-8192?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pierre Villard resolved NIFI-8192. -- Resolution: Fixed > Update Copyright year to 2021 in all NOTICE files. >

[GitHub] [nifi] asfgit closed pull request #4802: NIFI-8192 updating Copyright years for nifi things to include 2021

2021-02-03 Thread GitBox
asfgit closed pull request #4802: URL: https://github.com/apache/nifi/pull/4802 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] [Commented] (NIFI-8192) Update Copyright year to 2021 in all NOTICE files.

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

[jira] [Comment Edited] (NIFI-7704) Make it posssible to GenerateFlowFile without editing schedule

2021-02-03 Thread Dan Kim (Jira)
[ https://issues.apache.org/jira/browse/NIFI-7704?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17277816#comment-17277816 ] Dan Kim edited comment on NIFI-7704 at 2/3/21, 8:47 AM: So, unfortunately, we've

[jira] [Commented] (NIFI-7704) Make it posssible to GenerateFlowFile without editing schedule

2021-02-03 Thread Dan Kim (Jira)
[ https://issues.apache.org/jira/browse/NIFI-7704?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17277816#comment-17277816 ] Dan Kim commented on NIFI-7704: --- So, unfortunately, we've stopped using NiFi at our work, so I've found less

[jira] [Assigned] (NIFI-7704) Make it posssible to GenerateFlowFile without editing schedule

2021-02-03 Thread Dan Kim (Jira)
[ https://issues.apache.org/jira/browse/NIFI-7704?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dan Kim reassigned NIFI-7704: - Assignee: (was: Dan Kim) > Make it posssible to GenerateFlowFile without editing schedule >