Csaba Ringhofer created IMPALA-12461:
----------------------------------------

             Summary: Avoid write lock on the table during self-event detection
                 Key: IMPALA-12461
                 URL: https://issues.apache.org/jira/browse/IMPALA-12461
             Project: IMPALA
          Issue Type: Improvement
          Components: Catalog
            Reporter: Csaba Ringhofer


Saw some callstacks like this:
{code}
    at 
org.apache.impala.catalog.CatalogServiceCatalog.tryLock(CatalogServiceCatalog.java:468)
    at 
org.apache.impala.catalog.CatalogServiceCatalog.tryWriteLock(CatalogServiceCatalog.java:436)
    at 
org.apache.impala.catalog.CatalogServiceCatalog.evaluateSelfEvent(CatalogServiceCatalog.java:1008)
    at 
org.apache.impala.catalog.events.MetastoreEvents$MetastoreEvent.isSelfEvent(MetastoreEvents.java:609)
    at 
org.apache.impala.catalog.events.MetastoreEvents$BatchPartitionEvent.process(MetastoreEvents.java:1942)
{code}

At this point it was already checked that the event comes from Impala based on 
service id and now we are checking the table's self event list. Taking the 
table lock can be problematic as other DDL may took write lock at the same time.



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

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to