[
https://issues.apache.org/jira/browse/HIVE-26937?focusedWorklogId=843981&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-843981
]
ASF GitHub Bot logged work on HIVE-26937:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 07/Feb/23 05:20
Start Date: 07/Feb/23 05:20
Worklog Time Spent: 10m
Work Description: pudidic commented on PR #4019:
URL: https://github.com/apache/hive/pull/4019#issuecomment-1420217338
+1 LGTM.
Issue Time Tracking
-------------------
Worklog Id: (was: 843981)
Time Spent: 50m (was: 40m)
> Batch events during incremental replication to avoid O.O.M
> ----------------------------------------------------------
>
> Key: HIVE-26937
> URL: https://issues.apache.org/jira/browse/HIVE-26937
> Project: Hive
> Issue Type: Improvement
> Components: Hive
> Reporter: Rakshith C
> Assignee: Rakshith C
> Priority: Major
> Labels: pull-request-available
> Time Spent: 50m
> Remaining Estimate: 0h
>
> * Currently incremental replication flow of hive dumps all events read from
> notification logs sequentially in staging directory.
> * Repl Load loads all the event directories present in staging directory to
> a list and processes them.
> * This has caused O.O.M issues when number of events are large.
> Hence introducing batching of events where Repl Dump dumps events in batches
> and Repl Load processes events batch by batch to avoid O.O.M.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)