[
https://issues.apache.org/activemq/browse/CAMEL-605?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=43466#action_43466
]
Claus Ibsen commented on CAMEL-605:
-----------------------------------
Okay it must be the seda producer that has a concurrency issue:
I have added some logging (CollectionProducer = SedaProducer)
{code}
2008-06-15 20:23:29,875 DEBUG CollectionProducer - Producing: Exchange[Message:
Hello World from message number 8] with headers: {camelDataSetIndex=8}
2008-06-15 20:23:29,875 DEBUG CollectionProducer - Producing: Exchange[Message:
Hello World from message number 9] with headers: {camelDataSetIndex=9}
2008-06-15 20:23:29,875 DEBUG CollectionProducer - Producing: Exchange[Message:
Hello World from message number 10] with headers: {camelDataSetIndex=10}
2008-06-15 20:23:29,875 DEBUG CollectionProducer - Producing: Exchange[Message:
Hello World from message number 11] with headers: {camelDataSetIndex=11}
2008-06-15 20:23:29,875 DEBUG CollectionProducer - Producing: Exchange[Message:
Hello World from message number 12] with headers: {camelDataSetIndex=0}
2008-06-15 20:23:29,875 DEBUG CollectionProducer - Producing: Exchange[Message:
Hello World from message number 13] with headers: {camelDataSetIndex=13}
2008-06-15 20:23:29,875 DEBUG CollectionProducer - Producing: Exchange[Message:
Hello World from message number 14] with headers: {camelDataSetIndex=14}
2008-06-15 20:23:29,875 DEBUG CollectionProducer - Producing: Exchange[Message:
Hello World from message number 15] with headers: {camelDataSetIndex=15}
{code}
> 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.