[
https://issues.apache.org/jira/browse/CAMEL-8268?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Emilien updated CAMEL-8268:
---------------------------
Attachment: camel-hbase.patch
Here the patch that fix bugs :
https://issues.apache.org/jira/browse/CAMEL-8277
https://issues.apache.org/jira/browse/CAMEL-8276
https://issues.apache.org/jira/browse/CAMEL-8275
https://issues.apache.org/jira/browse/CAMEL-8274
https://issues.apache.org/jira/browse/CAMEL-8268
> camel-hbase - The scan method is not thread safe when using a filter list
> -------------------------------------------------------------------------
>
> Key: CAMEL-8268
> URL: https://issues.apache.org/jira/browse/CAMEL-8268
> Project: Camel
> Issue Type: Bug
> Components: camel-hbase
> Affects Versions: 2.14.0
> Reporter: Emilien
> Fix For: 2.14.2, 2.15.0
>
> Attachments: camel-hbase.patch
>
>
> The scan method is not thread safe when using a filter list. A concurrent
> call on the endpoint will produce wrong values because the same FilterList is
> used between threads. Cloning the passed filter list solve the problem.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)