ennuite commented on issue #1039:
URL: https://github.com/apache/arrow-java/issues/1039#issuecomment-4277524169

   I was able to repro on Linux. The bug is also present on Mac with KQueue. I 
repro-ed on ARM with
   ```
       <dependency>
       <groupId>io.netty</groupId>
       <artifactId>netty-transport-native-kqueue</artifactId>
       <version>4.1.112.Final</version>
       <classifier>osx-aarch_64</classifier>
       </dependency>
   ```
   instead of epoll. I have a PR for a fix.
   
   
   
   


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

Reply via email to