Hello Quanlong Huang, Impala Public Jenkins,

I'd like you to reexamine a change. Please visit

    http://gerrit.cloudera.org:8080/20490

to look at the new patch set (#8).

Change subject: IMPALA-12448: Avoid getting stuck when refreshing a 
non-existent partition
......................................................................

IMPALA-12448: Avoid getting stuck when refreshing a non-existent partition

In some cases, we shouldn't wait for the version specified in
'result.version' because the table version has not changed after
resetting metadata, such as refreshing a non-existent partition.
If not, the query may be stuck for a long time. This patch
determines whether to wait by comparing the table version before
and after resetting.

Change-Id: Iace7cdadda300b03896f92415822266354421887
---
M be/src/catalog/catalog-server.cc
M be/src/util/backend-gflag-util.cc
M common/thrift/BackendGflags.thrift
M fe/src/main/java/org/apache/impala/catalog/TopicUpdateLog.java
M fe/src/main/java/org/apache/impala/service/CatalogOpExecutor.java
M tests/metadata/test_refresh_partition.py
6 files changed, 65 insertions(+), 4 deletions(-)


  git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/90/20490/8
--
To view, visit http://gerrit.cloudera.org:8080/20490
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-Project: Impala-ASF
Gerrit-Branch: master
Gerrit-MessageType: newpatchset
Gerrit-Change-Id: Iace7cdadda300b03896f92415822266354421887
Gerrit-Change-Number: 20490
Gerrit-PatchSet: 8
Gerrit-Owner: ttttttz <2433038...@qq.com>
Gerrit-Reviewer: Impala Public Jenkins <impala-public-jenk...@cloudera.com>
Gerrit-Reviewer: Quanlong Huang <huangquanl...@gmail.com>
Gerrit-Reviewer: ttttttz <2433038...@qq.com>

Reply via email to