Lagrang commented on issue #13980:
URL: https://github.com/apache/arrow/issues/13980#issuecomment-1228411845

   > the issue with gRPC Java is that it has a fixed, small buffer it uses for 
backpressure, so effectively every write will trigger backpressure and 
artificially throttle the producer, regardless of actual network conditions. 
This has been known for years but the upstream is not interested in fixing it: 
https://github.com/grpc/grpc-java/issues/5433
   yes, we also found the same issue and tried without backpressure, but still 
no changes in performance(not in the benchmark, nor in real code).


-- 
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: github-unsubscr...@arrow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to