Impala Public Jenkins has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/10640 )
Change subject: IMPALA-3040: Print logs around removeDirective() ...................................................................... IMPALA-3040: Print logs around removeDirective() I observed that some caching directives on partitions don't get removed. HDFS would throw an exception if removeDirective() operation fails on its side, so I suspect that removeDirective() isn't called by catalogd. This patch prints logs around removeDirective() if it's skipped. Change-Id: I9d9f6eb1951c77e095d5029e8bbdc67e9b39b814 Reviewed-on: http://gerrit.cloudera.org:8080/10640 Reviewed-by: Tim Armstrong <[email protected]> Tested-by: Impala Public Jenkins <[email protected]> --- M fe/src/main/java/org/apache/impala/util/HdfsCachingUtil.java 1 file changed, 22 insertions(+), 4 deletions(-) Approvals: Tim Armstrong: Looks good to me, approved Impala Public Jenkins: Verified -- To view, visit http://gerrit.cloudera.org:8080/10640 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: I9d9f6eb1951c77e095d5029e8bbdc67e9b39b814 Gerrit-Change-Number: 10640 Gerrit-PatchSet: 3 Gerrit-Owner: Tianyi Wang <[email protected]> Gerrit-Reviewer: Impala Public Jenkins <[email protected]> Gerrit-Reviewer: Tianyi Wang <[email protected]> Gerrit-Reviewer: Tim Armstrong <[email protected]>
