[
https://issues.apache.org/jira/browse/NIFI-11337?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Matt Burgess updated NIFI-11337:
--------------------------------
Fix Version/s: 1.latest
2.latest
Status: Patch Available (was: In Progress)
> PutDatabaseRecord docs don't reflect actual behavior and Max Batch Size
> shouldn't be a dependent property
> ---------------------------------------------------------------------------------------------------------
>
> Key: NIFI-11337
> URL: https://issues.apache.org/jira/browse/NIFI-11337
> Project: Apache NiFi
> Issue Type: Bug
> Components: Extensions
> Reporter: Matt Burgess
> Assignee: Matt Burgess
> Priority: Major
> Fix For: 1.latest, 2.latest
>
> Time Spent: 10m
> Remaining Estimate: 0h
>
> The current documentation for PutDatabaseRecord's Maximum Batch Size property
> says: "Specifies maximum batch size for INSERT and UPDATE statements. This
> parameter has no effect for other statements specified in 'Statement Type'.
> Zero means the batch size is not limited." This is not accurate as the
> Maximum Batch Size is used for all batches regardless of statement type. This
> also makes this property not dependent so that should be removed as well as
> the documentation updated to reflect the the behavior. The default value of
> Maximum Batch size should also be changed from 0 to something like 1000 to
> avoid possible memory usage issues for large numbers of incoming records.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)