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

We're printing a binary ID in ChildQuery::Cancel()

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Critical
    • Resolution: Fixed
    • Impala 2.11.0
    • Impala 2.11.0
    • Backend

    Description

      We should not print a binary ID in ChildQuery::Cancel().

      I0912 10:07:00.892400  1184 child-query.cc:131] Cancelling and closing child query with operation id: kգz^7M<F7>^@^@^@^@<D9>^]l<B7>
      
      123 void ChildQuery::Cancel() {
      124   // Do not hold lock_ while calling into parent_server_ to avoid deadlock.
      125   {
      126     lock_guard<mutex> l(lock_);
      127     is_cancelled_ = true;
      128     if (!is_running_) return;
      129     is_running_ = false;
      130   }
      131   VLOG_QUERY << "Cancelling and closing child query with operation id: "
      132              << hs2_handle_.operationId.guid;
      

      Attachments

        Activity

          People

            lv Lars Volker
            lv Lars Volker
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: