[
https://issues.apache.org/jira/browse/CAMEL-7900?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Willem Jiang resolved CAMEL-7900.
---------------------------------
Resolution: Fixed
Fix Version/s: 2.15.0
2.14.1
2.13.3
Applied the patch into camel master, camel-2.14.x and camel-2.13.x branches.
> hdfs2 - chunkSize not honored
> -----------------------------
>
> Key: CAMEL-7900
> URL: https://issues.apache.org/jira/browse/CAMEL-7900
> Project: Camel
> Issue Type: Bug
> Components: camel-hdfs
> Affects Versions: 2.14.0
> Reporter: Paolo Antinori
> Assignee: Willem Jiang
> Priority: Minor
> Fix For: 2.13.3, 2.14.1, 2.15.0
>
>
> {{camel-hdfs2}} component exposes {{chunkSize}} param, but that value is not
> correctly used in
> https://github.com/apache/camel/blob/master/components/camel-hdfs2/src/main/java/org/apache/camel/component/hdfs2/HdfsFileType.java#L79
> and the constant value:
> {code}
> public static final int DEFAULT_BUFFERSIZE = 4096;
> {code}
> always overrides it.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)