[GitHub] [nifi-minifi] GCHQ-NiFi opened a new pull request #166: MINIFI-511: Provenance reporting config can now be overridden using values set in…

2019-08-16 Thread GitBox
GCHQ-NiFi opened a new pull request #166: MINIFI-511: Provenance reporting config can now be overridden using values set in… URL: https://github.com/apache/nifi-minifi/pull/166 … the bootstrap.conf Thank you for submitting a contribution to Apache NiFi - MiNiFi. In order to st

[GitHub] [nifi-minifi-cpp] bakaid commented on a change in pull request #621: MINIFICPP-959: Review librdkafka thread safety

2019-08-16 Thread GitBox
bakaid commented on a change in pull request #621: MINIFICPP-959: Review librdkafka thread safety URL: https://github.com/apache/nifi-minifi-cpp/pull/621#discussion_r314647065 ## File path: extensions/librdkafka/PublishKafka.cpp ## @@ -319,27 +320,29 @@ void PublishKafka::

[GitHub] [nifi-minifi-cpp] bakaid commented on a change in pull request #621: MINIFICPP-959: Review librdkafka thread safety

2019-08-16 Thread GitBox
bakaid commented on a change in pull request #621: MINIFICPP-959: Review librdkafka thread safety URL: https://github.com/apache/nifi-minifi-cpp/pull/621#discussion_r314647651 ## File path: extensions/librdkafka/KafkaConnection.h ## @@ -0,0 +1,217 @@ +/** + * Licensed to t

[GitHub] [nifi-minifi-cpp] bakaid commented on a change in pull request #621: MINIFICPP-959: Review librdkafka thread safety

2019-08-16 Thread GitBox
bakaid commented on a change in pull request #621: MINIFICPP-959: Review librdkafka thread safety URL: https://github.com/apache/nifi-minifi-cpp/pull/621#discussion_r314649513 ## File path: extensions/librdkafka/KafkaPool.h ## @@ -0,0 +1,67 @@ +/** + * Licensed to the Apac

[jira] [Commented] (NIFI-6554) PutMongo processor throws exception when $oid supplied as _id

2019-08-16 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-6554?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16908907#comment-16908907 ] ASF subversion and git services commented on NIFI-6554: --- Commit 9c8f

[jira] [Resolved] (NIFI-6554) PutMongo processor throws exception when $oid supplied as _id

