You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@gobblin.apache.org by "Hung Tran (Jira)" <ji...@apache.org> on 2020/10/27 17:49:00 UTC

[jira] [Resolved] (GOBBLIN-1278) Close HiveRegister in completion action usage

     [ https://issues.apache.org/jira/browse/GOBBLIN-1278?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Hung Tran resolved GOBBLIN-1278.
--------------------------------
    Fix Version/s: 0.16.0
       Resolution: Fixed

Issue resolved by pull request #3118
[https://github.com/apache/incubator-gobblin/pull/3118]

> Close HiveRegister in completion action usage
> ---------------------------------------------
>
>                 Key: GOBBLIN-1278
>                 URL: https://issues.apache.org/jira/browse/GOBBLIN-1278
>             Project: Apache Gobblin
>          Issue Type: Task
>            Reporter: Zhixiong Chen
>            Assignee: Zhixiong Chen
>            Priority: Major
>             Fix For: 0.16.0
>
>          Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> In a compaction with watermark flow, `CompactionHiveRegistrationAction` and `CompactionWatermarkAction` can concurrently alter a table, which may end up old table parameters replace new ones. To serialize, the idea is to `close` the `HiveRegister` instance, waiting for all hive updates of `CompactionHiveRegistrationAction` complete, before returning and executing hive updates in `CompactionWatermarkAction`.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)