[GitHub] [nifi] jayaaditya opened a new pull request #4585: NIFI-7863 - Recursively create directories, in case of a missing parent directory

2020-10-07 Thread GitBox
jayaaditya opened a new pull request #4585: URL: https://github.com/apache/nifi/pull/4585 Thank you for submitting a contribution to Apache NiFi. Please provide a short description of the PR here: Description of PR Fixes issue described in NIFI-7863 https://i

[GitHub] [nifi] kpsngh1998 commented on a change in pull request #4515: NIFI-7728: FetchS3Object sends a flowfile to failure relationship if the given bucket or object key is empty

2020-10-07 Thread GitBox
kpsngh1998 commented on a change in pull request #4515: URL: https://github.com/apache/nifi/pull/4515#discussion_r501449404 ## File path: nifi-nar-bundles/nifi-aws-bundle/nifi-aws-processors/src/main/java/org/apache/nifi/processors/aws/s3/FetchS3Object.java ## @@ -139,6 +140,1

[GitHub] [nifi] kpsngh1998 commented on a change in pull request #4515: NIFI-7728: FetchS3Object sends a flowfile to failure relationship if the given bucket or object key is empty

2020-10-07 Thread GitBox
kpsngh1998 commented on a change in pull request #4515: URL: https://github.com/apache/nifi/pull/4515#discussion_r501449404 ## File path: nifi-nar-bundles/nifi-aws-bundle/nifi-aws-processors/src/main/java/org/apache/nifi/processors/aws/s3/FetchS3Object.java ## @@ -139,6 +140,1

[GitHub] [nifi] kpsngh1998 commented on a change in pull request #4515: NIFI-7728: FetchS3Object sends a flowfile to failure relationship if the given bucket or object key is empty

2020-10-07 Thread GitBox
kpsngh1998 commented on a change in pull request #4515: URL: https://github.com/apache/nifi/pull/4515#discussion_r501449404 ## File path: nifi-nar-bundles/nifi-aws-bundle/nifi-aws-processors/src/main/java/org/apache/nifi/processors/aws/s3/FetchS3Object.java ## @@ -139,6 +140,1

[jira] [Created] (NIFI-7899) InvokeHTTP does not timeout

2020-10-07 Thread Jens M Kofoed (Jira)
Jens M Kofoed created NIFI-7899: --- Summary: InvokeHTTP does not timeout Key: NIFI-7899 URL: https://issues.apache.org/jira/browse/NIFI-7899 Project: Apache NiFi Issue Type: Bug Compone

[jira] [Updated] (NIFI-7534) Consume MQTT Processor. Support EL for Topic Filter property

2020-10-07 Thread Kuldeep Singh Doneriya (Jira)
[ https://issues.apache.org/jira/browse/NIFI-7534?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kuldeep Singh Doneriya updated NIFI-7534: - Fix Version/s: 1.13.0 Labels: pull-request-available (was: )

[GitHub] [nifi] alopresto commented on pull request #4580: NIFI-7856: If a Provenance Event File is ready to be rolled over due …

2020-10-07 Thread GitBox
alopresto commented on pull request #4580: URL: https://github.com/apache/nifi/pull/4580#issuecomment-705278906 Is this the expected output of the template you attached to the Jira? ``` 2020-10-07 18:33:02,487 WARN [Provenance Repository Maintenance-2-thread-1] o.a.n.p.store.Write

[jira] [Updated] (NIFI-7871) Correct errors in documentation for UUID3, UUID5 and hash in Expression Language Guide

2020-10-07 Thread Andy LoPresto (Jira)
[ https://issues.apache.org/jira/browse/NIFI-7871?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andy LoPresto updated NIFI-7871: Fix Version/s: 1.13.0 Resolution: Fixed Status: Resolved (was: Patch Available) >

[jira] [Updated] (NIFI-7871) Correct errors in documentation for UUID3, UUID5 and hash in Expression Language Guide

2020-10-07 Thread Andy LoPresto (Jira)
[ https://issues.apache.org/jira/browse/NIFI-7871?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andy LoPresto updated NIFI-7871: Affects Version/s: 1.12.1 Labels: documentation expression-language (was: )

[GitHub] [nifi] alopresto commented on pull request #4583: NIFI-7871 Correct errors for UUID3, UUID5 and hash functions in EL Guide

2020-10-07 Thread GitBox
alopresto commented on pull request #4583: URL: https://github.com/apache/nifi/pull/4583#issuecomment-705248049 Ran `contrib-check` and all tests pass. +1, merging. This is an automated message from the Apache Git Service. T

[jira] [Commented] (NIFI-7871) Correct errors in documentation for UUID3, UUID5 and hash in Expression Language Guide

2020-10-07 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/NIFI-7871?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17209926#comment-17209926 ] ASF subversion and git services commented on NIFI-7871: --- Commit dee2

[GitHub] [nifi] alopresto closed pull request #4583: NIFI-7871 Correct errors for UUID3, UUID5 and hash functions in EL Guide

2020-10-07 Thread GitBox
alopresto closed pull request #4583: URL: https://github.com/apache/nifi/pull/4583 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 t

[GitHub] [nifi] alopresto opened a new pull request #4584: NIFI-7898 Fixed unit test which failed with simultaneous services run…

2020-10-07 Thread GitBox
alopresto opened a new pull request #4584: URL: https://github.com/apache/nifi/pull/4584 …ning on localhost:80. Thank you for submitting a contribution to Apache NiFi. Please provide a short description of the PR here: Description of PR _Fixes a unit test whi

[GitHub] [nifi] jfrazee commented on a change in pull request #4250: NIFI-7401 Add ZooKeeper client TLS to CuratorLeaderElectionManager

2020-10-07 Thread GitBox
jfrazee commented on a change in pull request #4250: URL: https://github.com/apache/nifi/pull/4250#discussion_r501360542 ## File path: nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-framework-core/src/test/java/org/apache/nifi/leader/election/TestSecureClientZooKeeperFacto

[GitHub] [nifi] mtien-apache commented on pull request #4512: NIFI-1121: Support making properties dependent upon one another

2020-10-07 Thread GitBox
mtien-apache commented on pull request #4512: URL: https://github.com/apache/nifi/pull/4512#issuecomment-705238764 @bbende Thanks for checking it out. Will look into this. This is an automated message from the Apache Git Serv

[GitHub] [nifi] exceptionfactory commented on a change in pull request #4581: NIFI-7896: Added support for GET requests in ListenHTTP

2020-10-07 Thread GitBox
exceptionfactory commented on a change in pull request #4581: URL: https://github.com/apache/nifi/pull/4581#discussion_r501343422 ## File path: nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/src/main/java/org/apache/nifi/processors/standard/servlets/ContentAcknowledgme

[GitHub] [nifi] andrewmlim opened a new pull request #4583: NIFI-7871 Correct errors for UUID3, UUID5 and hash functions in EL Guide

2020-10-07 Thread GitBox
andrewmlim opened a new pull request #4583: URL: https://github.com/apache/nifi/pull/4583 hash function documentation was added incorrectly in between UUID3 and UUID5 functions. Corrected. Also improved example provided for UUID3 and UUID5. Added warning to hash function with an ex

[jira] [Updated] (NIFI-7898) Unit tests fail if alternative service is running on localhost

2020-10-07 Thread Andy LoPresto (Jira)
[ https://issues.apache.org/jira/browse/NIFI-7898?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andy LoPresto updated NIFI-7898: Description: The unit test {{testConvertOIDCTokenToNiFiTokenShouldHandleBlankIdentityAndNoEmailClai

[jira] [Created] (NIFI-7898) Unit tests fail if alternative service is running on localhost

2020-10-07 Thread Andy LoPresto (Jira)
Andy LoPresto created NIFI-7898: --- Summary: Unit tests fail if alternative service is running on localhost Key: NIFI-7898 URL: https://issues.apache.org/jira/browse/NIFI-7898 Project: Apache NiFi

[GitHub] [nifi] mtien-apache commented on pull request #4582: NIFI-7584-rebase-squash Added a POST request to the OIDC revoke endpo…

2020-10-07 Thread GitBox
mtien-apache commented on pull request #4582: URL: https://github.com/apache/nifi/pull/4582#issuecomment-705207792 Still need to add one more unit test, but the rest of the changes may be reviewed in the mean time. Thanks. @alopresto @thenatog @bbende @mcgilman --

[GitHub] [nifi] mtien-apache opened a new pull request #4582: NIFI-7584-rebase-squash Added a POST request to the OIDC revoke endpo…

2020-10-07 Thread GitBox
mtien-apache opened a new pull request #4582: URL: https://github.com/apache/nifi/pull/4582 …int for logout. Added method to validate the OIDC Access Token for the revoke endpoint. Created a new callback URI of oidc/logoutCallback to handle certain OIDC logout cases. Changed me

[GitHub] [nifi] thenatog commented on a change in pull request #4250: NIFI-7401 Add ZooKeeper client TLS to CuratorLeaderElectionManager

2020-10-07 Thread GitBox
thenatog commented on a change in pull request #4250: URL: https://github.com/apache/nifi/pull/4250#discussion_r501273761 ## File path: nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-framework-core/src/test/java/org/apache/nifi/leader/election/TestSecureClientZooKeeperFact

[jira] [Updated] (NIFI-7896) Add support for GET request in ListenHTTP

2020-10-07 Thread Peter Gyori (Jira)
[ https://issues.apache.org/jira/browse/NIFI-7896?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Peter Gyori updated NIFI-7896: -- Status: Patch Available (was: In Progress) > Add support for GET request in ListenHTTP > --

[GitHub] [nifi] pgyori opened a new pull request #4581: NIFI-7896: Added support for GET requests in ListenHTTP

2020-10-07 Thread GitBox
pgyori opened a new pull request #4581: URL: https://github.com/apache/nifi/pull/4581 https://issues.apache.org/jira/browse/NIFI-7896 Description of PR Adds support for GET requests in ListenHTTP processor. In order to streamline the review of the contribution we as

[jira] [Created] (NIFI-7897) Refactor Stateless NiFi to make use of existing components/classes

2020-10-07 Thread Mark Payne (Jira)
Mark Payne created NIFI-7897: Summary: Refactor Stateless NiFi to make use of existing components/classes Key: NIFI-7897 URL: https://issues.apache.org/jira/browse/NIFI-7897 Project: Apache NiFi

[jira] [Created] (NIFI-7896) Add support for GET request in ListenHTTP

2020-10-07 Thread Peter Gyori (Jira)
Peter Gyori created NIFI-7896: - Summary: Add support for GET request in ListenHTTP Key: NIFI-7896 URL: https://issues.apache.org/jira/browse/NIFI-7896 Project: Apache NiFi Issue Type: Improvement

[GitHub] [nifi] markobean commented on pull request #4563: NIFI-7738 Reverse Provenance Query

2020-10-07 Thread GitBox
markobean commented on pull request #4563: URL: https://github.com/apache/nifi/pull/4563#issuecomment-705131819 Overall, it looks good. This is a great feature that is enormously useful for provenance queries! Can you update the User Guide to reflect this option? Specifically, update

[jira] [Updated] (NIFI-7777) CompressContent should accept password

2020-10-07 Thread Andy LoPresto (Jira)
[ https://issues.apache.org/jira/browse/NIFI-?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andy LoPresto updated NIFI-: Fix Version/s: 1.13.0 Resolution: Fixed Status: Resolved (was: Patch Available) >

[GitHub] [nifi] alopresto commented on pull request #4572: NIFI-7777 Added Password property to UnpackContent for decrypting Zip archives

2020-10-07 Thread GitBox
alopresto commented on pull request #4572: URL: https://github.com/apache/nifi/pull/4572#issuecomment-705101296 Rebased and merged all commits to `main`. +1, LGTM, closing. This is an automated message from the Apache Git Se

[jira] [Commented] (NIFI-7777) CompressContent should accept password

2020-10-07 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/NIFI-?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17209739#comment-17209739 ] ASF subversion and git services commented on NIFI-: --- Commit efb6

[GitHub] [nifi] alopresto commented on pull request #4572: NIFI-7777 Added Password property to UnpackContent for decrypting Zip archives

2020-10-07 Thread GitBox
alopresto commented on pull request #4572: URL: https://github.com/apache/nifi/pull/4572#issuecomment-705100275 I missed a commit in the merge and am fixing it. This is an automated message from the Apache Git Service. To re

[jira] [Commented] (NIFI-7777) CompressContent should accept password

2020-10-07 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/NIFI-?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17209738#comment-17209738 ] ASF subversion and git services commented on NIFI-: --- Commit ea6b

[GitHub] [nifi] alopresto closed pull request #4572: NIFI-7777 Added Password property to UnpackContent for decrypting Zip archives

2020-10-07 Thread GitBox
alopresto closed pull request #4572: URL: https://github.com/apache/nifi/pull/4572 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 t

[jira] [Commented] (NIFI-7856) Provenance failed to be compressed after nifi upgrade to 1.12

2020-10-07 Thread Mengze Li (Jira)
[ https://issues.apache.org/jira/browse/NIFI-7856?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17209735#comment-17209735 ] Mengze Li commented on NIFI-7856: - woohoo! Keep me posted please and appreciate your time

[GitHub] [nifi] alopresto commented on pull request #4572: NIFI-7777 Added Password property to UnpackContent for decrypting Zip archives

2020-10-07 Thread GitBox
alopresto commented on pull request #4572: URL: https://github.com/apache/nifi/pull/4572#issuecomment-705094636 I did a local build with checkstyle on JDK 11 and it was successful; I think it timed out on the CI server. Not sure why the CI system failed to build an unrelated module on MacO

[GitHub] [nifi] alopresto commented on a change in pull request #4572: NIFI-7777 Added Password property to UnpackContent for decrypting Zip archives

2020-10-07 Thread GitBox
alopresto commented on a change in pull request #4572: URL: https://github.com/apache/nifi/pull/4572#discussion_r501197801 ## File path: nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/src/test/java/org/apache/nifi/processors/standard/TestUnpackContent.java ## @

[jira] [Commented] (NIFI-7856) Provenance failed to be compressed after nifi upgrade to 1.12

2020-10-07 Thread Mark Payne (Jira)
[ https://issues.apache.org/jira/browse/NIFI-7856?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17209725#comment-17209725 ] Mark Payne commented on NIFI-7856: -- Attached template as NIFI-7856.xml. > Provenance fai

[jira] [Updated] (NIFI-7856) Provenance failed to be compressed after nifi upgrade to 1.12

2020-10-07 Thread Mark Payne (Jira)
[ https://issues.apache.org/jira/browse/NIFI-7856?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Payne updated NIFI-7856: - Attachment: NIFI-7856.xml > Provenance failed to be compressed after nifi upgrade to 1.12 > --

[jira] [Commented] (NIFI-7856) Provenance failed to be compressed after nifi upgrade to 1.12

2020-10-07 Thread Mark Payne (Jira)
[ https://issues.apache.org/jira/browse/NIFI-7856?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17209720#comment-17209720 ] Mark Payne commented on NIFI-7856: -- [~leeyoda] I finally managed to replicate the issue!

[jira] [Updated] (NIFI-7856) Provenance failed to be compressed after nifi upgrade to 1.12

2020-10-07 Thread Mark Payne (Jira)
[ https://issues.apache.org/jira/browse/NIFI-7856?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Payne updated NIFI-7856: - Fix Version/s: 1.13.0 Assignee: Mark Payne Status: Patch Available (was: Open) > Prov

[GitHub] [nifi] markap14 opened a new pull request #4580: NIFI-7856: If a Provenance Event File is ready to be rolled over due …

2020-10-07 Thread GitBox
markap14 opened a new pull request #4580: URL: https://github.com/apache/nifi/pull/4580 …to the maximum amount of time having elapsed, avoid rolling over unless there is at least one event written to the event file. Otherwise, we can have multiple RecordWriters / RecordWriterLeases pointin

[jira] [Resolved] (NIFI-7893) Provenance is intermittently blank when `nifi.provenance.repository.compress.on.rollover` is set to `true`

2020-10-07 Thread Mark Payne (Jira)
[ https://issues.apache.org/jira/browse/NIFI-7893?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Payne resolved NIFI-7893. -- Resolution: Duplicate > Provenance is intermittently blank when > `nifi.provenance.repository.compress.

[GitHub] [nifi] pvillard31 commented on pull request #4179: NIFI-7240: Fixed out-of-order Table Map events in CaptureChangeMySQL

2020-10-07 Thread GitBox
pvillard31 commented on pull request #4179: URL: https://github.com/apache/nifi/pull/4179#issuecomment-705071303 Hey @mattyb149 - can you rebase against the main branch? Happy to get this in. I recently reviewed another PR related to this processor. ---

[jira] [Created] (NIFI-7895) TLS ConsumeMQTT processor causes NullPointerException exception

2020-10-07 Thread Jeremy (Jira)
Jeremy created NIFI-7895: Summary: TLS ConsumeMQTT processor causes NullPointerException exception Key: NIFI-7895 URL: https://issues.apache.org/jira/browse/NIFI-7895 Project: Apache NiFi Issue Type

[GitHub] [nifi] mtien-apache commented on pull request #4579: NIFI-7892 Created a Logout page to inform users of a complete logout …

2020-10-07 Thread GitBox
mtien-apache commented on pull request #4579: URL: https://github.com/apache/nifi/pull/4579#issuecomment-705052509 Thanks, @thenatog @bbende ! This is an automated message from the Apache Git Service. To respond to the messag

[GitHub] [nifi-minifi-cpp] adam-markovics opened a new pull request #920: MINIFICPP-1296 - All tests should use volatile state storage

2020-10-07 Thread GitBox
adam-markovics opened a new pull request #920: URL: https://github.com/apache/nifi-minifi-cpp/pull/920 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] [Resolved] (NIFI-7892) Create a Logout page for OIDC

2020-10-07 Thread Bryan Bende (Jira)
[ https://issues.apache.org/jira/browse/NIFI-7892?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bryan Bende resolved NIFI-7892. --- Fix Version/s: 1.13.0 Resolution: Fixed > Create a Logout page for OIDC > -

[jira] [Commented] (NIFI-7892) Create a Logout page for OIDC

2020-10-07 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/NIFI-7892?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17209651#comment-17209651 ] ASF subversion and git services commented on NIFI-7892: --- Commit de39

[GitHub] [nifi] bbende merged pull request #4579: NIFI-7892 Created a Logout page to inform users of a complete logout …

2020-10-07 Thread GitBox
bbende merged pull request #4579: URL: https://github.com/apache/nifi/pull/4579 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

[GitHub] [nifi] bbende commented on pull request #4579: NIFI-7892 Created a Logout page to inform users of a complete logout …

2020-10-07 Thread GitBox
bbende commented on pull request #4579: URL: https://github.com/apache/nifi/pull/4579#issuecomment-705044181 +1 tested with OIDC and all looks good, going to merge, thanks! This is an automated message from the Apache Git Ser

[jira] [Updated] (NIFI-7873) Provide exactly same version of nars in distribution and in maven repo

2020-10-07 Thread Joe Witt (Jira)
[ https://issues.apache.org/jira/browse/NIFI-7873?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joe Witt updated NIFI-7873: --- Priority: Blocker (was: Minor) > Provide exactly same version of nars in distribution and in maven repo > ---

[jira] [Updated] (NIFI-7873) Provide exactly same version of nars in distribution and in maven repo

2020-10-07 Thread Joe Witt (Jira)
[ https://issues.apache.org/jira/browse/NIFI-7873?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joe Witt updated NIFI-7873: --- Fix Version/s: 1.13.0 > Provide exactly same version of nars in distribution and in maven repo > -

[jira] [Commented] (NIFI-7873) Provide exactly same version of nars in distribution and in maven repo

2020-10-07 Thread Joe Witt (Jira)
[ https://issues.apache.org/jira/browse/NIFI-7873?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17209641#comment-17209641 ] Joe Witt commented on NIFI-7873: This is related to what we generate the actual convenienc

[jira] [Assigned] (NIFI-7873) Provide exactly same version of nars in distribution and in maven repo

2020-10-07 Thread Joe Witt (Jira)
[ https://issues.apache.org/jira/browse/NIFI-7873?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joe Witt reassigned NIFI-7873: -- Assignee: Joe Witt > Provide exactly same version of nars in distribution and in maven repo > -

[GitHub] [nifi] thenatog commented on pull request #4579: NIFI-7892 Created a Logout page to inform users of a complete logout …

2020-10-07 Thread GitBox
thenatog commented on pull request #4579: URL: https://github.com/apache/nifi/pull/4579#issuecomment-705028290 Tested this out with LDAP, works great. This is an automated message from the Apache Git Service. To respond to th

[GitHub] [nifi-minifi-cpp] szaszm commented on pull request #895: MINIFICPP-1352 - Comment out unused parameters (for enabling -Wall)

2020-10-07 Thread GitBox
szaszm commented on pull request #895: URL: https://github.com/apache/nifi-minifi-cpp/pull/895#issuecomment-705028211 I'd be fine with this after a rebase This is an automated message from the Apache Git Service. To respond t

[GitHub] [nifi-minifi] SethiPandi opened a new pull request #195: MINIFI-541: Update Dockerfile to Follow Docker Best Practices

2020-10-07 Thread GitBox
SethiPandi opened a new pull request #195: URL: https://github.com/apache/nifi-minifi/pull/195 Thank you for submitting a contribution to Apache NiFi - MiNiFi. In order to streamline the review of the contribution we ask you to ensure the following steps have been taken: ###

[GitHub] [nifi-minifi-cpp] adamdebreceni commented on a change in pull request #900: MINIFICPP-1350 - Explicit serializer for MergeContent

2020-10-07 Thread GitBox
adamdebreceni commented on a change in pull request #900: URL: https://github.com/apache/nifi-minifi-cpp/pull/900#discussion_r501045907 ## File path: libminifi/include/io/StreamPipe.h ## @@ -0,0 +1,110 @@ +/** + * @file FlowFileRecord.h + * Flow file record class declaration +

[GitHub] [nifi-minifi-cpp] arpadboda closed pull request #919: MINIFICPP-1385 - Use memcpy in BufferStream

2020-10-07 Thread GitBox
arpadboda closed pull request #919: URL: https://github.com/apache/nifi-minifi-cpp/pull/919 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 t

[GitHub] [nifi-minifi-cpp] arpadboda closed pull request #916: MINIFICPP-1360 Configurable scheduling strategy in integration tests

2020-10-07 Thread GitBox
arpadboda closed pull request #916: URL: https://github.com/apache/nifi-minifi-cpp/pull/916 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 t

[GitHub] [nifi-minifi-cpp] szaszm commented on a change in pull request #918: MINIFICPP-1383 fix intdiv_ceil

2020-10-07 Thread GitBox
szaszm commented on a change in pull request #918: URL: https://github.com/apache/nifi-minifi-cpp/pull/918#discussion_r501032041 ## File path: libminifi/test/unit/GeneralUtilsTest.cpp ## @@ -32,18 +32,20 @@ TEST_CASE("GeneralUtils::make_unique", "[make_unique]") { REQUIRE("t

[GitHub] [nifi-minifi-cpp] adamdebreceni commented on a change in pull request #918: MINIFICPP-1383 fix intdiv_ceil

2020-10-07 Thread GitBox
adamdebreceni commented on a change in pull request #918: URL: https://github.com/apache/nifi-minifi-cpp/pull/918#discussion_r501035283 ## File path: libminifi/test/unit/GeneralUtilsTest.cpp ## @@ -32,18 +32,20 @@ TEST_CASE("GeneralUtils::make_unique", "[make_unique]") { REQ

[jira] [Created] (MINIFICPP-1386) Update includes and namespace for StreamCallbacks

2020-10-07 Thread Adam Debreceni (Jira)
Adam Debreceni created MINIFICPP-1386: - Summary: Update includes and namespace for StreamCallbacks Key: MINIFICPP-1386 URL: https://issues.apache.org/jira/browse/MINIFICPP-1386 Project: Apache NiFi

[GitHub] [nifi-minifi-cpp] adamdebreceni commented on a change in pull request #900: MINIFICPP-1350 - Explicit serializer for MergeContent

2020-10-07 Thread GitBox
adamdebreceni commented on a change in pull request #900: URL: https://github.com/apache/nifi-minifi-cpp/pull/900#discussion_r501032500 ## File path: libminifi/include/FlowFileRecord.h ## @@ -39,6 +39,7 @@ #include "ResourceClaim.h" #include "Connection.h" #include "io/Outpu

[GitHub] [nifi-minifi-cpp] szaszm commented on a change in pull request #918: MINIFICPP-1383 fix intdiv_ceil

2020-10-07 Thread GitBox
szaszm commented on a change in pull request #918: URL: https://github.com/apache/nifi-minifi-cpp/pull/918#discussion_r501032041 ## File path: libminifi/test/unit/GeneralUtilsTest.cpp ## @@ -32,18 +32,20 @@ TEST_CASE("GeneralUtils::make_unique", "[make_unique]") { REQUIRE("t

[jira] [Updated] (NIFI-7796) Add Prometheus metrics for total bytes received and bytes sent for components

2020-10-07 Thread Matt Burgess (Jira)
[ https://issues.apache.org/jira/browse/NIFI-7796?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matt Burgess updated NIFI-7796: --- Fix Version/s: 1.13.0 > Add Prometheus metrics for total bytes received and bytes sent for components

[GitHub] [nifi-minifi-cpp] szaszm commented on a change in pull request #900: MINIFICPP-1350 - Explicit serializer for MergeContent

2020-10-07 Thread GitBox
szaszm commented on a change in pull request #900: URL: https://github.com/apache/nifi-minifi-cpp/pull/900#discussion_r501010516 ## File path: extensions/libarchive/MergeContent.cpp ## @@ -72,10 +74,12 @@ core::Property MergeContent::AttributeStrategy( "onl

[GitHub] [nifi-minifi-cpp] szaszm commented on a change in pull request #900: MINIFICPP-1350 - Explicit serializer for MergeContent

2020-10-07 Thread GitBox
szaszm commented on a change in pull request #900: URL: https://github.com/apache/nifi-minifi-cpp/pull/900#discussion_r501010516 ## File path: extensions/libarchive/MergeContent.cpp ## @@ -72,10 +74,12 @@ core::Property MergeContent::AttributeStrategy( "onl

[GitHub] [nifi-minifi-cpp] szaszm commented on a change in pull request #900: MINIFICPP-1350 - Explicit serializer for MergeContent

2020-10-07 Thread GitBox
szaszm commented on a change in pull request #900: URL: https://github.com/apache/nifi-minifi-cpp/pull/900#discussion_r501010516 ## File path: extensions/libarchive/MergeContent.cpp ## @@ -72,10 +74,12 @@ core::Property MergeContent::AttributeStrategy( "onl

[jira] [Created] (NIFI-7894) ConsumeMQTT - allow EL on Client ID property with shared subscription

2020-10-07 Thread Pierre Villard (Jira)
Pierre Villard created NIFI-7894: Summary: ConsumeMQTT - allow EL on Client ID property with shared subscription Key: NIFI-7894 URL: https://issues.apache.org/jira/browse/NIFI-7894 Project: Apache NiF

[GitHub] [nifi] bbende commented on pull request #4579: NIFI-7892 Created a Logout page to inform users of a complete logout …

2020-10-07 Thread GitBox
bbende commented on pull request #4579: URL: https://github.com/apache/nifi/pull/4579#issuecomment-704929275 Reviewing... This is an automated message from the Apache Git Service. To respond to the message, please log on to G

[jira] [Updated] (NIFI-7592) Allow NiFi to be started without a GUI/REST interface

2020-10-07 Thread Bryan Bende (Jira)
[ https://issues.apache.org/jira/browse/NIFI-7592?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bryan Bende updated NIFI-7592: -- Fix Version/s: 1.13.0 Resolution: Fixed Status: Resolved (was: Patch Available) > All

[jira] [Commented] (NIFI-7592) Allow NiFi to be started without a GUI/REST interface

2020-10-07 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/NIFI-7592?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17209530#comment-17209530 ] ASF subversion and git services commented on NIFI-7592: --- Commit 325a

[jira] [Commented] (NIFI-7592) Allow NiFi to be started without a GUI/REST interface

2020-10-07 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/NIFI-7592?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17209528#comment-17209528 ] ASF subversion and git services commented on NIFI-7592: --- Commit 325a

[jira] [Commented] (NIFI-7592) Allow NiFi to be started without a GUI/REST interface

2020-10-07 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/NIFI-7592?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17209527#comment-17209527 ] ASF subversion and git services commented on NIFI-7592: --- Commit 325a

[GitHub] [nifi] bbende merged pull request #4509: NIFI-7592: Allow NiFi to be started without a GUI/REST interface

2020-10-07 Thread GitBox
bbende merged pull request #4509: URL: https://github.com/apache/nifi/pull/4509 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-7592) Allow NiFi to be started without a GUI/REST interface

2020-10-07 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/NIFI-7592?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17209526#comment-17209526 ] ASF subversion and git services commented on NIFI-7592: --- Commit 325a

[jira] [Commented] (NIFI-7592) Allow NiFi to be started without a GUI/REST interface

2020-10-07 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/NIFI-7592?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17209529#comment-17209529 ] ASF subversion and git services commented on NIFI-7592: --- Commit 325a

[GitHub] [nifi] bbende commented on pull request #4509: NIFI-7592: Allow NiFi to be started without a GUI/REST interface

2020-10-07 Thread GitBox
bbende commented on pull request #4509: URL: https://github.com/apache/nifi/pull/4509#issuecomment-704925919 Updates look good, going to merge, thanks! This is an automated message from the Apache Git Service. To respond to t

[GitHub] [nifi-minifi-cpp] adamdebreceni commented on a change in pull request #900: MINIFICPP-1350 - Explicit serializer for MergeContent

2020-10-07 Thread GitBox
adamdebreceni commented on a change in pull request #900: URL: https://github.com/apache/nifi-minifi-cpp/pull/900#discussion_r500993717 ## File path: extensions/libarchive/MergeContent.cpp ## @@ -72,10 +74,12 @@ core::Property MergeContent::AttributeStrategy(

[GitHub] [nifi-minifi-cpp] fgerlits commented on pull request #919: MINIFICPP-1385 - Use memcpy in BufferStream

2020-10-07 Thread GitBox
fgerlits commented on pull request #919: URL: https://github.com/apache/nifi-minifi-cpp/pull/919#issuecomment-704917325 You seem to be missing an `#include`. This is an automated message from the Apache Git Service. To respon

[GitHub] [nifi-minifi-cpp] adamdebreceni commented on a change in pull request #900: MINIFICPP-1350 - Explicit serializer for MergeContent

2020-10-07 Thread GitBox
adamdebreceni commented on a change in pull request #900: URL: https://github.com/apache/nifi-minifi-cpp/pull/900#discussion_r500986081 ## File path: libminifi/CMakeLists.txt ## @@ -89,7 +89,7 @@ if (NOT OPENSSL_OFF) set(TLS_SOURCES "src/io/tls/*.cpp") endif() -file(

[GitHub] [nifi] MikeThomsen commented on a change in pull request #3885: NIFI-6836 Increased topic list length in ConsumeKafka and added validator

2020-10-07 Thread GitBox
MikeThomsen commented on a change in pull request #3885: URL: https://github.com/apache/nifi/pull/3885#discussion_r500955709 ## File path: nifi-nar-bundles/nifi-kafka-bundle/nifi-kafka-1-0-processors/src/main/java/org/apache/nifi/processors/kafka/pubsub/ConsumeKafkaRecord_1_0.java ###

[GitHub] [nifi-minifi-cpp] szaszm commented on a change in pull request #900: MINIFICPP-1350 - Explicit serializer for MergeContent

2020-10-07 Thread GitBox
szaszm commented on a change in pull request #900: URL: https://github.com/apache/nifi-minifi-cpp/pull/900#discussion_r496800050 ## File path: libminifi/CMakeLists.txt ## @@ -89,7 +89,7 @@ if (NOT OPENSSL_OFF) set(TLS_SOURCES "src/io/tls/*.cpp") endif() -file(GLOB SO

[jira] [Commented] (NIFI-7866) When cluster coordinator dies, other nodes may have trouble rejoining cluster

2020-10-07 Thread Hsin-Ying Lee (Jira)
[ https://issues.apache.org/jira/browse/NIFI-7866?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17209395#comment-17209395 ] Hsin-Ying Lee commented on NIFI-7866: - Hi Mark Can we catch NPE and throw ConnectionE