2019-08-16 Thread Mike Thomsen (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-6554?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mike Thomsen resolved NIFI-6554. Resolution: Fixed Assignee: Mike Thomsen Fix Version/s: 1.10.0 > PutMongo processor

[GitHub] [nifi] asfgit closed pull request #3650: NIFI-6554 fix _id parsing for PutMongo processor

2019-08-16 Thread GitBox
asfgit closed pull request #3650: NIFI-6554 fix _id parsing for PutMongo processor URL: https://github.com/apache/nifi/pull/3650 This is an automated message from the Apache Git Service. To respond to the message, please log

[GitHub] [nifi-registry] rfellows commented on issue #211: NIFIREG-295 Add support for proxying via Apache Knox

2019-08-16 Thread GitBox
rfellows commented on issue #211: NIFIREG-295 Add support for proxying via Apache Knox URL: https://github.com/apache/nifi-registry/pull/211#issuecomment-521975301 @ijokarumawak Thanks! I knew there had to be something I was missing.

[GitHub] [nifi-minifi-cpp] nghiaxlee commented on a change in pull request #627: MINIFICPP-989 - Motion detect for a set of captured frames

2019-08-16 Thread GitBox
nghiaxlee commented on a change in pull request #627: MINIFICPP-989 - Motion detect for a set of captured frames URL: https://github.com/apache/nifi-minifi-cpp/pull/627#discussion_r314685488 ## File path: extensions/opencv/FrameIO.h ## @@ -0,0 +1,77 @@ +/** + * Licensed to

[GitHub] [nifi-minifi-cpp] nghiaxlee commented on a change in pull request #627: MINIFICPP-989 - Motion detect for a set of captured frames

2019-08-16 Thread GitBox
nghiaxlee commented on a change in pull request #627: MINIFICPP-989 - Motion detect for a set of captured frames URL: https://github.com/apache/nifi-minifi-cpp/pull/627#discussion_r314687002 ## File path: extensions/opencv/MotionDetector.cpp ## @@ -0,0 +1,222 @@ +/** + * L

[GitHub] [nifi-minifi-cpp] nghiaxlee commented on a change in pull request #627: MINIFICPP-989 - Motion detect for a set of captured frames

2019-08-16 Thread GitBox
nghiaxlee commented on a change in pull request #627: MINIFICPP-989 - Motion detect for a set of captured frames URL: https://github.com/apache/nifi-minifi-cpp/pull/627#discussion_r314687265 ## File path: extensions/opencv/MotionDetector.cpp ## @@ -0,0 +1,222 @@ +/** + * L

[GitHub] [nifi] tpalfy commented on a change in pull request #3652: NIFI-5452: Allow For Ignoring Block Locality When Writing to HDFS

2019-08-16 Thread GitBox
tpalfy commented on a change in pull request #3652: NIFI-5452: Allow For Ignoring Block Locality When Writing to HDFS URL: https://github.com/apache/nifi/pull/3652#discussion_r314691315 ## File path: nifi-nar-bundles/nifi-hadoop-bundle/nifi-hdfs-processors/src/main/java/org/apache/

[GitHub] [nifi] tpalfy commented on a change in pull request #3652: NIFI-5452: Allow For Ignoring Block Locality When Writing to HDFS

2019-08-16 Thread GitBox
tpalfy commented on a change in pull request #3652: NIFI-5452: Allow For Ignoring Block Locality When Writing to HDFS URL: https://github.com/apache/nifi/pull/3652#discussion_r314691660 ## File path: nifi-nar-bundles/nifi-hadoop-bundle/nifi-hdfs-processors/src/main/java/org/apache/

[jira] [Resolved] (MINIFICPP-984) LogAttribute should return to prior behavior or detect text and print it out

2019-08-16 Thread Daniel Bakai (JIRA)
[ https://issues.apache.org/jira/browse/MINIFICPP-984?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Bakai resolved MINIFICPP-984. Resolution: Fixed Fix Version/s: 0.7.0 > LogAttribute should return to prior beha

[GitHub] [nifi-registry] RynoRn commented on issue #211: NIFIREG-295 Add support for proxying via Apache Knox

2019-08-16 Thread GitBox
RynoRn commented on issue #211: NIFIREG-295 Add support for proxying via Apache Knox URL: https://github.com/apache/nifi-registry/pull/211#issuecomment-521993645 Thanks for helping in @rfellows! The suggested approach looks great. 👍

[GitHub] [nifi-registry] scottyaslan commented on issue #211: NIFIREG-295 Add support for proxying via Apache Knox

2019-08-16 Thread GitBox
scottyaslan commented on issue #211: NIFIREG-295 Add support for proxying via Apache Knox URL: https://github.com/apache/nifi-registry/pull/211#issuecomment-521999355 I have also reviewed this PR and the changes look good. I built it and ran a secured (with Certs) local build and verified

[jira] [Commented] (NIFI-5091) nifi CaptureChangeMySQL should consider timezone

2019-08-16 Thread Nicolas De Amicis (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-5091?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16909038#comment-16909038 ] Nicolas De Amicis commented on NIFI-5091: - This bug is on the library mysql-binlog

[GitHub] [nifi-minifi-cpp] bakaid opened a new pull request #629: MINIFICPP-1002 - Add SourceInitiatedSubscriptionListener processor

2019-08-16 Thread GitBox
bakaid opened a new pull request #629: MINIFICPP-1002 - Add SourceInitiatedSubscriptionListener processor URL: https://github.com/apache/nifi-minifi-cpp/pull/629 Thank you for submitting a contribution to Apache NiFi - MiNiFi C++. In order to streamline the review of the contribution

[GitHub] [nifi-minifi-cpp] bakaid commented on issue #629: MINIFICPP-1002 - Add SourceInitiatedSubscriptionListener processor

2019-08-16 Thread GitBox
bakaid commented on issue #629: MINIFICPP-1002 - Add SourceInitiatedSubscriptionListener processor URL: https://github.com/apache/nifi-minifi-cpp/pull/629#issuecomment-522006890 This processor has only been tested with a Windows 10 machine, and even there some weird edge cases happen where

[GitHub] [nifi] devriesb opened a new pull request #3654: NIFI-6416: Removing swap locations on SWAP_IN

2019-08-16 Thread GitBox
devriesb opened a new pull request #3654: NIFI-6416: Removing swap locations on SWAP_IN URL: https://github.com/apache/nifi/pull/3654 Thank you for submitting a contribution to Apache NiFi. Please provide a short description of the PR here: Description of PR _Enabl

[jira] [Updated] (NIFI-6416) WriteAheadFlowFileRepository.swapFlowFilesIn() not removing swapLocationSuffixes

2019-08-16 Thread Brandon DeVries (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-6416?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Brandon DeVries updated NIFI-6416: -- Assignee: Brandon DeVries Status: Patch Available (was: Open) > WriteAheadFlowFileReposit

[GitHub] [nifi-minifi-cpp] bakaid commented on a change in pull request #629: MINIFICPP-1002 - Add SourceInitiatedSubscriptionListener processor

2019-08-16 Thread GitBox
bakaid commented on a change in pull request #629: MINIFICPP-1002 - Add SourceInitiatedSubscriptionListener processor URL: https://github.com/apache/nifi-minifi-cpp/pull/629#discussion_r314718886 ## File path: thirdparty/openwsman/openwsman.patch ## @@ -0,0 +1,102 @@ +diff

[GitHub] [nifi-minifi-cpp] bakaid commented on a change in pull request #629: MINIFICPP-1002 - Add SourceInitiatedSubscriptionListener processor

2019-08-16 Thread GitBox
bakaid commented on a change in pull request #629: MINIFICPP-1002 - Add SourceInitiatedSubscriptionListener processor URL: https://github.com/apache/nifi-minifi-cpp/pull/629#discussion_r314719220 ## File path: centos.sh ## @@ -155,6 +155,8 @@ build_deps(){

[jira] [Created] (NIFIREG-308) UI - update webpack dev server build to run secure

2019-08-16 Thread Scott Aslan (JIRA)
Scott Aslan created NIFIREG-308: --- Summary: UI - update webpack dev server build to run secure Key: NIFIREG-308 URL: https://issues.apache.org/jira/browse/NIFIREG-308 Project: NiFi Registry Issu

[GitHub] [nifi-minifi-cpp] phrocker commented on issue #595: Add windows tests

2019-08-16 Thread GitBox
phrocker commented on issue #595: Add windows tests URL: https://github.com/apache/nifi-minifi-cpp/pull/595#issuecomment-522021954 @apiri thanks. pushed another fix for a unit test and to remove cout statements. will wait for a +1 to merge.

[GitHub] [nifi] tpalfy commented on a change in pull request #3647: NIFI-6530 - HTTP SiteToSite server returns 201 in case no data is ava…

2019-08-16 Thread GitBox
tpalfy commented on a change in pull request #3647: NIFI-6530 - HTTP SiteToSite server returns 201 in case no data is ava… URL: https://github.com/apache/nifi/pull/3647#discussion_r314727977 ## File path: nifi-commons/nifi-site-to-site-client/src/test/java/org/apache/nifi/remote/cl

[GitHub] [nifi] tpalfy commented on a change in pull request #3647: NIFI-6530 - HTTP SiteToSite server returns 201 in case no data is ava…

2019-08-16 Thread GitBox
tpalfy commented on a change in pull request #3647: NIFI-6530 - HTTP SiteToSite server returns 201 in case no data is ava… URL: https://github.com/apache/nifi/pull/3647#discussion_r314729035 ## File path: nifi-commons/nifi-site-to-site-client/src/test/java/org/apache/nifi/remote/cl

[GitHub] [nifi] tpalfy commented on a change in pull request #3647: NIFI-6530 - HTTP SiteToSite server returns 201 in case no data is ava…

2019-08-16 Thread GitBox
tpalfy commented on a change in pull request #3647: NIFI-6530 - HTTP SiteToSite server returns 201 in case no data is ava… URL: https://github.com/apache/nifi/pull/3647#discussion_r314721193 ## File path: nifi-commons/nifi-site-to-site-client/src/main/java/org/apache/nifi/remote/cl

[GitHub] [nifi] tpalfy commented on a change in pull request #3647: NIFI-6530 - HTTP SiteToSite server returns 201 in case no data is ava…

2019-08-16 Thread GitBox
tpalfy commented on a change in pull request #3647: NIFI-6530 - HTTP SiteToSite server returns 201 in case no data is ava… URL: https://github.com/apache/nifi/pull/3647#discussion_r314736158 ## File path: nifi-stateless/nifi-stateless-core/src/main/java/org/apache/nifi/stateless/co

[GitHub] [nifi] tpalfy commented on a change in pull request #3647: NIFI-6530 - HTTP SiteToSite server returns 201 in case no data is ava…

2019-08-16 Thread GitBox
tpalfy commented on a change in pull request #3647: NIFI-6530 - HTTP SiteToSite server returns 201 in case no data is ava… URL: https://github.com/apache/nifi/pull/3647#discussion_r314729035 ## File path: nifi-commons/nifi-site-to-site-client/src/test/java/org/apache/nifi/remote/cl

[GitHub] [nifi-registry] mcgilman commented on issue #218: [NIFIREG-307] update JS dependencies

2019-08-16 Thread GitBox
mcgilman commented on issue #218: [NIFIREG-307] update JS dependencies URL: https://github.com/apache/nifi-registry/pull/218#issuecomment-522023340 Will review... This is an automated message from the Apache Git Service. To re

[GitHub] [nifi-minifi-cpp] nghiaxlee commented on issue #621: MINIFICPP-959: Review librdkafka thread safety

2019-08-16 Thread GitBox
nghiaxlee commented on issue #621: MINIFICPP-959: Review librdkafka thread safety URL: https://github.com/apache/nifi-minifi-cpp/pull/621#issuecomment-522029091 Yes, I did check it with a docker broker This is an automated me

[jira] [Created] (NIFI-6559) FlowFile Repo Journal Recovery Should not Fail if External Overflow Files are Missing

2019-08-16 Thread Peter Wicks (JIRA)
Peter Wicks created NIFI-6559: - Summary: FlowFile Repo Journal Recovery Should not Fail if External Overflow Files are Missing Key: NIFI-6559 URL: https://issues.apache.org/jira/browse/NIFI-6559 Project:

[GitHub] [nifi] patricker opened a new pull request #3655: NIFI-6559 FlowFile Repo Journal Recovery Should not Fail if External …

2019-08-16 Thread GitBox
patricker opened a new pull request #3655: NIFI-6559 FlowFile Repo Journal Recovery Should not Fail if External … URL: https://github.com/apache/nifi/pull/3655 …Overflow Files are Missing Description of PR When NiFi is journaling the FlowFile repository changes to disk it som

[jira] [Created] (MINIFICPP-1005) Only allow >=TLSv1.2 incoming and >=TLSv1.0 outgoing secure connections

2019-08-16 Thread Daniel Bakai (JIRA)
Daniel Bakai created MINIFICPP-1005: --- Summary: Only allow >=TLSv1.2 incoming and >=TLSv1.0 outgoing secure connections Key: MINIFICPP-1005 URL: https://issues.apache.org/jira/browse/MINIFICPP-1005 P

[GitHub] [nifi-minifi-cpp] bakaid commented on issue #610: MINIFICPP-814 - Fixed ListenHTTP and HTTPClient bugs, created tests f…

2019-08-16 Thread GitBox
bakaid commented on issue #610: MINIFICPP-814 - Fixed ListenHTTP and HTTPClient bugs, created tests f… URL: https://github.com/apache/nifi-minifi-cpp/pull/610#issuecomment-522035977 I have added https://issues.apache.org/jira/browse/MINIFICPP-1005 as a blocker follow-up task about TLS vers

[jira] [Resolved] (NIFI-6475) NoClassDefFoundError when running Atlas integration from Docker container

2019-08-16 Thread Justin Flowers (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-6475?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Justin Flowers resolved NIFI-6475. -- Resolution: Invalid > NoClassDefFoundError when running Atlas integration from Docker container

[GitHub] [nifi-registry] bbende commented on issue #211: NIFIREG-295 Add support for proxying via Apache Knox

2019-08-16 Thread GitBox
bbende commented on issue #211: NIFIREG-295 Add support for proxying via Apache Knox URL: https://github.com/apache/nifi-registry/pull/211#issuecomment-522038489 Looks like there is consensus that this is good to go, thanks @ijokarumawak !! Will merge shortly -

[jira] [Commented] (MINIFICPP-1005) Only allow >=TLSv1.2 incoming and >=TLSv1.0 outgoing secure connections

2019-08-16 Thread Mr TheSegfault (JIRA)
[ https://issues.apache.org/jira/browse/MINIFICPP-1005?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16909104#comment-16909104 ] Mr TheSegfault commented on MINIFICPP-1005: --- Good call. I don't know if bac

[GitHub] [nifi-registry] asfgit closed pull request #211: NIFIREG-295 Add support for proxying via Apache Knox

2019-08-16 Thread GitBox
asfgit closed pull request #211: NIFIREG-295 Add support for proxying via Apache Knox URL: https://github.com/apache/nifi-registry/pull/211 This is an automated message from the Apache Git Service. To respond to the message,

[jira] [Resolved] (NIFIREG-295) Add support for proxying via Apache Knox

2019-08-16 Thread Bryan Bende (JIRA)
[ https://issues.apache.org/jira/browse/NIFIREG-295?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bryan Bende resolved NIFIREG-295. - Resolution: Fixed Fix Version/s: 0.5.0 > Add support for proxying via Apache Knox > -

[GitHub] [nifi-minifi-cpp] phrocker commented on issue #610: MINIFICPP-814 - Fixed ListenHTTP and HTTPClient bugs, created tests f…

2019-08-16 Thread GitBox
phrocker commented on issue #610: MINIFICPP-814 - Fixed ListenHTTP and HTTPClient bugs, created tests f… URL: https://github.com/apache/nifi-minifi-cpp/pull/610#issuecomment-522044392 @bakaid will take another look and merge after some other test prs are merged. thanks! -

[GitHub] [nifi-minifi-cpp] phrocker commented on a change in pull request #610: MINIFICPP-814 - Fixed ListenHTTP and HTTPClient bugs, created tests f…

2019-08-16 Thread GitBox
phrocker commented on a change in pull request #610: MINIFICPP-814 - Fixed ListenHTTP and HTTPClient bugs, created tests f… URL: https://github.com/apache/nifi-minifi-cpp/pull/610#discussion_r304559838 ## File path: extensions/http-curl/CMakeLists.txt ## @@ -24,11 +24,6 @@

[jira] [Commented] (NIFI-6559) FlowFile Repo Journal Recovery Should not Fail if External Overflow Files are Missing

2019-08-16 Thread Mark Payne (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-6559?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16909133#comment-16909133 ] Mark Payne commented on NIFI-6559: -- [~patricker] I don't think this is a change that we w

[GitHub] [nifi-minifi-cpp] thenatog commented on a change in pull request #610: MINIFICPP-814 - Fixed ListenHTTP and HTTPClient bugs, created tests f…

2019-08-16 Thread GitBox
thenatog commented on a change in pull request #610: MINIFICPP-814 - Fixed ListenHTTP and HTTPClient bugs, created tests f… URL: https://github.com/apache/nifi-minifi-cpp/pull/610#discussion_r314781748 ## File path: extensions/http-curl/client/HTTPClient.cpp ## @@ -148,6 +

[GitHub] [nifi] tpalfy commented on a change in pull request #3646: NIFI-6546 - Add JsonPath set value support

2019-08-16 Thread GitBox
tpalfy commented on a change in pull request #3646: NIFI-6546 - Add JsonPath set value support URL: https://github.com/apache/nifi/pull/3646#discussion_r314767395 ## File path: nifi-commons/nifi-expression-language/src/main/java/org/apache/nifi/attribute/expression/language/compile

[GitHub] [nifi] tpalfy commented on a change in pull request #3646: NIFI-6546 - Add JsonPath set value support

2019-08-16 Thread GitBox
tpalfy commented on a change in pull request #3646: NIFI-6546 - Add JsonPath set value support URL: https://github.com/apache/nifi/pull/3646#discussion_r314784122 ## File path: nifi-commons/nifi-expression-language/src/main/java/org/apache/nifi/attribute/expression/language/evaluat

[GitHub] [nifi] tpalfy commented on a change in pull request #3646: NIFI-6546 - Add JsonPath set value support

2019-08-16 Thread GitBox
tpalfy commented on a change in pull request #3646: NIFI-6546 - Add JsonPath set value support URL: https://github.com/apache/nifi/pull/3646#discussion_r314783274 ## File path: nifi-commons/nifi-expression-language/src/main/java/org/apache/nifi/attribute/expression/language/evaluat

[GitHub] [nifi] tpalfy commented on a change in pull request #3646: NIFI-6546 - Add JsonPath set value support

2019-08-16 Thread GitBox
tpalfy commented on a change in pull request #3646: NIFI-6546 - Add JsonPath set value support URL: https://github.com/apache/nifi/pull/3646#discussion_r314782768 ## File path: nifi-commons/nifi-expression-language/src/main/java/org/apache/nifi/attribute/expression/language/evaluat

[jira] [Commented] (NIFI-6559) FlowFile Repo Journal Recovery Should not Fail if External Overflow Files are Missing

2019-08-16 Thread Peter Wicks (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-6559?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16909158#comment-16909158 ] Peter Wicks commented on NIFI-6559: --- [~markap14] I don't disagree with any of the downsi

[GitHub] [nifi-registry] mcgilman commented on issue #218: [NIFIREG-307] update JS dependencies

2019-08-16 Thread GitBox
mcgilman commented on issue #218: [NIFIREG-307] update JS dependencies URL: https://github.com/apache/nifi-registry/pull/218#issuecomment-522064986 Thanks @scottyaslan! This has been merged to master. This is an automated mess

[GitHub] [nifi-registry] asfgit closed pull request #218: [NIFIREG-307] update JS dependencies

2019-08-16 Thread GitBox
asfgit closed pull request #218: [NIFIREG-307] update JS dependencies URL: https://github.com/apache/nifi-registry/pull/218 This is an automated message from the Apache Git Service. To respond to the message, please log on to

[jira] [Resolved] (NIFIREG-307) Update JS dependencies

2019-08-16 Thread Matt Gilman (JIRA)
[ https://issues.apache.org/jira/browse/NIFIREG-307?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matt Gilman resolved NIFIREG-307. - Resolution: Fixed Fix Version/s: 0.5.0 > Update JS dependencies > --

[GitHub] [nifi-minifi-cpp] bakaid commented on a change in pull request #610: MINIFICPP-814 - Fixed ListenHTTP and HTTPClient bugs, created tests f…

2019-08-16 Thread GitBox
bakaid commented on a change in pull request #610: MINIFICPP-814 - Fixed ListenHTTP and HTTPClient bugs, created tests f… URL: https://github.com/apache/nifi-minifi-cpp/pull/610#discussion_r314792013 ## File path: extensions/http-curl/client/HTTPClient.cpp ## @@ -148,6 +16

[GitHub] [nifi-minifi-cpp] bakaid commented on a change in pull request #610: MINIFICPP-814 - Fixed ListenHTTP and HTTPClient bugs, created tests f…

2019-08-16 Thread GitBox
bakaid commented on a change in pull request #610: MINIFICPP-814 - Fixed ListenHTTP and HTTPClient bugs, created tests f… URL: https://github.com/apache/nifi-minifi-cpp/pull/610#discussion_r314792013 ## File path: extensions/http-curl/client/HTTPClient.cpp ## @@ -148,6 +16

[GitHub] [nifi-minifi-cpp] bakaid commented on a change in pull request #610: MINIFICPP-814 - Fixed ListenHTTP and HTTPClient bugs, created tests f…

2019-08-16 Thread GitBox
bakaid commented on a change in pull request #610: MINIFICPP-814 - Fixed ListenHTTP and HTTPClient bugs, created tests f… URL: https://github.com/apache/nifi-minifi-cpp/pull/610#discussion_r314792013 ## File path: extensions/http-curl/client/HTTPClient.cpp ## @@ -148,6 +16

[GitHub] [nifi-registry] mcgilman commented on issue #217: [NIFIREG-305] update frontend L & N

2019-08-16 Thread GitBox
mcgilman commented on issue #217: [NIFIREG-305] update frontend L & N URL: https://github.com/apache/nifi-registry/pull/217#issuecomment-522068410 Will review... This is an automated message from the Apache Git Service. To res

[GitHub] [nifi-registry] mcgilman commented on issue #217: [NIFIREG-305] update frontend L & N

2019-08-16 Thread GitBox
mcgilman commented on issue #217: [NIFIREG-305] update frontend L & N URL: https://github.com/apache/nifi-registry/pull/217#issuecomment-522072738 Thanks @scottyaslan! This has been merged to master. This is an automated messa

[GitHub] [nifi-registry] asfgit closed pull request #217: [NIFIREG-305] update frontend L & N

2019-08-16 Thread GitBox
asfgit closed pull request #217: [NIFIREG-305] update frontend L & N URL: https://github.com/apache/nifi-registry/pull/217 This is an automated message from the Apache Git Service. To respond to the message, please log on to

[jira] [Resolved] (NIFIREG-305) Update frontend L & N

2019-08-16 Thread Matt Gilman (JIRA)
[ https://issues.apache.org/jira/browse/NIFIREG-305?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matt Gilman resolved NIFIREG-305. - Resolution: Fixed > Update frontend L & N > - > > Key: NIFIR

[jira] [Created] (NIFI-6560) messages.es.xlf 404

2019-08-16 Thread Scott Aslan (JIRA)
Scott Aslan created NIFI-6560: - Summary: messages.es.xlf 404 Key: NIFI-6560 URL: https://issues.apache.org/jira/browse/NIFI-6560 Project: Apache NiFi Issue Type: Bug Components: FDS

[jira] [Commented] (NIFI-6559) FlowFile Repo Journal Recovery Should not Fail if External Overflow Files are Missing

2019-08-16 Thread Mark Payne (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-6559?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16909231#comment-16909231 ] Mark Payne commented on NIFI-6559: -- I don't have any solution off the top of my head. The

[GitHub] [nifi-fds] scottyaslan opened a new pull request #53: [NIFI-6560] update webapp to useHash routing strategy, request locale…

2019-08-16 Thread GitBox
scottyaslan opened a new pull request #53: [NIFI-6560] update webapp to useHash routing strategy, request locale… URL: https://github.com/apache/nifi-fds/pull/53 … files as text Thank you for submitting a contribution to Apache NiFi Flow Design System. In order to streamline t

[jira] [Updated] (NIFI-6560) messages.es.xlf 404

2019-08-16 Thread Scott Aslan (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-6560?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Scott Aslan updated NIFI-6560: -- Status: Patch Available (was: In Progress) > messages.es.xlf 404 > --- > >

[jira] [Comment Edited] (NIFI-6559) FlowFile Repo Journal Recovery Should not Fail if External Overflow Files are Missing

2019-08-16 Thread Peter Wicks (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-6559?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16909243#comment-16909243 ] Peter Wicks edited comment on NIFI-6559 at 8/16/19 5:25 PM: If

[jira] [Commented] (NIFI-6559) FlowFile Repo Journal Recovery Should not Fail if External Overflow Files are Missing

2019-08-16 Thread Peter Wicks (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-6559?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16909243#comment-16909243 ] Peter Wicks commented on NIFI-6559: --- If I wrote an offline FlowFile Repository compactio

[jira] [Created] (NIFI-6561) Certificate compatibility broken for JDK8 build running on JRE11

2019-08-16 Thread Nathan Gough (JIRA)
Nathan Gough created NIFI-6561: -- Summary: Certificate compatibility broken for JDK8 build running on JRE11 Key: NIFI-6561 URL: https://issues.apache.org/jira/browse/NIFI-6561 Project: Apache NiFi

[jira] [Updated] (NIFI-6561) Certificate compatibility broken for JDK8 build running on JRE11

2019-08-16 Thread Nathan Gough (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-6561?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nathan Gough updated NIFI-6561: --- Description: When testing Java 11 build compatibility, I found an issue with TLS certificates when us

[jira] [Updated] (NIFI-6561) Certificate compatibility broken for JDK8 build running on JRE11

2019-08-16 Thread Nathan Gough (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-6561?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nathan Gough updated NIFI-6561: --- Description: When testing Java 11 build compatibility, I found an issue with TLS certificates when us

[jira] [Updated] (NIFI-6561) Certificate compatibility broken for JDK8 build running on JRE11

2019-08-16 Thread Nathan Gough (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-6561?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nathan Gough updated NIFI-6561: --- External issue URL: (was: https://issues.apache.org/jira/browse/NIFI-5174) > Certificate compatibili

[jira] [Updated] (NIFI-6561) Certificate compatibility broken for JDK8 build running on JRE11

2019-08-16 Thread Nathan Gough (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-6561?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nathan Gough updated NIFI-6561: --- Description: When testing Java 11 build compatibility, I found an issue with TLS certificates when us

[jira] [Updated] (NIFI-6561) Certificate compatibility broken for JDK8 build running on JRE11

2019-08-16 Thread Jeff Storck (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-6561?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jeff Storck updated NIFI-6561: -- Labels: Java11 certificate tls (was: certificate tls) > Certificate compatibility broken for JDK8 build

[jira] [Updated] (NIFI-6561) Certificate compatibility broken for JDK8 build running on JRE11

2019-08-16 Thread Jeff Storck (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-6561?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jeff Storck updated NIFI-6561: -- Issue Type: Sub-task (was: Improvement) Parent: NIFI-5174 > Certificate compatibility broken fo

[jira] [Updated] (NIFI-5952) RAW Site-to-Site fails with java.nio.channels.IllegalBlockingModeException

2019-08-16 Thread Jeff Storck (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-5952?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jeff Storck updated NIFI-5952: -- Labels: Java11 (was: ) > RAW Site-to-Site fails with java.nio.channels.IllegalBlockingModeException > -

[jira] [Created] (NIFI-6562) Expose ExecutionNode in ProcessContext

2019-08-16 Thread Peter Wicks (JIRA)
Peter Wicks created NIFI-6562: - Summary: Expose ExecutionNode in ProcessContext Key: NIFI-6562 URL: https://issues.apache.org/jira/browse/NIFI-6562 Project: Apache NiFi Issue Type: Improvement

[GitHub] [nifi] adarmiento commented on issue #3631: NIFI-6513 PutHive3Streaming.AUTO_CREATE_PARTITIONS is not used

2019-08-16 Thread GitBox
adarmiento commented on issue #3631: NIFI-6513 PutHive3Streaming.AUTO_CREATE_PARTITIONS is not used URL: https://github.com/apache/nifi/pull/3631#issuecomment-522118071 Hello @mattyb149 Do you think the additional doc is enough? Thanks -

[jira] [Created] (NIFIREG-309) Flow difference descriptions for sensitive properties referencing parameters are unclear

2019-08-16 Thread Mark Payne (JIRA)
Mark Payne created NIFIREG-309: -- Summary: Flow difference descriptions for sensitive properties referencing parameters are unclear Key: NIFIREG-309 URL: https://issues.apache.org/jira/browse/NIFIREG-309

[GitHub] [nifi-registry] markap14 opened a new pull request #219: NIFI-309: Added Difference Types PROPERTY_PARAMETERIZED and PROPERTY_…

2019-08-16 Thread GitBox
markap14 opened a new pull request #219: NIFI-309: Added Difference Types PROPERTY_PARAMETERIZED and PROPERTY_… URL: https://github.com/apache/nifi-registry/pull/219 …PARAMETERIZATION_REMOVED This is an automated message from

[GitHub] [nifi] arpadboda commented on a change in pull request #3647: NIFI-6530 - HTTP SiteToSite server returns 201 in case no data is ava…

2019-08-16 Thread GitBox
arpadboda commented on a change in pull request #3647: NIFI-6530 - HTTP SiteToSite server returns 201 in case no data is ava… URL: https://github.com/apache/nifi/pull/3647#discussion_r314876307 ## File path: nifi-commons/nifi-site-to-site-client/src/test/java/org/apache/nifi/remote

[GitHub] [nifi] arpadboda commented on a change in pull request #3647: NIFI-6530 - HTTP SiteToSite server returns 201 in case no data is ava…

2019-08-16 Thread GitBox
arpadboda commented on a change in pull request #3647: NIFI-6530 - HTTP SiteToSite server returns 201 in case no data is ava… URL: https://github.com/apache/nifi/pull/3647#discussion_r314876822 ## File path: nifi-stateless/nifi-stateless-core/src/main/java/org/apache/nifi/stateless

[GitHub] [nifi] arpadboda commented on a change in pull request #3647: NIFI-6530 - HTTP SiteToSite server returns 201 in case no data is ava…

2019-08-16 Thread GitBox
arpadboda commented on a change in pull request #3647: NIFI-6530 - HTTP SiteToSite server returns 201 in case no data is ava… URL: https://github.com/apache/nifi/pull/3647#discussion_r314878172 ## File path: nifi-commons/nifi-site-to-site-client/src/main/java/org/apache/nifi/remote

[GitHub] [nifi] arpadboda commented on a change in pull request #3647: NIFI-6530 - HTTP SiteToSite server returns 201 in case no data is ava…

2019-08-16 Thread GitBox
arpadboda commented on a change in pull request #3647: NIFI-6530 - HTTP SiteToSite server returns 201 in case no data is ava… URL: https://github.com/apache/nifi/pull/3647#discussion_r314880039 ## File path: nifi-commons/nifi-site-to-site-client/src/main/java/org/apache/nifi/remote

[GitHub] [nifi] arpadboda commented on a change in pull request #3647: NIFI-6530 - HTTP SiteToSite server returns 201 in case no data is ava…

2019-08-16 Thread GitBox
arpadboda commented on a change in pull request #3647: NIFI-6530 - HTTP SiteToSite server returns 201 in case no data is ava… URL: https://github.com/apache/nifi/pull/3647#discussion_r314880039 ## File path: nifi-commons/nifi-site-to-site-client/src/main/java/org/apache/nifi/remote

[GitHub] [nifi] bbende commented on issue #3642: NIFI-6382: On flow import and version change, create parameter context where necessary and add parameters where necessary

2019-08-16 Thread GitBox
bbende commented on issue #3642: NIFI-6382: On flow import and version change, create parameter context where necessary and add parameters where necessary URL: https://github.com/apache/nifi/pull/3642#issuecomment-522143135 Verified the latest changes, everything looks good, going to merge,

[GitHub] [nifi] arpadboda commented on a change in pull request #3647: NIFI-6530 - HTTP SiteToSite server returns 201 in case no data is ava…

2019-08-16 Thread GitBox
arpadboda commented on a change in pull request #3647: NIFI-6530 - HTTP SiteToSite server returns 201 in case no data is ava… URL: https://github.com/apache/nifi/pull/3647#discussion_r314881854 ## File path: nifi-commons/nifi-site-to-site-client/src/test/java/org/apache/nifi/remote

[GitHub] [nifi] arpadboda commented on a change in pull request #3647: NIFI-6530 - HTTP SiteToSite server returns 201 in case no data is ava…

2019-08-16 Thread GitBox
arpadboda commented on a change in pull request #3647: NIFI-6530 - HTTP SiteToSite server returns 201 in case no data is ava… URL: https://github.com/apache/nifi/pull/3647#discussion_r314882004 ## File path: nifi-commons/nifi-site-to-site-client/src/main/java/org/apache/nifi/remote

[jira] [Created] (NIFI-6563) Add support for TLSv1.3 when running on Java 11

2019-08-16 Thread Jeff Storck (JIRA)
Jeff Storck created NIFI-6563: - Summary: Add support for TLSv1.3 when running on Java 11 Key: NIFI-6563 URL: https://issues.apache.org/jira/browse/NIFI-6563 Project: Apache NiFi Issue Type: Impro

[jira] [Updated] (NIFI-6563) Add support for TLSv1.3 when running on Java 11

2019-08-16 Thread Jeff Storck (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-6563?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jeff Storck updated NIFI-6563: -- Issue Type: Sub-task (was: Improvement) Parent: NIFI-5174 > Add support for TLSv1.3 when runnin

[GitHub] [nifi] asfgit closed pull request #3642: NIFI-6382: On flow import and version change, create parameter context where necessary and add parameters where necessary

2019-08-16 Thread GitBox
asfgit closed pull request #3642: NIFI-6382: On flow import and version change, create parameter context where necessary and add parameters where necessary URL: https://github.com/apache/nifi/pull/3642 This is an automated m

[jira] [Commented] (NIFI-6382) Ensure proper integration between NiFi & NiFi Registry with respect to Parameters

2019-08-16 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-6382?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16909382#comment-16909382 ] ASF subversion and git services commented on NIFI-6382: --- Commit bcf3

[jira] [Commented] (NIFI-6382) Ensure proper integration between NiFi & NiFi Registry with respect to Parameters

2019-08-16 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-6382?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16909385#comment-16909385 ] ASF subversion and git services commented on NIFI-6382: --- Commit bd83

[jira] [Commented] (NIFI-6382) Ensure proper integration between NiFi & NiFi Registry with respect to Parameters

2019-08-16 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-6382?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16909383#comment-16909383 ] ASF subversion and git services commented on NIFI-6382: --- Commit bd83

[jira] [Commented] (NIFI-6382) Ensure proper integration between NiFi & NiFi Registry with respect to Parameters

2019-08-16 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-6382?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16909386#comment-16909386 ] ASF subversion and git services commented on NIFI-6382: --- Commit bd83

[jira] [Commented] (NIFI-6382) Ensure proper integration between NiFi & NiFi Registry with respect to Parameters

2019-08-16 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-6382?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16909384#comment-16909384 ] ASF subversion and git services commented on NIFI-6382: --- Commit bd83

[jira] [Updated] (NIFI-6382) Ensure proper integration between NiFi & NiFi Registry with respect to Parameters

2019-08-16 Thread Bryan Bende (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-6382?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bryan Bende updated NIFI-6382: -- Resolution: Fixed Fix Version/s: 1.10.0 Status: Resolved (was: Patch Available) > Ens

[jira] [Resolved] (NIFI-3645) Add aws:kms, sse-c, sse-c-key, and sse-kms-key-id capability to server side encryption in the PutS3Object processor.

2019-08-16 Thread Troy Melhase (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-3645?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Troy Melhase resolved NIFI-3645. Resolution: Implemented > Add aws:kms, sse-c, sse-c-key, and sse-kms-key-id capability to server sid

[GitHub] [nifi] dbkegley commented on a change in pull request #3651: NIFI-6539 Nifi stateless init from flow xml

2019-08-16 Thread GitBox
dbkegley commented on a change in pull request #3651: NIFI-6539 Nifi stateless init from flow xml URL: https://github.com/apache/nifi/pull/3651#discussion_r314426530 ## File path: nifi-stateless/nifi-stateless-core/src/main/java/org/apache/nifi/stateless/core/ComponentFactory.java

[GitHub] [nifi] dbkegley commented on a change in pull request #3651: NIFI-6539 Nifi stateless init from flow xml

2019-08-16 Thread GitBox
dbkegley commented on a change in pull request #3651: NIFI-6539 Nifi stateless init from flow xml URL: https://github.com/apache/nifi/pull/3651#discussion_r314890195 ## File path: nifi-stateless/nifi-stateless-core/src/main/java/org/apache/nifi/stateless/core/StatelessFlow.java ##

[GitHub] [nifi] dbkegley commented on a change in pull request #3651: NIFI-6539 Nifi stateless init from flow xml

2019-08-16 Thread GitBox
dbkegley commented on a change in pull request #3651: NIFI-6539 Nifi stateless init from flow xml URL: https://github.com/apache/nifi/pull/3651#discussion_r314430423 ## File path: nifi-stateless/nifi-stateless-core/src/main/java/org/apache/nifi/stateless/core/ComponentFactory.java

[GitHub] [nifi] dbkegley commented on a change in pull request #3651: NIFI-6539 Nifi stateless init from flow xml

2019-08-16 Thread GitBox
dbkegley commented on a change in pull request #3651: NIFI-6539 Nifi stateless init from flow xml URL: https://github.com/apache/nifi/pull/3651#discussion_r314473017 ## File path: nifi-stateless/nifi-stateless-core/src/main/java/org/apache/nifi/stateless/core/StatelessRemoteOutputP

  1   2   >