[4/4] nifi git commit: NIFI-4023, NIFI-4077 This closes #2075. Addressed issue where repository was aging off the wrong index. When it should age off Index 1, it was removing Index 2. As a result, the

2017-08-11 Thread joewitt
NIFI-4023, NIFI-4077 This closes #2075. Addressed issue where repository was aging off the wrong index. When it should age off Index 1, it was removing Index 2. As a result, the earliest index is never aged off, and the newest index could potentially be aged off before it is ready to be. Also

[3/4] nifi git commit: NIFI-4142: This closes #2015. Refactored Record Reader/Writer to allow for reading/writing "raw records". Implemented ValidateRecord. Updated Record Reader to take two parameter

2017-08-11 Thread joewitt
NIFI-4142: This closes #2015. Refactored Record Reader/Writer to allow for reading/writing "raw records". Implemented ValidateRecord. Updated Record Reader to take two parameters for nextRecord: (boolean coerceTypes) and (boolean dropUnknownFields) Signed-off-by: joewitt

[1/4] nifi git commit: NIFI-4142: This closes #2015. Refactored Record Reader/Writer to allow for reading/writing "raw records". Implemented ValidateRecord. Updated Record Reader to take two parameter

2017-08-11 Thread joewitt
Repository: nifi Updated Branches: refs/heads/master ae940d862 -> 451f9cf12

[2/4] nifi git commit: NIFI-4142: This closes #2015. Refactored Record Reader/Writer to allow for reading/writing "raw records". Implemented ValidateRecord. Updated Record Reader to take two parameter

2017-08-11 Thread joewitt
http://git-wip-us.apache.org/repos/asf/nifi/blob/451f9cf1/nifi-nar-bundles/nifi-kafka-bundle/nifi-kafka-0-10-processors/src/test/java/org/apache/nifi/processors/kafka/pubsub/util/MockRecordParser.java -- diff --git

nifi git commit: NIFI-4237 Added working test for StringEncryptor decryption of sensitive flow values in FlowFromDOMFactory.

2017-08-11 Thread mattyb149
Repository: nifi Updated Branches: refs/heads/master 28d5a70ec -> ae940d862 NIFI-4237 Added working test for StringEncryptor decryption of sensitive flow values in FlowFromDOMFactory. NIFI-4237 Cleaned up unused alternate approaches. NIFI-4237 Added failing unit test for better error

[jira] [Created] (MINIFI-371) Several classes have no need for virtual destructors

2017-08-11 Thread marco polo (JIRA)
marco polo created MINIFI-371: - Summary: Several classes have no need for virtual destructors Key: MINIFI-371 URL: https://issues.apache.org/jira/browse/MINIFI-371 Project: Apache NiFi MiNiFi

nifi git commit: NIFI-3736 modify default nifi.content.claim.max.appendable.size in nifi.properties to 1 MB

2017-08-11 Thread markap14
Repository: nifi Updated Branches: refs/heads/master f7da7e67f -> d6ebc5307 NIFI-3736 modify default nifi.content.claim.max.appendable.size in nifi.properties to 1 MB Project: http://git-wip-us.apache.org/repos/asf/nifi/repo Commit:

[jira] [Updated] (MINIFI-370) Move third party dependencies to a tagged release prior to MiNiFi-cpp release

2017-08-11 Thread marco polo (JIRA)
[ https://issues.apache.org/jira/browse/MINIFI-370?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] marco polo updated MINIFI-370: -- Priority: Major (was: Blocker) > Move third party dependencies to a tagged release prior to MiNiFi-cpp

[jira] [Assigned] (MINIFI-370) Move spdlog dependency to a tagged release prior to release

2017-08-11 Thread marco polo (JIRA)
[ https://issues.apache.org/jira/browse/MINIFI-370?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] marco polo reassigned MINIFI-370: - Assignee: marco polo > Move spdlog dependency to a tagged release prior to release >

[jira] [Updated] (MINIFI-370) Move spdlog dependency to a tagged release prior to release

2017-08-11 Thread marco polo (JIRA)
[ https://issues.apache.org/jira/browse/MINIFI-370?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] marco polo updated MINIFI-370: -- Description: Ensure we have tagged releases of all third party libs before releasing. (was: Ensure we

[jira] [Updated] (MINIFI-370) Move third party dependencies to a tagged release prior to MiNiFi-cpp release

2017-08-11 Thread marco polo (JIRA)
[ https://issues.apache.org/jira/browse/MINIFI-370?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] marco polo updated MINIFI-370: -- Summary: Move third party dependencies to a tagged release prior to MiNiFi-cpp release (was: Move

[jira] [Updated] (MINIFI-370) Move spdlog dependency to a tagged release prior to release

2017-08-11 Thread marco polo (JIRA)
[ https://issues.apache.org/jira/browse/MINIFI-370?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] marco polo updated MINIFI-370: -- Fix Version/s: cpp-0.3.0 > Move spdlog dependency to a tagged release prior to release >

[jira] [Updated] (MINIFI-370) Move spdlog dependency to a tagged release prior to release

2017-08-11 Thread marco polo (JIRA)
[ https://issues.apache.org/jira/browse/MINIFI-370?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] marco polo updated MINIFI-370: -- Description: Ensure we have tagged releases of spdlog and other software before releasing . > Move

[jira] [Created] (MINIFI-370) Move spdlog dependency to a tagged release prior to release

2017-08-11 Thread marco polo (JIRA)
marco polo created MINIFI-370: - Summary: Move spdlog dependency to a tagged release prior to release Key: MINIFI-370 URL: https://issues.apache.org/jira/browse/MINIFI-370 Project: Apache NiFi MiNiFi

nifi git commit: NIFI-4275 Adding support for specifying the timestamp on PutHBase processors

2017-08-11 Thread pvillard
Repository: nifi Updated Branches: refs/heads/master 760fd75be -> f7da7e67f NIFI-4275 Adding support for specifying the timestamp on PutHBase processors Signed-off-by: Pierre Villard This closes #2070. Project: http://git-wip-us.apache.org/repos/asf/nifi/repo

nifi git commit: NIFI-4187 Resolved issue where restart failed due to missing sensitive key file.

2017-08-11 Thread pvillard
Repository: nifi Updated Branches: refs/heads/master a6e8f0afe -> 760fd75be NIFI-4187 Resolved issue where restart failed due to missing sensitive key file. Signed-off-by: Pierre Villard This closes #2073. Project: