Skip to content
This repository has been archived by the owner on Nov 27, 2018. It is now read-only.

Netty threads holding process open #34

Open
collinsauve opened this issue Oct 2, 2015 · 0 comments
Open

Netty threads holding process open #34

collinsauve opened this issue Oct 2, 2015 · 0 comments

Comments

@collinsauve
Copy link

The Netty threads created by Lettuce are not daemon threads, so they hold the process open. Is it possible to make these daemon threads?

I've seen this thread stack trace:

    at io.netty.channel.nio.NioEventLoop.select(NioEventLoop.java:623)
    at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:310)
    at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:111)
    at io.netty.util.concurrent.DefaultThreadFactory$DefaultRunnableDecorator.run(DefaultThreadFactory.java:137)
    at java.lang.Thread.run(Thread.java:745)
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant