[GitHub] nifi pull request #3156: NIFI-5780 Add pre and post statements to ExecuteSQL...

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

[GitHub] nifi pull request #3156: NIFI-5780 Add pre and post statements to ExecuteSQL...

2018-11-07 Thread yjhyjhyjh0
Github user yjhyjhyjh0 commented on a diff in the pull request: https://github.com/apache/nifi/pull/3156#discussion_r231754034 --- Diff: nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/src/test/java/org/apache/nifi/processors/standard/TestExecuteSQLRecord.java ---

[GitHub] nifi pull request #3158: NIFI-5802: Add QueryRecord nullable field support

2018-11-07 Thread ijokarumawak
GitHub user ijokarumawak opened a pull request: https://github.com/apache/nifi/pull/3158 NIFI-5802: Add QueryRecord nullable field support Thank you for submitting a contribution to Apache NiFi. In order to streamline the review of the contribution we ask you to ensure

[GitHub] nifi pull request #3156: NIFI-5780 Add pre and post statements to ExecuteSQL...

2018-11-07 Thread yjhyjhyjh0
Github user yjhyjhyjh0 commented on a diff in the pull request: https://github.com/apache/nifi/pull/3156#discussion_r231753838 --- Diff: nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/src/main/java/org/apache/nifi/processors/standard/AbstractExecuteSQL.java --- @@

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

2018-11-07 Thread colindean
Github user colindean commented on the issue: https://github.com/apache/nifi/pull/3133 > an Idle connection was one that had been returned to the pool? That's what I would think, but I couldn't seem to actually trigger it. Reading through the API docs some more, I

[GitHub] nifi pull request #3113: NIFI-5724 making the database connection autocommit...

2018-11-07 Thread viswaug
Github user viswaug commented on a diff in the pull request: https://github.com/apache/nifi/pull/3113#discussion_r231747175 --- Diff: nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/src/main/java/org/apache/nifi/processors/standard/PutSQL.java --- @@ -134,6 +134,14

[GitHub] nifi pull request #3113: NIFI-5724 making the database connection autocommit...

2018-11-07 Thread ijokarumawak
Github user ijokarumawak commented on a diff in the pull request: https://github.com/apache/nifi/pull/3113#discussion_r231743426 --- Diff: nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/src/main/java/org/apache/nifi/processors/standard/PutSQL.java --- @@ -134,6

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

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

[jira] [Created] (NIFI-5801) Evaluating Expression Language can in many cases be made much more efficient

2018-11-07 Thread Mark Payne (JIRA)
Mark Payne created NIFI-5801: Summary: Evaluating Expression Language can in many cases be made much more efficient Key: NIFI-5801 URL: https://issues.apache.org/jira/browse/NIFI-5801 Project: Apache

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

2018-11-07 Thread colindean
Github user colindean commented on the issue: https://github.com/apache/nifi/pull/3133 Ah, I did that through checking the minIdle and maxIdle properties. ---

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

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

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

2018-11-07 Thread patricker
Github user patricker commented on the issue: https://github.com/apache/nifi/pull/3133 My thought was you could look for the idle count and see if it was 0, 8, etc... based on the config, and not worry about testing the timeouts for now. ---

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

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

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

2018-11-07 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-5790?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16678921#comment-16678921 ] 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-07 Thread colindean
Github user colindean commented on the issue: https://github.com/apache/nifi/pull/3133 > What if you exposed the number of active and idle connections in the connection pool as properties on the DBCPConnectionPool? These are available by calling getNumActive() and getNumIdle(). Or

[jira] [Commented] (NIFI-4621) Allow inputs to ListSFTP

