[ 
https://issues.apache.org/jira/browse/CAMEL-12720?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Dmitry Volodin updated CAMEL-12720:
-----------------------------------
    Fix Version/s: 2.23.0
                   2.22.1
                   2.21.3

> 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)

Reply via email to