Open KnightChess opened 2 months ago
@yihua met again ~ ~, total 6000 read task, only 1 task has run 2hour not finish, the thread is blocked here:
java.lang.Object.wait(Native Method)
java.lang.Object.wait(Object.java:502)
java.lang.UNIXProcess.waitFor(UNIXProcess.java:396)
org.apache.hudi.org.openjdk.jol.vm.sa.ServiceabilityAgentSupport.callAgent(ServiceabilityAgentSupport.java:190)
org.apache.hudi.org.openjdk.jol.vm.sa.ServiceabilityAgentSupport.callAgent(ServiceabilityAgentSupport.java:163)
org.apache.hudi.org.openjdk.jol.vm.sa.ServiceabilityAgentSupport.getUniverseData(ServiceabilityAgentSupport.java:301)
org.apache.hudi.org.openjdk.jol.vm.VM.current(VM.java:77)
org.apache.hudi.org.openjdk.jol.info.GraphWalker.walk(GraphWalker.java:97)
org.apache.hudi.org.openjdk.jol.info.GraphLayout.parseInstance(GraphLayout.java:54)
org.apache.hudi.common.util.ObjectSizeCalculator.getObjectSize(ObjectSizeCalculator.java:57)
org.apache.hudi.common.util.HoodieRecordSizeEstimator.<init>(HoodieRecordSizeEstimator.java:40)
The jol ccode is buggy, we might need to refactor it out.
@danny0405 hi, do you have any suggestions?
Hi @KnightChess 🤝 Does this issue come from master or an existing Hudi release?
@yihua hudi 0.13.1, master still use jol ObjectSizeCalculator.getObjectSize
, so I think may have this issue too.
@danny0405 hi, do you have any suggestions?
Would you mind to have some research about the alternatives we can take?
@danny0405 yeah, I'll check it.
How is it?
@waywtdcc Issue https://github.com/apache/hudi/issues/10580 provides a temporary solution.
@danny0405 met again and not found a better way, plan to rollback HUDI-4687 with jdk8
Does it stil work for JDK above 1.8? The community has a plan to drop support for JDK8 though.
@danny0405 as HUDI-4687 describe, can not work. I mean in our internal version rollback first.
Tips before filing an issue
Describe the problem you faced
like #10504 , in different func
To Reproduce
can not reporduce
Expected behavior
Environment Description
Hudi version : 0.13.1
Spark version : 3.2
Hive version :
Hadoop version :
Storage (HDFS/S3/GCS..) :
Running on Docker? (yes/no) :