[
https://issues.apache.org/jira/browse/CAMEL-12720?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Dmitry Volodin resolved CAMEL-12720.
------------------------------------
Resolution: Fixed
> Krati implementation does not work properly persistence after put operation.
> ----------------------------------------------------------------------------
>
> Key: CAMEL-12720
> URL: https://issues.apache.org/jira/browse/CAMEL-12720
> Project: Camel
> Issue Type: Bug
> Components: camel-krati
> Reporter: Vladimir Cibulka
> Assignee: Dmitry Volodin
> Priority: Major
> Fix For: 2.21.3, 2.22.1, 2.23.0
>
>
> In KratiProducer class
> } else {
> Object value = getValue(exchange);
> //Its required to have only one thread putting stuff there at any
> given time per store.
> synchronized (endpoint.getPath().intern()) {
> dataStore.put(key, value);
> {color:#FF0000}dataStore.persist(); {color:#d04437}// Here
> should be this{color}{color}
> }
> }
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)