Uploaded image for project: 'Hadoop Common'
  1. Hadoop Common
  2. HADOOP-16504

Increase ipc.server.listen.queue.size default from 128 to 256

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • 3.3.0
    • None
    • None

    Description

      Because ipc.server.listen.queue.size default value is too small, TCP's ListenDrop indicator along with the rpc request large.
      The upper limit of the system's semi-join queue is 65636 and maximum number of fully connected queues is 1024.

      [work@c3-hadoop-srv-talos27 ~]$ cat /proc/sys/net/ipv4/tcp_max_syn_backlog
      65536
      [work@c3-hadoop-srv-talos27 ~]$ cat /proc/sys/net/core/somaxconn
      1024
      

      I think this default value should be adjusted.

      Attachments

        1. HADOOP-16504.000.patch
          1 kB
          Lisheng Sun
        2. HADOOP-16504.001.patch
          2 kB
          Lisheng Sun

        Issue Links

          Activity

            People

              leosun08 Lisheng Sun
              leosun08 Lisheng Sun
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: