[
https://issues.apache.org/activemq/browse/CAMEL-605?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=43468#action_43468
]
Claus Ibsen commented on CAMEL-605:
-----------------------------------
The problem is CollectionProducer that copies the exchange to produce. However
it looks like that exchange.copy is not safe in concurrent environments. Maybe
we get bitten by some shared objects for the headers.
Copying the information "more manually" fixes the problem.
> intermittent test failure in SpringDataSetTest
> ----------------------------------------------
>
> Key: CAMEL-605
> URL: https://issues.apache.org/activemq/browse/CAMEL-605
> Project: Apache Camel
> Issue Type: Test
> Reporter: Freeman Fang
> Assignee: Claus Ibsen
> Priority: Minor
> Fix For: 1.4.0
>
>
> I notice that in bamboo nightly build recently SpringDataSetTest failed
> intermittently.
> I try this test on my local machine, I can see this test failure once about
> every 10 times try
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.