Giter Site home page Giter Site logo

fix block miss when df reusered about spark HOT 2 OPEN

kyligence avatar kyligence commented on August 12, 2024
fix block miss when df reusered

from spark.

Comments (2)

hn5092 avatar hn5092 commented on August 12, 2024

Root Cause: 构建的时候会复用dataframe, 因为spark plan会生成一些broadcast,我们之前优化qps的时候会去删除这些broadcast,导致再次使用的时候会报错,这里还有个疑点就是为什么要挂了才会触发,

Fix Design evidence: 使用小内存构建大的任务,导致其被yarn kill了之后重新运行能通过

Dev test evidence, Test cover by UT/IT ? it 无法覆盖

QA needed ? (Y/N) N

Test suggestions (other feature affected) to QA

from spark.

hn5092 avatar hn5092 commented on August 12, 2024

ke issue https://github.com/Kyligence/KAP/issues/9792

from spark.

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.