pjpringle opened a new issue, #11828:
URL: https://github.com/apache/pinot/issues/11828

   Pinot1.0.0 using multistage v2 option deployed from distribution, gets error 
running query.
   
   Can see server/broker listening on the query and mailbox ports ok but client 
cannot connect to query.
   
   Tried switching netty native v java implementation =  no difference
   Tried prefer ipv4 = no difference apart from the query showed that 
multistage was not enabled until the cluster config enable multistage was added 
in.
   
   Online search suggests a shading issue with the grpc library in the distro.
   
https://stackoverflow.com/questions/73286776/grpc-unsupportedaddresstypeexception-but-only-when-packaged-with-shadowjar
   
   ```
   QueryExecutionError:
   Error dispatching query to server=yourserver.com@{10124,10126} stage=2
   
org.apache.pinot.query.service.dispatch.QueryDispatcher.submit(QueryDispatcher.java:144)
   
org.apache.pinot.query.service.dispatch.QueryDispatcher.submitAndReduce(QueryDispatcher.java:93)
   
org.apache.pinot.broker.requesthandler.MultiStageBrokerRequestHandler.handleRequest(MultiStageBrokerRequestHandler.java:179)
   
org.apache.pinot.broker.requesthandler.BaseBrokerRequestHandler.handleRequest(BaseBrokerRequestHandler.java:263)
   UNAVAILABLE: io exception
   io.grpc.Status.asRuntimeException(Status.java:539)
   
io.grpc.stub.ClientCalls$StreamObserverToCallListenerAdapter.onClose(ClientCalls.java:487)
   io.grpc.internal.ClientCallImpl.closeObserver(ClientCallImpl.java:576)
   io.grpc.internal.ClientCallImpl.access$300(ClientCallImpl.java:70)
   connect(..) failed: Address family not supported by protocol: 
/yourserver.com:10124
   connect(..) failed: Address family not supported by protocol
   
io.grpc.netty.shaded.io.netty.channel.unix.Errors.newConnectException0(Errors.java:155)
   
io.grpc.netty.shaded.io.netty.channel.unix.Errors.handleConnectErrno(Errors.java:128)
   io.grpc.netty.shaded.io.netty.channel.unix.Socket.connect(Socket.java:313)
   
io.grpc.netty.shaded.io.netty.channel.epoll.AbstractEpollChannel.doConnect0(AbstractEpollChannel.java:773)
   connect(..) failed: Address family not supported by protocol
   
io.grpc.netty.shaded.io.netty.channel.unix.Errors.newConnectException0(Errors.java:155)
   
io.grpc.netty.shaded.io.netty.channel.unix.Errors.handleConnectErrno(Errors.java:128)
   io.grpc.netty.shaded.io.netty.channel.unix.Socket.connect(Socket.java:313)
   
io.grpc.netty.shaded.io.netty.channel.epoll.AbstractEpollChannel.doConnect0(AbstractEpollChannel.java:773)
   ```


-- 
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]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to