Uploaded image for project: 'Spark'
  1. Spark
  2. SPARK-27868

Better document shuffle / RPC listen backlog

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Minor
    • Resolution: Fixed
    • 2.4.3
    • 3.0.0
    • Documentation, Spark Core
    • None

    Description

      The option to control the listen socket backlog for RPC and shuffle servers is not documented in our public docs.

      The only piece of documentation is in a Java class, and even that documentation is incorrect:

        /** Requested maximum length of the queue of incoming connections. Default -1 for no backlog. */
        public int backLog() { return conf.getInt(SPARK_NETWORK_IO_BACKLOG_KEY, -1); }
      

      The default value actual causes the default value from the JRE to be used, which is 50 according to the docs.

      Attachments

        Activity

          People

            vanzin Marcelo Masiero Vanzin
            vanzin Marcelo Masiero Vanzin
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: