[jira] [Updated] (NIFI-6833) Provide instance qualification of principals in KeytabCredentialsService

2019-11-26 Thread Jeff Storck (Jira)
[ https://issues.apache.org/jira/browse/NIFI-6833?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jeff Storck updated NIFI-6833: -- Status: Patch Available (was: In Progress) > Provide instance qualification of principals in

[GitHub] [nifi] jtstorck opened a new pull request #3904: NIFI-6833 KeytabCredentialsService updated to qualify a principal wit…

2019-11-26 Thread GitBox
jtstorck opened a new pull request #3904: NIFI-6833 KeytabCredentialsService updated to qualify a principal wit… URL: https://github.com/apache/nifi/pull/3904 …h an instance Added feature to NiFi's TestRunner to allow a NiFiProperties instance to be specified for controller

[GitHub] [nifi-minifi-cpp] msharee9 commented on a change in pull request #674: Minificpp 1007 - ECU C2 integration.

2019-11-26 Thread GitBox
msharee9 commented on a change in pull request #674: Minificpp 1007 - ECU C2 integration. URL: https://github.com/apache/nifi-minifi-cpp/pull/674#discussion_r350955688 ## File path: nanofi/src/processors/file_input.c ## @@ -0,0 +1,406 @@ +/* + * Licensed to the Apache

[GitHub] [nifi-minifi-cpp] msharee9 commented on a change in pull request #674: Minificpp 1007 - ECU C2 integration.

2019-11-26 Thread GitBox
msharee9 commented on a change in pull request #674: Minificpp 1007 - ECU C2 integration. URL: https://github.com/apache/nifi-minifi-cpp/pull/674#discussion_r350932411 ## File path: nanofi/src/coap/c2agent.c ## @@ -0,0 +1,481 @@ +/** + * + * Licensed to the Apache

[GitHub] [nifi-minifi-cpp] msharee9 commented on a change in pull request #674: Minificpp 1007 - ECU C2 integration.

2019-11-26 Thread GitBox
msharee9 commented on a change in pull request #674: Minificpp 1007 - ECU C2 integration. URL: https://github.com/apache/nifi-minifi-cpp/pull/674#discussion_r350929531 ## File path: nanofi/src/ecu_api/ecuapi.c ## @@ -0,0 +1,835 @@ +/** + * + * Licensed to the Apache

[GitHub] [nifi-minifi-cpp] msharee9 commented on a change in pull request #674: Minificpp 1007 - ECU C2 integration.

2019-11-26 Thread GitBox
msharee9 commented on a change in pull request #674: Minificpp 1007 - ECU C2 integration. URL: https://github.com/apache/nifi-minifi-cpp/pull/674#discussion_r350929190 ## File path: nanofi/CMakeLists.txt ## @@ -23,32 +23,67 @@ IF(POLICY CMP0048) CMAKE_POLICY(SET

[GitHub] [nifi-minifi-cpp] msharee9 commented on a change in pull request #674: Minificpp 1007 - ECU C2 integration.

2019-11-26 Thread GitBox
msharee9 commented on a change in pull request #674: Minificpp 1007 - ECU C2 integration. URL: https://github.com/apache/nifi-minifi-cpp/pull/674#discussion_r350929190 ## File path: nanofi/CMakeLists.txt ## @@ -23,32 +23,67 @@ IF(POLICY CMP0048) CMAKE_POLICY(SET

[GitHub] [nifi-minifi-cpp] msharee9 edited a comment on issue #674: Minificpp 1007 - ECU C2 integration.

2019-11-26 Thread GitBox
msharee9 edited a comment on issue #674: Minificpp 1007 - ECU C2 integration. URL: https://github.com/apache/nifi-minifi-cpp/pull/674#issuecomment-558744961 > @msharee9 Just started the review, I am releasing what I have so far, but I have fundamental questions before continuing the C2

[GitHub] [nifi-minifi-cpp] msharee9 commented on a change in pull request #674: Minificpp 1007 - ECU C2 integration.

2019-11-26 Thread GitBox
msharee9 commented on a change in pull request #674: Minificpp 1007 - ECU C2 integration. URL: https://github.com/apache/nifi-minifi-cpp/pull/674#discussion_r350915606 ## File path: nanofi/src/coap/c2protocol.c ## @@ -0,0 +1,1204 @@ +/** + * + * Licensed to the Apache

[GitHub] [nifi-minifi-cpp] msharee9 commented on a change in pull request #674: Minificpp 1007 - ECU C2 integration.

2019-11-26 Thread GitBox
msharee9 commented on a change in pull request #674: Minificpp 1007 - ECU C2 integration. URL: https://github.com/apache/nifi-minifi-cpp/pull/674#discussion_r350914362 ## File path: nanofi/src/coap/c2protocol.c ## @@ -0,0 +1,1204 @@ +/** + * + * Licensed to the Apache

[GitHub] [nifi-minifi-cpp] msharee9 commented on a change in pull request #674: Minificpp 1007 - ECU C2 integration.

2019-11-26 Thread GitBox
msharee9 commented on a change in pull request #674: Minificpp 1007 - ECU C2 integration. URL: https://github.com/apache/nifi-minifi-cpp/pull/674#discussion_r350903892 ## File path: nanofi/src/coap/c2protocol.c ## @@ -0,0 +1,1204 @@ +/** + * + * Licensed to the Apache

[GitHub] [nifi-minifi-cpp] msharee9 commented on a change in pull request #674: Minificpp 1007 - ECU C2 integration.

2019-11-26 Thread GitBox
msharee9 commented on a change in pull request #674: Minificpp 1007 - ECU C2 integration. URL: https://github.com/apache/nifi-minifi-cpp/pull/674#discussion_r350902736 ## File path: nanofi/CMakeLists.txt ## @@ -23,32 +23,67 @@ IF(POLICY CMP0048) CMAKE_POLICY(SET

[GitHub] [nifi-minifi-cpp] msharee9 commented on a change in pull request #674: Minificpp 1007 - ECU C2 integration.

2019-11-26 Thread GitBox
msharee9 commented on a change in pull request #674: Minificpp 1007 - ECU C2 integration. URL: https://github.com/apache/nifi-minifi-cpp/pull/674#discussion_r350899685 ## File path: CMakeLists.txt ## @@ -469,7 +467,7 @@ if (ENABLE_ALL OR ENABLE_GPS)

[GitHub] [nifi-minifi-cpp] msharee9 commented on issue #674: Minificpp 1007 - ECU C2 integration.

2019-11-26 Thread GitBox
msharee9 commented on issue #674: Minificpp 1007 - ECU C2 integration. URL: https://github.com/apache/nifi-minifi-cpp/pull/674#issuecomment-558744961 > @msharee9 Just started the review, I am releasing what I have so far, but I have fundamental questions before continuing the C2 part of

[jira] [Commented] (NIFI-4913) Specifying "run.as" in bootstrap.properties causes environment variables to not be passed to NiFi

2019-11-26 Thread Sushil Kumar (Jira)
[ https://issues.apache.org/jira/browse/NIFI-4913?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16982701#comment-16982701 ] Sushil Kumar commented on NIFI-4913: I like the idea of using a configuration bootstrap.conf more than

[GitHub] [nifi-minifi-cpp] msharee9 commented on issue #674: Minificpp 1007 - ECU C2 integration.

2019-11-26 Thread GitBox
msharee9 commented on issue #674: Minificpp 1007 - ECU C2 integration. URL: https://github.com/apache/nifi-minifi-cpp/pull/674#issuecomment-558721337 > Next batch of review. > > A general observation: > The new mass of code uses a huge amount of pthread functions. This means that

[GitHub] [nifi-minifi-cpp] msharee9 commented on issue #674: Minificpp 1007 - ECU C2 integration.

2019-11-26 Thread GitBox
msharee9 commented on issue #674: Minificpp 1007 - ECU C2 integration. URL: https://github.com/apache/nifi-minifi-cpp/pull/674#issuecomment-558719974 > I don't think we should implement ringbuffer and threadpool. > Did you check for solutions already available on github? (considering

[jira] [Created] (NIFIREG-349) Bootstrap Properties section in Registry Admin Guide missing nifi.registry.bootstrap.sensitive.key

2019-11-26 Thread Andrew M. Lim (Jira)
Andrew M. Lim created NIFIREG-349: - Summary: Bootstrap Properties section in Registry Admin Guide missing nifi.registry.bootstrap.sensitive.key Key: NIFIREG-349 URL:

[jira] [Created] (NIFI-6907) Bootstrap Properties section in Admin Guide missing nifi.bootstrap.sensitive.key

2019-11-26 Thread Andrew M. Lim (Jira)
Andrew M. Lim created NIFI-6907: --- Summary: Bootstrap Properties section in Admin Guide missing nifi.bootstrap.sensitive.key Key: NIFI-6907 URL: https://issues.apache.org/jira/browse/NIFI-6907 Project:

[jira] [Created] (NIFI-6906) GetTwitter processor throws "invalid cookie header" exceptions when connecting to Twitter API

2019-11-26 Thread Kourge (Jira)
Kourge created NIFI-6906: Summary: GetTwitter processor throws "invalid cookie header" exceptions when connecting to Twitter API Key: NIFI-6906 URL: https://issues.apache.org/jira/browse/NIFI-6906 Project:

[GitHub] [nifi-minifi-cpp] phrocker commented on a change in pull request #683: MINIFICPP-1087 - Proper handling of errors during onSchedule calls

2019-11-26 Thread GitBox
phrocker commented on a change in pull request #683: MINIFICPP-1087 - Proper handling of errors during onSchedule calls URL: https://github.com/apache/nifi-minifi-cpp/pull/683#discussion_r350806535 ## File path: CPPLINT.cfg ## @@ -1,3 +1,3 @@ set noparent

[jira] [Commented] (NIFI-6897) NiFi toolkit not Java 11 compatible

2019-11-26 Thread Endre Kovacs (Jira)
[ https://issues.apache.org/jira/browse/NIFI-6897?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16982591#comment-16982591 ] Endre Kovacs commented on NIFI-6897: yes. the only difference here is: while nifi is being started

[GitHub] [nifi-minifi-cpp] phrocker commented on a change in pull request #683: MINIFICPP-1087 - Proper handling of errors during onSchedule calls

2019-11-26 Thread GitBox
phrocker commented on a change in pull request #683: MINIFICPP-1087 - Proper handling of errors during onSchedule calls URL: https://github.com/apache/nifi-minifi-cpp/pull/683#discussion_r350804342 ## File path: libminifi/src/core/yaml/YamlConfiguration.cpp ## @@ -61,6

[GitHub] [nifi-minifi-cpp] phrocker commented on a change in pull request #683: MINIFICPP-1087 - Proper handling of errors during onSchedule calls

2019-11-26 Thread GitBox
phrocker commented on a change in pull request #683: MINIFICPP-1087 - Proper handling of errors during onSchedule calls URL: https://github.com/apache/nifi-minifi-cpp/pull/683#discussion_r350804604 ## File path: libminifi/src/core/ProcessGroup.cpp ## @@ -136,13 +147,14 @@

[GitHub] [nifi-minifi-cpp] phrocker commented on a change in pull request #683: MINIFICPP-1087 - Proper handling of errors during onSchedule calls

2019-11-26 Thread GitBox
phrocker commented on a change in pull request #683: MINIFICPP-1087 - Proper handling of errors during onSchedule calls URL: https://github.com/apache/nifi-minifi-cpp/pull/683#discussion_r350803152 ## File path: libminifi/src/core/ProcessGroup.cpp ## @@ -156,6 +168,49 @@

[jira] [Commented] (MINIFICPP-1026) base64 needs to moved to third party lib

2019-11-26 Thread Jira
[ https://issues.apache.org/jira/browse/MINIFICPP-1026?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16982584#comment-16982584 ] Dániel Bakai commented on MINIFICPP-1026: - [~phrocker] Yep, that's what I understood as well,

[jira] [Commented] (NIFI-4913) Specifying "run.as" in bootstrap.properties causes environment variables to not be passed to NiFi

2019-11-26 Thread Mark Payne (Jira)
[ https://issues.apache.org/jira/browse/NIFI-4913?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16982585#comment-16982585 ] Mark Payne commented on NIFI-4913: -- I would recommend either adding another config option to

[jira] [Comment Edited] (MINIFICPP-1026) base64 needs to moved to third party lib

2019-11-26 Thread Marc Parisi (Jira)
[ https://issues.apache.org/jira/browse/MINIFICPP-1026?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16982580#comment-16982580 ] Marc Parisi edited comment on MINIFICPP-1026 at 11/26/19 3:14 PM: --

[jira] [Commented] (NIFI-4913) Specifying "run.as" in bootstrap.properties causes environment variables to not be passed to NiFi

2019-11-26 Thread Joe Witt (Jira)
[ https://issues.apache.org/jira/browse/NIFI-4913?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16982582#comment-16982582 ] Joe Witt commented on NIFI-4913: >From https://linux.die.net/man/8/sudo -E' The -E (preserve

[jira] [Commented] (MINIFICPP-1026) base64 needs to moved to third party lib

2019-11-26 Thread Marc Parisi (Jira)
[ https://issues.apache.org/jira/browse/MINIFICPP-1026?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16982580#comment-16982580 ] Marc Parisi commented on MINIFICPP-1026: [~bakaid] I was referring to the LICENSE file. Sorry

[jira] [Resolved] (MINIFICPP-937) TailFile in Single file mode does not work after restoring from state

2019-11-26 Thread Jira
[ https://issues.apache.org/jira/browse/MINIFICPP-937?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dániel Bakai resolved MINIFICPP-937. Resolution: Fixed > TailFile in Single file mode does not work after restoring from

[jira] [Resolved] (MINIFICPP-986) GetFile processor incorrectly identifies hidden files on Windows

2019-11-26 Thread Jira
[ https://issues.apache.org/jira/browse/MINIFICPP-986?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dániel Bakai resolved MINIFICPP-986. Resolution: Fixed > GetFile processor incorrectly identifies hidden files on Windows >

[jira] [Updated] (MINIFICPP-1026) base64 needs to moved to third party lib

2019-11-26 Thread Jira
[ https://issues.apache.org/jira/browse/MINIFICPP-1026?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dániel Bakai updated MINIFICPP-1026: Summary: base64 needs to moved to third party lib (was: Invalid license on base64,

[jira] [Resolved] (MINIFICPP-1034) MQTT processors doesn't work

2019-11-26 Thread Jira
[ https://issues.apache.org/jira/browse/MINIFICPP-1034?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dániel Bakai resolved MINIFICPP-1034. - Resolution: Fixed > MQTT processors doesn't work > > >

[jira] [Resolved] (MINIFICPP-1031) RemoteProcessorGroupPort::setURL fails in case port is not specified in URL.

2019-11-26 Thread Jira
[ https://issues.apache.org/jira/browse/MINIFICPP-1031?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dániel Bakai resolved MINIFICPP-1031. - Resolution: Fixed > RemoteProcessorGroupPort::setURL fails in case port is not

[jira] [Resolved] (MINIFICPP-1083) Creating directory on Win fails in case it already exists

2019-11-26 Thread Jira
[ https://issues.apache.org/jira/browse/MINIFICPP-1083?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dániel Bakai resolved MINIFICPP-1083. - Resolution: Fixed > Creating directory on Win fails in case it already exists >

[jira] [Resolved] (MINIFICPP-1089) Use after free in RESTSender::sendPayload

2019-11-26 Thread Jira
[ https://issues.apache.org/jira/browse/MINIFICPP-1089?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dániel Bakai resolved MINIFICPP-1089. - Resolution: Fixed > Use after free in RESTSender::sendPayload >

[jira] [Commented] (NIFI-6897) NiFi toolkit not Java 11 compatible

2019-11-26 Thread Jeff Storck (Jira)
[ https://issues.apache.org/jira/browse/NIFI-6897?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16982572#comment-16982572 ] Jeff Storck commented on NIFI-6897: --- The toolkit's classpath needs to include the same JAXB dependencies

[jira] [Created] (NIFI-6905) GetTwitter processor, configured to run on primary node only, initializes connection to Twitter API from every NiFi cluster node, even on non-primary nodes

2019-11-26 Thread Kourge (Jira)
Kourge created NIFI-6905: Summary: GetTwitter processor, configured to run on primary node only, initializes connection to Twitter API from every NiFi cluster node, even on non-primary nodes Key: NIFI-6905 URL: