You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by GitBox <gi...@apache.org> on 2020/05/20 06:45:35 UTC

[GitHub] [incubator-pinot] zhaoboc commented on issue #4427: Consider using epoll based event loop from Netty when Pinot runs on Linux systems

zhaoboc commented on issue #4427:
URL: https://github.com/apache/incubator-pinot/issues/4427#issuecomment-631271539


   `sun.nio.ch.DefaultSelectorProvider` is platform dependent. It creates `KQueueSelectorProvider` on macosx and `EPollSelectorProvider` on linux. 
   
   I think it's more about netty JNI epoll vs nio epoll than epoll vs select, when considering netty-transport-native-epoll.


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



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pinot.apache.org
For additional commands, e-mail: commits-help@pinot.apache.org