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

Bo Cui updated HUDI-3446:
-------------------------
    Description: 
[https://github.com/apache/hudi/blob/433c2573ef5d1f25cba42f169679a4afe5ff2e24/hudi-flink/src/main/java/org/apache/hudi/sink/bootstrap/BootstrapOperator.java#L216]

In our production environment, restarting the flink job requires a lot of 
memory to load records and send to the StateBackend of BucketAssignFunction, 
but before sending records, all records needs to be cached in the heap of TM.

  was:
[https://github.com/apache/hudi/blob/433c2573ef5d1f25cba42f169679a4afe5ff2e24/hudi-flink/src/main/java/org/apache/hudi/sink/bootstrap/BootstrapOperator.java#L216]

In our production environment, restarting the flink job requires a lot of 
memory to load records and send to BucketAssignFunction, but before sending 
records, all records needs to be cached in the heap of TM.


> Support Batch Reader in BootstrapOperator#loadRecords
> -----------------------------------------------------
>
>                 Key: HUDI-3446
>                 URL: https://issues.apache.org/jira/browse/HUDI-3446
>             Project: Apache Hudi
>          Issue Type: Improvement
>          Components: flink
>            Reporter: Bo Cui
>            Priority: Major
>              Labels: pull-request-available
>
> [https://github.com/apache/hudi/blob/433c2573ef5d1f25cba42f169679a4afe5ff2e24/hudi-flink/src/main/java/org/apache/hudi/sink/bootstrap/BootstrapOperator.java#L216]
> In our production environment, restarting the flink job requires a lot of 
> memory to load records and send to the StateBackend of BucketAssignFunction, 
> but before sending records, all records needs to be cached in the heap of TM.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

Reply via email to