deniskuzZ commented on code in PR #5722:
URL: https://github.com/apache/hive/pull/5722#discussion_r2028413607
##########
common/src/java/org/apache/hadoop/hive/conf/HiveConf.java:
##########
@@ -3121,7 +3121,7 @@ public static enum ConfVars {
TXN_MERGE_INSERT_X_LOCK("hive.txn.xlock.mergeinsert", false,
"Ensures MERGE INSERT operations acquire EXCLUSIVE / EXCL_WRITE lock
for transactional tables.\n" +
"If enabled, prevents duplicates when MERGE statements are executed in
parallel transactions."),
- TXN_WRITE_X_LOCK("hive.txn.xlock.write", true,
+ TXN_WRITE_X_LOCK("hive.txn.xlock.write", false,
Review Comment:
@owenmonn, could you please update
https://github.com/apache/hive/pull/5722/files#diff-b7bbe8545a21ec7d7e9cfe40ef66444789e332996aaa9e7f1430dbe4822a2c9cR3133
There is a typo: INSERT/UPDATE/DELETE acquire `SHARED_WRITE` locks
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]