[GitHub] arpadboda commented on a change in pull request #470: MINIFICPP-706 - RawSiteToSite: remove code duplication

2019-01-18 Thread GitBox
arpadboda commented on a change in pull request #470: MINIFICPP-706 - RawSiteToSite: remove code duplication URL: https://github.com/apache/nifi-minifi-cpp/pull/470#discussion_r249233347 ## File path: libminifi/include/sitetosite/SiteToSiteClient.h ## @@ -221,12 +221,8 @@

[GitHub] arpadboda commented on a change in pull request #470: MINIFICPP-706 - RawSiteToSite: remove code duplication

2019-01-18 Thread GitBox
arpadboda commented on a change in pull request #470: MINIFICPP-706 - RawSiteToSite: remove code duplication URL: https://github.com/apache/nifi-minifi-cpp/pull/470#discussion_r249233347 ## File path: libminifi/include/sitetosite/SiteToSiteClient.h ## @@ -221,12 +221,8 @@

[GitHub] arpadboda commented on a change in pull request #470: MINIFICPP-706 - RawSiteToSite: remove code duplication

2019-01-18 Thread GitBox
arpadboda commented on a change in pull request #470: MINIFICPP-706 - RawSiteToSite: remove code duplication URL: https://github.com/apache/nifi-minifi-cpp/pull/470#discussion_r249233347 ## File path: libminifi/include/sitetosite/SiteToSiteClient.h ## @@ -221,12 +221,8 @@

[GitHub] bdesert edited a comment on issue #3261: NIFI-5869 Support Reconnection for JMS

2019-01-18 Thread GitBox
bdesert edited a comment on issue #3261: NIFI-5869 Support Reconnection for JMS URL: https://github.com/apache/nifi/pull/3261#issuecomment-455739284 @mosermw, addressed your findings, improved reset connection from both PublishJMS and ConsumeJMS. Tested with live JNDI and two JMS servers.

[GitHub] bdesert commented on issue #3261: NIFI-5869 Support Reconnection for JMS

2019-01-18 Thread GitBox
bdesert commented on issue #3261: NIFI-5869 Support Reconnection for JMS URL: https://github.com/apache/nifi/pull/3261#issuecomment-455739284 Improved reset connection. Tested with live JNDI and two JMS servers. Steps to test described in [JIRA

[jira] [Commented] (NIFI-5869) JMS Connection Fails After JMS servers Change behind JNDI

