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

do not cache admission control service's IP address in coordinator

    XMLWordPrintableJSON

Details

    • Task
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • Impala 4.3.0
    • None
    • None
    • ghx-label-8

    Description

      The Impalad's ExecEnv caches resolved IP address for admission control service:

      https://github.com/apache/impala/blob/master/be/src/runtime/exec-env.h#L301

      The Impala server runs a heart beat thread for admission control service and it relies on the cached resolved address in ExecEnv:

      https://github.com/apache/impala/blob/master/be/src/service/impala-server.cc#L584

      This breaks when IP address for admission control services changes and so we shouldn't cache dynamic addresses.

      Attachments

        Activity

          People

            arawat Abhishek Rawat
            arawat Abhishek Rawat
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: