[
https://issues.apache.org/jira/browse/CAMEL-22980?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18057609#comment-18057609
]
Aurélien Pupier commented on CAMEL-22980:
-----------------------------------------
first known build with the issue is 131964a398da672bf4b744d0c5fbfc310e2e5a64 on
the 7th of February
> 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)