Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[KYUUBI #6211] Check memory offHeap enabled for CustomResourceProfileExec #6211

Closed
wants to merge 1 commit into from

Conversation

wForget
Copy link
Member

@wForget wForget commented Mar 27, 2024

🔍 Description

Issue References 🔗

This pull request fixes #

Describe Your Solution 🔧

We should check spark.memory.offHeap.enabled when applying for executorOffHeapMemory.

Types of changes 🔖

  • Bugfix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Test Plan 🧪

Behavior Without This Pull Request ⚰️

Behavior With This Pull Request 🎉

Related Unit Tests


Checklist 📝

Be nice. Be informative.

@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 58.39%. Comparing base (ae9e88f) to head (1c7c8cd).

Additional details and impacted files
@@             Coverage Diff              @@
##             master    #6211      +/-   ##
============================================
- Coverage     58.40%   58.39%   -0.01%     
  Complexity       24       24              
============================================
  Files           651      651              
  Lines         39499    39499              
  Branches       5430     5430              
============================================
- Hits          23069    23067       -2     
+ Misses        13956    13954       -2     
- Partials       2474     2478       +4     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Contributor

@ulysses-you ulysses-you left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@wForget wForget self-assigned this Mar 28, 2024
@wForget wForget changed the title Check memory offHeap enabled for CustomResourceProfileExec [KYUUBI #6211] Check memory offHeap enabled for CustomResourceProfileExec Mar 28, 2024
@wForget wForget added this to the v1.9.1 milestone Mar 28, 2024
@wForget wForget closed this in 9114e50 Mar 28, 2024
wForget added a commit that referenced this pull request Mar 28, 2024
…Exec

# 🔍 Description
## Issue References 🔗

This pull request fixes #

## Describe Your Solution 🔧

We should check `spark.memory.offHeap.enabled` when applying for `executorOffHeapMemory`.

## Types of changes 🔖

- [X] Bugfix (non-breaking change which fixes an issue)
- [ ] New feature (non-breaking change which adds functionality)
- [ ] Breaking change (fix or feature that would cause existing functionality to change)

## Test Plan 🧪

#### Behavior Without This Pull Request ⚰️

#### Behavior With This Pull Request 🎉

#### Related Unit Tests

---

# Checklist 📝

- [X] This patch was not authored or co-authored using [Generative Tooling](https://www.apache.org/legal/generative-tooling.html)

**Be nice. Be informative.**

Closes #6211 from wForget/hotfix.

Closes #6211

1c7c8cd [wforget] Check memory offHeap enabled for CustomResourceProfileExec

Authored-by: wforget <643348094@qq.com>
Signed-off-by: wforget <643348094@qq.com>
(cherry picked from commit 9114e50)
Signed-off-by: wforget <643348094@qq.com>
@wForget
Copy link
Member Author

wForget commented Mar 28, 2024

thanks, merged to master and 1.9

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants