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

Must pass hostname to RpcMgr::GetProxy()

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Blocker
    • Resolution: Fixed
    • Impala 3.3.0
    • Impala 3.3.0
    • Distributed Exec
    • None
    • ghx-label-8

    Description

      Various RPCs converted to KRPC recently mistakenly pass the resolved IP address instead of the actual hostname. An example below in coordinator-backend-state.cc. This may lead to failure when running with Kerberos enabled.

        std::unique_ptr<ControlServiceProxy> proxy;
        Status get_proxy_status =
            ControlService::GetProxy(krpc_host_, krpc_host_.hostname, &proxy);
        if (!get_proxy_status.ok()) {
          SetExecError(get_proxy_status);
          return;
        }
      

      Attachments

        Issue Links

          Activity

            People

              kwho Michael Ho
              kwho Michael Ho
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: