Uploaded image for project: 'IMPALA'
  1. IMPALA
  2. IMPALA-9170

close idle connections without an associated session

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Duplicate
    • Impala 3.3.0
    • None
    • Infrastructure
    • None
    • ghx-label-13

    Description

      With the fix of IMPALA-7802,  Impala now can close an idle connection after a configured interval. But it still leaves some connections opened which has no associated sessions:

      https://github.com/cloudera/Impala/blob/cdh6.2.1/be/src/service/impala-server.cc#L2078

      if (it == connection_to_sessions_map_.end()) return false;

      Some clients like HUE could use different connections to check the query status or fetch result. In these cases, those connections have no associated sessions, and not added into the connection_to_sessions_map. This caused issues when we use Radware to load balance Impala, because Radware does not send FIN to close an idle connection, but require backend to close idle connections. 

      Attachments

        1. screenshot-1.png
          431 kB
          YUBI LEE
        2. screenshot-2.png
          140 kB
          YUBI LEE

        Issue Links

          Activity

            People

              Unassigned Unassigned
              ximz Xiaomin Zhang
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: