[ 
https://issues.apache.org/jira/browse/CAMEL-22980?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18057608#comment-18057608
 ] 

Aurélien Pupier commented on CAMEL-22980:
-----------------------------------------

last known successful build fo rthe test was on 5th February 
https://ci-builds.apache.org/job/Camel/job/Camel%20Core%20(Build%20and%20test)/job/main/1619/testReport/org.apache.camel.component.zookeepermaster.group/GroupIT/
 based on commit f7a5a9a0d290d36044cf056ae5d85a7af7545425 

> 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
>            Assignee: 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)

Reply via email to