2018-11-07 Thread Kislay Kumar (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-4621?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16678904#comment-16678904 ] Kislay Kumar commented on NIFI-4621: [~markap14], [~patricker] : Thanks for quick help.  I am am

[jira] [Resolved] (NIFI-1161) Create RouteCSV Processor

2018-11-07 Thread Mark Payne (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-1161?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Payne resolved NIFI-1161. -- Resolution: Won't Do This should now be handled by PartitionRecord, QueryRecord, etc. > Create

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

2018-11-07 Thread patricker
Github user patricker commented on the issue: https://github.com/apache/nifi/pull/3133 @colindean I know Matt responded right after I did before, what are your thoughts on working on enabling unit tests by exposing the idle/active connection counts? ---

[jira] [Commented] (NIFI-5800) If RecordSchema has an inner field that references a schema recursively by name, hashCode() throws StackOverflowError

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

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

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

[GitHub] nifi pull request #3157: NIFI-5800: Do not recursively call hashCode on chil...

2018-11-07 Thread markap14
GitHub user markap14 opened a pull request: https://github.com/apache/nifi/pull/3157 NIFI-5800: Do not recursively call hashCode on child schema for Recor… …d Field Types Thank you for submitting a contribution to Apache NiFi. In order to streamline the review

[jira] [Resolved] (NIFI-4065) toString() method of StandardConnection provides wrong Source ID

2018-11-07 Thread Mark Payne (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-4065?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Payne resolved NIFI-4065. -- Resolution: Fixed Was fixed in NIFI-5516 > toString() method of StandardConnection provides wrong

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

2018-11-07 Thread colindean
Github user colindean commented on the issue: https://github.com/apache/nifi/pull/3133 Test failure now seems to be a timeout in another module: ``` [ERROR] Tests run: 5, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 30.287 s <<< FAILURE! - in

[jira] [Resolved] (NIFI-4427) Default for FlowFile's filename should be the FlowFile's UUID

2018-11-07 Thread Mark Payne (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-4427?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Payne resolved NIFI-4427. -- Resolution: Fixed Resolved by NIFI-5533 > Default for FlowFile's filename should be the FlowFile's

[jira] [Updated] (NIFI-4427) Default for FlowFile's filename should be the FlowFile's UUID

2018-11-07 Thread Mark Payne (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-4427?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Payne updated NIFI-4427: - Fix Version/s: 1.9.0 > Default for FlowFile's filename should be the FlowFile's UUID >

[jira] [Resolved] (NIFI-5687) When using load balancing and saving to the flow registry, the "compression" strategy is not saved

2018-11-07 Thread Mark Payne (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-5687?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Payne resolved NIFI-5687. -- Resolution: Fixed This was resolved as part of another commit before the feature was ever released. >

[jira] [Created] (NIFI-5800) If RecordSchema has an inner field that references a schema recursively by name, hashCode() throws StackOverflowError

2018-11-07 Thread Mark Payne (JIRA)
Mark Payne created NIFI-5800: Summary: If RecordSchema has an inner field that references a schema recursively by name, hashCode() throws StackOverflowError Key: NIFI-5800 URL:

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

2018-11-07 Thread colindean
Github user colindean commented on a diff in the pull request: https://github.com/apache/nifi/pull/3133#discussion_r231660071 --- 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-07 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-5790?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16678725#comment-16678725 ] ASF GitHub Bot commented on NIFI-5790: -- Github user colindean commented on a diff in the pull

[jira] [Commented] (NIFI-4621) Allow inputs to ListSFTP

2018-11-07 Thread Mark Payne (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-4621?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16678720#comment-16678720 ] Mark Payne commented on NIFI-4621: -- [~kislayom] I have assigned the Jira to you. You should now be able

[jira] [Assigned] (NIFI-4621) Allow inputs to ListSFTP

2018-11-07 Thread Mark Payne (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-4621?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Payne reassigned NIFI-4621: Assignee: Kislay Kumar (was: Puspendu Banerjee) > Allow inputs to ListSFTP >

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

2018-11-07 Thread colindean
Github user colindean commented on a diff in the pull request: https://github.com/apache/nifi/pull/3133#discussion_r231654261 --- 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-07 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-5790?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16678702#comment-16678702 ] ASF GitHub Bot commented on NIFI-5790: -- Github user colindean commented on a diff in the pull

[GitHub] nifi pull request #3113: NIFI-5724 making the database connection autocommit...

2018-11-07 Thread viswaug
Github user viswaug commented on a diff in the pull request: https://github.com/apache/nifi/pull/3113#discussion_r231638762 --- Diff: nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/src/main/java/org/apache/nifi/processors/standard/PutSQL.java --- @@ -134,6 +134,14

[jira] [Commented] (NIFI-5724) Make the autocommit value in the PutSQL processor configurable

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

[jira] [Commented] (NIFI-4621) Allow inputs to ListSFTP

2018-11-07 Thread Peter Wicks (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-4621?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16678545#comment-16678545 ] Peter Wicks commented on NIFI-4621: --- [~kislayom], I can't do this with your current permissions.

[jira] [Commented] (NIFI-5780) Add pre and post statements to ExecuteSQL and ExecuteSQLRecord

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

[jira] [Commented] (NIFI-5780) Add pre and post statements to ExecuteSQL and ExecuteSQLRecord

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

[GitHub] nifi pull request #3156: NIFI-5780 Add pre and post statements to ExecuteSQL...

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

[GitHub] nifi pull request #3156: NIFI-5780 Add pre and post statements to ExecuteSQL...

2018-11-07 Thread patricker
Github user patricker commented on a diff in the pull request: https://github.com/apache/nifi/pull/3156#discussion_r231603266 --- Diff: nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/src/test/java/org/apache/nifi/processors/standard/TestExecuteSQLRecord.java ---

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

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

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

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

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

2018-11-07 Thread mattyb149
Github user mattyb149 commented on a diff in the pull request: https://github.com/apache/nifi/pull/3133#discussion_r231582349 --- 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-07 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-5790?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16678486#comment-16678486 ] ASF GitHub Bot commented on NIFI-5790: -- Github user mattyb149 commented on a diff in the pull

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

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

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

2018-11-07 Thread mattyb149
Github user mattyb149 commented on a diff in the pull request: https://github.com/apache/nifi/pull/3133#discussion_r231580669 --- 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-07 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-5790?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16678480#comment-16678480 ] ASF GitHub Bot commented on NIFI-5790: -- Github user mattyb149 commented on a diff in the pull

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

2018-11-07 Thread mattyb149
Github user mattyb149 commented on a diff in the pull request: https://github.com/apache/nifi/pull/3133#discussion_r231580368 --- 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-5780) Add pre and post statements to ExecuteSQL and ExecuteSQLRecord

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

[GitHub] nifi pull request #3156: NIFI-5780 Add pre and post statements to ExecuteSQL...

2018-11-07 Thread yjhyjhyjh0
GitHub user yjhyjhyjh0 opened a pull request: https://github.com/apache/nifi/pull/3156 NIFI-5780 Add pre and post statements to ExecuteSQL and ExecuteSQLRecord Add pre, post query property to AbstractExecuteSQL. Most of implementation comes from SelectHiveQL. Add unit test

[jira] [Created] (NIFI-5799) Unable to extend docker image with custom configuration

2018-11-07 Thread Noel Winstanley (JIRA)
Noel Winstanley created NIFI-5799: - Summary: Unable to extend docker image with custom configuration Key: NIFI-5799 URL: https://issues.apache.org/jira/browse/NIFI-5799 Project: Apache NiFi

[jira] [Commented] (NIFI-5784) With the addition of the Toolkit Guide, edit other docs that contain duplicate content

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

[GitHub] nifi pull request #3155: NIFI-5784 Edit Admin Guide to remove duplicate cont...

2018-11-07 Thread andrewmlim
GitHub user andrewmlim opened a pull request: https://github.com/apache/nifi/pull/3155 NIFI-5784 Edit Admin Guide to remove duplicate content that is in new… … Toolkit Guide Edited Toolkit Guide as needed for links. You can merge this pull request into a Git repository

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

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

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

2018-11-07 Thread patricker
Github user patricker commented on the issue: https://github.com/apache/nifi/pull/3133 @colindean I don't have a good answer yet, hoping I can get some input from other developers. But I was thinking about unit tests, and what you could do to help make this code change unit

[GitHub] nifi pull request #3100: NIFI-5718: Implemented LineDemarcator and removed N...

2018-11-07 Thread patricker
Github user patricker commented on a diff in the pull request: https://github.com/apache/nifi/pull/3100#discussion_r231534519 --- Diff: nifi-commons/nifi-utils/src/main/java/org/apache/nifi/stream/io/RepeatingInputStream.java --- @@ -0,0 +1,103 @@ +/* + * Licensed to the

[jira] [Commented] (NIFI-5718) Performance degraded in ReplaceText processor

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

[jira] [Commented] (NIFI-5798) FlattenJson improperly escapes special characters

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

[jira] [Updated] (NIFI-5798) FlattenJson improperly escapes special characters

2018-11-07 Thread Mark Payne (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-5798?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Payne updated NIFI-5798: - Fix Version/s: 1.9.0 Status: Patch Available (was: Open) > FlattenJson improperly escapes

[GitHub] nifi pull request #3138: NIFI-5798:Fixed bug in FlattenJson that was escapin...

2018-11-07 Thread markap14
GitHub user markap14 opened a pull request: https://github.com/apache/nifi/pull/3138 NIFI-5798:Fixed bug in FlattenJson that was escaping text as Java ins… …tead of escaping as JSON Thank you for submitting a contribution to Apache NiFi. In order to streamline

[jira] [Created] (NIFI-5798) FlattenJson improperly escapes special characters

2018-11-07 Thread Mark Payne (JIRA)
Mark Payne created NIFI-5798: Summary: FlattenJson improperly escapes special characters Key: NIFI-5798 URL: https://issues.apache.org/jira/browse/NIFI-5798 Project: Apache NiFi Issue Type: Bug

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

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

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

2018-11-07 Thread stevedlawrence
Github user stevedlawrence commented on the issue: https://github.com/apache/nifi/pull/3130 Ah yes, you are correct. ---

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

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

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

2018-11-07 Thread ottobackwards
Github user ottobackwards commented on the issue: https://github.com/apache/nifi/pull/3130 What I mean is that from a high level, it is a transformational capability, and may be used as an alternative. ---

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

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

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

2018-11-07 Thread stevedlawrence
Github user stevedlawrence commented on the issue: https://github.com/apache/nifi/pull/3130 From my understanding of Jolt, this capability is pretty different. Jolt reads JSON data, performs various transformations as described by a JOLT specification, and then writes out

[jira] [Commented] (NIFI-5775) DataTypeUtils "toString" incorrectly treats value as a "byte" when passing an array leading to ClassCastException

2018-11-07 Thread Sivaprasanna Sethuraman (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-5775?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16678002#comment-16678002 ] Sivaprasanna Sethuraman commented on NIFI-5775: --- When do you see this error? Any example

[jira] [Commented] (NIFI-5752) Load balancing fails with wildcard certs

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

[GitHub] nifi issue #3110: NIFI-5752: Load balancing fails with wildcard certs

2018-11-07 Thread kotarot
Github user kotarot commented on the issue: https://github.com/apache/nifi/pull/3110 @ijokarumawak Thanks for reviewing and merging my PR! ---

[jira] [Updated] (NIFI-5752) Load balancing fails with wildcard certs

2018-11-07 Thread Koji Kawamura (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-5752?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Koji Kawamura updated NIFI-5752: Resolution: Fixed Fix Version/s: 1.9.0 Status: Resolved (was: Patch Available) >

[jira] [Commented] (NIFI-5752) Load balancing fails with wildcard certs

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

[GitHub] nifi pull request #3110: NIFI-5752: Load balancing fails with wildcard certs

2018-11-07 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/nifi/pull/3110 ---

[jira] [Commented] (NIFI-5752) Load balancing fails with wildcard certs

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

[jira] [Commented] (NIFI-5752) Load balancing fails with wildcard certs

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

[jira] [Commented] (NIFI-5752) Load balancing fails with wildcard certs

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

[jira] [Commented] (NIFI-5752) Load balancing fails with wildcard certs

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

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

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

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

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

[GitHub] nifi issue #3110: NIFI-5752: Load balancing fails with wildcard certs

2018-11-07 Thread ijokarumawak
Github user ijokarumawak commented on the issue: https://github.com/apache/nifi/pull/3110 It looks good. +1. Merging. Thanks, @kotarot! ---