[jira] [Updated] (NIFI-2525) HTTP Site-to-Site fails with java.nio.channels.AsynchronousCloseException when sending through proxy that requires authentication

2016-08-22 Thread Koji Kawamura (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-2525?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Koji Kawamura updated NIFI-2525: Status: Patch Available (was: Open) > HTTP Site-to-Site fails with

[jira] [Updated] (NIFI-2525) HTTP Site-to-Site fails with java.nio.channels.AsynchronousCloseException when sending through proxy that requires authentication

2016-08-22 Thread Joseph Witt (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-2525?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joseph Witt updated NIFI-2525: -- Fix Version/s: 1.0.0 > HTTP Site-to-Site fails with java.nio.channels.AsynchronousCloseException > when

[GitHub] nifi pull request #915: NIFI-2525: Fix Proxy auth issue with async send.

2016-08-22 Thread ijokarumawak
GitHub user ijokarumawak opened a pull request: https://github.com/apache/nifi/pull/915 NIFI-2525: Fix Proxy auth issue with async send. Without this fix, NiFi fails to send data via HTTP Site-to-Site through Proxy which requires authentication due to AsynchronousCloseException.

[jira] [Commented] (NIFI-2525) HTTP Site-to-Site fails with java.nio.channels.AsynchronousCloseException when sending through proxy that requires authentication

2016-08-22 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-2525?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15432127#comment-15432127 ] ASF GitHub Bot commented on NIFI-2525: -- GitHub user ijokarumawak opened a pull request:

[GitHub] nifi issue #655: DataDog support added

2016-08-22 Thread irabinovitch
Github user irabinovitch commented on the issue: https://github.com/apache/nifi/pull/655 Once you're ready we'd be happy to work with you all to create a tile / listing in the Datadog app, as well as a default dashboard so that users can hit the ground running with this. --- If

[jira] [Commented] (NIFI-2620) Add ability to write Row Identifier as binary in hbase using the PutHbaseCell

2016-08-22 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-2620?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15432069#comment-15432069 ] ASF GitHub Bot commented on NIFI-2620: -- GitHub user apsaltis opened a pull request:

[GitHub] nifi pull request #914: Adding support for Binary Row Keys

2016-08-22 Thread apsaltis
GitHub user apsaltis opened a pull request: https://github.com/apache/nifi/pull/914 Adding support for Binary Row Keys Adding support for Binary Row Keys for both PutHBaseCell and PutHBaseJSON. This also involved making changes to PutFlowFile and PutColumn to carry around byte[]

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

2016-08-22 Thread James Anderson (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-2630?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] James Anderson updated NIFI-2630: - Labels: patch (was: ) Status: Patch Available (was: Open) > Allow PublishJMS processor to

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

2016-08-22 Thread James Anderson (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-2630?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] James Anderson updated NIFI-2630: - Attachment: 0001-NIFI-2630-Allow-PublishJMS-processor-to-create-TextM.patch Proposed patch to

[jira] [Commented] (NIFI-2521) License and Notice - TestSNMPAgent classes appear to be copied from external sources

2016-08-22 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-2521?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15432011#comment-15432011 ] ASF GitHub Bot commented on NIFI-2521: -- Github user joewitt closed the pull request at:

[GitHub] nifi pull request #816: NIFI-2521 removed offending test classes and referen...

2016-08-22 Thread joewitt
Github user joewitt closed the pull request at: https://github.com/apache/nifi/pull/816 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is

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

2016-08-22 Thread James Anderson (JIRA)
James Anderson created NIFI-2630: Summary: Allow PublishJMS processor to create TextMessages Key: NIFI-2630 URL: https://issues.apache.org/jira/browse/NIFI-2630 Project: Apache NiFi Issue

[jira] [Commented] (NIFI-2269) DataDog support added

2016-08-22 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-2269?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15431963#comment-15431963 ] ASF subversion and git services commented on NIFI-2269: --- Commit

[jira] [Commented] (NIFI-2269) DataDog support added

2016-08-22 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-2269?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15431962#comment-15431962 ] ASF subversion and git services commented on NIFI-2269: --- Commit

[jira] [Updated] (NIFI-2269) DataDog support added

2016-08-22 Thread Joseph Percivall (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-2269?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joseph Percivall updated NIFI-2269: --- Resolution: Fixed Fix Version/s: 1.0.0 Status: Resolved (was: Patch

[GitHub] nifi pull request #655: DataDog support added

2016-08-22 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/nifi/pull/655 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is

[GitHub] nifi issue #655: DataDog support added

2016-08-22 Thread JPercivall
Github user JPercivall commented on the issue: https://github.com/apache/nifi/pull/655 I will be adding a patch on top of this to fix a couple issues with styling (see travis-ci build) and licensing but: +1 Visually verified the code and did a contrib check build.

[GitHub] nifi pull request #900: NIFI-2605: Fixing a regression bug where nodes would...

2016-08-22 Thread markap14
Github user markap14 commented on a diff in the pull request: https://github.com/apache/nifi/pull/900#discussion_r75789301 --- Diff: nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-framework-cluster/src/test/java/org/apache/nifi/cluster/integration/Node.java --- @@

[jira] [Commented] (NIFI-2605) On restart of all nodes in nifi cluster one of the nodes failed to join the cluster with fingerprint mismatch

2016-08-22 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-2605?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15431933#comment-15431933 ] ASF GitHub Bot commented on NIFI-2605: -- Github user markap14 commented on a diff in the pull request:

[jira] [Commented] (NIFI-2605) On restart of all nodes in nifi cluster one of the nodes failed to join the cluster with fingerprint mismatch

2016-08-22 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-2605?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15431926#comment-15431926 ] ASF GitHub Bot commented on NIFI-2605: -- Github user markap14 commented on the issue:

[GitHub] nifi issue #900: NIFI-2605: Fixing a regression bug where nodes would potent...

2016-08-22 Thread markap14
Github user markap14 commented on the issue: https://github.com/apache/nifi/pull/900 @JPercivall rebased against master and also removed that addProcessor() method from the Node class --- If your project is set up for it, you can reply to this email and have your reply appear on

[GitHub] nifi pull request #900: NIFI-2605: Fixing a regression bug where nodes would...

2016-08-22 Thread markap14
Github user markap14 commented on a diff in the pull request: https://github.com/apache/nifi/pull/900#discussion_r75788681 --- Diff:

[jira] [Commented] (NIFI-2605) On restart of all nodes in nifi cluster one of the nodes failed to join the cluster with fingerprint mismatch

2016-08-22 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-2605?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15431920#comment-15431920 ] ASF GitHub Bot commented on NIFI-2605: -- Github user markap14 commented on a diff in the pull request:

[jira] [Created] (NIFI-2629) Hide "+ Add Property" in Processors that don't allow dynamic properties

2016-08-22 Thread Kirk Tarou (JIRA)
Kirk Tarou created NIFI-2629: Summary: Hide "+ Add Property" in Processors that don't allow dynamic properties Key: NIFI-2629 URL: https://issues.apache.org/jira/browse/NIFI-2629 Project: Apache NiFi

[jira] [Commented] (NIFI-2605) On restart of all nodes in nifi cluster one of the nodes failed to join the cluster with fingerprint mismatch

2016-08-22 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-2605?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15431813#comment-15431813 ] ASF GitHub Bot commented on NIFI-2605: -- Github user JPercivall commented on a diff in the pull

[GitHub] nifi pull request #900: NIFI-2605: Fixing a regression bug where nodes would...

2016-08-22 Thread JPercivall
Github user JPercivall commented on a diff in the pull request: https://github.com/apache/nifi/pull/900#discussion_r75781210 --- Diff:

[jira] [Updated] (NIFI-2628) NiFi node does not save flow returned by cluster coodinator to disk immediately

2016-08-22 Thread Arpit Gupta (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-2628?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Arpit Gupta updated NIFI-2628: -- Summary: NiFi node does not save flow returned by cluster coodinator to disk immediately (was: NiFi

[jira] [Updated] (NIFI-2628) NiFi node does not save flow returned by cluster coodinator to disk immediately

2016-08-22 Thread Arpit Gupta (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-2628?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Arpit Gupta updated NIFI-2628: -- Description: While investigating NIFI-2605 it was determined that NiFi node does not save the flow

[jira] [Commented] (NIFI-2440) Add last modified time & timestamp attributes to flow files generated by ListSFTP processor

2016-08-22 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-2440?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15431800#comment-15431800 ] ASF GitHub Bot commented on NIFI-2440: -- GitHub user kirkalicious opened a pull request:

[jira] [Updated] (NIFI-2628) NiFi node does not save flow returned by CC to disk immediately

2016-08-22 Thread Arpit Gupta (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-2628?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Arpit Gupta updated NIFI-2628: -- Summary: NiFi node does not save flow returned by CC to disk immediately (was: NiFi node does not save

[jira] [Commented] (NIFI-2605) On restart of all nodes in nifi cluster one of the nodes failed to join the cluster with fingerprint mismatch

2016-08-22 Thread Arpit Gupta (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-2605?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15431792#comment-15431792 ] Arpit Gupta commented on NIFI-2605: --- Logged NIFI-2628 for #2. > On restart of all nodes in nifi cluster

[jira] [Created] (NIFI-2628) NiFi node does not save flow to disk immediately and returns flow from memory

2016-08-22 Thread Arpit Gupta (JIRA)
Arpit Gupta created NIFI-2628: - Summary: NiFi node does not save flow to disk immediately and returns flow from memory Key: NIFI-2628 URL: https://issues.apache.org/jira/browse/NIFI-2628 Project: Apache

[jira] [Commented] (NIFI-2605) On restart of all nodes in nifi cluster one of the nodes failed to join the cluster with fingerprint mismatch

2016-08-22 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-2605?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15431778#comment-15431778 ] ASF GitHub Bot commented on NIFI-2605: -- Github user JPercivall commented on the issue:

[GitHub] nifi issue #900: NIFI-2605: Fixing a regression bug where nodes would potent...

2016-08-22 Thread JPercivall
Github user JPercivall commented on the issue: https://github.com/apache/nifi/pull/900 @markap14 it appears this now has conflicts with Master. When you get a chance, could you address them? --- If your project is set up for it, you can reply to this email and have your reply appear

[jira] [Updated] (NIFI-2605) On restart of all nodes in nifi cluster one of the nodes failed to join the cluster with fingerprint mismatch

2016-08-22 Thread Joseph Percivall (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-2605?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joseph Percivall updated NIFI-2605: --- Description: Follow stack trace was present in the node that did not connect {code}

[jira] [Commented] (NIFI-2605) On restart of all nodes in nifi cluster one of the nodes failed to join the cluster with fingerprint mismatch

2016-08-22 Thread Joseph Percivall (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-2605?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15431772#comment-15431772 ] Joseph Percivall commented on NIFI-2605: That all makes sense and I agree with your path forward.

[jira] [Issue Comment Deleted] (NIFI-2605) On restart of all nodes in nifi cluster one of the nodes failed to join the cluster with fingerprint mismatch

2016-08-22 Thread Joseph Percivall (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-2605?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joseph Percivall updated NIFI-2605: --- Comment: was deleted (was: That all makes sense and I agree with your path forward. I'll

[jira] [Commented] (NIFI-2605) On restart of all nodes in nifi cluster one of the nodes failed to join the cluster with fingerprint mismatch

2016-08-22 Thread Joseph Percivall (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-2605?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15431771#comment-15431771 ] Joseph Percivall commented on NIFI-2605: That all makes sense and I agree with your path forward.

[GitHub] nifi pull request #709: NIFI-2369 - Added EL support to CSV properties

2016-08-22 Thread mattyb149
Github user mattyb149 commented on a diff in the pull request: https://github.com/apache/nifi/pull/709#discussion_r75773261 --- Diff: nifi-nar-bundles/nifi-kite-bundle/nifi-kite-processors/src/test/java/org/apache/nifi/processors/kite/TestCSVToAvroProcessor.java --- @@ -191,57

[jira] [Commented] (NIFI-2369) ConvertCSVtoAvro should allow EL for CSV Properties

2016-08-22 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-2369?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15431743#comment-15431743 ] ASF GitHub Bot commented on NIFI-2369: -- Github user mattyb149 commented on a diff in the pull request:

[jira] [Commented] (NIFI-2369) ConvertCSVtoAvro should allow EL for CSV Properties

2016-08-22 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-2369?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15431742#comment-15431742 ] ASF GitHub Bot commented on NIFI-2369: -- Github user mattyb149 commented on a diff in the pull request:

[GitHub] nifi pull request #709: NIFI-2369 - Added EL support to CSV properties

2016-08-22 Thread mattyb149
Github user mattyb149 commented on a diff in the pull request: https://github.com/apache/nifi/pull/709#discussion_r75773057 --- Diff: nifi-nar-bundles/nifi-kite-bundle/nifi-kite-processors/src/test/java/org/apache/nifi/processors/kite/TestCSVToAvroProcessor.java --- @@ -191,57

[jira] [Closed] (NIFI-2611) UnpackContent cannot unpack any type of flowfile

2016-08-22 Thread Joseph Gresock (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-2611?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joseph Gresock closed NIFI-2611. > UnpackContent cannot unpack any type of flowfile > >

[jira] [Comment Edited] (NIFI-2605) On restart of all nodes in nifi cluster one of the nodes failed to join the cluster with fingerprint mismatch

2016-08-22 Thread Arpit Gupta (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-2605?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15431737#comment-15431737 ] Arpit Gupta edited comment on NIFI-2605 at 8/22/16 10:37 PM: - Here is some more

[jira] [Commented] (NIFI-2605) On restart of all nodes in nifi cluster one of the nodes failed to join the cluster with fingerprint mismatch

2016-08-22 Thread Arpit Gupta (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-2605?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15431737#comment-15431737 ] Arpit Gupta commented on NIFI-2605: --- Here is some more detail about the issue. This issue was seen when

[jira] [Commented] (NIFI-1831) Allow encrypted passwords in configuration files

2016-08-22 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-1831?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15431608#comment-15431608 ] ASF GitHub Bot commented on NIFI-1831: -- Github user alopresto commented on the issue:

[GitHub] nifi issue #834: NIFI-1831 Implemented encrypted configuration capabilities

2016-08-22 Thread alopresto
Github user alopresto commented on the issue: https://github.com/apache/nifi/pull/834 Thanks for all the comments @bbende . I have incorporated them and will be pushing a new commit as soon as the build & checkstyle complete. --- If your project is set up for it, you can reply to

[GitHub] nifi pull request #911: NIFI-2610 added initial support for categorizing tes...

2016-08-22 Thread olegz
Github user olegz commented on a diff in the pull request: https://github.com/apache/nifi/pull/911#discussion_r75756188 --- Diff: nifi-api/src/main/java/org/apache/nifi/testutil/IntegrationTest.java --- @@ -0,0 +1,39 @@ +/* + * Licensed to the Apache Software Foundation

[GitHub] nifi pull request #911: NIFI-2610 added initial support for categorizing tes...

2016-08-22 Thread olegz
Github user olegz commented on a diff in the pull request: https://github.com/apache/nifi/pull/911#discussion_r75756079 --- Diff: nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-framework-core/src/test/java/org/apache/nifi/controller/scheduling/TestProcessorLifecycle.java

[jira] [Commented] (NIFI-2610) TestProcessorLifecycle and TestStandardProcessScheduler classes causes brittle builds and appears to be an integration test

2016-08-22 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-2610?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15431600#comment-15431600 ] ASF GitHub Bot commented on NIFI-2610: -- Github user olegz commented on a diff in the pull request:

[GitHub] nifi pull request #911: NIFI-2610 added initial support for categorizing tes...

2016-08-22 Thread olegz
Github user olegz commented on a diff in the pull request: https://github.com/apache/nifi/pull/911#discussion_r75755889 --- Diff: nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-framework-core/src/test/java/org/apache/nifi/controller/scheduling/TestProcessorLifecycle.java

[jira] [Commented] (NIFI-2610) TestProcessorLifecycle and TestStandardProcessScheduler classes causes brittle builds and appears to be an integration test

2016-08-22 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-2610?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15431595#comment-15431595 ] ASF GitHub Bot commented on NIFI-2610: -- Github user mattyb149 commented on a diff in the pull request:

[GitHub] nifi pull request #911: NIFI-2610 added initial support for categorizing tes...

2016-08-22 Thread mattyb149
Github user mattyb149 commented on a diff in the pull request: https://github.com/apache/nifi/pull/911#discussion_r75755578 --- Diff: nifi-api/src/main/java/org/apache/nifi/testutil/IntegrationTest.java --- @@ -0,0 +1,39 @@ +/* + * Licensed to the Apache Software

[jira] [Commented] (NIFI-2610) TestProcessorLifecycle and TestStandardProcessScheduler classes causes brittle builds and appears to be an integration test

2016-08-22 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-2610?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15431592#comment-15431592 ] ASF GitHub Bot commented on NIFI-2610: -- Github user mattyb149 commented on a diff in the pull request:

[jira] [Commented] (NIFI-1613) ConvertJSONToSQL Drops Type Information

2016-08-22 Thread Charles Bryan Clifford (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-1613?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15431579#comment-15431579 ] Charles Bryan Clifford commented on NIFI-1613: -- As first pointed out by Aaron,

[GitHub] nifi pull request #774: Nifi 2440 - Add Last Modified Time attribute to List...

2016-08-22 Thread kirkalicious
Github user kirkalicious closed the pull request at: https://github.com/apache/nifi/pull/774 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is

[GitHub] nifi issue #834: NIFI-1831 Implemented encrypted configuration capabilities

2016-08-22 Thread alopresto
Github user alopresto commented on the issue: https://github.com/apache/nifi/pull/834 Thanks Bryan. The tests were brittle and expected a 256-bit key in some cases. I have made adjustments to the test to be more robust in the absence of the JCE unlimited strength cryptography

[jira] [Commented] (NIFI-1831) Allow encrypted passwords in configuration files

2016-08-22 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-1831?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15431558#comment-15431558 ] ASF GitHub Bot commented on NIFI-1831: -- Github user alopresto commented on a diff in the pull request:

[GitHub] nifi pull request #834: NIFI-1831 Implemented encrypted configuration capabi...

2016-08-22 Thread alopresto
Github user alopresto commented on a diff in the pull request: https://github.com/apache/nifi/pull/834#discussion_r75752491 --- Diff: nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-properties-loader/src/main/java/org/apache/nifi/properties/AESSensitivePropertyProvider.java

[jira] [Commented] (NIFI-1831) Allow encrypted passwords in configuration files

2016-08-22 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-1831?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15431549#comment-15431549 ] ASF GitHub Bot commented on NIFI-1831: -- Github user alopresto commented on a diff in the pull request:

[jira] [Commented] (NIFI-1831) Allow encrypted passwords in configuration files

2016-08-22 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-1831?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15431548#comment-15431548 ] ASF GitHub Bot commented on NIFI-1831: -- Github user alopresto commented on a diff in the pull request:

[GitHub] nifi pull request #834: NIFI-1831 Implemented encrypted configuration capabi...

2016-08-22 Thread alopresto
Github user alopresto commented on a diff in the pull request: https://github.com/apache/nifi/pull/834#discussion_r75751891 --- Diff: nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-properties-loader/src/main/java/org/apache/nifi/properties/AESSensitivePropertyProvider.java

[GitHub] nifi pull request #834: NIFI-1831 Implemented encrypted configuration capabi...

2016-08-22 Thread alopresto
Github user alopresto commented on a diff in the pull request: https://github.com/apache/nifi/pull/834#discussion_r75751825 --- Diff: nifi-commons/nifi-properties/pom.xml --- @@ -21,4 +21,10 @@ 1.0.0-SNAPSHOT nifi-properties + +

[jira] [Commented] (NIFI-2604) JDBC Connection Pool support for lib directory and expression language

2016-08-22 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-2604?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15431546#comment-15431546 ] ASF GitHub Bot commented on NIFI-2604: -- GitHub user mattyb149 opened a pull request:

[jira] [Updated] (NIFI-2604) JDBC Connection Pool support for lib directory and expression language

2016-08-22 Thread Matt Burgess (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-2604?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matt Burgess updated NIFI-2604: --- Status: Patch Available (was: In Progress) > JDBC Connection Pool support for lib directory and

[GitHub] nifi pull request #912: NIFI-2604: Added validators & logic for multiple URL...

2016-08-22 Thread mattyb149
GitHub user mattyb149 opened a pull request: https://github.com/apache/nifi/pull/912 NIFI-2604: Added validators & logic for multiple URLs/files/folders for DB driver location You can merge this pull request into a Git repository by running: $ git pull

[jira] [Commented] (NIFI-2536) Update Documentation for Templates

2016-08-22 Thread James Wing (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-2536?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15431524#comment-15431524 ] James Wing commented on NIFI-2536: -- Thanks for reviewing and merging, [~mcgilman]. > Update Documentation

[jira] [Commented] (NIFI-1831) Allow encrypted passwords in configuration files

2016-08-22 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-1831?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15431517#comment-15431517 ] ASF GitHub Bot commented on NIFI-1831: -- Github user bbende commented on the issue:

[GitHub] nifi issue #834: NIFI-1831 Implemented encrypted configuration capabilities

2016-08-22 Thread bbende
Github user bbende commented on the issue: https://github.com/apache/nifi/pull/834 I ran into some test failures when building this PR, possibly due to the fact that I don't have JCE installed? ``` Failed tests:

[jira] [Commented] (NIFI-2626) LIstenHTTP leaks threads when address is already in use

2016-08-22 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-2626?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15431506#comment-15431506 ] ASF subversion and git services commented on NIFI-2626: --- Commit

[jira] [Commented] (NIFI-2626) LIstenHTTP leaks threads when address is already in use

2016-08-22 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-2626?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15431509#comment-15431509 ] ASF GitHub Bot commented on NIFI-2626: -- Github user mcgilman commented on the issue:

[GitHub] nifi issue #910: NIFI-2626 Fixes jetty server thread leak

2016-08-22 Thread mcgilman
Github user mcgilman commented on the issue: https://github.com/apache/nifi/pull/910 Thanks @jtstorck. I've merged this into master and cherry picked back into 0.x --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your

[jira] [Resolved] (NIFI-2626) LIstenHTTP leaks threads when address is already in use

2016-08-22 Thread Matt Gilman (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-2626?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matt Gilman resolved NIFI-2626. --- Resolution: Fixed Fix Version/s: 0.8.0 > LIstenHTTP leaks threads when address is already in

[jira] [Commented] (NIFI-2626) LIstenHTTP leaks threads when address is already in use

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

[jira] [Commented] (NIFI-2610) TestProcessorLifecycle and TestStandardProcessScheduler classes causes brittle builds and appears to be an integration test

2016-08-22 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-2610?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15431500#comment-15431500 ] ASF GitHub Bot commented on NIFI-2610: -- GitHub user olegz opened a pull request:

[jira] [Updated] (NIFI-2610) TestProcessorLifecycle and TestStandardProcessScheduler classes causes brittle builds and appears to be an integration test

2016-08-22 Thread Oleg Zhurakousky (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-2610?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Oleg Zhurakousky updated NIFI-2610: --- Status: Patch Available (was: Open) > TestProcessorLifecycle and TestStandardProcessScheduler

[GitHub] nifi pull request #910: NIFI-2626 Fixes jetty server thread leak

2016-08-22 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/nifi/pull/910 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is

[jira] [Updated] (NIFI-2619) ClassLoaderUtils doesn't support spaces between paths or URLs in the paths

2016-08-22 Thread Yolanda M. Davis (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-2619?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yolanda M. Davis updated NIFI-2619: --- Resolution: Resolved Fix Version/s: 1.0.0 Status: Resolved (was: Patch

[jira] [Commented] (NIFI-2619) ClassLoaderUtils doesn't support spaces between paths or URLs in the paths

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

[jira] [Commented] (NIFI-2619) ClassLoaderUtils doesn't support spaces between paths or URLs in the paths

2016-08-22 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-2619?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15431457#comment-15431457 ] ASF subversion and git services commented on NIFI-2619: --- Commit

[GitHub] nifi pull request #907: NIFI-2619: Added logic to ClassLoaderUtils to trim m...

2016-08-22 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/nifi/pull/907 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is

[jira] [Commented] (NIFI-2605) On restart of all nodes in nifi cluster one of the nodes failed to join the cluster with fingerprint mismatch

2016-08-22 Thread Joseph Percivall (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-2605?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15431452#comment-15431452 ] Joseph Percivall commented on NIFI-2605: Hey [~arpitgupta] and [~markap14], I think there has been

[jira] [Resolved] (NIFI-2611) UnpackContent cannot unpack any type of flowfile

2016-08-22 Thread Michael Moser (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-2611?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Moser resolved NIFI-2611. - Resolution: Fixed Fix Version/s: 0.8.0 1.0.0 Thanks [~joewitt] >

[jira] [Commented] (NIFI-2611) UnpackContent cannot unpack any type of flowfile

2016-08-22 Thread Joseph Witt (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-2611?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15431443#comment-15431443 ] Joseph Witt commented on NIFI-2611: --- [~mosermw] [~jgresock] Friendly reminder to close ticket if this is

[jira] [Commented] (NIFI-2626) LIstenHTTP leaks threads when address is already in use

2016-08-22 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-2626?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15431437#comment-15431437 ] ASF GitHub Bot commented on NIFI-2626: -- Github user mcgilman commented on the issue:

[GitHub] nifi issue #910: NIFI-2626 Fixes jetty server thread leak

2016-08-22 Thread mcgilman
Github user mcgilman commented on the issue: https://github.com/apache/nifi/pull/910 Reviewing... --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if

[jira] [Updated] (NIFI-2536) Update Documentation for Templates

2016-08-22 Thread Matt Gilman (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-2536?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matt Gilman updated NIFI-2536: -- Resolution: Fixed Status: Resolved (was: Patch Available) > Update Documentation for Templates

[jira] [Commented] (NIFI-2536) Update Documentation for Templates

2016-08-22 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-2536?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15431431#comment-15431431 ] ASF subversion and git services commented on NIFI-2536: --- Commit

[jira] [Commented] (NIFI-2536) Update Documentation for Templates

2016-08-22 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-2536?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15431434#comment-15431434 ] ASF GitHub Bot commented on NIFI-2536: -- Github user mcgilman commented on the issue:

[jira] [Commented] (NIFI-2536) Update Documentation for Templates

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

[jira] [Updated] (NIFI-2536) Update Documentation for Templates

2016-08-22 Thread Matt Gilman (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-2536?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matt Gilman updated NIFI-2536: -- Fix Version/s: 1.0.0 > Update Documentation for Templates > -- > >

[GitHub] nifi pull request #852: NIFI-2536 Update User Guide Template section

2016-08-22 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/nifi/pull/852 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is

[jira] [Commented] (NIFI-2619) ClassLoaderUtils doesn't support spaces between paths or URLs in the paths

2016-08-22 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-2619?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15431424#comment-15431424 ] ASF GitHub Bot commented on NIFI-2619: -- Github user YolandaMDavis commented on the issue:

[GitHub] nifi issue #907: NIFI-2619: Added logic to ClassLoaderUtils to trim module p...

2016-08-22 Thread YolandaMDavis
Github user YolandaMDavis commented on the issue: https://github.com/apache/nifi/pull/907 @mattyb149 thanks for applying that change. I tested on standalone node with Jolt Transform processor using a list of customjars (included extra commas, spaces etc) and works as expected with

[jira] [Commented] (NIFI-2611) UnpackContent cannot unpack any type of flowfile

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

[GitHub] nifi pull request #905: NIFI-2611: Fixing bugs in UnpackContent with flow fi...

2016-08-22 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/nifi/pull/905 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is

[jira] [Commented] (NIFI-2611) UnpackContent cannot unpack any type of flowfile

2016-08-22 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-2611?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15431418#comment-15431418 ] ASF subversion and git services commented on NIFI-2611: --- Commit

[jira] [Commented] (NIFI-2536) Update Documentation for Templates

2016-08-22 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-2536?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15431415#comment-15431415 ] ASF GitHub Bot commented on NIFI-2536: -- Github user mcgilman commented on the issue:

[GitHub] nifi issue #852: NIFI-2536 Update User Guide Template section

2016-08-22 Thread mcgilman
Github user mcgilman commented on the issue: https://github.com/apache/nifi/pull/852 Reviewing... --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if

[jira] [Commented] (NIFI-2626) LIstenHTTP leaks threads when address is already in use

2016-08-22 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-2626?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15431411#comment-15431411 ] ASF GitHub Bot commented on NIFI-2626: -- GitHub user jtstorck opened a pull request:

  1   2   3   >