You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues-all@impala.apache.org by "Vihang Karajgaonkar (Jira)" <ji...@apache.org> on 2020/07/29 21:06:00 UTC

[jira] [Commented] (IMPALA-10024) CatalogServiceCatalog.isBlacklistedDb should do a case-insensitive comparison

    [ https://issues.apache.org/jira/browse/IMPALA-10024?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17167505#comment-17167505 ] 

Vihang Karajgaonkar commented on IMPALA-10024:
----------------------------------------------

Attached the gerrit review.

> CatalogServiceCatalog.isBlacklistedDb should do a case-insensitive comparison
> -----------------------------------------------------------------------------
>
>                 Key: IMPALA-10024
>                 URL: https://issues.apache.org/jira/browse/IMPALA-10024
>             Project: IMPALA
>          Issue Type: Bug
>            Reporter: Vihang Karajgaonkar
>            Assignee: Vihang Karajgaonkar
>            Priority: Major
>
> 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.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-all-unsubscribe@impala.apache.org
For additional commands, e-mail: issues-all-help@impala.apache.org