[ 
https://issues.apache.org/jira/browse/CAMEL-12720?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16575847#comment-16575847
 ] 

Dmitry Volodin edited comment on CAMEL-12720 at 8/10/18 7:12 AM:
-----------------------------------------------------------------

[~vcibulka], you are welcome to provide a fix and fix/add JUnit test.

However, Krati is not updated for more than 5 years and we need to understand 
is this component still actual or not.

[~davsclaus], [~ancosen] what do you think about this component deprecation?


was (Author: dmvolod):
[~vcibulka], you are welcome to provide a fix and fix/add JUnit test.

> 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
>            Priority: Major
>
> 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