Uploaded image for project: 'Cloud Enablement'
  1. Cloud Enablement
  2. CLOUD-2288

[EAP70] KUBE_PING produces many CLOSE_WAIT connections

    XMLWordPrintable

Details

    • Enhancement
    • Resolution: Cannot Reproduce
    • Major
    • None
    • EAP70 1.6.1.GA
    • EAP7
    • None
    • CLOUD Maintenance Sprint 22

    Description

      KUBE_PING uses HttpURLConnection but not fully read err stream nor close streams and calling disconnect().

      https://github.com/jboss-openshift/openshift-ping/blob/1.1.5.Final/common/src/main/java/org/openshift/ping/common/OpenshiftPing.java#L306

      It makes a lot of CLOSE_WAIT connections, they remain until GC and leads "Too many open files" errors. This is pretty common pitfall, we can see a lot of artcles by searching HttpURLConnection and CLOSE_WAIT on the internet.

      https://docs.oracle.com/javase/8/docs/api/java/net/HttpURLConnection.html

      It'd be better to close them rather than relying on the error-prone pooling.

      Attachments

        Issue Links

          Activity

            People

              kwills@redhat.com Ken Wills
              rhn-support-tkimura Takayoshi Kimura
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: