Uploaded image for project: 'Apache Drill'
  1. Apache Drill
  2. DRILL-8132

Improvement of RPC

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • 1.20.1
    • 1.21.0
    • Execution - RPC
    • None

    Description

      1. Separate EventLoopGroup between dataserver and control client/server, as the node which is busy on receiving data from different nodes may occupy all EventLoopGroup threads, will block the control rpc message, e.g. fragment transfer.
      2. Change the default threads of EventLoopGroup to 8(current is 10), as it can improve performance if the number is power of two based on PowerOfTwoEventExecutorChooser of Netty.

      Attachments

        Activity

          People

            leon_wtf wtf
            leon_wtf wtf
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: