[
https://issues.apache.org/jira/browse/CAMEL-16638?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17372712#comment-17372712
]
Jiri Ondrusek commented on CAMEL-16638:
---------------------------------------
[~suvvisuhas] I tried to reproduce described behavior with no success.
So that, I created a simple springboot based reproducer in my repo:
https://github.com/JiriOndrusek/CAMEL-16638-reproducer
Usage of the reproducer is described in readme file.
Would it be possible for you to look at it and verify that I'm simulating the
same scenario? From my results nothing is deleted from the levelDb when second
route is starting. I'm getting _On startup there are 1 aggregate exchanges (not
completed) in repository: test_
(Brief description of my reproducer - first module fills the levelDb with some
messages, which are not aggregated. Second module adds another messages and
together it should be aggregated)
> Leveldb is deleting persisted data on routes startup
> ----------------------------------------------------
>
> Key: CAMEL-16638
> URL: https://issues.apache.org/jira/browse/CAMEL-16638
> Project: Camel
> Issue Type: Bug
> Components: camel-leveldb
> Reporter: suhas
> Assignee: Jiri Ondrusek
> Priority: Minor
> Attachments: camel-leveldb.docx
>
>
> leveldb repo is storing data and aggregated messages are storing.
> But when routes are starting it is deleting data in level dB and not sending
> aggregates messages to the downstream..
--
This message was sent by Atlassian Jira
(v8.3.4#803005)