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

Raymond Xu updated HUDI-3769:
-----------------------------
    Status: In Progress  (was: Open)

> Optimize the logs of HoodieMergeHandle and BufferedConnectWriter
> ----------------------------------------------------------------
>
>                 Key: HUDI-3769
>                 URL: https://issues.apache.org/jira/browse/HUDI-3769
>             Project: Apache Hudi
>          Issue Type: Improvement
>          Components: writer-core
>            Reporter: 董可伦
>            Assignee: 董可伦
>            Priority: Critical
>              Labels: pull-request-available
>             Fix For: 0.12.1
>
>
>  
> Before optimization,easy to read wrong:
> {code:java}
> org.apache.hudi.io.HoodieMergeHandle  - Number of entries in MemoryBasedMap 
> => 2Total size in bytes of MemoryBasedMap => 1616Number of entries in 
> BitCaskDiskMap => 0Size of file spilled to disk => 0{code}
> After optimization:
> {code:java}
> org.apache.hudi.io.HoodieMergeHandle  - Number of entries in MemoryBasedMap 
> => 2, Total size in bytes of MemoryBasedMap => 1616, Number of entries in 
> BitCaskDiskMap => 0, Size of file spilled to disk => 0{code}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to