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

ASF subversion and git services commented on IMPALA-11939:
----------------------------------------------------------

Commit a0cdb7b5943d03e806388f304b73328f141372ba in impala's branch 
refs/heads/branch-4.3.0 from Sai Hemanth Gantasala
[ https://gitbox.apache.org/repos/asf?p=impala.git;h=a0cdb7b59 ]

IMPALA-12231: Bump GBN to get HMS thrift API changes

We need a couple of hive changes HIVE-27319 and HIVE-27337 for catalogD
to work with latest HMS server to fix IMPALA-11768 and IMPALA-11939
respectively.

Bump CDP_BUILD_NUMBER (GBN) to 44206393
Bump various CDP versiona numbers to be based on 7.2.18.0-273

TESTING: Exhaustive tests ran clean
Added a couple of tests for IMPALA-11939 and IMPALA-11768

Change-Id: I117873b628aed3e24280f9fcd79643f918c8d5f3
Reviewed-on: http://gerrit.cloudera.org:8080/20420
Reviewed-by: Quanlong Huang <huangquanl...@gmail.com>
Tested-by: Impala Public Jenkins <impala-public-jenk...@cloudera.com>


> Catalogd can't process hms event once creating table contains extra whitespace
> ------------------------------------------------------------------------------
>
>                 Key: IMPALA-11939
>                 URL: https://issues.apache.org/jira/browse/IMPALA-11939
>             Project: IMPALA
>          Issue Type: Bug
>          Components: Catalog
>    Affects Versions: Impala 3.4.0
>            Reporter: Weizisheng
>            Assignee: Sai Hemanth Gantasala
>            Priority: Major
>             Fix For: Impala 4.3.0
>
>
> Enable Automatic Invalidation/Refresh of Metadata by configuring 
> hms_event_polling_interval_s.
> After creating the table from beeline like: create table *` 
> bi_xxxxxx`.`table_xxxxxx`* (...)    ---real database is 
> *bi_xxxxxx.table_xxxxxx*
> Catalogd can never process any hms event.
> {code:java}
> I0222 11:10:19.478662  7554 MetastoreEventsProcessor.java:482] Received 1 
> events. Start event id : 1524439
> I0222 11:10:19.478921  7554 MetastoreEvents.java:233] Total number of events 
> received: 1 Total number of events filtered out: 0
> E0222 11:10:19.479373  7554 MetastoreEventsProcessor.java:527] Unexpected 
> exception received while processing event
> Java exception follows:
> org.apache.impala.catalog.events.MetastoreNotificationException: EventId: 
> 1524440 EventType: CREATE_TABLE Unable to add table while processing for 
> table  bi_xxxxxx.table_xxxxxx because the database doesn't exist. This could 
> be due to a previous error while processing CREATE_DATABASE event for the 
> database  bi_xxxxxx
>     at 
> org.apache.impala.catalog.events.MetastoreEvents$CreateTableEvent.process(MetastoreEvents.java:691)
>     at 
> org.apache.impala.catalog.events.MetastoreEvents$MetastoreEvent.processIfEnabled(MetastoreEvents.java:311)
>     at 
> org.apache.impala.catalog.events.MetastoreEventsProcessor.processEvents(MetastoreEventsProcessor.java:615)
>     at 
> org.apache.impala.catalog.events.MetastoreEventsProcessor.processEvents(MetastoreEventsProcessor.java:513)
>     at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
>     at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:308)
>     at 
> java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:180)
>     at 
> java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:294)
>     at 
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
>     at 
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
>     at java.lang.Thread.run(Thread.java:748)
> Caused by: org.apache.impala.catalog.CatalogException: Db  bi_xxxxxx does not 
> exist
>     at 
> org.apache.impala.catalog.CatalogServiceCatalog.addTableIfNotExists(CatalogServiceCatalog.java:1741)
>     at 
> org.apache.impala.catalog.events.MetastoreEvents$CreateTableEvent.process(MetastoreEvents.java:682)
>     ... 10 more
> E0222 11:10:19.479483  7554 MetastoreEventsProcessor.java:637] Notification 
> event is  null
> W0222 11:10:22.479734  7554 MetastoreEventsProcessor.java:506] Event 
> processing is skipped since status is ERROR. Last synced event id is 1524439 
> {code}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

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

Reply via email to