[jira] [Commented] (NIFI-5807) ListFTP uncaught exception

2018-12-06 Thread JIRA
[ https://issues.apache.org/jira/browse/NIFI-5807?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16711105#comment-16711105 ] Radim Kučera commented on NIFI-5807: Hi! Well I'd already tried almost everything, stracing the nifi

[jira] [Commented] (NIFI-5875) PriorityAttributePrioritizer documentation is not clear.

2018-12-06 Thread Wil Selwood (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-5875?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16711239#comment-16711239 ] Wil Selwood commented on NIFI-5875: --- PR will follow shortly > PriorityAttributePrioritizer

[GitHub] nifi pull request #3205: NIFI-5875 Improve docs around the PriorityAttribute...

2018-12-06 Thread wselwood
GitHub user wselwood opened a pull request: https://github.com/apache/nifi/pull/3205 NIFI-5875 Improve docs around the PriorityAttributePrioritizer Clear up the documentation around the PriorityAttributePrioritizer to make it clearer that if the attributes are both number the

[jira] [Created] (NIFI-5875) PriorityAttributePrioritizer documentation is not clear.

2018-12-06 Thread Wil Selwood (JIRA)
Wil Selwood created NIFI-5875: - Summary: PriorityAttributePrioritizer documentation is not clear. Key: NIFI-5875 URL: https://issues.apache.org/jira/browse/NIFI-5875 Project: Apache NiFi Issue

[jira] [Commented] (NIFI-5875) PriorityAttributePrioritizer documentation is not clear.

2018-12-06 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-5875?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16711240#comment-16711240 ] ASF GitHub Bot commented on NIFI-5875: -- GitHub user wselwood opened a pull request:

[jira] [Assigned] (MINIFICPP-695) NanoFi Examples appear to be broken

2018-12-06 Thread Arpad Boda (JIRA)
[ https://issues.apache.org/jira/browse/MINIFICPP-695?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Arpad Boda reassigned MINIFICPP-695: Assignee: Arpad Boda > NanoFi Examples appear to be broken >

[jira] [Updated] (NIFI-5877) Protect against null ClusterStatus in HBase Client Service

2018-12-06 Thread Bryan Bende (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-5877?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bryan Bende updated NIFI-5877: -- Status: Patch Available (was: Open) > Protect against null ClusterStatus in HBase Client Service >

[GitHub] nifi-minifi pull request #148: MINIFI-482 Provide support for multiple URIs.

2018-12-06 Thread apiri
Github user apiri commented on a diff in the pull request: https://github.com/apache/nifi-minifi/pull/148#discussion_r239583364 --- Diff: minifi-commons/minifi-commons-schema/src/main/java/org/apache/nifi/minifi/commons/schema/RemoteProcessGroupSchema.java --- @@ -151,7 +152,7 @@

[jira] [Commented] (NIFI-5877) Protect against null ClusterStatus in HBase Client Service

2018-12-06 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-5877?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16711964#comment-16711964 ] ASF GitHub Bot commented on NIFI-5877: -- GitHub user bbende opened a pull request:

[jira] [Updated] (NIFI-5877) Protect against null ClusterStatus in HBase Client Service

2018-12-06 Thread Pierre Villard (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-5877?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pierre Villard updated NIFI-5877: - Resolution: Fixed Fix Version/s: 1.9.0 Status: Resolved (was: Patch Available)

[GitHub] nifi pull request #3207: NIFI-5879: Fixed bug in FileSystemRepository that c...

2018-12-06 Thread markap14
GitHub user markap14 opened a pull request: https://github.com/apache/nifi/pull/3207 NIFI-5879: Fixed bug in FileSystemRepository that can occur if an Inp… …utStream is obtained, then more data is written to the Content Claim - the InputStream would end before allowing the

[jira] [Created] (NIFI-5879) ContentNotFoundException thrown if a FlowFile's content claim is read, then written to, then read again, within the same ProcessSession

2018-12-06 Thread Mark Payne (JIRA)
Mark Payne created NIFI-5879: Summary: ContentNotFoundException thrown if a FlowFile's content claim is read, then written to, then read again, within the same ProcessSession Key: NIFI-5879 URL:

[GitHub] nifi pull request #3206: NIFI-5877 Protecting against null values when obtai...

2018-12-06 Thread bbende
GitHub user bbende opened a pull request: https://github.com/apache/nifi/pull/3206 NIFI-5877 Protecting against null values when obtaining master address Thank you for submitting a contribution to Apache NiFi. In order to streamline the review of the contribution we ask you

[jira] [Created] (NIFI-5878) Error converting JDBC data to Avro

2018-12-06 Thread JIRA
Mårten Lindblad created NIFI-5878: - Summary: Error converting JDBC data to Avro Key: NIFI-5878 URL: https://issues.apache.org/jira/browse/NIFI-5878 Project: Apache NiFi Issue Type: Bug

[jira] [Commented] (NIFI-5877) Protect against null ClusterStatus in HBase Client Service

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

[jira] [Commented] (NIFI-5877) Protect against null ClusterStatus in HBase Client Service

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

[GitHub] nifi issue #3206: NIFI-5877 Protecting against null values when obtaining ma...

2018-12-06 Thread pvillard31
Github user pvillard31 commented on the issue: https://github.com/apache/nifi/pull/3206 +1, merging to master, thanks @bbende ---

[jira] [Updated] (NIFI-5877) Protect against null ClusterStatus in HBase Client Service

2018-12-06 Thread Pierre Villard (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-5877?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pierre Villard updated NIFI-5877: - Component/s: Extensions > Protect against null ClusterStatus in HBase Client Service >

[jira] [Commented] (NIFI-5877) Protect against null ClusterStatus in HBase Client Service

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

[GitHub] nifi pull request #3206: NIFI-5877 Protecting against null values when obtai...

2018-12-06 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/nifi/pull/3206 ---

[jira] [Updated] (NIFI-5879) ContentNotFoundException thrown if a FlowFile's content claim is read, then written to, then read again, within the same ProcessSession

2018-12-06 Thread Mark Payne (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-5879?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Payne updated NIFI-5879: - Status: Patch Available (was: Open) > ContentNotFoundException thrown if a FlowFile's content claim is

[jira] [Commented] (NIFI-5879) ContentNotFoundException thrown if a FlowFile's content claim is read, then written to, then read again, within the same ProcessSession

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

[GitHub] nifi issue #3176: NIFI-5830 RedisConnectionPoolService does not work with St...

2018-12-06 Thread pvillard31
Github user pvillard31 commented on the issue: https://github.com/apache/nifi/pull/3176 Changes make sense to me, reproduced the issue with a Docker instance and confirmed this PR fixes the issue when using a standalone Redis instance. +1, merging to master, thanks @javajefe ---

[jira] [Commented] (NIFI-5872) Add compression option on JsonRecordSetWriter

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

[jira] [Updated] (NIFI-5830) RedisConnectionPoolService does not work with Standalone Redis using non-localhost deployment

2018-12-06 Thread Pierre Villard (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-5830?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pierre Villard updated NIFI-5830: - Resolution: Fixed Fix Version/s: 1.9.0 Status: Resolved (was: Patch Available)

[jira] [Created] (NIFI-5880) anyDelineatedValue equals test not working

2018-12-06 Thread Yan Chen (JIRA)
Yan Chen created NIFI-5880: -- Summary: anyDelineatedValue equals test not working Key: NIFI-5880 URL: https://issues.apache.org/jira/browse/NIFI-5880 Project: Apache NiFi Issue Type: Bug Affects

[jira] [Commented] (NIFI-5872) Add compression option on JsonRecordSetWriter

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

[GitHub] nifi pull request #3208: NIFI-5872 - Added compression option to JsonRecordS...

2018-12-06 Thread pvillard31
GitHub user pvillard31 opened a pull request: https://github.com/apache/nifi/pull/3208 NIFI-5872 - Added compression option to JsonRecordSetWriter Thank you for submitting a contribution to Apache NiFi. In order to streamline the review of the contribution we ask you to

[GitHub] nifi pull request #3176: NIFI-5830 RedisConnectionPoolService does not work ...

2018-12-06 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/nifi/pull/3176 ---

[jira] [Commented] (NIFI-5830) RedisConnectionPoolService does not work with Standalone Redis using non-localhost deployment

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

[GitHub] nifi issue #3208: NIFI-5872 - Added compression option to JsonRecordSetWrite...

2018-12-06 Thread pvillard31
Github user pvillard31 commented on the issue: https://github.com/apache/nifi/pull/3208 Ran a test on my laptop with a workflow generating a lot of data: - without compression, I reached 129M events / 11.15GB out per 5 minutes - with compression (Snappy), I reached 161M events

[jira] [Updated] (NIFI-5872) Add compression option on JsonRecordSetWriter

2018-12-06 Thread Pierre Villard (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-5872?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pierre Villard updated NIFI-5872: - Status: Patch Available (was: Open) > Add compression option on JsonRecordSetWriter >

[jira] [Commented] (NIFI-5830) RedisConnectionPoolService does not work with Standalone Redis using non-localhost deployment

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

[jira] [Commented] (NIFI-5830) RedisConnectionPoolService does not work with Standalone Redis using non-localhost deployment

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

[jira] [Updated] (MINIFICPP-693) getProperty should rely on user provided allocated buffers.

2018-12-06 Thread Mr TheSegfault (JIRA)
[ https://issues.apache.org/jira/browse/MINIFICPP-693?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mr TheSegfault updated MINIFICPP-693: - Description: Assuming this is a provision from the current release we should be able

[jira] [Created] (MINIFICPP-694) Ensure that processor consist of proper phases

2018-12-06 Thread Mr TheSegfault (JIRA)
Mr TheSegfault created MINIFICPP-694: Summary: Ensure that processor consist of proper phases Key: MINIFICPP-694 URL: https://issues.apache.org/jira/browse/MINIFICPP-694 Project: NiFi MiNiFi C++

[jira] [Commented] (MINIFICPP-682) C API: provide functions to create custom processors

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

[GitHub] nifi-minifi-cpp pull request #448: MINIFICPP-682 - C API: provide functions ...

2018-12-06 Thread phrocker
Github user phrocker commented on a diff in the pull request: https://github.com/apache/nifi-minifi-cpp/pull/448#discussion_r239481840 --- Diff: nanofi/include/api/nanofi.h --- @@ -165,6 +355,31 @@ uint8_t remove_attribute(flow_file_record*, char *key); int

[jira] [Created] (MINIFICPP-695) NanoFi Examples appear to be broken

2018-12-06 Thread Mr TheSegfault (JIRA)
Mr TheSegfault created MINIFICPP-695: Summary: NanoFi Examples appear to be broken Key: MINIFICPP-695 URL: https://issues.apache.org/jira/browse/MINIFICPP-695 Project: NiFi MiNiFi C++

[GitHub] nifi-minifi-cpp issue #448: MINIFICPP-682 - C API: provide functions to crea...

2018-12-06 Thread phrocker
Github user phrocker commented on the issue: https://github.com/apache/nifi-minifi-cpp/pull/448 Also added https://issues.apache.org/jira/browse/MINIFICPP-695 since examples don't appear to work in testing. Merging anyway so we can fix that as a follow on ---

[jira] [Commented] (MINIFICPP-682) C API: provide functions to create custom processors

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

[jira] [Resolved] (MINIFICPP-690) Fix issue in RPG and regenerate docs

2018-12-06 Thread Aldrin Piri (JIRA)
[ https://issues.apache.org/jira/browse/MINIFICPP-690?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aldrin Piri resolved MINIFICPP-690. --- Resolution: Fixed Fix Version/s: 0.6.0 > Fix issue in RPG and regenerate docs >

[jira] [Commented] (NIFI-1893) Add processor for validating JSON

2018-12-06 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-1893?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16712238#comment-16712238 ] ASF GitHub Bot commented on NIFI-1893: -- Github user nileio commented on the issue:

[GitHub] nifi issue #1037: NIFI-1893 Add processor for validating JSON

2018-12-06 Thread nileio
Github user nileio commented on the issue: https://github.com/apache/nifi/pull/1037 @basvank not sure if any further progress has been done or there is alternative solutions for this ? someone has suggested using https://github.com/java-json-tools/json-schema-validator ..

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

2018-12-06 Thread Kislay Kumar (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-4621?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kislay Kumar reassigned NIFI-4621: -- Assignee: Kislay Kumar (was: Peter Wicks) > Allow inputs to ListSFTP and ListFTP >

[jira] [Commented] (NIFI-1893) Add processor for validating JSON

2018-12-06 Thread Sam Marko (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-1893?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16712205#comment-16712205 ] Sam Marko commented on NIFI-1893: - Hi [~hondawei] , i am looking to do the same thing and was looking at

[jira] [Commented] (NIFI-5807) ListFTP uncaught exception

2018-12-06 Thread Koji Kawamura (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-5807?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16712266#comment-16712266 ] Koji Kawamura commented on NIFI-5807: - I hope it worked. That's a great idea for adding this into NiFi

[jira] [Commented] (NIFI-5875) PriorityAttributePrioritizer documentation is not clear.

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

[GitHub] nifi pull request #3205: NIFI-5875 Improve docs around the PriorityAttribute...

2018-12-06 Thread ijokarumawak
Github user ijokarumawak commented on a diff in the pull request: https://github.com/apache/nifi/pull/3205#discussion_r239684255 --- Diff: nifi-docs/src/main/asciidoc/user-guide.adoc --- @@ -1091,7 +1091,7 @@ The following prioritizers are available: -

[jira] [Commented] (NIFI-5874) CSVReader and CSVRecordSetWriter inject transformed backslash sequences from input

2018-12-06 Thread Ed Berezitsky (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-5874?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16711403#comment-16711403 ] Ed Berezitsky commented on NIFI-5874: - Attached template to fully reproduce this issue. Even if

[GitHub] nifi-minifi-cpp issue #456: MINIFICPP-690: Correct log statement and regener...

2018-12-06 Thread apiri
Github user apiri commented on the issue: https://github.com/apache/nifi-minifi-cpp/pull/456 reviewing ---

[jira] [Commented] (MINIFICPP-690) Fix issue in RPG and regenerate docs

2018-12-06 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/MINIFICPP-690?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16711432#comment-16711432 ] ASF GitHub Bot commented on MINIFICPP-690: -- Github user apiri commented on the issue:

[jira] [Commented] (MINIFICPP-690) Fix issue in RPG and regenerate docs

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

[GitHub] nifi-minifi-cpp pull request #456: MINIFICPP-690: Correct log statement and ...

2018-12-06 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/nifi-minifi-cpp/pull/456 ---

[jira] [Created] (NIFI-5876) PutHDFS executes with SUCESS, although exception in logs and no file saved.

2018-12-06 Thread Jan-Henrik Preuss (JIRA)
Jan-Henrik Preuss created NIFI-5876: --- Summary: PutHDFS executes with SUCESS, although exception in logs and no file saved. Key: NIFI-5876 URL: https://issues.apache.org/jira/browse/NIFI-5876

[GitHub] nifi-minifi-cpp pull request #456: MINIFICPP-690: Correct log statement and ...

2018-12-06 Thread phrocker
GitHub user phrocker opened a pull request: https://github.com/apache/nifi-minifi-cpp/pull/456 MINIFICPP-690: Correct log statement and regenerate docs Thank you for submitting a contribution to Apache NiFi - MiNiFi C++. In order to streamline the review of the contribution

[jira] [Created] (MINIFICPP-690) Fix issue in RPG and regenerate docs

2018-12-06 Thread Mr TheSegfault (JIRA)
Mr TheSegfault created MINIFICPP-690: Summary: Fix issue in RPG and regenerate docs Key: MINIFICPP-690 URL: https://issues.apache.org/jira/browse/MINIFICPP-690 Project: NiFi MiNiFi C++

[jira] [Commented] (MINIFICPP-690) Fix issue in RPG and regenerate docs

2018-12-06 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/MINIFICPP-690?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16711359#comment-16711359 ] ASF GitHub Bot commented on MINIFICPP-690: -- GitHub user phrocker opened a pull request:

[jira] [Updated] (NIFI-5874) CSVReader and CSVRecordSetWriter inject transformed backslash sequences from input

2018-12-06 Thread Ed Berezitsky (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-5874?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ed Berezitsky updated NIFI-5874: Attachment: csv_bug.xml Description: If there is backslash sequence (like \t, \n, etc) in the

[jira] [Created] (MINIFICPP-691) Add missing processors to PROCESSORS.md

2018-12-06 Thread Mr TheSegfault (JIRA)
Mr TheSegfault created MINIFICPP-691: Summary: Add missing processors to PROCESSORS.md Key: MINIFICPP-691 URL: https://issues.apache.org/jira/browse/MINIFICPP-691 Project: NiFi MiNiFi C++

[GitHub] nifi pull request #3209: Minor Fix for README.md

2018-12-06 Thread justsml
GitHub user justsml opened a pull request: https://github.com/apache/nifi/pull/3209 Minor Fix for README.md Super minor fix: Added missing escape slash to docker command. You can merge this pull request into a Git repository by running: $ git pull

[GitHub] nifi issue #3200: NIFI-5826 Fix back-slash escaping at Lexers

2018-12-06 Thread ijokarumawak
Github user ijokarumawak commented on the issue: https://github.com/apache/nifi/pull/3200 @bdesert @ottobackwards Thanks for reviewing. I've added unit tests. As a reference, I run the added tests with Lexer before this PR. Following tests failed with current Lexer, but

[jira] [Commented] (NIFI-5826) UpdateRecord processor throwing PatternSyntaxException

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

[jira] [Updated] (MINIFICPP-691) Improve method of gathering processor documentation and providing to C2

2018-12-06 Thread Mr TheSegfault (JIRA)
[ https://issues.apache.org/jira/browse/MINIFICPP-691?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mr TheSegfault updated MINIFICPP-691: - Summary: Improve method of gathering processor documentation and providing to C2

[jira] [Updated] (MINIFICPP-691) Improve method of gathering processor documentation and providing to C2

2018-12-06 Thread Mr TheSegfault (JIRA)
[ https://issues.apache.org/jira/browse/MINIFICPP-691?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mr TheSegfault updated MINIFICPP-691: - Description: Improve method of gathering processor documentation and providing to C2

[GitHub] nifi-minifi-cpp pull request #457: MINIFICPP-691: Add method for getting pro...

2018-12-06 Thread phrocker
GitHub user phrocker opened a pull request: https://github.com/apache/nifi-minifi-cpp/pull/457 MINIFICPP-691: Add method for getting processor description. Internal… … API change, but is strictly voluntary for contributors Based on work from September -- enables us to

[jira] [Commented] (MINIFICPP-691) Improve method of gathering processor documentation and providing to C2

2018-12-06 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/MINIFICPP-691?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16711663#comment-16711663 ] ASF GitHub Bot commented on MINIFICPP-691: -- GitHub user phrocker opened a pull request:

[jira] [Created] (NIFI-5877) Protect against null ClusterStatus in HBase Client Service

2018-12-06 Thread Bryan Bende (JIRA)
Bryan Bende created NIFI-5877: - Summary: Protect against null ClusterStatus in HBase Client Service Key: NIFI-5877 URL: https://issues.apache.org/jira/browse/NIFI-5877 Project: Apache NiFi Issue

[jira] [Closed] (NIFI-5876) PutHDFS executes with SUCESS, although exception in logs and no file saved.

2018-12-06 Thread Sivaprasanna Sethuraman (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-5876?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sivaprasanna Sethuraman closed NIFI-5876. - Closing the issue as it is not a bug. [~preja] Feel free to open it back, if you

[jira] [Resolved] (NIFI-5876) PutHDFS executes with SUCESS, although exception in logs and no file saved.

2018-12-06 Thread Sivaprasanna Sethuraman (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-5876?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sivaprasanna Sethuraman resolved NIFI-5876. --- Resolution: Not A Bug Fix Version/s: 1.8.0 This is not an issue. The

[jira] [Commented] (MINIFICPP-682) C API: provide functions to create custom processors

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

[GitHub] nifi-minifi-cpp pull request #448: MINIFICPP-682 - C API: provide functions ...

2018-12-06 Thread phrocker
Github user phrocker commented on a diff in the pull request: https://github.com/apache/nifi-minifi-cpp/pull/448#discussion_r239477701 --- Diff: nanofi/include/api/nanofi.h --- @@ -68,60 +94,173 @@ typedef int c2_start_callback(char *); void enable_async_c2(nifi_instance

[jira] [Commented] (MINIFICPP-682) C API: provide functions to create custom processors

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

[jira] [Updated] (MINIFICPP-692) Ensure calls to get a flowfile are consistent across languages

2018-12-06 Thread Mr TheSegfault (JIRA)
[ https://issues.apache.org/jira/browse/MINIFICPP-692?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mr TheSegfault updated MINIFICPP-692: - Labels: nanofi (was: ) > Ensure calls to get a flowfile are consistent across

[jira] [Updated] (MINIFICPP-693) getProperty should rely on user provided allocated buffers.

2018-12-06 Thread Mr TheSegfault (JIRA)
[ https://issues.apache.org/jira/browse/MINIFICPP-693?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mr TheSegfault updated MINIFICPP-693: - Description: Assuming this is a provision from the current release we should be able

[jira] [Commented] (MINIFICPP-682) C API: provide functions to create custom processors

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

[jira] [Updated] (MINIFICPP-694) Ensure that processor consist of proper phases

2018-12-06 Thread Mr TheSegfault (JIRA)
[ https://issues.apache.org/jira/browse/MINIFICPP-694?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mr TheSegfault updated MINIFICPP-694: - Labels: nanofi (was: ) > Ensure that processor consist of proper phases >

[jira] [Updated] (MINIFICPP-693) getProperty should rely on user provided allocated buffers.

2018-12-06 Thread Mr TheSegfault (JIRA)
[ https://issues.apache.org/jira/browse/MINIFICPP-693?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mr TheSegfault updated MINIFICPP-693: - Labels: nanofi (was: nanofo) > getProperty should rely on user provided allocated

[GitHub] nifi-minifi-cpp pull request #448: MINIFICPP-682 - C API: provide functions ...

2018-12-06 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/nifi-minifi-cpp/pull/448 ---

[GitHub] nifi-minifi-cpp pull request #448: MINIFICPP-682 - C API: provide functions ...

2018-12-06 Thread phrocker
Github user phrocker commented on a diff in the pull request: https://github.com/apache/nifi-minifi-cpp/pull/448#discussion_r239477181 --- Diff: nanofi/include/api/nanofi.h --- @@ -71,62 +94,173 @@ typedef int c2_start_callback(char *); void enable_async_c2(nifi_instance

[jira] [Created] (MINIFICPP-692) Ensure calls to get a flowfile are consistent across languages

2018-12-06 Thread Mr TheSegfault (JIRA)
Mr TheSegfault created MINIFICPP-692: Summary: Ensure calls to get a flowfile are consistent across languages Key: MINIFICPP-692 URL: https://issues.apache.org/jira/browse/MINIFICPP-692 Project:

[jira] [Created] (MINIFICPP-693) getProperty should rely on user provided allocated buffers.

2018-12-06 Thread Mr TheSegfault (JIRA)
Mr TheSegfault created MINIFICPP-693: Summary: getProperty should rely on user provided allocated buffers. Key: MINIFICPP-693 URL: https://issues.apache.org/jira/browse/MINIFICPP-693 Project:

[GitHub] nifi-minifi-cpp pull request #448: MINIFICPP-682 - C API: provide functions ...

2018-12-06 Thread phrocker
Github user phrocker commented on a diff in the pull request: https://github.com/apache/nifi-minifi-cpp/pull/448#discussion_r239479166 --- Diff: nanofi/include/api/nanofi.h --- @@ -68,60 +94,173 @@ typedef int c2_start_callback(char *); void enable_async_c2(nifi_instance

[jira] [Commented] (MINIFICPP-682) C API: provide functions to create custom processors

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