Paolo Antinori created CAMEL-7900:
-------------------------------------
Summary: 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
Priority: Minor
{{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)