[
https://issues.apache.org/jira/browse/CAMEL-7118?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13970532#comment-13970532
]
Willem Jiang commented on CAMEL-7118:
-------------------------------------
Hi Alexander,
I just run the unit test after apply the PR 134, I got some test error.
Can you take a look at these error?
{code}
Failed tests:
HazelcastAggregationRepositoryOperationsTest.checkOptimisticPersistentRemove:152->Assert.assertNotNull:621->Assert.assertTrue:41->Assert.fail:88
getBackEx should not be null.
HazelcastAggregationRepositoryRoutesTest.checkAggregationFromTwoRoutes:92
mock://gotcha Received message count. Expected: <1> but was: <0>
Tests in error:
HazelcastAggregationRepositoryOperationsTest.checkThreadSafeGet:127
NullPointer
HazelcastAggregationRepositoryOperationsTest.checkOptimisticAddOfNewExchange:51
ยป OptimisticLocking
HazelcastAggregationRepositoryOperationsTest.checkOptimisticGet:103
NullPointer
HazelcastAggregationRepositoryOperationsTest.checkThreadSafeAddOfNewExchange:80
NullPointer
{code}
> Hazelcast-based Recoverable Aggregation Repository
> --------------------------------------------------
>
> Key: CAMEL-7118
> URL: https://issues.apache.org/jira/browse/CAMEL-7118
> Project: Camel
> Issue Type: New Feature
> Components: camel-hazelcast
> Environment: Any
> Reporter: Alexander Lomov
> Assignee: Willem Jiang
> Priority: Minor
> Labels: features
> Fix For: 2.13.1
>
>
> This patch introduces HazelcastAggregationRepository class that implements
> RecoverableAggregationRepository and OptimisticLockingAggregationRepository.
> This class uses a Hazelcast distributed maps as a backing store for
> operational and persisted exchanges.
> This repository is aimed to support aggregation in an environment where
> multiple hosts run identical Camel routes which participate an aggregation
> process.
--
This message was sent by Atlassian JIRA
(v6.2#6252)