Zoltan Borok-Nagy has uploaded this change for review. ( http://gerrit.cloudera.org:8080/17508
Change subject: IMPALA-10713: Use PARTITION-level locking for static partition INSERTs for ACID tables ...................................................................... IMPALA-10713: Use PARTITION-level locking for static partition INSERTs for ACID tables Currently Impala always create TABLE-level locks for INSERTs for ACID tables. With this patch static partition INSERTs take PARTITION-level locks only. Testing: * extended ACID stress test with partitioned INSERTs Change-Id: I0f5f998b908d836567c9bf7498d2caa0d231df35 --- M fe/src/main/java/org/apache/impala/analysis/InsertStmt.java M fe/src/main/java/org/apache/impala/catalog/FeCatalogUtils.java M fe/src/main/java/org/apache/impala/service/Frontend.java M tests/stress/stress_util.py M tests/stress/test_acid_stress.py 5 files changed, 92 insertions(+), 6 deletions(-) git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/08/17508/1 -- To view, visit http://gerrit.cloudera.org:8080/17508 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: newchange Gerrit-Change-Id: I0f5f998b908d836567c9bf7498d2caa0d231df35 Gerrit-Change-Number: 17508 Gerrit-PatchSet: 1 Gerrit-Owner: Zoltan Borok-Nagy <[email protected]>
