You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hive.apache.org by "Gopal V (JIRA)" <ji...@apache.org> on 2019/03/28 04:48:00 UTC

[jira] [Comment Edited] (HIVE-21530) Replicate Streaming ingest on ACID tables.

    [ https://issues.apache.org/jira/browse/HIVE-21530?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16803583#comment-16803583 ] 

Gopal V edited comment on HIVE-21530 at 3/28/19 4:47 AM:
---------------------------------------------------------

bq. remove side files ( which looks like are suffixed as _flush in file names) when the batch is committed.

Streamingv2/ACIDv2 does not generate flush length files - both the Spark and the NiFi implementations do not generate them.

That was a deliberate choice to simplify REPL for streaming ingest (well, I say that - but it also meant that streaming ingest would on filesystems without hflush data consistency support for multiple files - I can think of only one FS which implements it without potential for data loss)


was (Author: gopalv):
bq. remove side files ( which looks like are suffixed as _flush in file names) when the batch is committed.

Streamingv2/ACIDv2 does not generate flush length files - both the Spark and the NiFi implementations do not generate them.

That was a deliberate choice to simplify REPL for streaming ingest.


> Replicate Streaming ingest on ACID tables.
> ------------------------------------------
>
>                 Key: HIVE-21530
>                 URL: https://issues.apache.org/jira/browse/HIVE-21530
>             Project: Hive
>          Issue Type: Sub-task
>          Components: repl, Transactions
>    Affects Versions: 4.0.0
>            Reporter: Sankar Hariappan
>            Assignee: mahesh kumar behera
>            Priority: Major
>              Labels: DR, Replication
>         Attachments: Hive ACID Replication_ Streaming Ingest Tables.pdf
>
>
> implement replication of hive streaming ingest of tables as per  [^Hive ACID Replication_ Streaming Ingest Tables.pdf] .
> changes to txn_commit to include information about transaction batch.
> changes to copy task to only copy if there is a difference in file size or checksum, seems specific to transaction batch shouldnt be used for normal transactions.
> copy the correct sequence of files w.r.t data file + side file.
> remove side files ( which looks like are suffixed as _flush in file names) when the batch is committed.
> how do we determine the idempotent nature of the events here, update the corresponding table + partition and not copy new version of the file.
> validate if partial copied data files are handled on the target warehouse given correct side file. can we leave the side file file forever, in case during transaction batch copy after certain transactions are copied over then primary warehouse fails. we wont be able to remove _flush file, on failover do we have to handle this. 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)