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

test_executor_group_num_queries_executing_metric fails in UBSAN build

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • Impala 4.4.0
    • None
    • ghx-label-7

    Description

      test_executor_group_num_queries_executing_metric fails in UBSAN builds.

      The test started to fail after Small String Optimization (IMPALA-12373) was merged, since then it fails consistently.

      Error Message

      AssertionError: Expected single pid but found 12462, 13670
      

      Stacktrace

      custom_cluster/test_executor_groups.py:519: in test_executor_group_num_queries_executing_metric
          self.cluster.impalads[-1].kill()
      common/impala_cluster.py:431: in kill
          LOG.info('Killing %s with signal %s' % (self, signal))
      common/impala_cluster.py:371: in __str__
          return "<%s PID: %s (%s)>" % (self.__class_name(), self.__get_pid(),
      common/impala_cluster.py:401: in __get_pid
          assert len(pids) < 2, "Expected single pid but found %s" % ", ".join(map(str, pids))
      E   AssertionError: Expected single pid but found 12462, 13670
      

      Attachments

        Activity

          People

            boroknagyz Zoltán Borók-Nagy
            boroknagyz Zoltán Borók-Nagy
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: