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

Test failure with 'Bad data encounted in numeric data'

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Critical
    • Resolution: Unresolved
    • Impala 4.4.0
    • None
    • Catalog
    • None
    • ghx-label-1

    Description

      During our internal JDK11 build custom_cluster.test_executor_groups.TestExecutorGroups.test_query_cpu_count_divisor_default failed with Bad data encounted in numeric data.

      Attached complete catalogd logs and the trimmed hms logs.

      Error Message

      ImpalaBeeswaxException: ImpalaBeeswaxException:  Query aborted:InternalException: Error adding partitions CAUSED BY: CatalogException: Unable to create a metastore event CAUSED BY: MetastoreNotificationException: java.lang.RuntimeException: org.apache.thrift.protocol.TProtocolException: Bad data encounted in numeric data CAUSED BY: RuntimeException: org.apache.thrift.protocol.TProtocolException: Bad data encounted in numeric data CAUSED BY: TProtocolException: Bad data encounted in numeric data
      

      Stacktrace

      custom_cluster/test_executor_groups.py:947: in test_query_cpu_count_divisor_default
          "Verdict: Match", "CpuAsk: 10"])
      custom_cluster/test_executor_groups.py:880: in _run_query_and_verify_profile
          result = self.execute_query_expect_success(self.client, query)
      common/impala_test_suite.py:944: in wrapper
          return function(*args, **kwargs)
      common/impala_test_suite.py:952: in execute_query_expect_success
          result = cls.__execute_query(impalad_client, query, query_options, user)
      common/impala_test_suite.py:1069: in __execute_query
          return impalad_client.execute(query, user=user)
      common/impala_connection.py:218: in execute
          return self.__beeswax_client.execute(sql_stmt, user=user)
      beeswax/impala_beeswax.py:191: in execute
          handle = self.__execute_query(query_string.strip(), user=user)
      beeswax/impala_beeswax.py:369: in __execute_query
          self.wait_for_finished(handle)
      beeswax/impala_beeswax.py:390: in wait_for_finished
          raise ImpalaBeeswaxException("Query aborted:" + error_log, None)
      E   ImpalaBeeswaxException: ImpalaBeeswaxException:
      E    Query aborted:InternalException: Error adding partitions
      E   CAUSED BY: CatalogException: Unable to create a metastore event
      E   CAUSED BY: MetastoreNotificationException: java.lang.RuntimeException: org.apache.thrift.protocol.TProtocolException: Bad data encounted in numeric data
      E   CAUSED BY: RuntimeException: org.apache.thrift.protocol.TProtocolException: Bad data encounted in numeric data
      E   CAUSED BY: TProtocolException: Bad data encounted in numeric data
      

      Attachments

        Activity

          People

            Unassigned Unassigned
            tmate Tamas Mate
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated: