[jira] [Commented] (CAMEL-12727) java.util.ConcurrentModificationException at org.apache.camel.impl.DefaultExchange.createProperties(DefaultExchange.java:550) in 2.20.1

2018-08-27 Thread Claus Ibsen (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-12727?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16593359#comment-16593359 ] Claus Ibsen commented on CAMEL-12727: - Yeah the hack would be needed as the locking is optimistick

[jira] [Commented] (CAMEL-12727) java.util.ConcurrentModificationException at org.apache.camel.impl.DefaultExchange.createProperties(DefaultExchange.java:550) in 2.20.1

2018-08-22 Thread Philippe Bouteleux (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-12727?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16588948#comment-16588948 ] Philippe Bouteleux commented on CAMEL-12727: No definitive results yet from our full perf

[jira] [Commented] (CAMEL-12727) java.util.ConcurrentModificationException at org.apache.camel.impl.DefaultExchange.createProperties(DefaultExchange.java:550) in 2.20.1

2018-08-22 Thread Claus Ibsen (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-12727?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16588894#comment-16588894 ] Claus Ibsen commented on CAMEL-12727: - Any feedback [~boutblock] >

[jira] [Commented] (CAMEL-12727) java.util.ConcurrentModificationException at org.apache.camel.impl.DefaultExchange.createProperties(DefaultExchange.java:550) in 2.20.1

2018-08-15 Thread Claus Ibsen (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-12727?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16581023#comment-16581023 ] Claus Ibsen commented on CAMEL-12727: - We could synchronize that hack {code} // need

[jira] [Commented] (CAMEL-12727) java.util.ConcurrentModificationException at org.apache.camel.impl.DefaultExchange.createProperties(DefaultExchange.java:550) in 2.20.1

2018-08-15 Thread Claus Ibsen (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-12727?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16581003#comment-16581003 ] Claus Ibsen commented on CAMEL-12727: - Thanks, when you have feedback then provide it here for us >

[jira] [Commented] (CAMEL-12727) java.util.ConcurrentModificationException at org.apache.camel.impl.DefaultExchange.createProperties(DefaultExchange.java:550) in 2.20.1

2018-08-14 Thread Philippe Bouteleux (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-12727?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16579559#comment-16579559 ] Philippe Bouteleux commented on CAMEL-12727: So. I added a custom

[jira] [Commented] (CAMEL-12727) java.util.ConcurrentModificationException at org.apache.camel.impl.DefaultExchange.createProperties(DefaultExchange.java:550) in 2.20.1

2018-08-14 Thread Philippe Bouteleux (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-12727?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16579480#comment-16579480 ] Philippe Bouteleux commented on CAMEL-12727: You are certainly right as the lines of code

[jira] [Commented] (CAMEL-12727) java.util.ConcurrentModificationException at org.apache.camel.impl.DefaultExchange.createProperties(DefaultExchange.java:550) in 2.20.1

2018-08-14 Thread Philippe Bouteleux (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-12727?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16579457#comment-16579457 ] Philippe Bouteleux commented on CAMEL-12727: Hi,  I'm sorry this cannot be easily

[jira] [Commented] (CAMEL-12727) java.util.ConcurrentModificationException at org.apache.camel.impl.DefaultExchange.createProperties(DefaultExchange.java:550) in 2.20.1

2018-08-14 Thread Claus Ibsen (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-12727?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16579451#comment-16579451 ] Claus Ibsen commented on CAMEL-12727: - Optimistick locking implies concurrent access and is not

[jira] [Commented] (CAMEL-12727) java.util.ConcurrentModificationException at org.apache.camel.impl.DefaultExchange.createProperties(DefaultExchange.java:550) in 2.20.1

2018-08-14 Thread Dmitry Volodin (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-12727?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16579417#comment-16579417 ] Dmitry Volodin commented on CAMEL-12727: [~boutblock], could you please provide a reproducer as