lidavidm commented on issue #37172: URL: https://github.com/apache/arrow/issues/37172#issuecomment-1678868944
This is generally a gRPC problem, e.g. [if there's a proxy in the way](https://github.com/grpc/grpc-java/issues/8208) ([another example](https://github.com/grpc/grpc-java/issues/8310)). You could enable gRPC debug logs on the server ([`env GRPC_VERBOSITY=debug GRPC_TRACE=http python ...`](https://github.com/grpc/grpc/blob/master/doc/environment_variables.md)) and see if that helps. -- 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]
