[GitHub] nifi issue #3138: NIFI-5798:Fixed bug in FlattenJson that was escaping text ...

2018-11-08 Thread pvillard31
Github user pvillard31 commented on the issue: https://github.com/apache/nifi/pull/3138 +1, merging to master, thanks! ---

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

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

[GitHub] nifi issue #3159: NIFI-5794 Allow empty string demarcator in Consume/Publish...

2018-11-08 Thread pvillard31
Github user pvillard31 commented on the issue: https://github.com/apache/nifi/pull/3159 In the end, I only changed the ConsumeKafka processors since it does not make sense in PublishKafka (one would just have to not set any demarcator to get the same result: all messages in the flow

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

2018-11-08 Thread phrocker
Github user phrocker commented on a diff in the pull request: https://github.com/apache/nifi-minifi-cpp/pull/432#discussion_r231867605 --- Diff: nanofi/src/api/nanofi.cpp --- @@ -323,55 +360,45 @@ int transmit_flowfile(flow_file_record *ff, nifi_instance *instance) {

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

2018-11-08 Thread phrocker
Github user phrocker commented on a diff in the pull request: https://github.com/apache/nifi-minifi-cpp/pull/432#discussion_r231865773 --- Diff: nanofi/src/api/nanofi.cpp --- @@ -89,6 +93,39 @@ nifi_instance *create_instance(const char *url, nifi_port *port) { return

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

2018-11-08 Thread phrocker
Github user phrocker commented on a diff in the pull request: https://github.com/apache/nifi-minifi-cpp/pull/432#discussion_r231868999 --- Diff: nanofi/src/cxx/Plan.cpp --- @@ -162,6 +153,21 @@ bool ExecutionPlan::runNextProcessor(std::function current_session =

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

2018-11-08 Thread phrocker
Github user phrocker commented on a diff in the pull request: https://github.com/apache/nifi-minifi-cpp/pull/432#discussion_r231864832 --- Diff: nanofi/include/core/cxxstructs.h --- @@ -0,0 +1,41 @@ +/** + * + * Licensed to the Apache Software Foundation (ASF) under one

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

2018-11-08 Thread phrocker
Github user phrocker commented on a diff in the pull request: https://github.com/apache/nifi-minifi-cpp/pull/432#discussion_r231865428 --- Diff: nanofi/include/cxx/Plan.h --- @@ -133,8 +133,29 @@ class ExecutionPlan { next_ff_ = ptr; } + bool

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

2018-11-08 Thread phrocker
Github user phrocker commented on a diff in the pull request: https://github.com/apache/nifi-minifi-cpp/pull/432#discussion_r231865240 --- Diff: nanofi/include/cxx/Plan.h --- @@ -44,7 +44,7 @@ #include "core/ProcessSession.h" #include "core/ProcessorNode.h" #include

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

2018-11-08 Thread phrocker
Github user phrocker commented on a diff in the pull request: https://github.com/apache/nifi-minifi-cpp/pull/432#discussion_r231865178 --- Diff: nanofi/include/cxx/CallbackProcessor.h --- @@ -65,7 +65,7 @@ class CallbackProcessor : public core::Processor { public:

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

2018-11-08 Thread phrocker
Github user phrocker commented on a diff in the pull request: https://github.com/apache/nifi-minifi-cpp/pull/432#discussion_r23188 --- Diff: nanofi/src/api/nanofi.cpp --- @@ -323,55 +360,45 @@ int transmit_flowfile(flow_file_record *ff, nifi_instance *instance) {

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

2018-11-08 Thread phrocker
Github user phrocker commented on a diff in the pull request: https://github.com/apache/nifi-minifi-cpp/pull/432#discussion_r231867815 --- Diff: nanofi/src/api/nanofi.cpp --- @@ -323,55 +360,45 @@ int transmit_flowfile(flow_file_record *ff, nifi_instance *instance) {

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

2018-11-08 Thread arpadboda
Github user arpadboda commented on a diff in the pull request: https://github.com/apache/nifi-minifi-cpp/pull/432#discussion_r231880575 --- Diff: nanofi/include/cxx/Plan.h --- @@ -44,7 +44,7 @@ #include "core/ProcessSession.h" #include "core/ProcessorNode.h" #include

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

2018-11-08 Thread arpadboda
Github user arpadboda commented on a diff in the pull request: https://github.com/apache/nifi-minifi-cpp/pull/432#discussion_r231889164 --- Diff: nanofi/include/cxx/Plan.h --- @@ -133,8 +133,29 @@ class ExecutionPlan { next_ff_ = ptr; } + bool

[GitHub] nifi pull request #3159: NIFI-5794 Allow empty string demarcator in Consume/...

2018-11-08 Thread pvillard31
GitHub user pvillard31 opened a pull request: https://github.com/apache/nifi/pull/3159 NIFI-5794 Allow empty string demarcator in Consume/PublishKafka proce… …ssors Thank you for submitting a contribution to Apache NiFi. In order to streamline the review of the

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

2018-11-08 Thread arpadboda
Github user arpadboda commented on a diff in the pull request: https://github.com/apache/nifi-minifi-cpp/pull/432#discussion_r231879717 --- Diff: nanofi/src/api/nanofi.cpp --- @@ -89,6 +93,39 @@ nifi_instance *create_instance(const char *url, nifi_port *port) { return

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

2018-11-08 Thread arpadboda
Github user arpadboda commented on a diff in the pull request: https://github.com/apache/nifi-minifi-cpp/pull/432#discussion_r231886702 --- Diff: nanofi/src/cxx/Plan.cpp --- @@ -162,6 +153,21 @@ bool ExecutionPlan::runNextProcessor(std::function current_session =

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

2018-11-08 Thread arpadboda
Github user arpadboda commented on a diff in the pull request: https://github.com/apache/nifi-minifi-cpp/pull/432#discussion_r231886506 --- Diff: nanofi/src/api/nanofi.cpp --- @@ -323,55 +360,45 @@ int transmit_flowfile(flow_file_record *ff, nifi_instance *instance) {

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

2018-11-08 Thread arpadboda
Github user arpadboda commented on a diff in the pull request: https://github.com/apache/nifi-minifi-cpp/pull/432#discussion_r231876679 --- Diff: nanofi/include/cxx/CallbackProcessor.h --- @@ -65,7 +65,7 @@ class CallbackProcessor : public core::Processor { public:

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

2018-11-08 Thread arpadboda
Github user arpadboda commented on a diff in the pull request: https://github.com/apache/nifi-minifi-cpp/pull/432#discussion_r231878067 --- Diff: nanofi/include/core/cxxstructs.h --- @@ -0,0 +1,41 @@ +/** + * + * Licensed to the Apache Software Foundation (ASF) under

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

2018-11-08 Thread arpadboda
Github user arpadboda commented on a diff in the pull request: https://github.com/apache/nifi-minifi-cpp/pull/432#discussion_r231884707 --- Diff: nanofi/src/api/nanofi.cpp --- @@ -323,55 +360,45 @@ int transmit_flowfile(flow_file_record *ff, nifi_instance *instance) {

[GitHub] nifi issue #3137: NIFI-5797 : EscapedJava for FlattenJson

2018-11-08 Thread pvillard31
Github user pvillard31 commented on the issue: https://github.com/apache/nifi/pull/3137 I believe this has been fixed by #3138. If you agree, can you close this PR? ---

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

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

[GitHub] nifi issue #3155: NIFI-5784 Edit Admin Guide to remove duplicate content tha...

2018-11-08 Thread pvillard31
Github user pvillard31 commented on the issue: https://github.com/apache/nifi/pull/3155 +1, merging to master, thanks! ---

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

2018-11-08 Thread pvillard31
Github user pvillard31 commented on the issue: https://github.com/apache/nifi/pull/3158 +1, merging to master, thanks @ijokarumawak ---

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

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

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

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

[GitHub] nifi issue #3157: NIFI-5800: Do not recursively call hashCode on child schem...

2018-11-08 Thread pvillard31
Github user pvillard31 commented on the issue: https://github.com/apache/nifi/pull/3157 +1, merging to master, thanks! ---

[GitHub] nifi issue #3128: NIFI-5788: Introduce batch size limit in PutDatabaseRecord...

2018-11-08 Thread vadimar
Github user vadimar commented on the issue: https://github.com/apache/nifi/pull/3128 Hi, Can you please review the latest commits? I committed the changes that address all the issues raised by reviewers. Thanks ---

[GitHub] nifi pull request #3160: NIFI-5805: Pool the BinaryEncoders used by the Writ...

2018-11-08 Thread markap14
GitHub user markap14 opened a pull request: https://github.com/apache/nifi/pull/3160 NIFI-5805: Pool the BinaryEncoders used by the WriteAvroResultWithExt… …ernalSchema writer. Unfortunately, the writer that embeds schemas does not allow for this optimization due to the Avro

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

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

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

2018-11-08 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/MINIFICPP-648?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16679757#comment-16679757 ] 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-08 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/MINIFICPP-648?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16679744#comment-16679744 ] ASF GitHub Bot commented on MINIFICPP-648: -- Github user arpadboda commented on a diff in the

[jira] [Resolved] (NIFI-5802) QueryRecord ignores field nullability and causes NPE with null input value

2018-11-08 Thread Pierre Villard (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-5802?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pierre Villard resolved NIFI-5802. -- Resolution: Fixed Fix Version/s: 1.9.0 > QueryRecord ignores field nullability and

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

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

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

2018-11-08 Thread Koji Kawamura (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-5764?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16679265#comment-16679265 ] Koji Kawamura commented on NIFI-5764: - Thanks [~alfredo.deluca]. Excuse me, but I don't have any

[GitHub] nifi pull request #3161: Increase timeouts in unit tests to avoid frequent f...

2018-11-08 Thread markap14
GitHub user markap14 opened a pull request: https://github.com/apache/nifi/pull/3161 Increase timeouts in unit tests to avoid frequent failures Thank you for submitting a contribution to Apache NiFi. In order to streamline the review of the contribution we ask you to

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

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

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

2018-11-08 Thread Pierre Villard (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-5800?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pierre Villard resolved NIFI-5800. -- Resolution: Fixed Assignee: Mark Payne Fix Version/s: 1.9.0 > If RecordSchema

[jira] [Created] (NIFI-5805) Avro Record Writer service creates byte buffer for every Writer created

2018-11-08 Thread Mark Payne (JIRA)
Mark Payne created NIFI-5805: Summary: Avro Record Writer service creates byte buffer for every Writer created Key: NIFI-5805 URL: https://issues.apache.org/jira/browse/NIFI-5805 Project: Apache NiFi

[jira] [Commented] (NIFI-5805) Avro Record Writer service creates byte buffer for every Writer created

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

[jira] [Resolved] (NIFI-5428) Add documentation for S2S and Flow Analyzer tools

2018-11-08 Thread Andrew Lim (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-5428?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Lim resolved NIFI-5428. -- Resolution: Resolved Fix Version/s: 1.9.0 Documented in the new NiFi Toolkit Guide > Add

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

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

[jira] [Commented] (NIFI-5805) Avro Record Writer service creates byte buffer for every Writer created

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

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

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

[jira] [Created] (NIFI-5802) QueryRecord ignores field nullability and causes NPE with null input value

2018-11-08 Thread Koji Kawamura (JIRA)
Koji Kawamura created NIFI-5802: --- Summary: QueryRecord ignores field nullability and causes NPE with null input value Key: NIFI-5802 URL: https://issues.apache.org/jira/browse/NIFI-5802 Project: Apache

[jira] [Commented] (MINIFICPP-641) C API: add support to register failure callback

2018-11-08 Thread Arpad Boda (JIRA)
[ https://issues.apache.org/jira/browse/MINIFICPP-641?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16679634#comment-16679634 ] Arpad Boda commented on MINIFICPP-641: -- Merged in scope of: 

[jira] [Commented] (NIFI-5802) QueryRecord ignores field nullability and causes NPE with null input value

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

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

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

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

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

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

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

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

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

[GitHub] nifi issue #3160: NIFI-5805: Pool the BinaryEncoders used by the WriteAvroRe...

2018-11-08 Thread markap14
Github user markap14 commented on the issue: https://github.com/apache/nifi/pull/3160 Performance difference when iterating 10 million times, each time creating a new avro writer and writing a single record, was an improvement from about 58 seconds to about 12 seconds. So

[jira] [Updated] (NIFI-5802) QueryRecord ignores field nullability and causes NPE with null input value

2018-11-08 Thread Koji Kawamura (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-5802?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Koji Kawamura updated NIFI-5802: Description: WIth Avro schema, a field can be defined as nullable by a union type. For example:

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

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

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

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

[jira] [Created] (NIFI-5804) Data Provenance not showing any results

2018-11-08 Thread Jelena Lazarevic (JIRA)
Jelena Lazarevic created NIFI-5804: -- Summary: Data Provenance not showing any results Key: NIFI-5804 URL: https://issues.apache.org/jira/browse/NIFI-5804 Project: Apache NiFi Issue Type:

[jira] [Commented] (NIFI-5802) QueryRecord ignores field nullability and causes NPE with null input value

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

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

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

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

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

[jira] [Closed] (MINIFICPP-641) C API: add support to register failure callback

2018-11-08 Thread Arpad Boda (JIRA)
[ https://issues.apache.org/jira/browse/MINIFICPP-641?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Arpad Boda closed MINIFICPP-641. > C API: add support to register failure callback > ---

[jira] [Commented] (NIFI-5794) ConsumeKafka and PublishKafka should allow empty string demarcator

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

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

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

[jira] [Commented] (NIFI-5797) FlattenJson processor converts special characters to hex

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

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

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

[jira] [Commented] (NIFI-5802) QueryRecord ignores field nullability and causes NPE with null input value

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

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

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

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

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

[jira] [Updated] (NIFI-5794) ConsumeKafka and PublishKafka should allow empty string demarcator

2018-11-08 Thread Pierre Villard (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-5794?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pierre Villard updated NIFI-5794: - Status: Patch Available (was: Open) > ConsumeKafka and PublishKafka should allow empty string

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

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

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

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

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

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

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

2018-11-08 Thread colindean
Github user colindean commented on the issue: https://github.com/apache/nifi/pull/3133 I'll squash once travis says 🆗 ---

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

2018-11-08 Thread Pierre Villard (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-5798?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pierre Villard updated NIFI-5798: - Resolution: Fixed Status: Resolved (was: Patch Available) > FlattenJson improperly

[jira] [Resolved] (MINIFICPP-641) C API: add support to register failure callback

2018-11-08 Thread Arpad Boda (JIRA)
[ https://issues.apache.org/jira/browse/MINIFICPP-641?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Arpad Boda resolved MINIFICPP-641. -- Resolution: Fixed > C API: add support to register failure callback >

[jira] [Resolved] (NIFI-5797) FlattenJson processor converts special characters to hex

2018-11-08 Thread Pierre Villard (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-5797?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pierre Villard resolved NIFI-5797. -- Resolution: Duplicate Assignee: Mark Payne Fix Version/s: 1.9.0 > FlattenJson

[jira] [Closed] (MINIFICPP-640) C API: how to support dynamic properties?

2018-11-08 Thread Arpad Boda (JIRA)
[ https://issues.apache.org/jira/browse/MINIFICPP-640?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Arpad Boda closed MINIFICPP-640. > C API: how to support dynamic properties? > - > >

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

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

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

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

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

2018-11-08 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-5790?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16680533#comment-16680533 ] 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-08 Thread colindean
Github user colindean commented on the issue: https://github.com/apache/nifi/pull/3133 Squash incoming… ---

[jira] [Updated] (NIFI-5794) ConsumeKafka and PublishKafka should allow empty string demarcator

2018-11-08 Thread Pierre Villard (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-5794?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pierre Villard updated NIFI-5794: - Description: ConsumeKafka processors should allow "empty string" as a message demarcator. This

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

2018-11-08 Thread Pierre Villard (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-5800?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pierre Villard updated NIFI-5800: - Component/s: Core Framework > If RecordSchema has an inner field that references a schema

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

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

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

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

[jira] [Updated] (NIFI-5803) ExecuteInfluxDBQuery

2018-11-08 Thread sam (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-5803?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] sam updated NIFI-5803: -- Description: I think that ExecuteInfluxDBQuery has a bug, because when I put to variable in the field "InfluxDB

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

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

[jira] [Commented] (NIFI-5794) ConsumeKafka and PublishKafka should allow empty string demarcator

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

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

2018-11-08 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/MINIFICPP-648?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16679741#comment-16679741 ] 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-08 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/MINIFICPP-648?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16679693#comment-16679693 ] ASF GitHub Bot commented on MINIFICPP-648: -- Github user phrocker commented on a diff in the

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

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

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

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

[jira] [Commented] (NIFI-5802) QueryRecord ignores field nullability and causes NPE with null input value

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

[jira] [Updated] (NIFI-5802) QueryRecord ignores field nullability and causes NPE with null input value

2018-11-08 Thread Koji Kawamura (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-5802?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Koji Kawamura updated NIFI-5802: Description: WIth Avro schema, a field can be defined as nullable by a union type. For example:

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

2018-11-08 Thread Pierre Villard (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-5784?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pierre Villard resolved NIFI-5784. -- Resolution: Fixed Fix Version/s: 1.9.0 > With the addition of the Toolkit Guide, edit

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

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

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

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

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

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

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

2018-11-08 Thread Joseph Percivall (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-5775?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16679155#comment-16679155 ] Joseph Percivall commented on NIFI-5775: [~sivaprasanna] this can be replicated in the unit tests

[jira] [Commented] (NIFI-5794) ConsumeKafka and PublishKafka should allow empty string demarcator

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

  1   2   >