[
https://issues.apache.org/jira/browse/CAMEL-21439?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17897859#comment-17897859
]
Claus Ibsen commented on CAMEL-21439:
-------------------------------------
Camel is a very big project and from time to time then stuff needs to go for
the project to be maintainable
> camel-etcd3: all tests are broken
> ---------------------------------
>
> Key: CAMEL-21439
> URL: https://issues.apache.org/jira/browse/CAMEL-21439
> Project: Camel
> Issue Type: Test
> Components: camel-etcd3
> Affects Versions: 4.9.0
> Reporter: Otavio Rodolfo Piske
> Priority: Minor
>
> Something has broken etcd3 very badly and tests are not working at all. This
> could indicate a serious problem with the component.
> Running the tests causes these messages to be printed:
> {noformat}
> Nov 11, 2024 10:29:41 AM
> io.grpc.internal.ManagedChannelImpl$NameResolverListener
> handleErrorInSyncContext
> WARNING: [Channel<1>: (ip:///localhost:36757)] Failed to resolve name.
> status=Status{code=NOT_FOUND, description=null, cause=null}
> Nov 11, 2024 10:29:42 AM
> io.grpc.internal.ManagedChannelImpl$NameResolverListener
> handleErrorInSyncContext
> WARNING: [Channel<1>: (ip:///localhost:36757)] Failed to resolve name.
> status=Status{code=NOT_FOUND, description=null, cause=null}
> Nov 11, 2024 10:29:44 AM
> io.grpc.internal.ManagedChannelImpl$NameResolverListener
> handleErrorInSyncContext
> WARNING: [Channel<1>: (ip:///localhost:36757)] Failed to resolve name.
> status=Status{code=NOT_FOUND, description=null, cause=null}
> Nov 11, 2024 10:29:47 AM
> io.grpc.internal.ManagedChannelImpl$NameResolverListener
> handleErrorInSyncContext
> WARNING: [Channel<1>: (ip:///localhost:36757)] Failed to resolve name.
> status=Status{code=NOT_FOUND, description=null, cause=null}
> Nov 11, 2024 10:29:51 AM
> io.grpc.internal.ManagedChannelImpl$NameResolverListener
> handleErrorInSyncContext
> WARNING: [Channel<1>: (ip:///localhost:36757)] Failed to resolve name.
> status=Status{code=NOT_FOUND, description=null, cause=null}
> Nov 11, 2024 10:29:59 AM
> io.grpc.internal.ManagedChannelImpl$NameResolverListener
> handleErrorInSyncContext
> WARNING: [Channel<1>: (ip:///localhost:36757)] Failed to resolve name.
> status=Status{code=NOT_FOUND, description=null, cause=null}
> Nov 11, 2024 10:30:09 AM
> io.grpc.internal.ManagedChannelImpl$NameResolverListener
> handleErrorInSyncContext
> WARNING: [Channel<1>: (ip:///localhost:36757)] Failed to resolve name.
> status=Status{code=NOT_FOUND, description=null, cause=null}
> Nov 11, 2024 10:30:25 AM
> io.grpc.internal.ManagedChannelImpl$NameResolverListener
> handleErrorInSyncContext
> WARNING: [Channel<1>: (ip:///localhost:36757)] Failed to resolve name.
> status=Status{code=NOT_FOUND, description=null, cause=null}
> {noformat}
> And the logs:
> {code:java}
> 2024-11-12 10:01:46,517 [ault-executor-0] WARN AbstractNameResolver
> - Error while getting list of servers
> java.lang.IllegalStateException: Not called from the SynchronizationContext
> at
> com.google.common.base.Preconditions.checkState(Preconditions.java:513)
> ~[guava-33.3.1-jre.jar:?]
> at
> io.grpc.SynchronizationContext.throwIfNotInThisSynchronizationContext(SynchronizationContext.java:134)
> ~[grpc-api-1.68.1.jar:1.68.1]
> at
> io.grpc.internal.ManagedChannelImpl$NameResolverListener.onResult2(ManagedChannelImpl.java:1686)
> ~[grpc-core-1.68.1.jar:1.68.1]
> at
> io.grpc.internal.RetryingNameResolver$RetryingListener.onResult2(RetryingNameResolver.java:107)
> ~[grpc-core-1.68.1.jar:1.68.1]
> at io.grpc.NameResolver$Listener2.onAddresses(NameResolver.java:228)
> ~[grpc-api-1.68.1.jar:1.68.1]
> at
> io.etcd.jetcd.resolver.AbstractNameResolver.doResolve(AbstractNameResolver.java:124)
> ~[jetcd-core-0.8.3.jar:?]
> at
> java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144)
> ~[?:?]
> at
> java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642)
> ~[?:?]
> at java.base/java.lang.Thread.run(Thread.java:1583) [?:?]
> {code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)