[
https://issues.apache.org/jira/browse/CAMEL-22980?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18057605#comment-18057605
]
Aurélien Pupier commented on CAMEL-22980:
-----------------------------------------
I will provide a PR to at least avoid the endless loop and have the
corresponding test failing but it is not explaining why it stated to fail and
what is broken in zookeeper-master
> Endless loop for org.apache.camel.component.zookeepermaster.group.GroupIT
> -------------------------------------------------------------------------
>
> Key: CAMEL-22980
> URL: https://issues.apache.org/jira/browse/CAMEL-22980
> Project: Camel
> Issue Type: Task
> Components: camel-zookeeper-master
> Affects Versions: 4.18.0
> Reporter: Aurélien Pupier
> Priority: Critical
>
> the test is blocked in a loop since few builds on CI. I reproduce locally.
> {noformat}
> Stack trace:
> [email protected]/java.lang.Thread.sleep(Native Method)
> [email protected]/java.lang.Thread.sleep(Thread.java:344)
> [email protected]/java.util.concurrent.TimeUnit.sleep(TimeUnit.java:446)
> app//org.apache.camel.component.zookeepermaster.group.GroupIT.testOrder(GroupIT.java:162)
> {noformat}
> the code is doing an endless loop:
> {noformat}
> while (group.getId() == null) {
> TimeUnit.MILLISECONDS.sleep(100);
> }
> {noformat}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)