vibhatha commented on PR #42081:
URL: https://github.com/apache/arrow/pull/42081#issuecomment-2159602436
@lidavidm I haven't seen this kind of an error before and the upgrade is
related to the error.
```
SEVERE: [Channel<3>: (directaddress:///localhost/127.0.0.1:37191)] Uncaught
exception in the SynchronizationContext. Panic!
java.lang.IllegalStateException: Could not find policy 'pick_first'. Make
sure its implementation is either registered to LoadBalancerRegistry or
included in META-INF/services/io.grpc.LoadBalancerProvider from your jar files.
at
io.grpc.internal.AutoConfiguredLoadBalancerFactory$AutoConfiguredLoadBalancer.<init>(AutoConfiguredLoadBalancerFactory.java:94)
at
io.grpc.internal.AutoConfiguredLoadBalancerFactory.newLoadBalancer(AutoConfiguredLoadBalancerFactory.java:61)
at
io.grpc.internal.ManagedChannelImpl.exitIdleMode(ManagedChannelImpl.java:418)
at
io.grpc.internal.ManagedChannelImpl$RealChannel$2.run(ManagedChannelImpl.java:934)
at io.grpc.SynchronizationContext.drain(SynchronizationContext.java:94)
at
io.grpc.SynchronizationContext.execute(SynchronizationContext.java:126)
at
io.grpc.internal.ManagedChannelImpl$RealChannel.newCall(ManagedChannelImpl.java:931)
at
io.grpc.internal.ManagedChannelImpl.newCall(ManagedChannelImpl.java:873)
at
io.grpc.internal.ForwardingManagedChannel.newCall(ForwardingManagedChannel.java:63)
at
org.apache.arrow.flight.auth.ClientAuthInterceptor.interceptCall(ClientAuthInterceptor.java:48)
at
io.grpc.ClientInterceptors$InterceptorChannel.newCall(ClientInterceptors.java:156)
at
org.apache.arrow.flight.grpc.ClientInterceptorAdapter.interceptCall(ClientInterceptorAdapter.java:72)
at
io.grpc.ClientInterceptors$InterceptorChannel.newCall(ClientInterceptors.java:156)
at
io.grpc.stub.ClientCalls.blockingServerStreamingCall(ClientCalls.java:206)
at
org.apache.arrow.flight.impl.FlightServiceGrpc$FlightServiceBlockingStub.doAction(FlightServiceGrpc.java:874)
at org.apache.arrow.flight.FlightClient.doAction(FlightClient.java:167)
at
org.apache.arrow.flight.FlightClient.setSessionOptions(FlightClient.java:594)
at
org.apache.arrow.flight.sql.FlightSqlClient.setSessionOptions(FlightSqlClient.java:928)
at
org.apache.arrow.flight.integration.tests.SessionOptionsScenario.client(SessionOptionsScenario.java:73)
at
org.apache.arrow.flight.integration.tests.IntegrationTestClient.run(IntegrationTestClient.java:98)
at
org.apache.arrow.flight.integration.tests.IntegrationTestClient.main(IntegrationTestClient.java:69)
Unknown error
Panic! This is a bug!
```
--
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]