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

Improve Kudu DML error logging in Impala

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • Impala 4.2.0
    • None
    • None
    • ghx-label-13

    Description

      Kudu recently added support for INSERT_IGNORE, UPDATE_IGNORE, and DELETE_IGNORE to handle cases where users want to ignore primary key errors in an efficient way. Impala already does this today for it's INSERT behavior, however it does so by ignoring the per-row errors from Kudu client side. This requires a large error buffer (which may need to be expanded in rare cases) to log all of the warning messages which users often do not care about and causes significant RPC overhead.

      Instead it would be good to add a property or special IGNORE keyword to leverage the new ignore operations.

      Attachments

        Issue Links

          Activity

            People

              rizaon Riza Suminto
              granthenke Grant Henke
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: