Skip to content
This repository has been archived by the owner on Sep 18, 2021. It is now read-only.

all threads are not stopped on Keyspace.close() #9

Open
hsn10 opened this issue May 22, 2013 · 0 comments
Open

all threads are not stopped on Keyspace.close() #9

hsn10 opened this issue May 22, 2013 · 0 comments

Comments

@hsn10
Copy link

hsn10 commented May 22, 2013

val c = new Cluster(host(0), port).mapHostsEvery(0.seconds)
val keyspace = c.keyspace(repo).connect()
keyspace.close()

running this on "com.twitter" % "cassie-core" % "0.25.2",
results after calling close() in 100% CPU utilisation by some background threads.

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