Uploaded image for project: 'Hadoop Common'
  1. Hadoop Common
  2. HADOOP-18886 S3A: AWS SDK V2 Migration: stabilization and S3Express
  3. HADOOP-19097

core-default fs.s3a.connection.establish.timeout value too low -warning always printed

    XMLWordPrintableJSON

Details

    Description

      caused by HADOOP-18915.

      in core-default we set the value of fs.s3a.connection.establish.timeout to 5s

      <property>
        <name>fs.s3a.connection.establish.timeout</name>
        <value>5s</value>
      </property>
      

      but there is a minimum of 15s, so this prints a warning

      2024-02-29 10:39:27,369 WARN impl.ConfigurationHelper: Option fs.s3a.connection.establish.timeout is too low (5,000 ms). Setting to 15,000 ms instead
      

      Attachments

        Issue Links

          Activity

            People

              stevel@apache.org Steve Loughran
              stevel@apache.org Steve Loughran
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: