Tianyi Wang has uploaded a new patch set (#2). ( http://gerrit.cloudera.org:8080/11603 )
Change subject: IMPALA-7675: Fix the error handling of UpdateTableUsage() RPC ...................................................................... IMPALA-7675: Fix the error handling of UpdateTableUsage() RPC UpdateTableUsage() is logically a one-way RPC and the status object in TUpdateTableUsageResponse is set only if there is an error at RPC layer. This patch fixes the incorrect error handling that leads to NullPointerException in ImpaladTableUsageTracer. Change-Id: Iccba4c6f4696ef08bc8a614ae13f62b5e445917b --- M be/src/service/fe-support.cc M fe/src/main/java/org/apache/impala/catalog/ImpaladTableUsageTracker.java 2 files changed, 3 insertions(+), 4 deletions(-) git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/03/11603/2 -- To view, visit http://gerrit.cloudera.org:8080/11603 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: newpatchset Gerrit-Change-Id: Iccba4c6f4696ef08bc8a614ae13f62b5e445917b Gerrit-Change-Number: 11603 Gerrit-PatchSet: 2 Gerrit-Owner: Tianyi Wang <[email protected]> Gerrit-Reviewer: Bharath Vissapragada <[email protected]> Gerrit-Reviewer: Impala Public Jenkins <[email protected]> Gerrit-Reviewer: Tianyi Wang <[email protected]> Gerrit-Reviewer: Vuk Ercegovac <[email protected]>
