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

Do not garbage collect sessions #6674

Merged
merged 3 commits into from
Aug 1, 2016
Merged

Do not garbage collect sessions #6674

merged 3 commits into from
Aug 1, 2016

Conversation

zcbenz
Copy link
Contributor

@zcbenz zcbenz commented Aug 1, 2016

Since users can use partition strings to refer to Session objects, it is not usual for users to save a reference to Sessions. So we have to prevent Session from being garbaged collected, otherwise the same Session object might be deleted between uses of partition strings.

Close #6258.

@zcbenz zcbenz merged commit d56057b into master Aug 1, 2016
@zcbenz zcbenz deleted the session-no-gc branch August 1, 2016 11:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant