added a log message after pool close

git-svn-id: http://svn.research-infrastructures.eu/public/d4science/gcube/trunk/portal/social-networking-library@130550 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Costantino Perciante 2016-07-19 14:27:45 +00:00
parent dfddcde6d6
commit 0754b015fe
1 changed files with 1 additions and 0 deletions

View File

@ -87,6 +87,7 @@ public class CassandraClusterConnection {
try{
_log.info("Closing pool connection");
myKeyspace.getConnectionPool().shutdown();
_log.info("Pool closed!");
}catch(Exception e){
_log.error("Unable to close connection pool", e);
}