[GitHub] nifi-minifi-cpp pull request #437: MINIFICPP-558: initial provisioning for C...

2018-11-15 Thread phrocker
Github user phrocker commented on a diff in the pull request: https://github.com/apache/nifi-minifi-cpp/pull/437#discussion_r233950116 --- Diff: extensions/coap/controllerservice/CoapConnector.cpp --- @@ -0,0 +1,189 @@ +/** + * + * Licensed to the Apache Software

[jira] [Commented] (NIFI-5822) ControllerServices not available during @OnScheduled

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

[GitHub] nifi issue #3171: NIFI-5822: Ensure that we don't call FlowController.getCon...

2018-11-15 Thread bbende
Github user bbende commented on the issue: https://github.com/apache/nifi/pull/3171 Reviewing... ---

[jira] [Commented] (MINIFICPP-558) Move PayloadSerializer in preparation for Coap

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

[GitHub] nifi-minifi-cpp pull request #437: MINIFICPP-558: initial provisioning for C...

2018-11-15 Thread arpadboda
Github user arpadboda commented on a diff in the pull request: https://github.com/apache/nifi-minifi-cpp/pull/437#discussion_r233942801 --- Diff: extensions/coap/controllerservice/CoapConnector.cpp --- @@ -0,0 +1,189 @@ +/** + * + * Licensed to the Apache Software

[jira] [Commented] (NIFI-5822) ControllerServices not available during @OnScheduled

2018-11-15 Thread Joseph Witt (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-5822?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16688412#comment-16688412 ] Joseph Witt commented on NIFI-5822: --- It appears this might be serious enough to warrant an Apache NiFi

[jira] [Commented] (MINIFICPP-558) Move PayloadSerializer in preparation for Coap

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

[GitHub] nifi-minifi-cpp pull request #437: MINIFICPP-558: initial provisioning for C...

2018-11-15 Thread arpadboda
Github user arpadboda commented on a diff in the pull request: https://github.com/apache/nifi-minifi-cpp/pull/437#discussion_r233941448 --- Diff: extensions/coap/controllerservice/CoapConnector.cpp --- @@ -0,0 +1,189 @@ +/** + * + * Licensed to the Apache Software

[jira] [Commented] (NIFI-5822) ControllerServices not available during @OnScheduled

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

[jira] [Updated] (NIFI-5822) ControllerServices not available during @OnScheduled

2018-11-15 Thread Mark Payne (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-5822?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Payne updated NIFI-5822: - Assignee: Mark Payne Affects Version/s: 1.8.0 Status: Patch Available (was:

[GitHub] nifi pull request #3171: NIFI-5822: Ensure that we don't call FlowController...

2018-11-15 Thread markap14
GitHub user markap14 opened a pull request: https://github.com/apache/nifi/pull/3171 NIFI-5822: Ensure that we don't call FlowController.getControllerServ… …iceProvider() before the ControllerServiceProvider has been initialized Thank you for submitting a contribution

[jira] [Updated] (NIFI-5822) ControllerServices not available during @OnScheduled

2018-11-15 Thread Mark Payne (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-5822?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Payne updated NIFI-5822: - Fix Version/s: 1.9.0 > ControllerServices not available during @OnScheduled >

[jira] [Resolved] (MINIFICPP-644) C API: add support to register terminate handler

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

[jira] [Updated] (NIFI-5822) ControllerServices not available during @OnScheduled

2018-11-15 Thread Mark Payne (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-5822?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Payne updated NIFI-5822: - Priority: Blocker (was: Major) > ControllerServices not available during @OnScheduled >

[jira] [Created] (NIFI-5822) ControllerServices not available during @OnScheduled

2018-11-15 Thread Peter Wicks (JIRA)
Peter Wicks created NIFI-5822: - Summary: ControllerServices not available during @OnScheduled Key: NIFI-5822 URL: https://issues.apache.org/jira/browse/NIFI-5822 Project: Apache NiFi Issue Type:

[jira] [Commented] (MINIFICPP-667) Create Structural definitions for moving away from C++ classes

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

[GitHub] nifi-minifi-cpp pull request #436: MINIFICPP-667: Add structural definitions...

2018-11-15 Thread arpadboda
Github user arpadboda commented on a diff in the pull request: https://github.com/apache/nifi-minifi-cpp/pull/436#discussion_r233919866 --- Diff: nanofi/include/core/utlist.h --- @@ -0,0 +1,1073 @@ +/* --- End diff -- Okay, fine for me. 👍 Happy to approve as it

[jira] [Commented] (MINIFICPP-667) Create Structural definitions for moving away from C++ classes

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

[GitHub] nifi-minifi-cpp pull request #436: MINIFICPP-667: Add structural definitions...

2018-11-15 Thread phrocker
Github user phrocker commented on a diff in the pull request: https://github.com/apache/nifi-minifi-cpp/pull/436#discussion_r233919353 --- Diff: nanofi/include/core/utlist.h --- @@ -0,0 +1,1073 @@ +/* --- End diff -- sorry CMAKE_SOURCE_DIR. It can go there and

[jira] [Commented] (MINIFICPP-667) Create Structural definitions for moving away from C++ classes

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

[jira] [Commented] (MINIFICPP-667) Create Structural definitions for moving away from C++ classes

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

[jira] [Commented] (MINIFICPP-667) Create Structural definitions for moving away from C++ classes

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

[GitHub] nifi-minifi-cpp pull request #436: MINIFICPP-667: Add structural definitions...

2018-11-15 Thread arpadboda
Github user arpadboda commented on a diff in the pull request: https://github.com/apache/nifi-minifi-cpp/pull/436#discussion_r233913935 --- Diff: nanofi/include/core/utlist.h --- @@ -0,0 +1,1073 @@ +/* --- End diff -- Not yet in nanofi :) Guess this library is

[jira] [Commented] (MINIFICPP-667) Create Structural definitions for moving away from C++ classes

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

[GitHub] nifi-minifi-cpp pull request #436: MINIFICPP-667: Add structural definitions...

2018-11-15 Thread phrocker
Github user phrocker commented on a diff in the pull request: https://github.com/apache/nifi-minifi-cpp/pull/436#discussion_r233913139 --- Diff: nanofi/include/core/utlist.h --- @@ -0,0 +1,1073 @@ +/* --- End diff -- We have a third party dir in the main directory,

[GitHub] nifi-minifi-cpp pull request #436: MINIFICPP-667: Add structural definitions...

2018-11-15 Thread phrocker
Github user phrocker commented on a diff in the pull request: https://github.com/apache/nifi-minifi-cpp/pull/436#discussion_r233913016 --- Diff: nanofi/include/core/utlist.h --- @@ -0,0 +1,1073 @@ +/* --- End diff -- Ah thanks for calling this out. I have a more

[jira] [Commented] (MINIFICPP-667) Create Structural definitions for moving away from C++ classes

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

[GitHub] nifi-minifi-cpp pull request #436: MINIFICPP-667: Add structural definitions...

2018-11-15 Thread phrocker
Github user phrocker commented on a diff in the pull request: https://github.com/apache/nifi-minifi-cpp/pull/436#discussion_r233911949 --- Diff: nanofi/include/core/cstructs.h --- @@ -76,6 +80,12 @@ typedef struct { *

[jira] [Commented] (MINIFICPP-667) Create Structural definitions for moving away from C++ classes

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

[jira] [Commented] (MINIFICPP-667) Create Structural definitions for moving away from C++ classes

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

[GitHub] nifi-minifi-cpp pull request #436: MINIFICPP-667: Add structural definitions...

2018-11-15 Thread phrocker
Github user phrocker commented on a diff in the pull request: https://github.com/apache/nifi-minifi-cpp/pull/436#discussion_r233911441 --- Diff: nanofi/src/api/nanofi.cpp --- @@ -72,19 +41,17 @@ class DirectoryConfiguration { * nifi_instance *create_instance(nifi_port const

[GitHub] nifi-minifi-cpp pull request #436: MINIFICPP-667: Add structural definitions...

2018-11-15 Thread arpadboda
Github user arpadboda commented on a diff in the pull request: https://github.com/apache/nifi-minifi-cpp/pull/436#discussion_r233910986 --- Diff: nanofi/src/api/nanofi.cpp --- @@ -72,19 +41,17 @@ class DirectoryConfiguration { * nifi_instance *create_instance(nifi_port const

[GitHub] nifi-minifi-cpp pull request #436: MINIFICPP-667: Add structural definitions...

2018-11-15 Thread phrocker
Github user phrocker commented on a diff in the pull request: https://github.com/apache/nifi-minifi-cpp/pull/436#discussion_r233910857 --- Diff: nanofi/include/core/cstructs.h --- @@ -76,6 +80,12 @@ typedef struct { *

[jira] [Commented] (MINIFICPP-667) Create Structural definitions for moving away from C++ classes

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

[GitHub] nifi-minifi-cpp pull request #436: MINIFICPP-667: Add structural definitions...

2018-11-15 Thread arpadboda
Github user arpadboda commented on a diff in the pull request: https://github.com/apache/nifi-minifi-cpp/pull/436#discussion_r233910142 --- Diff: nanofi/include/core/cstructs.h --- @@ -76,6 +80,12 @@ typedef struct { *

[jira] [Commented] (MINIFICPP-667) Create Structural definitions for moving away from C++ classes

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

[GitHub] nifi-minifi-cpp pull request #436: MINIFICPP-667: Add structural definitions...

2018-11-15 Thread arpadboda
Github user arpadboda commented on a diff in the pull request: https://github.com/apache/nifi-minifi-cpp/pull/436#discussion_r233909297 --- Diff: nanofi/include/core/utlist.h --- @@ -0,0 +1,1073 @@ +/* --- End diff -- I would prefer to place this file somewhere

[jira] [Commented] (NIFIREG-211) Add extension bundles as a type of versioned item

2018-11-15 Thread Otto Fowler (JIRA)
[ https://issues.apache.org/jira/browse/NIFIREG-211?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16688258#comment-16688258 ] Otto Fowler commented on NIFIREG-211: - Maybe that stuff would go into the pom then, and the pom info

[jira] [Commented] (NIFIREG-211) Add extension bundles as a type of versioned item

2018-11-15 Thread Bryan Bende (JIRA)
[ https://issues.apache.org/jira/browse/NIFIREG-211?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16688251#comment-16688251 ] Bryan Bende commented on NIFIREG-211: - I think so... I was thinking that there would be a way to

[jira] [Comment Edited] (NIFIREG-211) Add extension bundles as a type of versioned item

2018-11-15 Thread Bryan Bende (JIRA)
[ https://issues.apache.org/jira/browse/NIFIREG-211?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16688251#comment-16688251 ] Bryan Bende edited comment on NIFIREG-211 at 11/15/18 3:50 PM: --- I think

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

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

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

2018-11-15 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: 1.9.0 > Introduce batch size limit in PutDatabaseRecord processor >

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

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

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

2018-11-15 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: --- Resolution: Fixed Status: Resolved (was: Patch Available) > Introduce batch size limit in

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

2018-11-15 Thread mattyb149
Github user mattyb149 commented on the issue: https://github.com/apache/nifi/pull/3128 +1 LGTM, tested with various batch sizes and ran unit tests. Thanks for this improvment! Merged to master ---

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

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

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

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

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

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

[jira] [Commented] (NIFIREG-211) Add extension bundles as a type of versioned item

2018-11-15 Thread Otto Fowler (JIRA)
[ https://issues.apache.org/jira/browse/NIFIREG-211?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16688152#comment-16688152 ] Otto Fowler commented on NIFIREG-211: - Would it be possible to have a repository entry for a bundle

[jira] [Commented] (MINIFICPP-676) Cleanup and fix serializable interface implementation

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

[GitHub] nifi-minifi-cpp issue #440: MINIFICPP-676 - Cleanup and fix serializable int...

2018-11-15 Thread arpadboda
Github user arpadboda commented on the issue: https://github.com/apache/nifi-minifi-cpp/pull/440 A step forward, there is improvement left (a lot of code duplication exists in stream hierarchy), although this is enough for one PR. ---

[jira] [Commented] (MINIFICPP-676) Cleanup and fix serializable interface implementation

2018-11-15 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/MINIFICPP-676?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16688109#comment-16688109 ] ASF GitHub Bot commented on MINIFICPP-676: -- GitHub user arpadboda opened a pull request:

[GitHub] nifi-minifi-cpp pull request #440: MINIFICPP-676 - Cleanup and fix serializa...

2018-11-15 Thread arpadboda
GitHub user arpadboda opened a pull request: https://github.com/apache/nifi-minifi-cpp/pull/440 MINIFICPP-676 - Cleanup and fix serializable interface implementation Thank you for submitting a contribution to Apache NiFi - MiNiFi C++. In order to streamline the review of

[jira] [Commented] (NIFI-4957) Enable JoltTransformJSON to pickup a Jolt Spec file from a file location

2018-11-15 Thread Ryan Hendrickson (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-4957?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16688032#comment-16688032 ] Ryan Hendrickson commented on NIFI-4957: Thanks! > Enable JoltTransformJSON to pickup a Jolt Spec

[jira] [Assigned] (NIFI-4957) Enable JoltTransformJSON to pickup a Jolt Spec file from a file location

2018-11-15 Thread Ryan Hendrickson (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-4957?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ryan Hendrickson reassigned NIFI-4957: -- Assignee: Ryan Hendrickson > Enable JoltTransformJSON to pickup a Jolt Spec file from

[jira] [Commented] (NIFI-5238) Capital "F" in Jolt Transformation moves caret

2018-11-15 Thread Ryan Hendrickson (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-5238?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16688030#comment-16688030 ] Ryan Hendrickson commented on NIFI-5238: Agreed - Any idea why?  It's an awful strange bug to

[jira] [Created] (MINIFICPP-676) Cleanup and fix serializable interface implementation

2018-11-15 Thread Arpad Boda (JIRA)
Arpad Boda created MINIFICPP-676: Summary: Cleanup and fix serializable interface implementation Key: MINIFICPP-676 URL: https://issues.apache.org/jira/browse/MINIFICPP-676 Project: NiFi MiNiFi C++

[jira] [Commented] (MINIFICPP-645) Move from new to malloc in CAPI to facilitate eventual change from C++ to C

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

[jira] [Comment Edited] (NIFI-1101) Processor support Openstack Swift

2018-11-15 Thread Laurenceau Julien (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-1101?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16686824#comment-16686824 ] Laurenceau Julien edited comment on NIFI-1101 at 11/15/18 12:02 PM: I

[GitHub] nifi-minifi-cpp pull request #439: MINIFICPP-645 - Move from new to malloc i...

2018-11-15 Thread arpadboda
Github user arpadboda commented on a diff in the pull request: https://github.com/apache/nifi-minifi-cpp/pull/439#discussion_r233815698 --- Diff: nanofi/src/api/nanofi.cpp --- @@ -205,7 +205,7 @@ flow_file_record* create_ff_object(const char *file, const size_t len, const uin

[jira] [Commented] (MINIFICPP-645) Move from new to malloc in CAPI to facilitate eventual change from C++ to C

2018-11-15 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/MINIFICPP-645?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16687921#comment-16687921 ] ASF GitHub Bot commented on MINIFICPP-645: -- GitHub user arpadboda opened a pull request:

[GitHub] nifi-minifi-cpp pull request #439: MINIFICPP-645 - Move from new to malloc i...

2018-11-15 Thread arpadboda
GitHub user arpadboda opened a pull request: https://github.com/apache/nifi-minifi-cpp/pull/439 MINIFICPP-645 - Move from new to malloc in CAPI to facilitate eventua… …l change from C++ to C Thank you for submitting a contribution to Apache NiFi - MiNiFi C++.

[jira] [Assigned] (MINIFICPP-645) Move from new to malloc in CAPI to facilitate eventual change from C++ to C

2018-11-15 Thread Arpad Boda (JIRA)
[ https://issues.apache.org/jira/browse/MINIFICPP-645?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Arpad Boda reassigned MINIFICPP-645: Assignee: Arpad Boda > Move from new to malloc in CAPI to facilitate eventual change

[jira] [Updated] (NIFI-1101) Processor support Openstack Swift

2018-11-15 Thread Pierre Villard (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-1101?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pierre Villard updated NIFI-1101: - Status: Reopened (was: Closed) > Processor support Openstack Swift >

[jira] [Commented] (NIFI-1101) Processor support Openstack Swift

2018-11-15 Thread Pierre Villard (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-1101?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16687780#comment-16687780 ] Pierre Villard commented on NIFI-1101: -- Thanks [~julienlau] - re-opening the JIRA based on your info.

[jira] [Commented] (NIFI-1101) Processor support Openstack Swift

2018-11-15 Thread Laurenceau Julien (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-1101?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16687755#comment-16687755 ] Laurenceau Julien commented on NIFI-1101: - Good question :) ... No I don't. Anyway, I wanted to

[jira] [Commented] (NIFI-1101) Processor support Openstack Swift

2018-11-15 Thread Pierre Villard (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-1101?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16687681#comment-16687681 ] Pierre Villard commented on NIFI-1101: -- [~julienlau] - do you intend contributing a processor for

[jira] [Commented] (NIFI-1101) Processor support Openstack Swift

2018-11-15 Thread Laurenceau Julien (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-1101?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16687648#comment-16687648 ] Laurenceau Julien commented on NIFI-1101: - Ok after numerous tests I turns out that my cloud

<    1   2