You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hive.apache.org by "ASF GitHub Bot (Jira)" <ji...@apache.org> on 2020/06/09 16:19:01 UTC

[jira] [Work logged] (HIVE-21766) Repl load command config is not passed to the txn manager

     [ https://issues.apache.org/jira/browse/HIVE-21766?focusedWorklogId=442984&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-442984 ]

ASF GitHub Bot logged work on HIVE-21766:
-----------------------------------------

                Author: ASF GitHub Bot
            Created on: 09/Jun/20 16:18
            Start Date: 09/Jun/20 16:18
    Worklog Time Spent: 10m 
      Work Description: github-actions[bot] commented on pull request #647:
URL: https://github.com/apache/hive/pull/647#issuecomment-641143341


   This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.
   Feel free to reach out on the dev@hive.apache.org list if the patch is in need of reviews.


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Issue Time Tracking
-------------------

    Worklog Id:     (was: 442984)
    Time Spent: 1h 40m  (was: 1.5h)

> 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
>             Fix For: 4.0.0
>
>         Attachments: HIVE-21766.01.patch, HIVE-21766.02.patch, HIVE-21766.03.patch
>
>          Time Spent: 1h 40m
>  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.3.4#803005)