[ https://issues.apache.org/jira/browse/HIVE-21766?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Stamatis Zampetakis updated HIVE-21766: --------------------------------------- Fix Version/s: (was: 4.0.0) I cleared the fixVersion field since this ticket is not resolved. Please review this ticket and if the fix is already committed to a specific version please set the version accordingly and mark the ticket as RESOLVED. According to the JIRA guidelines (https://cwiki.apache.org/confluence/display/Hive/HowToContribute) the fixVersion should be set only when the issue is resolved/closed. > Repl load command config is not passed to the txn manager > --------------------------------------------------------- > > Key: HIVE-21766 > URL: https://issues.apache.org/jira/browse/HIVE-21766 > Project: Hive > Issue Type: Bug > Affects Versions: 4.0.0 > Reporter: mahesh kumar behera > Assignee: mahesh kumar behera > Priority: Major > Labels: pull-request-available > Attachments: HIVE-21766.01.patch, HIVE-21766.02.patch, > HIVE-21766.03.patch > > Time Spent: 1h 50m > Remaining Estimate: 0h > > *Cause:* > REPL LOAD replicates Txn State (writeIds of tables) to the target HMS > (backend RDBMS). But, in this case, it is still connected to source HMS due > to configs passed in WITH clause were not stored in HiveTxnManager. > We pass the config object to the ReplTxnTask objects but HiveTxnManager was > created by Driver using session config object. > *Fix:* > We need to pass it to HiveTxnManager too by creating a txn manager for repl > txn operations with the config passed by user. -- This message was sent by Atlassian Jira (v8.20.10#820010)