Csehpi commented on issue #37172:
URL: https://github.com/apache/arrow/issues/37172#issuecomment-1680470594
I added the following env variables:
```BASH
- name: GRPC_VERBOSITY
value: debug
- name: GRPC_TRACE
value: call_error,connectivity_state,pick_first,round_robin,glb
```
The log is:
```BASH
2023-08-16T11:53:09 INFO [PyRunner][Arrow Server]: Reading descriptor key:
64316-0-output
D0816 11:53:09.717006258 186 call.cc:793]
set_final_status SVR
D0816 11:53:09.717024287 186 call.cc:794] OK
D0816 11:53:10.020085295 202 call.cc:793]
set_final_status SVR
D0816 11:53:10.020191967 202 call.cc:794] UNKNOWN:Error
received from peer unknown {created_time:"2023-08-16T11:53:10.020077803+00:00",
grpc_status:1, grpc_message:"Received RST_STREAM with error code 8"}
```
--
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]