Coder Social home page Coder Social logo

[SUPPORT] about hudi HOT 5 OPEN

cbomgit avatar cbomgit commented on August 27, 2024
[SUPPORT]

from hudi.

Comments (5)

cbomgit avatar cbomgit commented on August 27, 2024

Screenshot 2024-08-23 at 4 14 57 PM

I saved a thread dump but here is a screenshot of the thread dump for the executor, which suggests that it's getting hung up here: https://github.com/apache/hudi/blob/release-0.11.1/hudi-client/hudi-client-common/src/main/java/org/apache/hudi/table/action/commit/HoodieMergeHelper.java#L147

from hudi.

danny0405 avatar danny0405 commented on August 27, 2024

My speculation is that it is because of the false positive of bloom_filter index, while because you are still using 0.11 release, maybe you can try simple index instead.

from hudi.

cbomgit avatar cbomgit commented on August 27, 2024

Thanks for the response! Is there any way to confirm the fp rate?

from hudi.

danny0405 avatar danny0405 commented on August 27, 2024

There is a stage named like "buildPartitionProfile" which would take long time if the fp happens.

from hudi.

cbomgit avatar cbomgit commented on August 27, 2024

Thanks. Switching to SIMPLE index doesn't seem to help. Job fails at the following job and stage:

Screenshot 2024-08-25 at 2 08 33 PM
Screenshot 2024-08-25 at 2 09 05 PM
Screenshot 2024-08-25 at 2 09 00 PM

The task logs show OOM error:

2024-08-25T05:22:43.611+0000: [Full GC (Allocation Failure)  36580M->33919M(40960M), 46.7644028 secs]
   [Eden: 0.0B(1792.0M)->0.0B(2048.0M) Survivors: 256.0M->0.0B Heap: 36580.4M(40960.0M)->33919.2M(40960.0M)], [Metaspace: 117312K->117312K(135168K)]
 [Times: user=77.83 sys=0.20, real=46.76 secs] 
2024-08-25T05:23:30.376+0000: [Full GC (Allocation Failure)  33919M->33904M(40960M), 43.9530911 secs]
   [Eden: 0.0B(2048.0M)->0.0B(2048.0M) Survivors: 0.0B->0.0B Heap: 33919.2M(40960.0M)->33904.1M(40960.0M)], [Metaspace: 117312K->113897K(135168K)]
 [Times: user=74.71 sys=0.03, real=43.96 secs] 
#
# java.lang.OutOfMemoryError: Java heap space
# -XX:OnOutOfMemoryError="kill -9 %p
kill -9 %p"
#   Executing /bin/sh -c "kill -9 829
kill -9 829"...

For settings, I set simple index and upsert parallelism to 1500, but it doesn't seem to be using that setting here. Are there any HUDI config knobs you recommend tweaking to increase the throughput here?

from hudi.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.