Yanjia Gary Li created HUDI-1010:
------------------------------------
Summary: Fix the memory leak for hudi-client unit tests
Key: HUDI-1010
URL: https://issues.apache.org/jira/browse/HUDI-1010
Project: Apache Hudi
Issue Type: Bug
Reporter: Yanjia Gary Li
Attachments: image-2020-06-08-09-22-08-864.png
hudi-client unit test has a memory leak, which could be some resources are not
released during the cleanup. The memory consumption was accumulating overtime
and lead the Travis CI failure.
By using the IntelliJ memory analysis tool, we can find the major leak was
HoodieLogFormatWriter, HoodieWrapperFileSystem, HoodieLogFileReader, e.t.c
!image-2020-06-08-09-22-08-864.png!
--
This message was sent by Atlassian Jira
(v8.3.4#803005)