Re: Aggregator race condition in recovery task?

2014-12-10 Thread bendherville
The issue you're experiencing may be related to https://issues.apache.org/jira/browse/CAMEL-4271 -- View this message in context: http://camel.465427.n5.nabble.com/Aggregator-race-condition-in-recovery-task-tp5758315p5760530.html Sent from the Camel - Users mailing list archive at Nabble.com.

Aggregator race condition in recovery task?

2014-10-29 Thread Archis.Kulkarni
Hi, We’re using the camel 2.12.3 library for aggregation in one of our applications. The JdbcAggregationRepository is used to maintain the state. The aggregator is supposed to function based on time interval i.e. every ‘n’ ms it should send out the aggregated output. We’re seeing duplicate