-
Notifications
You must be signed in to change notification settings - Fork 28.5k
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
[SPARK-4756][SQL] FIX: sessionToActivePool grow infinitely, even as sessions expire #3617
Conversation
Can one of the admins verify this patch? |
ok to test |
Test build #24185 has started for PR 3617 at commit
|
Test build #24185 has finished for PR 3617 at commit
|
Test FAILed. |
Sorry for that. |
Test build #24204 has started for PR 3617 at commit
|
Test build #24204 has finished for PR 3617 at commit
|
Test PASSed. |
/cc @liancheng |
This is a known issue, and the solution provided in this PR LGTM, thanks! |
Thanks! Merged to master. |
sessionToActivePool in SparkSQLOperationManager grow infinitely, even as sessions expire.
we should remove the pool value when the session closed, even though sessionToActivePool would not exist in all of sessions.