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:
[email protected]