Tianyi Wang has uploaded this change for review. ( 
http://gerrit.cloudera.org:8080/11641


Change subject: IMPALA-7670: Avoid getting the latest tables in 
bulkAlterPartitions()
......................................................................

IMPALA-7670: Avoid getting the latest tables in bulkAlterPartitions()

bulkAlterPartitions() needs to mark altered partitions as dirty. It
currently gets the latest table using table names and mark partitions in
them as dirty without locking, which could lead to concurrent
modifications of a table. This patch changes it into marking the tables
it operates on dirty.

Change-Id: I0ec120f9df64d6e7e7d4978b5e190376721a6897
---
M fe/src/main/java/org/apache/impala/service/CatalogOpExecutor.java
1 file changed, 21 insertions(+), 27 deletions(-)



  git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/41/11641/1
--
To view, visit http://gerrit.cloudera.org:8080/11641
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-Project: Impala-ASF
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I0ec120f9df64d6e7e7d4978b5e190376721a6897
Gerrit-Change-Number: 11641
Gerrit-PatchSet: 1
Gerrit-Owner: Tianyi Wang <tw...@cloudera.com>
Gerrit-Reviewer: Bharath Vissapragada <bhara...@cloudera.com>
Gerrit-Reviewer: Vuk Ercegovac <vercego...@cloudera.com>

Reply via email to