Open torvalds-dev-testbot[bot] opened 10 months ago
torvalds.dev is analyzing the ticket
The issue seems to be related to the Apache Hudi project, specifically the handling of data merging and compaction. The logs provided are from a Hudi job that is merging new data into an existing dataset.
Here's a brief summary of the logs:
The files you provided are part of the Hudi project and are related to the issue:
IOUtils.java
: This file contains utility methods for handling I/O operations in Hudi. The methods getMaxMemoryPerPartitionMerge
and getMaxMemoryPerCompaction
are used to calculate the maximum memory that can be used for merge and compaction operations respectively.
TestSparkIOUtils.java
: This file contains tests for the methods in IOUtils.java
. The tests ensure that the methods correctly calculate the maximum memory for merge and compaction operations.
Based on the logs and the provided files, it seems like the issue might be related to memory management during merge and compaction operations. If there's a problem, it could be due to the way the maximum memory for these operations is being calculated or allocated.
Here are some actions you could take:
IOUtils.java
and TestSparkIOUtils.java
files for any potential issues or improvements. The way the maximum memory is being calculated could be a factor in the issue.