aldettinger commented on issue #3584:
URL: https://github.com/apache/camel-quarkus/issues/3584#issuecomment-1158661377
Catch another occurences with those logs:
```
[main_upstream @ integration-tests-alternative-jdk]$ grep -R
CAMEL-QUARKUS-3584
9_cd integration-tests && mvn clean verify.txt:2022-06-17T02:58:50.0154647Z
2022-06-17 02:58:50,014 INFO [route4] (Camel (camel-1) thread #5 -
file://target/filter) CAMEL-QUARKUS-3584 =>
from("file://target/filter?initialDelay=0&delay=10&filter=#myFilter")...
consumed message Hello2
9_cd integration-tests && mvn clean verify.txt:2022-06-17T02:59:02.1921702Z
2022-06-17 02:59:02,190 INFO [route3] (Camel (camel-1) thread #4 -
file://target/idempotent) CAMEL-QUARKUS-3584 =>
from("file://target/idempotent?idempotent=true&move=done/57FB490B1C9DAC6-0000000000000017&initialDelay=0&delay=10")...
consumed message Hello1
9_cd integration-tests && mvn clean verify.txt:2022-06-17T02:59:02.3313226Z
2022-06-17 02:59:02,329 INFO [route3] (Camel (camel-1) thread #4 -
file://target/idempotent) CAMEL-QUARKUS-3584 =>
from("file://target/idempotent?idempotent=true&move=done/57FB490B1C9DAC6-0000000000000019&initialDelay=0&delay=10")...
consumed message
```
Actually, the last message consumed is empty while it should have content.
Atomic move may improve the situation. However, not sure it would explain while
filter would be flaky. Let's see if atomic move explains the situation and
whether there are still other flakiness.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]