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

CatalogServiceCatalog.isBlacklistedDb should do a case-insensitive comparison

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • Impala 4.0.0
    • None
    • None
    • ghx-label-4

    Description

      CatalogServiceCatalog.isBlacklistedDb() is used in many places to check if a given database name is on the list of databases which should be ignored in Catalog. However it does a case sensitive comparison which could cause false negatives.

      One place where we see this issue is when we receive a metastore event on the on SYS database and the --blacklisted_dbs is set to sys. In such cases EventsProcessor should ignore the event instead of processing it.

      Attachments

        Issue Links

          Activity

            People

              vihangk1 Vihang Karajgaonkar
              vihangk1 Vihang Karajgaonkar
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: