nifi git commit: NIFI-3948: This closes #1834. Added flush() method to RecordWriter and call it when writing a single record to OutputStream for PublishKafkaRecord. Also removed no-longer-used class W

2017-05-19 Thread joewitt
Repository: nifi Updated Branches: refs/heads/master 58ce52d5d -> c49933f03 NIFI-3948: This closes #1834. Added flush() method to RecordWriter and call it when writing a single record to OutputStream for PublishKafkaRecord. Also removed no-longer-used class WriteAvroResult Signed-off-by:

svn commit: r1795641 - /nifi/site/trunk/minifi/download.html

2017-05-19 Thread aldrin
Author: aldrin Date: Sat May 20 00:27:37 2017 New Revision: 1795641 URL: http://svn.apache.org/viewvc?rev=1795641=rev Log: MINIFI-309 Correcting 0.1.0 download links for MiNiFi Toolkit Modified: nifi/site/trunk/minifi/download.html Modified: nifi/site/trunk/minifi/download.html URL:

nifi-site git commit: MINIFI-309 Adjusting links which were incorrectly changed for 0.1.0 MiNiFi Toolkit binaries

2017-05-19 Thread aldrin
Repository: nifi-site Updated Branches: refs/heads/master 8456b93ae -> 13f63fc0e MINIFI-309 Adjusting links which were incorrectly changed for 0.1.0 MiNiFi Toolkit binaries Project: http://git-wip-us.apache.org/repos/asf/nifi-site/repo Commit:

svn commit: r1795640 - /nifi/site/trunk/minifi/download.html

2017-05-19 Thread aldrin
Author: aldrin Date: Sat May 20 00:23:09 2017 New Revision: 1795640 URL: http://svn.apache.org/viewvc?rev=1795640=rev Log: MINIFI-309 Providing download links for artifacts of the MiNiFi Java release Modified: nifi/site/trunk/minifi/download.html Modified:

[jira] [Commented] (MINIFI-320) In cases where users run TLSSocket, the context will cause a realloc in multiple threads.

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

[jira] [Commented] (MINIFI-320) In cases where users run TLSSocket, the context will cause a realloc in multiple threads.

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

nifi-minifi-cpp git commit: MINIFI-320: Move instantiation of OpenSSL to a singleton that's lazily created. Added test. In order to make the test work as expected I had to update thread pool to use a

2017-05-19 Thread aldrin
Repository: nifi-minifi-cpp Updated Branches: refs/heads/master 63c53bcfd -> 76f06675c MINIFI-320: Move instantiation of OpenSSL to a singleton that's lazily created. Added test. In order to make the test work as expected I had to update thread pool to use a non blocking queue. This closes

[jira] [Commented] (MINIFI-320) In cases where users run TLSSocket, the context will cause a realloc in multiple threads.

2017-05-19 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/MINIFI-320?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16017984#comment-16017984 ] ASF GitHub Bot commented on MINIFI-320: --- Github user apiri commented on the issue:

[jira] [Updated] (MINIFI-323) Investigate CRC32C for Site-to-Site

2017-05-19 Thread Bryan Rosander (JIRA)
[ https://issues.apache.org/jira/browse/MINIFI-323?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bryan Rosander updated MINIFI-323: -- Priority: Minor (was: Major) > Investigate CRC32C for Site-to-Site >

[jira] [Created] (MINIFI-323) Investigate CRC32C for Site-to-Site

2017-05-19 Thread Bryan Rosander (JIRA)
Bryan Rosander created MINIFI-323: - Summary: Investigate CRC32C for Site-to-Site Key: MINIFI-323 URL: https://issues.apache.org/jira/browse/MINIFI-323 Project: Apache NiFi MiNiFi Issue Type:

nifi git commit: NIFI-3854 This closes #1773. Expand expression language support for Kafka processors

2017-05-19 Thread joewitt
Repository: nifi Updated Branches: refs/heads/master 9294a2613 -> 58ce52d5d NIFI-3854 This closes #1773. Expand expression language support for Kafka processors Signed-off-by: joewitt Project: http://git-wip-us.apache.org/repos/asf/nifi/repo Commit:

[2/2] nifi git commit: NIFI-3938: Added ScriptedLookupService, some refactor for reusable scripting classes

2017-05-19 Thread alopresto
NIFI-3938: Added ScriptedLookupService, some refactor for reusable scripting classes This closes #1828. Signed-off-by: Andy LoPresto Project: http://git-wip-us.apache.org/repos/asf/nifi/repo Commit: http://git-wip-us.apache.org/repos/asf/nifi/commit/9294a261 Tree:

[1/2] nifi git commit: NIFI-3938: Added ScriptedLookupService, some refactor for reusable scripting classes

2017-05-19 Thread alopresto
Repository: nifi Updated Branches: refs/heads/master d4f0c1d04 -> 9294a2613 http://git-wip-us.apache.org/repos/asf/nifi/blob/9294a261/nifi-nar-bundles/nifi-scripting-bundle/nifi-scripting-processors/src/main/java/org/apache/nifi/script/ScriptingComponentHelper.java

[jira] [Commented] (MINIFI-320) In cases where users run TLSSocket, the context will cause a realloc in multiple threads.

2017-05-19 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/MINIFI-320?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16017760#comment-16017760 ] ASF GitHub Bot commented on MINIFI-320: --- Github user phrocker commented on the issue:

nifi git commit: NIFI-3945 This closes #1829. Adding documentaion about security protocols to Kafka 0.10 processors

2017-05-19 Thread joewitt
Repository: nifi Updated Branches: refs/heads/master ae9953db6 -> d4f0c1d04 NIFI-3945 This closes #1829. Adding documentaion about security protocols to Kafka 0.10 processors Signed-off-by: joewitt Project: http://git-wip-us.apache.org/repos/asf/nifi/repo Commit:

[jira] [Commented] (MINIFI-289) Apply C++ Linter to Tests folder and increase line length to 200 characters

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

[jira] [Resolved] (MINIFI-289) Apply C++ Linter to Tests folder and increase line length to 200 characters

2017-05-19 Thread Aldrin Piri (JIRA)
[ https://issues.apache.org/jira/browse/MINIFI-289?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aldrin Piri resolved MINIFI-289. Resolution: Done > Apply C++ Linter to Tests folder and increase line length to 200 characters >

[jira] [Commented] (MINIFI-289) Apply C++ Linter to Tests folder and increase line length to 200 characters

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

[1/2] nifi-minifi-cpp git commit: MINIFI-289: Update test folder to apply linter and set max characters to 200

2017-05-19 Thread aldrin
Repository: nifi-minifi-cpp Updated Branches: refs/heads/master bc0d65e1f -> 63c53bcfd http://git-wip-us.apache.org/repos/asf/nifi-minifi-cpp/blob/63c53bcf/libminifi/test/unit/PropertyTests.cpp -- diff --git

[2/2] nifi-minifi-cpp git commit: MINIFI-289: Update test folder to apply linter and set max characters to 200

2017-05-19 Thread aldrin
MINIFI-289: Update test folder to apply linter and set max characters to 200 This closes #97. Signed-off-by: Aldrin Piri Project: http://git-wip-us.apache.org/repos/asf/nifi-minifi-cpp/repo Commit: http://git-wip-us.apache.org/repos/asf/nifi-minifi-cpp/commit/63c53bcf Tree:

[jira] [Commented] (MINIFI-289) Apply C++ Linter to Tests folder and increase line length to 200 characters

2017-05-19 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/MINIFI-289?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16017710#comment-16017710 ] ASF GitHub Bot commented on MINIFI-289: --- Github user apiri commented on the issue:

[jira] [Commented] (MINIFI-289) Apply C++ Linter to Tests folder and increase line length to 200 characters

2017-05-19 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/MINIFI-289?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16017670#comment-16017670 ] ASF GitHub Bot commented on MINIFI-289: --- Github user apiri commented on the issue:

[jira] [Commented] (MINIFI-289) Apply C++ Linter to Tests folder and increase line length to 200 characters

2017-05-19 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/MINIFI-289?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16017645#comment-16017645 ] ASF GitHub Bot commented on MINIFI-289: --- Github user phrocker commented on the issue:

nifi-minifi-cpp git commit: MINIFI-290 Improve Yaml Configuration

2017-05-19 Thread aldrin
Repository: nifi-minifi-cpp Updated Branches: refs/heads/master 082c85a86 -> a57082a42 MINIFI-290 Improve Yaml Configuration - Correct doxygen function comment in YamlConfiguration - Correct a log message in YamlConfiguration - Tweak ubuntu Dockerfile to fix docker build target - Add

[jira] [Commented] (MINIFI-290) Enable resource files to be loaded easily in unit tests

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

[jira] [Commented] (MINIFI-290) Enable resource files to be loaded easily in unit tests

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

[jira] [Commented] (MINIFI-290) Enable resource files to be loaded easily in unit tests

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

nifi-minifi-cpp git commit: MINIFI-290 Improve Yaml Configuration [Forced Update!]

2017-05-19 Thread aldrin
Repository: nifi-minifi-cpp Updated Branches: refs/heads/master a57082a42 -> bc0d65e1f (forced update) MINIFI-290 Improve Yaml Configuration - Correct doxygen function comment in YamlConfiguration - Correct a log message in YamlConfiguration - Tweak ubuntu Dockerfile to fix docker build

svn commit: r1795616 - in /nifi/site/trunk: download.html release-guide.html

2017-05-19 Thread jskora
Author: jskora Date: Fri May 19 15:10:25 2017 New Revision: 1795616 URL: http://svn.apache.org/viewvc?rev=1795616=rev Log: Deploy Mike Moser's updated for 0.7.3 and some typo/tag cleanup. Modified: nifi/site/trunk/download.html nifi/site/trunk/release-guide.html Modified:

nifi-site git commit: Release guide cleanup of announcement email typos and markdown tags.

2017-05-19 Thread jskora
Repository: nifi-site Updated Branches: refs/heads/master c90b35ccc -> 3161520da Release guide cleanup of announcement email typos and markdown tags. Project: http://git-wip-us.apache.org/repos/asf/nifi-site/repo Commit: http://git-wip-us.apache.org/repos/asf/nifi-site/commit/3161520d Tree:

[jira] [Commented] (MINIFI-290) Enable resource files to be loaded easily in unit tests

2017-05-19 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/MINIFI-290?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16017506#comment-16017506 ] ASF GitHub Bot commented on MINIFI-290: --- Github user apiri commented on the issue:

[jira] [Commented] (MINIFI-290) Enable resource files to be loaded easily in unit tests

2017-05-19 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/MINIFI-290?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16017499#comment-16017499 ] ASF GitHub Bot commented on MINIFI-290: --- Github user kevdoran commented on the issue:

[jira] [Commented] (MINIFI-290) Enable resource files to be loaded easily in unit tests

2017-05-19 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/MINIFI-290?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16017485#comment-16017485 ] ASF GitHub Bot commented on MINIFI-290: --- Github user kevdoran commented on a diff in the pull

[jira] [Commented] (MINIFI-290) Enable resource files to be loaded easily in unit tests

2017-05-19 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/MINIFI-290?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16017479#comment-16017479 ] ASF GitHub Bot commented on MINIFI-290: --- Github user apiri commented on a diff in the pull request:

[jira] [Commented] (MINIFI-290) Enable resource files to be loaded easily in unit tests

2017-05-19 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/MINIFI-290?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16017469#comment-16017469 ] ASF GitHub Bot commented on MINIFI-290: --- Github user apiri commented on the issue:

nifi-site git commit: updated downloads for 0.7.3 release, plus some improvements to Release Guide

2017-05-19 Thread mosermw
Repository: nifi-site Updated Branches: refs/heads/master 02538798b -> c90b35ccc updated downloads for 0.7.3 release, plus some improvements to Release Guide Project: http://git-wip-us.apache.org/repos/asf/nifi-site/repo Commit:

[jira] [Commented] (MINIFI-290) Enable resource files to be loaded easily in unit tests

2017-05-19 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/MINIFI-290?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16017402#comment-16017402 ] ASF GitHub Bot commented on MINIFI-290: --- Github user kevdoran commented on the issue:

[2/6] nifi git commit: NIFI-3863: Initial implementation of Lookup Services. Implemented LookupRecord processors. This required some refactoring of RecordSetWriter interface, so refactored that interf

2017-05-19 Thread joewitt
http://git-wip-us.apache.org/repos/asf/nifi/blob/9bd0246a/nifi-nar-bundles/nifi-standard-services/nifi-lookup-services-bundle/nifi-lookup-services/src/main/java/org/apache/nifi/lookup/maxmind/IPLookupService.java -- diff --git

[6/6] nifi git commit: NIFI-3857: This closes #1825. Added PartitionRecord processor

2017-05-19 Thread joewitt
NIFI-3857: This closes #1825. Added PartitionRecord processor Signed-off-by: joewitt Project: http://git-wip-us.apache.org/repos/asf/nifi/repo Commit: http://git-wip-us.apache.org/repos/asf/nifi/commit/ae9953db Tree: http://git-wip-us.apache.org/repos/asf/nifi/tree/ae9953db

[5/6] nifi git commit: NIFI-3857: This closes #1825. Added PartitionRecord processor

2017-05-19 Thread joewitt
http://git-wip-us.apache.org/repos/asf/nifi/blob/ae9953db/nifi-nar-bundles/nifi-standard-services/nifi-lookup-services-bundle/nifi-lookup-services/src/main/resources/docs/org.apache.nifi.lookup.maxmind.IPLookupService/additionalDetails.html

[1/6] nifi git commit: NIFI-3863: Initial implementation of Lookup Services. Implemented LookupRecord processors. This required some refactoring of RecordSetWriter interface, so refactored that interf

2017-05-19 Thread joewitt
Repository: nifi Updated Branches: refs/heads/master 3b98abbf4 -> ae9953db6 http://git-wip-us.apache.org/repos/asf/nifi/blob/9bd0246a/nifi-nar-bundles/nifi-standard-services/pom.xml -- diff --git

[4/6] nifi git commit: NIFI-3863: Initial implementation of Lookup Services. Implemented LookupRecord processors. This required some refactoring of RecordSetWriter interface, so refactored that interf

2017-05-19 Thread joewitt
NIFI-3863: Initial implementation of Lookup Services. Implemented LookupRecord processors. This required some refactoring of RecordSetWriter interface, so refactored that interface and all implementations and references of it Project: http://git-wip-us.apache.org/repos/asf/nifi/repo Commit:

[3/6] nifi git commit: NIFI-3863: Initial implementation of Lookup Services. Implemented LookupRecord processors. This required some refactoring of RecordSetWriter interface, so refactored that interf

2017-05-19 Thread joewitt
http://git-wip-us.apache.org/repos/asf/nifi/blob/9bd0246a/nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/src/main/java/org/apache/nifi/processors/standard/LookupRecord.java -- diff --git