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 "Tianyi Wang (JIRA)" <ji...@apache.org> on 2018/10/06 01:30:00 UTC

[jira] [Created] (IMPALA-7675) The result of UpdateTableUsage() RPC is not correctly handled.

Tianyi Wang created IMPALA-7675:
-----------------------------------

             Summary: The result of UpdateTableUsage() RPC is not correctly handled.
                 Key: IMPALA-7675
                 URL: https://issues.apache.org/jira/browse/IMPALA-7675
             Project: IMPALA
          Issue Type: Bug
          Components: Frontend
    Affects Versions: Impala 3.1.0
            Reporter: Tianyi Wang
            Assignee: Tianyi Wang


ImpalaTableUsageTracker.report() doesn't handle the result of UpdateTableUsage() RPC correctly and triggers NullpointerException:

{noformat}
W1003 11:07:39.252918  6910 ImpaladTableUsageTracker.java:116] Unable to report table usage information to catalog server.
Java exception follows:
java.lang.NullPointerException
        at org.apache.impala.catalog.ImpaladTableUsageTracker.report(ImpaladTableUsageTracker.java:110)
        at org.apache.impala.catalog.ImpaladTableUsageTracker.access$000(ImpaladTableUsageTracker.java:44)
        at org.apache.impala.catalog.ImpaladTableUsageTracker$1.run(ImpaladTableUsageTracker.java:56)
        at java.lang.Thread.run(Thread.java:748)
{noformat}




--
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