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

test_kudu_partition_ddl failed with exception message: "Table already exists"

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Critical
    • Resolution: Cannot Reproduce
    • Impala 3.1.0, Impala 3.2.0
    • None
    • Catalog

    Description

      cc'ing twm378. Does it look like some known issue ? Putting it in the catalog category for now but please feel free to update the component as you see fit.

      query_test/test_kudu.py:96: in test_kudu_partition_ddl
          self.run_test_case('QueryTest/kudu_partition_ddl', vector, use_db=unique_database)
      common/impala_test_suite.py:397: in run_test_case
          result = self.__execute_query(target_impalad_client, query, user=user)
      common/impala_test_suite.py:612: in __execute_query
          return impalad_client.execute(query, user=user)
      common/impala_connection.py:160: in execute
          return self.__beeswax_client.execute(sql_stmt, user=user)
      beeswax/impala_beeswax.py:173: in execute
          handle = self.__execute_query(query_string.strip(), user=user)
      beeswax/impala_beeswax.py:339: in __execute_query
          handle = self.execute_query_async(query_string, user=user)
      beeswax/impala_beeswax.py:335: in execute_query_async
          return self.__do_rpc(lambda: self.imp_service.query(query,))
      beeswax/impala_beeswax.py:460: in __do_rpc
          raise ImpalaBeeswaxException(self.__build_error_message(b), b)
      E   ImpalaBeeswaxException: ImpalaBeeswaxException:
      E    INNER EXCEPTION: <class 'beeswaxd.ttypes.BeeswaxException'>
      E    MESSAGE: ImpalaRuntimeException: Error creating Kudu table 'impala::test_kudu_partition_ddl_7e04e8f9.simple_hash_range'
      E   CAUSED BY: NonRecoverableException: Table impala::test_kudu_partition_ddl_7e04e8f9.simple_hash_range already exists with id 3e81a4ceff27471cad9fcb3bc0b977c3
      

      Attachments

        Activity

          People

            twmarshall Thomas Tauber-Marshall
            kwho Michael Ho
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: