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

Kudu duplicate key count can be off

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Major
    • Resolution: Unresolved
    • Impala 2.12.0
    • None
    • Backend
    • None
    • ghx-label-6

    Description

      After inserting TPC-H data into Kudu by doing:

      insert into lineitem select * from PARQUETIMPALA500.LINEITEM
      

      , the query profile contains this error:

      Errors: Key already present in Kudu table 'impala::kudu_impala_500.LINEITEM'. (1 of -1831809966 similar)
      

      Clearly, the count is off here. Also, it seems this issue can trigger a DCHECK on debug builds. The accompanying log line in that case is:

      F0507 09:46:12.673912 29258 error-util.cc:148] Check failed: log_entry.count > 0 (-1831809966 vs. 0) 
      

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              jeszyb Balazs Jeszenszky
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated: