Impala Public Jenkins has submitted this change and it was merged. ( 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 creates 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 Reviewed-on: http://gerrit.cloudera.org:8080/17508 Reviewed-by: Impala Public Jenkins <[email protected]> Tested-by: Impala Public Jenkins <[email protected]> --- 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(-) Approvals: Impala Public Jenkins: Looks good to me, approved; Verified -- 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: merged Gerrit-Change-Id: I0f5f998b908d836567c9bf7498d2caa0d231df35 Gerrit-Change-Number: 17508 Gerrit-PatchSet: 5 Gerrit-Owner: Zoltan Borok-Nagy <[email protected]> Gerrit-Reviewer: Aman Sinha <[email protected]> Gerrit-Reviewer: Csaba Ringhofer <[email protected]> Gerrit-Reviewer: Impala Public Jenkins <[email protected]> Gerrit-Reviewer: Zoltan Borok-Nagy <[email protected]>
