Leon-WTF opened a new pull request #2464: URL: https://github.com/apache/drill/pull/2464
# [DRILL-8132](https://issues.apache.org/jira/browse/DRILL-8132): Improvement of RPC ## Description As all the connection pairs between drillbits will share the same thread pool of netty, so I propose to at least sepatate data server from control client/server. Also changed the default threads number to power of two to benefit from PowerOfTwoEventExecutorChooser of Netty. ## Documentation NA ## Testing Start two or more drillbits, see the query which uses two or more drillbits to scan can perform correctly. -- 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: dev-unsubscr...@drill.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org