hector-client / hector

a high level client for cassandra
http://prettyprint.me/2010/02/23/hector-a-java-cassandra-client/
MIT License
644 stars 299 forks source link

Unregister beans when connection manager is shutdown #663

Closed thrykol closed 10 years ago

thrykol commented 10 years ago

Registered MBeans were causing class loader memory leaks as they weren't being unregistered when the connection manager is shutdown.