[jira] [Commented] (NIFI-3036) Resource Claim can violate its "isInUse" assumption causing Null Pointer Exceptions

2017-05-31 Thread Joseph Witt (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-3036?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16031398#comment-16031398 ] Joseph Witt commented on NIFI-3036: --- very possibly related to this fix

[jira] [Commented] (NIFI-3995) Update 'Schema Access Strategy' for Hwx Content Encoded Schema to use updated header info

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

[GitHub] nifi issue #1873: NIFI-3995: No longer use the 14th byte in the header for h...

2017-05-31 Thread joewitt
Github user joewitt commented on the issue: https://github.com/apache/nifi/pull/1873 i believe i can handle this two liner :-) --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature

[jira] [Updated] (NIFI-3996) MergeContent needs more AttributeStrategy implementations.

2017-05-31 Thread Matthew Wilson (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-3996?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matthew Wilson updated NIFI-3996: - Attachment: (was: KeepFirstAttributeStrategy.txt) > MergeContent needs more AttributeStrategy

[jira] [Updated] (NIFI-3996) MergeContent needs more AttributeStrategy implementations.

2017-05-31 Thread Matthew Wilson (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-3996?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matthew Wilson updated NIFI-3996: - Attachment: KeepFirstAttributeStrategy.txt > MergeContent needs more AttributeStrategy

[jira] [Updated] (NIFI-3996) MergeContent needs more AttributeStrategy implementations.

2017-05-31 Thread Matthew Wilson (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-3996?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matthew Wilson updated NIFI-3996: - Description: The MergeContent processor currently has two strategies for merging properties. We

[jira] [Updated] (NIFI-3996) MergeContent needs more AttributeStrategy implementations.

2017-05-31 Thread Matthew Wilson (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-3996?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matthew Wilson updated NIFI-3996: - Description: The MergeContent processor currently has two strategies for merging properties. We

[GitHub] nifi pull request #1873: NIFI-3995: No longer use the 14th byte in the heade...

2017-05-31 Thread markap14
GitHub user markap14 opened a pull request: https://github.com/apache/nifi/pull/1873 NIFI-3995: No longer use the 14th byte in the header for hwx content-… …encoded schema reference Thank you for submitting a contribution to Apache NiFi. In order to streamline

[GitHub] nifi-minifi-cpp pull request #104: MINIFI-296 - Configurable logging, spdlog...

2017-05-31 Thread apiri
Github user apiri commented on a diff in the pull request: https://github.com/apache/nifi-minifi-cpp/pull/104#discussion_r119173661 --- Diff: thirdparty/spdlog-0.13.0/include/spdlog/fmt/bundled/format.h --- @@ -1,29 +1,29 @@ /* -Formatting library for C++ -

[jira] [Updated] (NIFI-3995) Update 'Schema Access Strategy' for Hwx Content Encoded Schema to use updated header info

2017-05-31 Thread Mark Payne (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-3995?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Payne updated NIFI-3995: - Fix Version/s: 1.3.0 Status: Patch Available (was: Open) > Update 'Schema Access Strategy' for

[jira] [Commented] (NIFI-3995) Update 'Schema Access Strategy' for Hwx Content Encoded Schema to use updated header info

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

[GitHub] nifi-minifi-cpp pull request #104: MINIFI-296 - Configurable logging, spdlog...

2017-05-31 Thread apiri
Github user apiri commented on a diff in the pull request: https://github.com/apache/nifi-minifi-cpp/pull/104#discussion_r119377373 --- Diff: thirdparty/spdlog-0.13.0/cmake/Config.cmake.in --- @@ -0,0 +1,24 @@ +#

[GitHub] nifi-minifi-cpp pull request #104: MINIFI-296 - Configurable logging, spdlog...

2017-05-31 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/nifi-minifi-cpp/pull/104 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the

[jira] [Commented] (NIFI-3036) Resource Claim can violate its "isInUse" assumption causing Null Pointer Exceptions

2017-05-31 Thread Azrael Seoeun (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-3036?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16031365#comment-16031365 ] Azrael Seoeun commented on NIFI-3036: - I am not sure this is the right place to comment. If not, let me

[jira] [Comment Edited] (NIFI-3036) Resource Claim can violate its "isInUse" assumption causing Null Pointer Exceptions

2017-05-31 Thread Azrael Seoeun (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-3036?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16031365#comment-16031365 ] Azrael Seoeun edited comment on NIFI-3036 at 5/31/17 3:49 PM: -- I am not sure

[GitHub] nifi-minifi-cpp pull request #103: MINIFI-177 Incorporating Apache RAT to bu...

2017-05-31 Thread brosander
Github user brosander commented on a diff in the pull request: https://github.com/apache/nifi-minifi-cpp/pull/103#discussion_r119398420 --- Diff: cmake/RunApacheRAT.cmake --- @@ -0,0 +1,44 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more

[GitHub] nifi-minifi-cpp pull request #103: MINIFI-177 Incorporating Apache RAT to bu...

2017-05-31 Thread brosander
Github user brosander commented on a diff in the pull request: https://github.com/apache/nifi-minifi-cpp/pull/103#discussion_r119398723 --- Diff: cmake/RunApacheRAT.cmake --- @@ -0,0 +1,44 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more

[jira] [Created] (NIFI-3996) MergeContent needs more AttributeStrategy implementations.

2017-05-31 Thread Matthew Wilson (JIRA)
Matthew Wilson created NIFI-3996: Summary: MergeContent needs more AttributeStrategy implementations. Key: NIFI-3996 URL: https://issues.apache.org/jira/browse/NIFI-3996 Project: Apache NiFi

[jira] [Updated] (NIFI-4000) Auto-Incremental For GetFTP processor

2017-05-31 Thread YANGFEIRAN (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-4000?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] YANGFEIRAN updated NIFI-4000: - Description: Hello, I am a NIFI user. When I am using the GetFTP processor, I realized that the

[jira] [Updated] (NIFI-4000) Auto-Incremental For GetFTP processor

2017-05-31 Thread YANGFEIRAN (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-4000?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] YANGFEIRAN updated NIFI-4000: - Description: Hello, I am a NIFI user. When I am using the GetFTP processor, I realized that the

[GitHub] nifi-minifi-cpp pull request #109: MINIFI-330: convert const char* to std::s...

2017-05-31 Thread phrocker
GitHub user phrocker opened a pull request: https://github.com/apache/nifi-minifi-cpp/pull/109 MINIFI-330: convert const char* to std::string Thank you for submitting a contribution to Apache NiFi - MiNiFi C++. In order to streamline the review of the contribution we ask

[jira] [Created] (NIFI-3999) DeleteSQS Should Allow Receipt Handle Configuration

2017-05-31 Thread James Wing (JIRA)
James Wing created NIFI-3999: Summary: DeleteSQS Should Allow Receipt Handle Configuration Key: NIFI-3999 URL: https://issues.apache.org/jira/browse/NIFI-3999 Project: Apache NiFi Issue Type:

[jira] [Updated] (NIFI-4000) Auto-Incremental For GetFTP processor

2017-05-31 Thread YANGFEIRAN (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-4000?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] YANGFEIRAN updated NIFI-4000: - Description: Hello, I am a NIFI user. When I am using the GetFTP processor, I realized that the

[jira] [Created] (NIFI-4000) Auto-Incremental For GetFTP processor

2017-05-31 Thread YANGFEIRAN (JIRA)
YANGFEIRAN created NIFI-4000: Summary: Auto-Incremental For GetFTP processor Key: NIFI-4000 URL: https://issues.apache.org/jira/browse/NIFI-4000 Project: Apache NiFi Issue Type: Improvement

[jira] [Commented] (NIFI-106) Processor Counters should be included in the Status Reports

2017-05-31 Thread Pierre Villard (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-106?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16031806#comment-16031806 ] Pierre Villard commented on NIFI-106: - [~jgresock], is NIFI-3293 what you are looking for? Probably not

[GitHub] nifi issue #1696: NIFI-1655 - Add .gitattributes to specifically define

2017-05-31 Thread trixpan
Github user trixpan commented on the issue: https://github.com/apache/nifi/pull/1696 @jfrazee this seems to be passing tests now. Let me know what you think --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your

[jira] [Commented] (NIFI-1655) create .gitattributes

2017-05-31 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-1655?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16031890#comment-16031890 ] ASF GitHub Bot commented on NIFI-1655: -- Github user trixpan commented on the issue:

[jira] [Commented] (NIFI-3907) Web Api - Response headers

2017-05-31 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-3907?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16031899#comment-16031899 ] ASF subversion and git services commented on NIFI-3907: --- Commit

[jira] [Commented] (NIFI-3906) UI - Additional user input validation

2017-05-31 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-3906?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16031901#comment-16031901 ] ASF subversion and git services commented on NIFI-3906: --- Commit

[jira] [Commented] (NIFI-3995) Update 'Schema Access Strategy' for Hwx Content Encoded Schema to use updated header info

2017-05-31 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-3995?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16031575#comment-16031575 ] ASF subversion and git services commented on NIFI-3995: --- Commit

[GitHub] nifi pull request #1874: NiFi 3973 - Create a new Kudu Processor to ingest d...

2017-05-31 Thread cammachusa
GitHub user cammachusa opened a pull request: https://github.com/apache/nifi/pull/1874 NiFi 3973 - Create a new Kudu Processor to ingest data NiFi 3973 - Create a new Kudu Processor to ingest data into Kudu data storage. You can merge this pull request into a Git repository

[jira] [Commented] (NIFI-3995) Update 'Schema Access Strategy' for Hwx Content Encoded Schema to use updated header info

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

[GitHub] nifi pull request #1873: NIFI-3995: No longer use the 14th byte in the heade...

2017-05-31 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/nifi/pull/1873 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is

[jira] [Updated] (NIFI-3907) Web Api - Response headers

2017-05-31 Thread Matt Gilman (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-3907?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matt Gilman updated NIFI-3907: -- Fix Version/s: 0.7.4 > Web Api - Response headers > -- > > Key:

[jira] [Updated] (NIFI-3906) UI - Additional user input validation

2017-05-31 Thread Matt Gilman (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-3906?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matt Gilman updated NIFI-3906: -- Fix Version/s: 0.7.4 > UI - Additional user input validation > - > >

[jira] [Commented] (NIFI-106) Processor Counters should be included in the Status Reports

2017-05-31 Thread Joseph Witt (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-106?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16031785#comment-16031785 ] Joseph Witt commented on NIFI-106: -- [~markap14] can we bump this back off 1.3.0. I think gilman

[jira] [Updated] (NIFI-3995) Update 'Schema Access Strategy' for Hwx Content Encoded Schema to use updated header info

2017-05-31 Thread Joseph Witt (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-3995?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joseph Witt updated NIFI-3995: -- Resolution: Fixed Status: Resolved (was: Patch Available) +1 merged to master. thanks for

[jira] [Created] (NIFI-3997) Release Management for 1.3.0

2017-05-31 Thread Matt Gilman (JIRA)
Matt Gilman created NIFI-3997: - Summary: Release Management for 1.3.0 Key: NIFI-3997 URL: https://issues.apache.org/jira/browse/NIFI-3997 Project: Apache NiFi Issue Type: Task

[jira] [Created] (NIFI-3998) Release Management for 0.7.4

2017-05-31 Thread Matt Gilman (JIRA)
Matt Gilman created NIFI-3998: - Summary: Release Management for 0.7.4 Key: NIFI-3998 URL: https://issues.apache.org/jira/browse/NIFI-3998 Project: Apache NiFi Issue Type: Task

[jira] [Updated] (NIFI-3719) Timezone error in 5-minute statistics processing time

2017-05-31 Thread Matt Gilman (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-3719?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matt Gilman updated NIFI-3719: -- Resolution: Fixed Status: Resolved (was: Patch Available) > Timezone error in 5-minute

[GitHub] nifi-minifi-cpp pull request #108: MINIFI-329: Ensure boolean value is check...

2017-05-31 Thread phrocker
GitHub user phrocker opened a pull request: https://github.com/apache/nifi-minifi-cpp/pull/108 MINIFI-329: Ensure boolean value is checked before creating a secure … …socket Thank you for submitting a contribution to Apache NiFi - MiNiFi C++. In order to

[jira] [Created] (NIFI-3995) Update 'Schema Access Strategy' for Hwx Content Encoded Schema to use updated header info

2017-05-31 Thread Mark Payne (JIRA)
Mark Payne created NIFI-3995: Summary: Update 'Schema Access Strategy' for Hwx Content Encoded Schema to use updated header info Key: NIFI-3995 URL: https://issues.apache.org/jira/browse/NIFI-3995