Uploaded image for project: 'Apache Knox'
  1. Apache Knox
  2. KNOX-695

Expose configuration of HttpClient's connection and socket timeout settings

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 0.9.0
    • 0.9.0
    • Server
    • None

    Description

      Probably need this at the global gateway-site.xml level like this

      <property>
          <name>gateway.httpclient.connectionTimeout</name>
          <value>2m</value>
      </property>
      <property>
          <name>gateway.httpclient.socketTimeout</name>
          <value>2m</value>
      </property>
      

      and an override at the service level in a topology file like this

      <service>
          <role>HIVE</role>
          <param>
              <name>httpclient.connectionTimeout</name>
              <value>2m</value>
          </param>
          <param>
              <name>httpclient.socketTimeout</name>
              <value>2m</value>
          </param>  
      </service>
      

      Attachments

        1. KNOX-695_001_v0.6.patch
          32 kB
          Kevin Minder

        Activity

          People

            Unassigned Unassigned
            kminder Kevin Minder
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: