[
https://issues.apache.org/jira/browse/GOBBLIN-1278?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Zhixiong Chen updated GOBBLIN-1278:
-----------------------------------
Description: 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 complete, before returning.
> 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
>
> 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 complete, before
> returning.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)