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

Shared resources are closed altough still users are present #196

Closed
mp911de opened this issue Feb 16, 2016 · 0 comments
Closed

Shared resources are closed altough still users are present #196

mp911de opened this issue Feb 16, 2016 · 0 comments
Labels
type: bug A general bug
Milestone

Comments

@mp911de
Copy link
Collaborator

mp911de commented Feb 16, 2016

The DefaultEventLoopGroupProvider closes resources that are still in use because the tracking of used resources is broken. This breaks the client state: EventExecutorGroups are closed and connections cannot be opened anymore.

@mp911de mp911de added the type: bug A general bug label Feb 16, 2016
mp911de added a commit that referenced this issue Feb 16, 2016
The DefaultEventLoopProvider tracks now resources using a ref-counter mechanism. Resources in use are no longer closed by the DefaultEventLoopProvider when calling release(...). Only the last call to release(...) causes the resource to be shut down.
mp911de added a commit that referenced this issue Feb 16, 2016
The DefaultEventLoopProvider tracks now resources using a ref-counter mechanism. Resources in use are no longer closed by the DefaultEventLoopProvider when calling release(...). Only the last call to release(...) causes the resource to be shut down.
@mp911de mp911de closed this as completed Feb 16, 2016
@mp911de mp911de modified the milestones: Lettuce 4.2.0, Lettuce 4.1.2 Jun 1, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: bug A general bug
Projects
None yet
Development

No branches or pull requests

1 participant