Impala Public Jenkins has submitted this change and it was merged. ( 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 Reviewed-on: http://gerrit.cloudera.org:8080/11603 Reviewed-by: Impala Public Jenkins <[email protected]> Tested-by: Impala Public Jenkins <[email protected]> --- 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(-) Approvals: Impala Public Jenkins: Looks good to me, approved; Verified -- 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: merged Gerrit-Change-Id: Iccba4c6f4696ef08bc8a614ae13f62b5e445917b Gerrit-Change-Number: 11603 Gerrit-PatchSet: 4 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]>
