[jira] [Resolved] (MINIFICPP-399) RemoteProcessorGroupPort linter errors

2018-02-12 Thread Dustin Rodrigues (JIRA)
[ https://issues.apache.org/jira/browse/MINIFICPP-399?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dustin Rodrigues resolved MINIFICPP-399. Resolution: Not A Problem already fixed in MINIFICPP-396 >

[jira] [Commented] (NIFI-4869) Update SplitXml data handling

2018-02-12 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-4869?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16361871#comment-16361871 ] ASF GitHub Bot commented on NIFI-4869: -- GitHub user alopresto opened a pull request:

[GitHub] nifi pull request #2466: NIFI-4869

2018-02-12 Thread alopresto
GitHub user alopresto opened a pull request: https://github.com/apache/nifi/pull/2466 NIFI-4869 Thank you for submitting a contribution to Apache NiFi. In order to streamline the review of the contribution we ask you to ensure the following steps have been taken:

[jira] [Created] (MINIFICPP-399) RemoteProcessorGroupPort linter errors

2018-02-12 Thread Dustin Rodrigues (JIRA)
Dustin Rodrigues created MINIFICPP-399: -- Summary: RemoteProcessorGroupPort linter errors Key: MINIFICPP-399 URL: https://issues.apache.org/jira/browse/MINIFICPP-399 Project: NiFi MiNiFi C++

[jira] [Commented] (NIFI-4715) ListS3 produces duplicates in frequently updated buckets

2018-02-12 Thread James Wing (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-4715?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16361862#comment-16361862 ] James Wing commented on NIFI-4715: -- [~aburkard] I think your analysis is correct, eventual consistency

[jira] [Created] (NIFI-4876) Add Minimum Age Filter to ListS3

2018-02-12 Thread James Wing (JIRA)
James Wing created NIFI-4876: Summary: Add Minimum Age Filter to ListS3 Key: NIFI-4876 URL: https://issues.apache.org/jira/browse/NIFI-4876 Project: Apache NiFi Issue Type: Improvement

[jira] [Created] (NIFI-4875) Import flow from nifi-registry on bootstrap/initial start

2018-02-12 Thread Daniel Oakley (JIRA)
Daniel Oakley created NIFI-4875: --- Summary: Import flow from nifi-registry on bootstrap/initial start Key: NIFI-4875 URL: https://issues.apache.org/jira/browse/NIFI-4875 Project: Apache NiFi

[jira] [Commented] (NIFI-4848) Update HttpComponents version

2018-02-12 Thread Koji Kawamura (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-4848?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16361770#comment-16361770 ] Koji Kawamura commented on NIFI-4848: - [~pvillard] Thanks for the heads up about version compatibility

[jira] [Commented] (NIFI-4840) Fix Formatting For Expression Language Guide (toRadix/fromRadix)

2018-02-12 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-4840?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16361768#comment-16361768 ] ASF GitHub Bot commented on NIFI-4840: -- Github user Leah-Anderson commented on a diff in the pull

[GitHub] nifi pull request #2449: NIFI-4840 Fix formatting for expression language gu...

2018-02-12 Thread Leah-Anderson
Github user Leah-Anderson commented on a diff in the pull request: https://github.com/apache/nifi/pull/2449#discussion_r167752283 --- Diff: nifi-docs/src/main/asciidoc/expression-language-guide.adoc --- @@ -1644,9 +1644,9 @@ Divide. This is to preserve backwards compatibility and

[jira] [Commented] (NIFI-4866) HBase_1_1_2_ClientService performance dropped due to accessing HBase admin upon every FlowFile transfer

2018-02-12 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-4866?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16361620#comment-16361620 ] ASF GitHub Bot commented on NIFI-4866: -- Github user ijokarumawak commented on a diff in the pull

[GitHub] nifi pull request #2464: NIFI-4866: Fixed HBase performance issue

2018-02-12 Thread ijokarumawak
Github user ijokarumawak commented on a diff in the pull request: https://github.com/apache/nifi/pull/2464#discussion_r167726214 --- Diff:

[jira] [Updated] (NIFI-4867) Have HBase Client Service periodically poll the HBase cluster for the master's identity

2018-02-12 Thread Koji Kawamura (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-4867?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Koji Kawamura updated NIFI-4867: Description: The change introduced in #4866 caches the identity of the HBase master. It should have

[jira] [Resolved] (NIFI-4874) RPGs to flows that share the same flow and port UUIDs can cause non-deterministic FlowFile transmission

2018-02-12 Thread Joseph Percivall (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-4874?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joseph Percivall resolved NIFI-4874. Resolution: Fixed I believe this to be fixed as part of NIFI-3155 > RPGs to flows that

[jira] [Created] (NIFI-4874) RPGs to flows that share the same flow and port UUIDs can cause non-deterministic FlowFile transmission

2018-02-12 Thread Joseph Percivall (JIRA)
Joseph Percivall created NIFI-4874: -- Summary: RPGs to flows that share the same flow and port UUIDs can cause non-deterministic FlowFile transmission Key: NIFI-4874 URL:

[jira] [Commented] (NIFI-4866) HBase_1_1_2_ClientService performance dropped due to accessing HBase admin upon every FlowFile transfer

2018-02-12 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-4866?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16361538#comment-16361538 ] ASF GitHub Bot commented on NIFI-4866: -- Github user acumartini commented on a diff in the pull

[GitHub] nifi pull request #2464: NIFI-4866: Fixed HBase performance issue

2018-02-12 Thread acumartini
Github user acumartini commented on a diff in the pull request: https://github.com/apache/nifi/pull/2464#discussion_r167705375 --- Diff:

[jira] [Updated] (NIFI-4873) Update dev guide to include high resource usage annotation documentation

2018-02-12 Thread Jeff Storck (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-4873?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jeff Storck updated NIFI-4873: -- Summary: Update dev guide to include high resource usage annotation documentation (was: Update dev

[jira] [Updated] (NIFI-4872) NIFI component high resource usage annotation

2018-02-12 Thread Jeff Storck (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-4872?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jeff Storck updated NIFI-4872: -- Issue Type: New Feature (was: Test) > NIFI component high resource usage annotation >

[jira] [Created] (NIFI-4873) Update dev guide and git PR template to include high resource usage annotation info

2018-02-12 Thread Jeff Storck (JIRA)
Jeff Storck created NIFI-4873: - Summary: Update dev guide and git PR template to include high resource usage annotation info Key: NIFI-4873 URL: https://issues.apache.org/jira/browse/NIFI-4873 Project:

[jira] [Created] (NIFI-4872) NIFI component high resource usage annotation

2018-02-12 Thread Jeff Storck (JIRA)
Jeff Storck created NIFI-4872: - Summary: NIFI component high resource usage annotation Key: NIFI-4872 URL: https://issues.apache.org/jira/browse/NIFI-4872 Project: Apache NiFi Issue Type: Test

[jira] [Comment Edited] (NIFI-4715) ListS3 produces duplicates in frequently updated buckets

2018-02-12 Thread Andrew Burkard (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-4715?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16361129#comment-16361129 ] Andrew Burkard edited comment on NIFI-4715 at 2/12/18 8:53 PM: --- An additional

[jira] [Commented] (NIFI-2630) Allow PublishJMS processor to create TextMessages

2018-02-12 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-2630?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16361426#comment-16361426 ] ASF GitHub Bot commented on NIFI-2630: -- Github user mosermw commented on the issue:

[GitHub] nifi issue #2458: NIFI-2630 Allow PublishJMS to send TextMessages

2018-02-12 Thread mosermw
Github user mosermw commented on the issue: https://github.com/apache/nifi/pull/2458 I added a second commit, to make the character set encoding configurable for JMS TextMessages, in both PublishJMS and ConsumeJMS. Thanks @markap14 for pointing this out, because this is a good

[jira] [Commented] (NIFI-978) Support parameterized prepared statements in ExecuteSQL

2018-02-12 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-978?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16361349#comment-16361349 ] ASF GitHub Bot commented on NIFI-978: - Github user asfgit closed the pull request at:

[jira] [Commented] (MINIFICPP-118) Dynamic Properties support for processors

2018-02-12 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/MINIFICPP-118?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16361356#comment-16361356 ] ASF GitHub Bot commented on MINIFICPP-118: -- Github user jdye64 closed the pull request at:

[GitHub] nifi-minifi-cpp pull request #37: MINIFI-171 Dynamic Properties support for ...

2018-02-12 Thread jdye64
Github user jdye64 closed the pull request at: https://github.com/apache/nifi-minifi-cpp/pull/37 ---

[jira] [Updated] (NIFI-978) Support parameterized prepared statements in ExecuteSQL

2018-02-12 Thread Pierre Villard (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-978?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pierre Villard updated NIFI-978: Resolution: Fixed Fix Version/s: 1.6.0 Status: Resolved (was: Patch Available) >

[jira] [Commented] (NIFI-978) Support parameterized prepared statements in ExecuteSQL

2018-02-12 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-978?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16361342#comment-16361342 ] ASF subversion and git services commented on NIFI-978: -- Commit

[GitHub] nifi pull request #2433: NIFI-978: Support parameterized statements in Execu...

2018-02-12 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/nifi/pull/2433 ---

[jira] [Commented] (NIFI-978) Support parameterized prepared statements in ExecuteSQL

2018-02-12 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-978?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16361338#comment-16361338 ] ASF GitHub Bot commented on NIFI-978: - Github user pvillard31 commented on the issue:

[GitHub] nifi issue #2433: NIFI-978: Support parameterized statements in ExecuteSQL

2018-02-12 Thread pvillard31
Github user pvillard31 commented on the issue: https://github.com/apache/nifi/pull/2433 Code LGTM, ran few tests successfully, merging to master. ---

[jira] [Commented] (NIFI-4819) Add support to delete blob from Azure Storage container

2018-02-12 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-4819?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16361299#comment-16361299 ] ASF GitHub Bot commented on NIFI-4819: -- Github user pvillard31 commented on a diff in the pull

[jira] [Commented] (NIFI-4819) Add support to delete blob from Azure Storage container

2018-02-12 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-4819?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16361298#comment-16361298 ] ASF GitHub Bot commented on NIFI-4819: -- Github user pvillard31 commented on a diff in the pull

[GitHub] nifi pull request #2436: NIFI-4819 Added support to delete blob from Azure S...

2018-02-12 Thread pvillard31
Github user pvillard31 commented on a diff in the pull request: https://github.com/apache/nifi/pull/2436#discussion_r167655333 --- Diff: nifi-nar-bundles/nifi-azure-bundle/nifi-azure-processors/src/main/java/org/apache/nifi/processors/azure/storage/DeleteAzureBlobStorage.java ---

[GitHub] nifi pull request #2436: NIFI-4819 Added support to delete blob from Azure S...

2018-02-12 Thread pvillard31
Github user pvillard31 commented on a diff in the pull request: https://github.com/apache/nifi/pull/2436#discussion_r167655116 --- Diff: nifi-nar-bundles/nifi-azure-bundle/nifi-azure-processors/src/main/java/org/apache/nifi/processors/azure/storage/DeleteAzureBlobStorage.java ---

[jira] [Commented] (NIFI-4840) Fix Formatting For Expression Language Guide (toRadix/fromRadix)

2018-02-12 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-4840?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16361242#comment-16361242 ] ASF GitHub Bot commented on NIFI-4840: -- Github user pvillard31 commented on a diff in the pull

[GitHub] nifi pull request #2449: NIFI-4840 Fix formatting for expression language gu...

2018-02-12 Thread pvillard31
Github user pvillard31 commented on a diff in the pull request: https://github.com/apache/nifi/pull/2449#discussion_r167647277 --- Diff: nifi-docs/src/main/asciidoc/expression-language-guide.adoc --- @@ -1644,9 +1644,9 @@ Divide. This is to preserve backwards compatibility and to

[jira] [Comment Edited] (NIFI-4871) Data Queuing at Process Group Input Port

2018-02-12 Thread Joseph Percivall (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-4871?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16361231#comment-16361231 ] Joseph Percivall edited comment on NIFI-4871 at 2/12/18 6:31 PM: - This

[jira] [Commented] (NIFI-4871) Data Queuing at Process Group Input Port

2018-02-12 Thread Joseph Percivall (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-4871?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16361231#comment-16361231 ] Joseph Percivall commented on NIFI-4871: This should probably be handled in the same way was

[jira] [Created] (NIFI-4871) Data Queuing at Process Group Input Port

2018-02-12 Thread Brandon DeVries (JIRA)
Brandon DeVries created NIFI-4871: - Summary: Data Queuing at Process Group Input Port Key: NIFI-4871 URL: https://issues.apache.org/jira/browse/NIFI-4871 Project: Apache NiFi Issue Type: Bug

[jira] [Commented] (MINIFICPP-118) Dynamic Properties support for processors

2018-02-12 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/MINIFICPP-118?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16361218#comment-16361218 ] ASF GitHub Bot commented on MINIFICPP-118: -- Github user phrocker commented on the issue:

[GitHub] nifi-minifi-cpp issue #37: MINIFI-171 Dynamic Properties support for process...

2018-02-12 Thread phrocker
Github user phrocker commented on the issue: https://github.com/apache/nifi-minifi-cpp/pull/37 @jdye64 feel free to close this. Thanks! ---

[jira] [Resolved] (MINIFICPP-31) Support UpdateAttribute for nifi-minifi-cpp

2018-02-12 Thread marco polo (JIRA)
[ https://issues.apache.org/jira/browse/MINIFICPP-31?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] marco polo resolved MINIFICPP-31. - Resolution: Fixed > Support UpdateAttribute for nifi-minifi-cpp >

[jira] [Commented] (MINIFICPP-31) Support UpdateAttribute for nifi-minifi-cpp

2018-02-12 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/MINIFICPP-31?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16361213#comment-16361213 ] ASF GitHub Bot commented on MINIFICPP-31: - Github user asfgit closed the pull request at:

[jira] [Updated] (MINIFICPP-31) Support UpdateAttribute for nifi-minifi-cpp

2018-02-12 Thread marco polo (JIRA)
[ https://issues.apache.org/jira/browse/MINIFICPP-31?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] marco polo updated MINIFICPP-31: Fix Version/s: 0.5.0 > Support UpdateAttribute for nifi-minifi-cpp >

[GitHub] nifi-minifi-cpp pull request #262: MINIFICPP-31 Added UpdateAttribute proces...

2018-02-12 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/nifi-minifi-cpp/pull/262 ---

[jira] [Commented] (MINIFICPP-114) Consolidate JSON API use to RapidJSON

2018-02-12 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/MINIFICPP-114?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16361196#comment-16361196 ] ASF GitHub Bot commented on MINIFICPP-114: -- Github user asfgit closed the pull request at:

[jira] [Resolved] (MINIFICPP-114) Consolidate JSON API use to RapidJSON

2018-02-12 Thread marco polo (JIRA)
[ https://issues.apache.org/jira/browse/MINIFICPP-114?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] marco polo resolved MINIFICPP-114. -- Resolution: Fixed > Consolidate JSON API use to RapidJSON >

[jira] [Updated] (MINIFICPP-114) Consolidate JSON API use to RapidJSON

2018-02-12 Thread marco polo (JIRA)
[ https://issues.apache.org/jira/browse/MINIFICPP-114?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] marco polo updated MINIFICPP-114: - Fix Version/s: 0.5.0 > Consolidate JSON API use to RapidJSON >

[GitHub] nifi-minifi-cpp pull request #191: MINIFICPP-114 Consolidate JSON API use to...

2018-02-12 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/nifi-minifi-cpp/pull/191 ---

[jira] [Updated] (MINIFICPP-383) No matter the start directory for minifi.sh, repositories are created in the current working directory

2018-02-12 Thread Aldrin Piri (JIRA)
[ https://issues.apache.org/jira/browse/MINIFICPP-383?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aldrin Piri updated MINIFICPP-383: -- Resolution: Fixed Status: Resolved (was: Patch Available) > No matter the start

[jira] [Updated] (MINIFICPP-382) Add SUSE support to bootstrap process.

2018-02-12 Thread Aldrin Piri (JIRA)
[ https://issues.apache.org/jira/browse/MINIFICPP-382?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aldrin Piri updated MINIFICPP-382: -- Status: Patch Available (was: Open) > Add SUSE support to bootstrap process. >

[jira] [Updated] (MINIFICPP-393) add security support for MQTT

2018-02-12 Thread Aldrin Piri (JIRA)
[ https://issues.apache.org/jira/browse/MINIFICPP-393?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aldrin Piri updated MINIFICPP-393: -- Affects Version/s: (was: 1.0.0) > add security support for MQTT >

[jira] [Created] (NIFI-4869) Update SplitXml data handling

2018-02-12 Thread Andy LoPresto (JIRA)
Andy LoPresto created NIFI-4869: --- Summary: Update SplitXml data handling Key: NIFI-4869 URL: https://issues.apache.org/jira/browse/NIFI-4869 Project: Apache NiFi Issue Type: Bug

[jira] [Commented] (MINIFICPP-114) Consolidate JSON API use to RapidJSON

2018-02-12 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/MINIFICPP-114?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16361000#comment-16361000 ] ASF GitHub Bot commented on MINIFICPP-114: -- Github user phrocker commented on the issue:

[GitHub] nifi-minifi-cpp issue #191: MINIFICPP-114 Consolidate JSON API use to RapidJ...

2018-02-12 Thread phrocker
Github user phrocker commented on the issue: https://github.com/apache/nifi-minifi-cpp/pull/191 @calebj I submitted a PR, though it has the full history. Did you ever create a benchmark. While @achristianson linked the benchmark's on github, I've seen slowdowns of 1-2% when parsing

[jira] [Commented] (MINIFICPP-31) Support UpdateAttribute for nifi-minifi-cpp

2018-02-12 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/MINIFICPP-31?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16360883#comment-16360883 ] ASF GitHub Bot commented on MINIFICPP-31: - Github user achristianson commented on the issue:

[GitHub] nifi-minifi-cpp issue #262: MINIFICPP-31 Added UpdateAttribute processor

2018-02-12 Thread achristianson
Github user achristianson commented on the issue: https://github.com/apache/nifi-minifi-cpp/pull/262 Removed dynamic expression from the test since that's not what we're really testing anyway. Should be good to go now. ---

[jira] [Commented] (MINIFICPP-114) Consolidate JSON API use to RapidJSON

2018-02-12 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/MINIFICPP-114?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16360833#comment-16360833 ] ASF GitHub Bot commented on MINIFICPP-114: -- Github user phrocker commented on the issue:

[GitHub] nifi-minifi-cpp issue #191: MINIFICPP-114 Consolidate JSON API use to RapidJ...

2018-02-12 Thread phrocker
Github user phrocker commented on the issue: https://github.com/apache/nifi-minifi-cpp/pull/191 @calebj I've rebased this PR so that it's up to date with master and have addressed some issues. I'll try to submit a PR against PR shortly after I finish some final testing. ---

[jira] [Assigned] (NIFI-4864) Additional Resources property pointing at a directory won't find new JARs

2018-02-12 Thread Bryan Bende (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-4864?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bryan Bende reassigned NIFI-4864: - Assignee: zenfenan > Additional Resources property pointing at a directory won't find new JARs >

[jira] [Updated] (MINIFICPP-396) RPG does not pass SSLContextService to site to site client in a consistent way

2018-02-12 Thread marco polo (JIRA)
[ https://issues.apache.org/jira/browse/MINIFICPP-396?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] marco polo updated MINIFICPP-396: - Fix Version/s: (was: 0.4.1) 0.5.0 > RPG does not pass SSLContextService

[jira] [Updated] (MINIFICPP-396) RPG does not pass SSLContextService to site to site client in a consistent way

2018-02-12 Thread marco polo (JIRA)
[ https://issues.apache.org/jira/browse/MINIFICPP-396?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] marco polo updated MINIFICPP-396: - Fix Version/s: 0.4.1 > RPG does not pass SSLContextService to site to site client in a

[jira] [Updated] (MINIFICPP-396) RPG does not pass SSLContextService to site to site client in a consistent way

2018-02-12 Thread marco polo (JIRA)
[ https://issues.apache.org/jira/browse/MINIFICPP-396?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] marco polo updated MINIFICPP-396: - Description: The RPG doesn't always pass the SSLContextService in a a consistent way. The

[jira] [Commented] (MINIFICPP-396) RPG does not pass SSLContextService to site to site client in a consistent way

2018-02-12 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/MINIFICPP-396?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16360601#comment-16360601 ] ASF GitHub Bot commented on MINIFICPP-396: -- Github user asfgit closed the pull request at:

[jira] [Resolved] (MINIFICPP-396) RPG does not pass SSLContextService to site to site client in a consistent way

2018-02-12 Thread marco polo (JIRA)
[ https://issues.apache.org/jira/browse/MINIFICPP-396?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] marco polo resolved MINIFICPP-396. -- Resolution: Fixed > RPG does not pass SSLContextService to site to site client in a

[jira] [Updated] (MINIFICPP-396) RPG does not pass SSLContextService to site to site client in a consistent way

2018-02-12 Thread marco polo (JIRA)
[ https://issues.apache.org/jira/browse/MINIFICPP-396?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] marco polo updated MINIFICPP-396: - Description: The RPG doesn't always pass the SSLContextService in a a consistent way. The

[GitHub] nifi-minifi-cpp pull request #263: MINIFICPP-396: Address issues with SiteTo...

2018-02-12 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/nifi-minifi-cpp/pull/263 ---

[jira] [Updated] (NIFI-4868) Unable to initialise `HBase_1_1_2_ClientService `

2018-02-12 Thread Naveen Nain (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-4868?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Naveen Nain updated NIFI-4868: -- Description: I'm creating a HBASE connection controller service to connect to secured HBASE. I have