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 "Rituparna Agrawal (JIRA)" <ji...@apache.org> on 2018/09/21 18:26:00 UTC

[jira] [Created] (IMPALA-7606) Time based auto invalidation not working

Rituparna Agrawal created IMPALA-7606:
-----------------------------------------

             Summary: Time based auto invalidation not working
                 Key: IMPALA-7606
                 URL: https://issues.apache.org/jira/browse/IMPALA-7606
             Project: IMPALA
          Issue Type: Bug
    Affects Versions: Impala 3.1.0
            Reporter: Rituparna Agrawal


Set the invalidate_tables_timeout_s to 60 on both catalogd and all impalads.  Have tables populated. Catalogd is keeps throwing this exception. Tables are not getting invalidated. 
No other logs seen on impalad from CatalogTableInvalidator

[10:50 AM] Parna Agrawal: 
[10:50 AM] Parna Agrawal: W0921 10:50:19.465893 13428 CatalogdTableInvalidator.java:284] Unexpected exception thrown while attempting to automatically invalidate tables. Will retry in 5 seconds.
Java exception follows:
java.lang.IllegalStateException
  at com.google.common.base.Preconditions.checkState(Preconditions.java:129)
  at org.apache.impala.catalog.Table.getLastUsedTime(Table.java:174)
  at org.apache.impala.catalog.CatalogdTableInvalidator.invalidateOlderThan(CatalogdTableInvalidator.java:229)
  at org.apache.impala.catalog.CatalogdTableInvalidator.access$900(CatalogdTableInvalidator.java:51)
  at org.apache.impala.catalog.CatalogdTableInvalidator$DaemonThread.run(CatalogdTableInvalidator.java:275)
  at java.lang.Thread.run(Thread.java:748)
W0921 10:50:24.467514 13428 CatalogdTableInvalidator.java:284] Unexpected exception thrown while attempting to automatically invalidate tables. Will retry in 5 seconds.
Java exception follows:
java.lang.IllegalStateException
  at com.google.common.base.Preconditions.checkState(Preconditions.java:129)
  at org.apache.impala.catalog.Table.getLastUsedTime(Table.java:174)
  at org.apache.impala.catalog.CatalogdTableInvalidator.invalidateOlderThan(CatalogdTableInvalidator.java:229)
  at org.apache.impala.catalog.CatalogdTableInvalidator.access$900(CatalogdTableInvalidator.java:51)
  at org.apache.impala.catalog.CatalogdTableInvalidator$DaemonThread.run(CatalogdTableInvalidator.java:275)
  at java.lang.Thread.run(Thread.java:748)



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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