engimatic commented on issue #36043:
URL: https://github.com/apache/arrow/issues/36043#issuecomment-1606372285
@davisusanibar
When your client run in a little while,forced kill it. Then you will find
that the server stuck in an endless loop,at code:
```
while (iterator.hasNext() && !listener.isCancelled()) {
if (listener.isReady()) {
```
And the CPU of server is consistently running at high levels,the next
request never returns.
--
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]