You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2021/01/31 13:53:22 UTC

[GitHub] [arrow] lidavidm commented on a change in pull request #9354: ARROW-11066: [Java][FlightRPC] fix zero-copy optimization

lidavidm commented on a change in pull request #9354:
URL: https://github.com/apache/arrow/pull/9354#discussion_r567429767



##########
File path: java/flight/flight-core/src/test/java/org/apache/arrow/flight/perf/PerformanceTestServer.java
##########
@@ -68,7 +68,7 @@ public void register(FlightProducer.ServerStreamListener listener) {
 
       @Override
       public WaitResult waitForListener(long timeout) {
-        while (!listener.isReady()) {

Review comment:
       This was needed or the test would get stuck - I think it's just I bumped something that exposed a race condition.




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

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