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

[VL] RSS(Resident Set Size) memory of spark executor keep rising #7397

Open
wForget opened this issue Sep 30, 2024 · 1 comment
Open

[VL] RSS(Resident Set Size) memory of spark executor keep rising #7397

wForget opened this issue Sep 30, 2024 · 1 comment
Labels
bug Something isn't working triage

Comments

@wForget
Copy link
Member

wForget commented Sep 30, 2024

Backend

VL (Velox)

Bug description

When I was analyzing spark executor being killed due to exceeding yarn memory limit, I found that rss memory of spark executor keeps rising even if spill occurs.

OffHeapExecutionMemory and currently in use have both decreased, but ProcessTreeJVMRSSMemory keeps rising.

image
image
image

Spark version

Spark-3.5.x

Spark configurations

No response

System information

No response

Relevant logs

No response

@wForget wForget added bug Something isn't working triage labels Sep 30, 2024
@wForget wForget changed the title [VL] RSS memory of spark executor keep rising [VL] RSS(Resident Set Size) memory of spark executor keep rising Sep 30, 2024
@FelixYBW
Copy link
Contributor

You may run the same query 50 times and check if RSS keep growing. If yes then it's a new mem leak.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working triage
Projects
None yet
Development

No branches or pull requests

2 participants