[
https://issues.apache.org/jira/browse/HUDI-170?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
ASF GitHub Bot updated HUDI-170:
--------------------------------
Labels: pull-request-available (was: )
> Updating hoodie record before inserting it into ExternalSpillableMap
> --------------------------------------------------------------------
>
> Key: HUDI-170
> URL: https://issues.apache.org/jira/browse/HUDI-170
> Project: Apache Hudi (incubating)
> Issue Type: Bug
> Components: Common Core
> Reporter: omkar vinit joshi
> Assignee: omkar vinit joshi
> Priority: Major
> Labels: pull-request-available
> Fix For: 0.5.0
>
>
> Problem - If ExternalSpillableMap has reached its size limit then we start
> writing newly inserted records onto disk. Any future updates we make into the
> in memory copy of it will not be reflected on to on disk copy.
> Fix - In HoodieMergeHandle we are ensuring that we update the record before
> inserting it into ExternalSpillableMap so that we don't loose any updates
> done to it.
>
> related to this - [https://github.com/apache/incubator-hudi/issues/773]
--
This message was sent by Atlassian Jira
(v8.3.2#803003)