I use astyanax cassandra driver on tomcat to access data from cassandra. while stopping tomcat server; it is hung on threads started from astyanax library. Has any one come across this issue?
this seems to create memory leaks for my application
is there any resolution for this?
appears to have started a thread named [SMA_ScoreReset] but has failed to stop it. This is very likely to create a memory leak
appears to have started a thread named [pool-9-thread-1] but has failed to stop it. This is very likely to create a memory leak
appears to have started a thread named [pool-7-thread-35] but has failed to stop it. This is very likely to create a memory leak
I do have code which is to supposed to bring down the connection on shutdown
I use astyanax cassandra driver on tomcat to access data from cassandra. while stopping tomcat server; it is hung on threads started from astyanax library. Has any one come across this issue? this seems to create memory leaks for my application is there any resolution for this?
I do have code which is to supposed to bring down the connection on shutdown