2019-01-18 Thread Ed Berezitsky (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-5869?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16746902#comment-16746902 ] Ed Berezitsky commented on NIFI-5869: - Fix provided in PR #3261: When worker fails to connect to JMS,

[jira] [Commented] (NIFI-5964) InvokeHTTP, Dynamic Headers not sent (Cluster)

2019-01-18 Thread Firenz (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-5964?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16746454#comment-16746454 ] Firenz commented on NIFI-5964: -- Additionnal infos : it happened with two differents invokeHttp "flows",

[GitHub] phrocker commented on a change in pull request #470: MINIFICPP-706 - RawSiteToSite: remove code duplication

2019-01-18 Thread GitBox
phrocker commented on a change in pull request #470: MINIFICPP-706 - RawSiteToSite: remove code duplication URL: https://github.com/apache/nifi-minifi-cpp/pull/470#discussion_r249102672 ## File path: libminifi/src/sitetosite/RawSocketProtocol.cpp ## @@ -394,98 +394,12 @@

[GitHub] phrocker commented on a change in pull request #470: MINIFICPP-706 - RawSiteToSite: remove code duplication

2019-01-18 Thread GitBox
phrocker commented on a change in pull request #470: MINIFICPP-706 - RawSiteToSite: remove code duplication URL: https://github.com/apache/nifi-minifi-cpp/pull/470#discussion_r249102304 ## File path: libminifi/include/sitetosite/SiteToSiteClient.h ## @@ -221,12 +221,8 @@

[jira] [Created] (NIFI-5964) InvokeHTTP, Dynamic Headers not sent (Cluster)

2019-01-18 Thread Firenz (JIRA)
Firenz created NIFI-5964: Summary: InvokeHTTP, Dynamic Headers not sent (Cluster) Key: NIFI-5964 URL: https://issues.apache.org/jira/browse/NIFI-5964 Project: Apache NiFi Issue Type: Bug Affects

[jira] [Updated] (NIFI-5964) InvokeHTTP, Dynamic Headers not sent (Cluster)

2019-01-18 Thread Firenz (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-5964?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Firenz updated NIFI-5964: - Attachment: Step 1 - Bulletin.png Step 1 - InvokeHTTP conf.png Step 2 -

[GitHub] bbende commented on issue #3254: NIFI-4915 Adding HBase 2.x service bundle

2019-01-18 Thread GitBox
bbende commented on issue #3254: NIFI-4915 Adding HBase 2.x service bundle URL: https://github.com/apache/nifi/pull/3254#issuecomment-455596366 @MikeThomsen was wondering if you had any cycles to look at this, the code is all the same from the 1.1.2 bundle, just using the 2.x client.

[jira] [Created] (MINIFICPP-714) Explore using controller service to provide SSL to kafka classes

2019-01-18 Thread Mr TheSegfault (JIRA)
Mr TheSegfault created MINIFICPP-714: Summary: Explore using controller service to provide SSL to kafka classes Key: MINIFICPP-714 URL: https://issues.apache.org/jira/browse/MINIFICPP-714

[jira] [Updated] (NIFI-5961) Versioned Process Group reverts name

2019-01-18 Thread Bryan Bende (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-5961?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bryan Bende updated NIFI-5961: -- Status: Patch Available (was: Open) > Versioned Process Group reverts name >

[GitHub] bbende opened a new pull request #3271: NIFI-5961 Fixing bug where the name of a versioned process group gets…

2019-01-18 Thread GitBox
bbende opened a new pull request #3271: NIFI-5961 Fixing bug where the name of a versioned process group gets… URL: https://github.com/apache/nifi/pull/3271 … incorrectly reset Thank you for submitting a contribution to Apache NiFi. In order to streamline the review of the

[jira] [Assigned] (NIFI-5961) Versioned Process Group reverts name

2019-01-18 Thread Bryan Bende (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-5961?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bryan Bende reassigned NIFI-5961: - Assignee: Bryan Bende > Versioned Process Group reverts name >

[jira] [Updated] (NIFI-5963) Test failure in TestFileSystemRepository caused by DiskUtils.deleteRecursively

2019-01-18 Thread Gideon Korir (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-5963?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gideon Korir updated NIFI-5963: --- Issue Type: Bug (was: Improvement) > Test failure in TestFileSystemRepository caused by

[jira] [Created] (NIFI-5963) Test failure in TestFileSystemRepository caused by DiskUtils.deleteRecursively

2019-01-18 Thread Gideon Korir (JIRA)
Gideon Korir created NIFI-5963: -- Summary: Test failure in TestFileSystemRepository caused by DiskUtils.deleteRecursively Key: NIFI-5963 URL: https://issues.apache.org/jira/browse/NIFI-5963 Project:

[jira] [Updated] (NIFI-5962) AbstractHadoopProcessor can NPE when a configuration issue happens

2019-01-18 Thread Bryan Bende (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-5962?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bryan Bende updated NIFI-5962: -- Status: Patch Available (was: Open) > AbstractHadoopProcessor can NPE when a configuration issue

[GitHub] bbende opened a new pull request #3270: NIFI-5962 protecting against null Configuration in AbstractHadoopProc…

2019-01-18 Thread GitBox
bbende opened a new pull request #3270: NIFI-5962 protecting against null Configuration in AbstractHadoopProc… URL: https://github.com/apache/nifi/pull/3270 …essor onStopped Thank you for submitting a contribution to Apache NiFi. In order to streamline the review of the

[jira] [Created] (NIFI-5962) AbstractHadoopProcessor can NPE when a configuration issue happens

2019-01-18 Thread Bryan Bende (JIRA)
Bryan Bende created NIFI-5962: - Summary: AbstractHadoopProcessor can NPE when a configuration issue happens Key: NIFI-5962 URL: https://issues.apache.org/jira/browse/NIFI-5962 Project: Apache NiFi

[GitHub] markap14 commented on issue #3253: NIFI-5938: Added ability to infer record schema on read from JsonTree…

2019-01-18 Thread GitBox
markap14 commented on issue #3253: NIFI-5938: Added ability to infer record schema on read from JsonTree… URL: https://github.com/apache/nifi/pull/3253#issuecomment-455547047 @cemeyer2 yes, you will likely be able to do that with just UpdateRecord once this PR is merged.

[GitHub] ambition119 commented on issue #3178: NIFI-4914: Add Apache Pulsar processors

2019-01-18 Thread GitBox
ambition119 commented on issue #3178: NIFI-4914: Add Apache Pulsar processors URL: https://github.com/apache/nifi/pull/3178#issuecomment-455487547 Hopefully nifi will support pulsar. This is an automated message from the