[ https://issues.apache.org/jira/browse/HIVE-17661?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16423266#comment-16423266 ]
Sergey Shelukhin commented on HIVE-17661: ----------------------------------------- Fixing some negative tests. Not sure if they are broken after this change or were broken for a while, given the state of QA... > DBTxnManager.acquireLocks() - MM tables should use shared lock for Insert > ------------------------------------------------------------------------- > > Key: HIVE-17661 > URL: https://issues.apache.org/jira/browse/HIVE-17661 > Project: Hive > Issue Type: Sub-task > Components: Transactions > Reporter: Eugene Koifman > Assignee: Sergey Shelukhin > Priority: Major > Labels: mm-gap-2 > Attachments: HIVE-17661.01.patch, HIVE-17661.patch > > > {noformat} > case INSERT: > assert t != null; > if(AcidUtils.isFullAcidTable(t)) { > compBuilder.setShared(); > } > else { > if > (conf.getBoolVar(HiveConf.ConfVars.HIVE_TXN_STRICT_LOCKING_MODE)) { > {noformat} > _if(AcidUtils.isFullAcidTable(t)) {_ > should probably be > _if(AcidUtils.isAcidTable(t)) {_ -- This message was sent by Atlassian JIRA (v7.6.3#76005)