[jira] [Created] (NIFI-5788) Introduce batch size limit in PutDatabaseRecord processor

2018-11-05 Thread Vadim (JIRA)
Vadim created NIFI-5788: --- Summary: Introduce batch size limit in PutDatabaseRecord processor Key: NIFI-5788 URL: https://issues.apache.org/jira/browse/NIFI-5788 Project: Apache NiFi Issue Type: Bug

[jira] [Commented] (NIFI-4362) Prometheus Reporting Task

2018-11-05 Thread Sudeep Kumar Garg (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-4362?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16674926#comment-16674926 ] Sudeep Kumar Garg commented on NIFI-4362: - Hi @[~dseifert] ,  Can you please help me with setting

[jira] [Commented] (NIFI-5777) Update the tag and the property of LogMessage

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

[jira] [Commented] (NIFI-4362) Prometheus Reporting Task

2018-11-05 Thread Daniel Seifert (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-4362?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16675005#comment-16675005 ] Daniel Seifert commented on NIFI-4362: -- Hey [~sudeepgarg] I updated the setup guide from our

[GitHub] nifi pull request #3122: NIFI-5777: Update the tag and the property of LogMe...

2018-11-05 Thread pvillard31
Github user pvillard31 commented on a diff in the pull request: https://github.com/apache/nifi/pull/3122#discussion_r230709356 --- Diff: nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/src/test/java/org/apache/nifi/processors/standard/TestLogMessage.java --- @@

[jira] [Commented] (NIFI-5788) Introduce batch size limit in PutDatabaseRecord processor

2018-11-05 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-5788?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16675072#comment-16675072 ] ASF GitHub Bot commented on NIFI-5788: -- GitHub user vadimar opened a pull request:

[GitHub] nifi pull request #3128: NIFI-5788: Introduce batch size limit in PutDatabas...

2018-11-05 Thread vadimar
GitHub user vadimar opened a pull request: https://github.com/apache/nifi/pull/3128 NIFI-5788: Introduce batch size limit in PutDatabaseRecord processor Thank you for submitting a contribution to Apache NiFi. In order to streamline the review of the contribution we ask you

[jira] [Updated] (NIFI-5788) Introduce batch size limit in PutDatabaseRecord processor

2018-11-05 Thread Vadim (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-5788?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Vadim updated NIFI-5788: Description: Certain JDBC drivers do not support unlimited batch size in INSERT/UPDATE prepared SQL statements.

[jira] [Commented] (NIFI-4362) Prometheus Reporting Task

2018-11-05 Thread Sudeep Kumar Garg (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-4362?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16675286#comment-16675286 ] Sudeep Kumar Garg commented on NIFI-4362: - Hi [~dseifert] I am still trying to build project by

[jira] [Commented] (NIFI-4362) Prometheus Reporting Task

2018-11-05 Thread Daniel Seifert (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-4362?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16675313#comment-16675313 ] Daniel Seifert commented on NIFI-4362: -- Hi [~sudeepgarg] It is not possible to build the project

[GitHub] nifi pull request #3128: NIFI-5788: Introduce batch size limit in PutDatabas...

2018-11-05 Thread mattyb149
Github user mattyb149 commented on a diff in the pull request: https://github.com/apache/nifi/pull/3128#discussion_r230811717 --- Diff: nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/src/main/java/org/apache/nifi/processors/standard/PutDatabaseRecord.java --- @@

[jira] [Commented] (NIFI-5790) DBCPConnectionPool configuration should expose underlying connection idle and eviction configuration

2018-11-05 Thread Colin Dean (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-5790?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16675460#comment-16675460 ] Colin Dean commented on NIFI-5790: -- This came from the my Stack Overflow question, [How can I configure

[jira] [Commented] (NIFI-5789) DBCPConnectionPool controller service always leaves one connection open

2018-11-05 Thread Colin Dean (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-5789?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16675459#comment-16675459 ] Colin Dean commented on NIFI-5789: -- This came from the my Stack Overflow question, [How can I configure

[jira] [Comment Edited] (NIFI-5789) DBCPConnectionPool controller service always leaves one connection open

2018-11-05 Thread Colin Dean (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-5789?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16675459#comment-16675459 ] Colin Dean edited comment on NIFI-5789 at 11/5/18 5:31 PM: --- This came from my

[jira] [Comment Edited] (NIFI-5790) DBCPConnectionPool configuration should expose underlying connection idle and eviction configuration

2018-11-05 Thread Colin Dean (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-5790?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16675460#comment-16675460 ] Colin Dean edited comment on NIFI-5790 at 11/5/18 5:31 PM: --- This came from my

[jira] [Commented] (NIFI-4914) Implement record model processor for Pulsar, i.e. ConsumePulsarRecord, PublishPulsarRecord

2018-11-05 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-4914?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16675584#comment-16675584 ] ASF GitHub Bot commented on NIFI-4914: -- Github user david-streamlio commented on the issue:

[GitHub] nifi pull request #3124: NIFI-5767 Added NiFi Toolkit Guide to docs

2018-11-05 Thread andrewmlim
Github user andrewmlim commented on a diff in the pull request: https://github.com/apache/nifi/pull/3124#discussion_r230881754 --- Diff: nifi-docs/src/main/asciidoc/toolkit-guide.adoc --- @@ -0,0 +1,1257 @@ +// +// Licensed to the Apache Software Foundation (ASF) under one

[GitHub] nifi pull request #3124: NIFI-5767 Added NiFi Toolkit Guide to docs

2018-11-05 Thread andrewmlim
Github user andrewmlim commented on a diff in the pull request: https://github.com/apache/nifi/pull/3124#discussion_r230881702 --- Diff: nifi-docs/src/main/asciidoc/toolkit-guide.adoc --- @@ -0,0 +1,1257 @@ +// +// Licensed to the Apache Software Foundation (ASF) under one

[jira] [Commented] (NIFI-5767) Documentation of the NiFi Toolkit

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

[jira] [Commented] (NIFI-5767) Documentation of the NiFi Toolkit

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

[jira] [Commented] (NIFI-4362) Prometheus Reporting Task

2018-11-05 Thread Sudeep Kumar Garg (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-4362?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16675329#comment-16675329 ] Sudeep Kumar Garg commented on NIFI-4362: - Hi [~dseifert], Thanks for the information, i am

[jira] [Commented] (NIFI-5748) Improve handling of X-Forwarded-* headers in URI Rewriting

2018-11-05 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-5748?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16675362#comment-16675362 ] ASF GitHub Bot commented on NIFI-5748: -- GitHub user jtstorck opened a pull request:

[GitHub] nifi pull request #3129: [WIP] NIFI-5748 Fixed proxy header support to use X...

2018-11-05 Thread jtstorck
GitHub user jtstorck opened a pull request: https://github.com/apache/nifi/pull/3129 [WIP] NIFI-5748 Fixed proxy header support to use X-Forwarded-Host instead … …of X-ForwardedServer Added support for the context path header used by Traefik when proxying a service

[jira] [Updated] (NIFI-5748) Improve handling of X-Forwarded-* headers in URI Rewriting

2018-11-05 Thread Jeff Storck (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-5748?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jeff Storck updated NIFI-5748: -- Status: Patch Available (was: In Progress) > Improve handling of X-Forwarded-* headers in URI

[jira] [Updated] (NIFI-5788) Introduce batch size limit in PutDatabaseRecord processor

2018-11-05 Thread Matt Burgess (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-5788?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matt Burgess updated NIFI-5788: --- Status: Patch Available (was: Open) > Introduce batch size limit in PutDatabaseRecord processor >

[GitHub] nifi issue #3111: NIFI-5757 AvroRecordSetWriter - Fix for slow synchronized ...

2018-11-05 Thread markap14
Github user markap14 commented on the issue: https://github.com/apache/nifi/pull/3111 @arkadius thanks for compiling that list. Sorry it took so long to reply! Looking through the list, I do think you're right - these all appear to be the same pattern. I certainly didn't realize that

[jira] [Updated] (NIFI-4362) Prometheus Reporting Task

2018-11-05 Thread Daniel Seifert (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-4362?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Seifert updated NIFI-4362: - Attachment: nifi-prometheus-nar-1.7.1.nar > Prometheus Reporting Task > -

[jira] [Commented] (NIFI-4362) Prometheus Reporting Task

2018-11-05 Thread Joseph Witt (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-4362?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16675472#comment-16675472 ] Joseph Witt commented on NIFI-4362: --- [~kdoran] recently showed me the awesomeness that is

[jira] [Commented] (NIFI-5790) DBCPConnectionPool configuration should expose underlying connection idle and eviction configuration

2018-11-05 Thread Colin Dean (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-5790?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16675614#comment-16675614 ] Colin Dean commented on NIFI-5790: -- I've got code worked up that adds six options: {code:java}

[GitHub] nifi-minifi-cpp pull request #432: MINIFICPP-648 - add processor and add pro...

2018-11-05 Thread arpadboda
Github user arpadboda commented on a diff in the pull request: https://github.com/apache/nifi-minifi-cpp/pull/432#discussion_r230800455 --- Diff: libminifi/CMakeLists.txt --- @@ -141,11 +141,14 @@ endif() SET (LIBMINIFI core-minifi PARENT_SCOPE) if (ENABLE_PYTHON)

[jira] [Commented] (MINIFICPP-648) add processor and add processor with linkage nomenclature is confusing

2018-11-05 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/MINIFICPP-648?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16675333#comment-16675333 ] ASF GitHub Bot commented on MINIFICPP-648: -- Github user phrocker commented on a diff in the

[GitHub] nifi pull request #3125: NIFI-5677 Added note to clarify why modifying/creat...

2018-11-05 Thread andrewmlim
Github user andrewmlim commented on a diff in the pull request: https://github.com/apache/nifi/pull/3125#discussion_r230820448 --- Diff: nifi-docs/src/main/asciidoc/user-guide.adoc --- @@ -1928,7 +1928,9 @@ The following actions are not considered local changes: * modifying

[jira] [Created] (NIFI-5789) DBCPConnectionPool controller service always leaves one connection open

2018-11-05 Thread Colin Dean (JIRA)
Colin Dean created NIFI-5789: Summary: DBCPConnectionPool controller service always leaves one connection open Key: NIFI-5789 URL: https://issues.apache.org/jira/browse/NIFI-5789 Project: Apache NiFi

[GitHub] nifi issue #3130: NIFI-5791: Add Apache Daffodil (incubating) bundle

2018-11-05 Thread stevedlawrence
Github user stevedlawrence commented on the issue: https://github.com/apache/nifi/pull/3130 Documentation about this new processor: [Apache Daffodil (incubating)](https://daffodil.apache.org) is the open source implementation of the [Data Format Description Language

[GitHub] nifi issue #3130: NIFI-5791: Add Apache Daffodil (incubating) bundle

2018-11-05 Thread joewitt
Github user joewitt commented on the issue: https://github.com/apache/nifi/pull/3130 First of all this looks like a really thought out contribution and huge thanks for taking the time to create what looks like a well done NOTICE file! I'm not sure about the naming/intent that

[jira] [Commented] (NIFI-5791) Add Apache Daffodil parse/unparse processor

2018-11-05 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-5791?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16675592#comment-16675592 ] ASF GitHub Bot commented on NIFI-5791: -- Github user joewitt commented on the issue:

[jira] [Commented] (MINIFICPP-648) add processor and add processor with linkage nomenclature is confusing

2018-11-05 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/MINIFICPP-648?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16675343#comment-16675343 ] ASF GitHub Bot commented on MINIFICPP-648: -- Github user arpadboda commented on a diff in the

[jira] [Commented] (NIFI-5757) AvroRecordSetWriter synchronize every access to compiledAvroSchemaCache

2018-11-05 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-5757?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16675407#comment-16675407 ] ASF GitHub Bot commented on NIFI-5757: -- Github user markap14 commented on the issue:

[jira] [Commented] (NIFI-5791) Add Apache Daffodil parse/unparse processor

2018-11-05 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-5791?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16675649#comment-16675649 ] ASF GitHub Bot commented on NIFI-5791: -- Github user stevedlawrence commented on the issue:

[GitHub] nifi-minifi-cpp pull request #432: MINIFICPP-648 - add processor and add pro...

2018-11-05 Thread phrocker
Github user phrocker commented on a diff in the pull request: https://github.com/apache/nifi-minifi-cpp/pull/432#discussion_r230799918 --- Diff: libminifi/CMakeLists.txt --- @@ -141,11 +141,14 @@ endif() SET (LIBMINIFI core-minifi PARENT_SCOPE) if (ENABLE_PYTHON)

[jira] [Updated] (NIFI-5788) Introduce batch size limit in PutDatabaseRecord processor

2018-11-05 Thread Matt Burgess (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-5788?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matt Burgess updated NIFI-5788: --- Affects Version/s: (was: 1.8.0) > Introduce batch size limit in PutDatabaseRecord processor >

[jira] [Updated] (NIFI-5788) Introduce batch size limit in PutDatabaseRecord processor

2018-11-05 Thread Matt Burgess (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-5788?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matt Burgess updated NIFI-5788: --- Issue Type: Improvement (was: Bug) > Introduce batch size limit in PutDatabaseRecord processor >

[jira] [Updated] (NIFI-5788) Introduce batch size limit in PutDatabaseRecord processor

2018-11-05 Thread Matt Burgess (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-5788?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matt Burgess updated NIFI-5788: --- Fix Version/s: (was: 1.8.0) > Introduce batch size limit in PutDatabaseRecord processor >

[GitHub] nifi pull request #3125: NIFI-5677 Added note to clarify why modifying/creat...

2018-11-05 Thread andrewmlim
Github user andrewmlim commented on a diff in the pull request: https://github.com/apache/nifi/pull/3125#discussion_r230824217 --- Diff: nifi-docs/src/main/asciidoc/user-guide.adoc --- @@ -1928,7 +1928,9 @@ The following actions are not considered local changes: * modifying

[jira] [Commented] (NIFI-5677) Add/clarify why modifying/creating variables are not considered local changes in versioned flows

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

[jira] [Commented] (NIFI-5764) Allow ListSftp connection parameter

2018-11-05 Thread Alfredo De Luca (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-5764?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16675468#comment-16675468 ] Alfredo De Luca commented on NIFI-5764: --- Hi [~ijokarumawak]. Thanks for that but I can't fix that

[jira] [Created] (NIFI-5791) Add Apache Daffodil parse/unparse processor

2018-11-05 Thread Steve Lawrence (JIRA)
Steve Lawrence created NIFI-5791: Summary: Add Apache Daffodil parse/unparse processor Key: NIFI-5791 URL: https://issues.apache.org/jira/browse/NIFI-5791 Project: Apache NiFi Issue Type:

[GitHub] nifi pull request #3130: NIFI-5791: Add Apache Daffodil (incubating) bundle

2018-11-05 Thread stevedlawrence
GitHub user stevedlawrence opened a pull request: https://github.com/apache/nifi/pull/3130 NIFI-5791: Add Apache Daffodil (incubating) bundle Adds a new daffodil bundle containing two processors (DaffodilParse and DaffodilUnparse) used to convert fixed format data to XML or JSON

[jira] [Commented] (NIFI-5791) Add Apache Daffodil parse/unparse processor

2018-11-05 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-5791?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16675513#comment-16675513 ] ASF GitHub Bot commented on NIFI-5791: -- GitHub user stevedlawrence opened a pull request:

[jira] [Commented] (NIFI-4362) Prometheus Reporting Task

2018-11-05 Thread Sudeep Kumar Garg (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-4362?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16675597#comment-16675597 ] Sudeep Kumar Garg commented on NIFI-4362: - [~dseifert] thanks a lot. I'll look into this and

[jira] [Commented] (MINIFICPP-648) add processor and add processor with linkage nomenclature is confusing

2018-11-05 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/MINIFICPP-648?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16675351#comment-16675351 ] ASF GitHub Bot commented on MINIFICPP-648: -- Github user phrocker commented on a diff in the

[GitHub] nifi-minifi-cpp pull request #432: MINIFICPP-648 - add processor and add pro...

2018-11-05 Thread phrocker
Github user phrocker commented on a diff in the pull request: https://github.com/apache/nifi-minifi-cpp/pull/432#discussion_r230803774 --- Diff: libminifi/CMakeLists.txt --- @@ -141,11 +141,14 @@ endif() SET (LIBMINIFI core-minifi PARENT_SCOPE) if (ENABLE_PYTHON)

[jira] [Commented] (NIFI-5677) Add/clarify why modifying/creating variables are not considered local changes in versioned flows

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

[jira] [Created] (NIFI-5790) DBCPConnectionPool configuration should expose underlying connection idle and eviction configuration

2018-11-05 Thread Colin Dean (JIRA)
Colin Dean created NIFI-5790: Summary: DBCPConnectionPool configuration should expose underlying connection idle and eviction configuration Key: NIFI-5790 URL: https://issues.apache.org/jira/browse/NIFI-5790

[jira] [Assigned] (NIFI-3229) When a queue contains only Penalized FlowFile's the next processor Tasks/Time statistics becomes extremely large

2018-11-05 Thread Peter Wicks (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-3229?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Peter Wicks reassigned NIFI-3229: - Assignee: Peter Wicks > When a queue contains only Penalized FlowFile's the next processor

[jira] [Updated] (NIFI-3229) When a queue contains only Penalized FlowFile's the next processor Tasks/Time statistics becomes extremely large

2018-11-05 Thread Peter Wicks (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-3229?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Peter Wicks updated NIFI-3229: -- Summary: When a queue contains only Penalized FlowFile's the next processor Tasks/Time statistics

[GitHub] nifi issue #3130: NIFI-5791: Add Apache Daffodil (incubating) bundle

2018-11-05 Thread stevedlawrence
Github user stevedlawrence commented on the issue: https://github.com/apache/nifi/pull/3130 At it's most basic and in DFDL language, Daffodill parses fixed format data to an infoset (which can be either XML or json, or potentially others in the future), and unparses that infoset back

[GitHub] nifi-minifi-cpp pull request #432: MINIFICPP-648 - add processor and add pro...

2018-11-05 Thread phrocker
Github user phrocker commented on a diff in the pull request: https://github.com/apache/nifi-minifi-cpp/pull/432#discussion_r230801158 --- Diff: libminifi/CMakeLists.txt --- @@ -141,11 +141,14 @@ endif() SET (LIBMINIFI core-minifi PARENT_SCOPE) if (ENABLE_PYTHON)

[jira] [Commented] (MINIFICPP-648) add processor and add processor with linkage nomenclature is confusing

2018-11-05 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/MINIFICPP-648?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16675335#comment-16675335 ] ASF GitHub Bot commented on MINIFICPP-648: -- Github user arpadboda commented on a diff in the

[jira] [Commented] (MINIFICPP-648) add processor and add processor with linkage nomenclature is confusing

2018-11-05 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/MINIFICPP-648?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16675340#comment-16675340 ] ASF GitHub Bot commented on MINIFICPP-648: -- Github user phrocker commented on a diff in the

[GitHub] nifi issue #3129: [WIP] NIFI-5748 Fixed proxy header support to use X-Forwar...

2018-11-05 Thread jtstorck
Github user jtstorck commented on the issue: https://github.com/apache/nifi/pull/3129 I'll be adding some docker-compose content for testing this PR. ---

[jira] [Commented] (NIFI-5748) Improve handling of X-Forwarded-* headers in URI Rewriting

2018-11-05 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-5748?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16675365#comment-16675365 ] ASF GitHub Bot commented on NIFI-5748: -- Github user jtstorck commented on the issue:

[jira] [Commented] (NIFI-5788) Introduce batch size limit in PutDatabaseRecord processor

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

[jira] [Commented] (NIFI-5788) Introduce batch size limit in PutDatabaseRecord processor

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

[GitHub] nifi pull request #3128: NIFI-5788: Introduce batch size limit in PutDatabas...

2018-11-05 Thread mattyb149
Github user mattyb149 commented on a diff in the pull request: https://github.com/apache/nifi/pull/3128#discussion_r230812123 --- Diff: nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/src/main/java/org/apache/nifi/processors/standard/PutDatabaseRecord.java --- @@

[jira] [Commented] (NIFI-4362) Prometheus Reporting Task

2018-11-05 Thread Daniel Seifert (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-4362?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16675408#comment-16675408 ] Daniel Seifert commented on NIFI-4362: -- Hi [~sudeepgarg], this is very strange. I just cloned

[jira] [Commented] (NIFI-5790) DBCPConnectionPool configuration should expose underlying connection idle and eviction configuration

2018-11-05 Thread Colin Dean (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-5790?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16675467#comment-16675467 ] Colin Dean commented on NIFI-5790: -- I'm asserting that this issue _causes_ NIFI-5790 because the absence

[jira] [Comment Edited] (NIFI-5764) Allow ListSftp connection parameter

2018-11-05 Thread Alfredo De Luca (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-5764?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16675468#comment-16675468 ] Alfredo De Luca edited comment on NIFI-5764 at 11/5/18 5:45 PM: Hi

[GitHub] nifi issue #2882: NIFI-4914

2018-11-05 Thread david-streamlio
Github user david-streamlio commented on the issue: https://github.com/apache/nifi/pull/2882 @rumbin I am merging in changes from @pvillard31, and correcting some minor issues that cause the processors to hang in certain situations. ETA is by Monday 11/12 for my next commit with

[GitHub] nifi-minifi-cpp pull request #432: MINIFICPP-648 - add processor and add pro...

2018-11-05 Thread arpadboda
Github user arpadboda commented on a diff in the pull request: https://github.com/apache/nifi-minifi-cpp/pull/432#discussion_r230801807 --- Diff: libminifi/CMakeLists.txt --- @@ -141,11 +141,14 @@ endif() SET (LIBMINIFI core-minifi PARENT_SCOPE) if (ENABLE_PYTHON)

[jira] [Commented] (NIFI-5791) Add Apache Daffodil parse/unparse processor

2018-11-05 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-5791?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16675551#comment-16675551 ] ASF GitHub Bot commented on NIFI-5791: -- Github user stevedlawrence commented on the issue:

[jira] [Commented] (NIFI-5744) Put exception message to attribute while ExecuteSQL fail

2018-11-05 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-5744?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16675602#comment-16675602 ] ASF GitHub Bot commented on NIFI-5744: -- Github user patricker commented on the issue:

[GitHub] nifi issue #3107: NIFI-5744: Put exception message to attribute while Execut...

2018-11-05 Thread patricker
Github user patricker commented on the issue: https://github.com/apache/nifi/pull/3107 @mattyb149 Not sure if you've seen my latest reply to the email chain, but it looks like this is already a standard pattern used in ~12 other processors. Would love to see the discussion come to a

[GitHub] nifi-minifi-cpp issue #432: MINIFICPP-648 - add processor and add processor ...

2018-11-05 Thread phrocker
Github user phrocker commented on the issue: https://github.com/apache/nifi-minifi-cpp/pull/432 @arpadboda is this good? I'm good with this otherwise. ---

[jira] [Commented] (NIFI-5790) DBCPConnectionPool configuration should expose underlying connection idle and eviction configuration

2018-11-05 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-5790?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16675779#comment-16675779 ] ASF GitHub Bot commented on NIFI-5790: -- Github user colindean commented on the issue:

[GitHub] nifi issue #3124: NIFI-5767 Added NiFi Toolkit Guide to docs

2018-11-05 Thread andrewmlim
Github user andrewmlim commented on the issue: https://github.com/apache/nifi/pull/3124 @pvillard31 I think with my latest changes, ready to merge unless you see any other issues. Thanks! ---

[GitHub] nifi issue #3133: NIFI-5790: Exposes 6 commons-dbcp options in DBCPConnectio...

2018-11-05 Thread colindean
Github user colindean commented on the issue: https://github.com/apache/nifi/pull/3133 > If adding new Properties, have you added .displayName in addition to .name (programmatic access) for each of the new properties? I added properties but I used a readable string for

[GitHub] nifi pull request #3133: NIFI-5790: Exposes 6 commons-dbcp options in DBCPCo...

2018-11-05 Thread colindean
GitHub user colindean opened a pull request: https://github.com/apache/nifi/pull/3133 NIFI-5790: Exposes 6 commons-dbcp options in DBCPConnectionPool These six options support the eviction and passivation of idle connections. This adds the feature described in NIFI-5790

[jira] [Commented] (NIFI-5790) DBCPConnectionPool configuration should expose underlying connection idle and eviction configuration

2018-11-05 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-5790?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16675778#comment-16675778 ] ASF GitHub Bot commented on NIFI-5790: -- GitHub user colindean opened a pull request:

[GitHub] nifi pull request #3128: NIFI-5788: Introduce batch size limit in PutDatabas...

2018-11-05 Thread patricker
Github user patricker commented on a diff in the pull request: https://github.com/apache/nifi/pull/3128#discussion_r230917511 --- Diff: nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/src/main/java/org/apache/nifi/processors/standard/PutDatabaseRecord.java --- @@

[jira] [Commented] (NIFI-5788) Introduce batch size limit in PutDatabaseRecord processor

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

[GitHub] nifi pull request #3131: NIFI-3229 When a queue contains only Penalized Flow...

2018-11-05 Thread patricker
GitHub user patricker opened a pull request: https://github.com/apache/nifi/pull/3131 NIFI-3229 When a queue contains only Penalized FlowFile's the next pr… …ocessor Tasks/Time statistics becomes extremely large ### For all changes: - [x] Is there a JIRA ticket

[jira] [Commented] (NIFI-3229) When a queue contains only Penalized FlowFile's the next processor Tasks/Time statistics becomes extremely large

2018-11-05 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-3229?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16675682#comment-16675682 ] ASF GitHub Bot commented on NIFI-3229: -- GitHub user patricker opened a pull request:

[jira] [Commented] (NIFI-5788) Introduce batch size limit in PutDatabaseRecord processor

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

[GitHub] nifi pull request #3133: NIFI-5790: Exposes 6 commons-dbcp options in DBCPCo...

2018-11-05 Thread colindean
Github user colindean commented on a diff in the pull request: https://github.com/apache/nifi/pull/3133#discussion_r230935621 --- Diff: nifi-nar-bundles/nifi-standard-services/nifi-dbcp-service-bundle/nifi-dbcp-service/src/main/java/org/apache/nifi/dbcp/DBCPConnectionPool.java ---

[jira] [Commented] (NIFI-5790) DBCPConnectionPool configuration should expose underlying connection idle and eviction configuration

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

[jira] [Commented] (MINIFICPP-648) add processor and add processor with linkage nomenclature is confusing

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

[GitHub] nifi pull request #3128: NIFI-5788: Introduce batch size limit in PutDatabas...

2018-11-05 Thread patricker
Github user patricker commented on a diff in the pull request: https://github.com/apache/nifi/pull/3128#discussion_r230916140 --- Diff: nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/src/main/java/org/apache/nifi/processors/standard/PutDatabaseRecord.java --- @@

[GitHub] nifi pull request #3132: NIFI-5769: Refactored FlowController to use Composi...

2018-11-05 Thread markap14
GitHub user markap14 opened a pull request: https://github.com/apache/nifi/pull/3132 NIFI-5769: Refactored FlowController to use Composition over Inheritance Thank you for submitting a contribution to Apache NiFi. In order to streamline the review of the contribution we ask

[jira] [Commented] (NIFI-5769) FlowController should prefer composition over inheritance

2018-11-05 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-5769?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16675709#comment-16675709 ] ASF GitHub Bot commented on NIFI-5769: -- GitHub user markap14 opened a pull request:

[GitHub] nifi pull request #3133: NIFI-5790: Exposes 6 commons-dbcp options in DBCPCo...

2018-11-05 Thread patricker
Github user patricker commented on a diff in the pull request: https://github.com/apache/nifi/pull/3133#discussion_r230927408 --- Diff: nifi-nar-bundles/nifi-standard-services/nifi-dbcp-service-bundle/nifi-dbcp-service/src/main/java/org/apache/nifi/dbcp/DBCPConnectionPool.java ---

[jira] [Commented] (NIFI-5790) DBCPConnectionPool configuration should expose underlying connection idle and eviction configuration

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

[jira] [Commented] (NIFI-5790) DBCPConnectionPool configuration should expose underlying connection idle and eviction configuration

2018-11-05 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-5790?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16675832#comment-16675832 ] ASF GitHub Bot commented on NIFI-5790: -- Github user colindean commented on the issue:

[GitHub] nifi issue #3133: NIFI-5790: Exposes 6 commons-dbcp options in DBCPConnectio...

2018-11-05 Thread colindean
Github user colindean commented on the issue: https://github.com/apache/nifi/pull/3133 > What about making all of the new fields not required? `required(false)`. Then, if a value is provided, you override, otherwise you leave it be. You could call out the default values, or default

[jira] [Commented] (NIFI-5767) Documentation of the NiFi Toolkit

2018-11-05 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-5767?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16675663#comment-16675663 ] ASF GitHub Bot commented on NIFI-5767: -- Github user andrewmlim commented on the issue:

[jira] [Updated] (NIFI-5735) Record-oriented processors/services do not properly support Avro Unions

2018-11-05 Thread Alex Savitsky (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-5735?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alex Savitsky updated NIFI-5735: Attachment: NIFI-5735.patch > Record-oriented processors/services do not properly support Avro

[jira] [Commented] (NIFI-5735) Record-oriented processors/services do not properly support Avro Unions

2018-11-05 Thread Alex Savitsky (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-5735?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16675735#comment-16675735 ] Alex Savitsky commented on NIFI-5735: - Attached is a patch against the master NiFi branch that fixes

[jira] [Commented] (NIFI-5790) DBCPConnectionPool configuration should expose underlying connection idle and eviction configuration

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

[jira] [Commented] (NIFI-5790) DBCPConnectionPool configuration should expose underlying connection idle and eviction configuration

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

[GitHub] nifi pull request #3133: NIFI-5790: Exposes 6 commons-dbcp options in DBCPCo...

2018-11-05 Thread patricker
Github user patricker commented on a diff in the pull request: https://github.com/apache/nifi/pull/3133#discussion_r230921657 --- Diff: nifi-nar-bundles/nifi-standard-services/nifi-dbcp-service-bundle/nifi-dbcp-service/src/main/java/org/apache/nifi/dbcp/DBCPConnectionPool.java ---

  1   2   >