-
Notifications
You must be signed in to change notification settings - Fork 980
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
hashpartition leak #2874
Labels
Comments
I fixed the bug see attachment |
@shfshihuafeng Can you please submit this as a pull request? |
ok @cgivre |
shfshihuafeng
added a commit
to shfshihuafeng/drill
that referenced
this issue
Jan 23, 2024
…on with OutOfMemoryException (apache#2874)
shfshihuafeng
added a commit
to shfshihuafeng/drill
that referenced
this issue
Jan 23, 2024
…on with OutOfMemoryException (apache#2874)
shfshihuafeng
added a commit
to shfshihuafeng/drill
that referenced
this issue
Jan 23, 2024
…on with OutOfMemoryException (apache#2874)
jnturton
pushed a commit
that referenced
this issue
Jan 23, 2024
jnturton
pushed a commit
to jnturton/drill
that referenced
this issue
Jan 23, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Before submitting a bug report, please verify that you are using the most current version of Drill.
Describe the bug
hashpartition leak when allocate memory exception with OutOfMemoryException
To Reproduce
Steps to reproduce the behavior:
Expected behavior
(1)i set {DRILL_MAX_DIRECT_MEMORY:-"5G"}
(2) i run sql8 (sql detail as Additional context) with 20 concurrent
(3) it had OutOfMemoryException when create hashPartion
Error detail, log output or screenshots
Unable to allocate buffer of size 262144 (rounded from 262140) due to memory limit (41943040). Current allocation: 20447232
Drill version
drill 2.0
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: