Issue Type: Bug Bug
Affects Versions: 0.2.3
Assignee: Unassigned
Components: Cassandra client
Created: 04/Jun/12 2:57 PM
Description:

The Cassandra client bundle starts a thread in which it verifies if it can communicate with the Cassandra server. It keeps on trying until communication is successful. Until that, it logs these messages:

[2012-06-04 14:54:54] WARNING: Downed 127.0.0.1(127.0.0.1):9160 host still appears to be down: Unable to open transport
to 127.0.0.1(127.0.0.1):9160 , java.net.ConnectException: Connection refused: connect [me.prettyprint.cassandra.connecti
on.CassandraHostRetryService]
[2012-06-04 14:54:56] INFO: Shutdown called on HConnectionManager [me.prettyprint.cassandra.connection.HConnectionManage
r]
[2012-06-04 14:54:56] INFO: Downed Host retry shutdown hook called [me.prettyprint.cassandra.connection.CassandraHostRet
ryService]
[2012-06-04 14:54:56] INFO: Downed Host retry shutdown complete [me.prettyprint.cassandra.connection.CassandraHostRetryS
ervice]
[2012-06-04 14:54:56] INFO: Downed Host Retry service started with queue size -1 and retry delay 10s [me.prettyprint.cas
sandra.connection.CassandraHostRetryService]

Now this is OK as long as the client bundle is active. But if I stop this bundle, I would expect these messages to stop. If the bundle is stopped, it should stop trying to connect to the Cassandra server. The thread however keeps on running, even when the bundle is stopped.

Fix Versions: 0.3.0
Project: Amdatu Cassandra
Priority: Major Major
Reporter: Ivo Ladage - van Doorn
Security Level: Public (Issues without restricted access)
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira
_______________________________________________
Amdatu-developers mailing list
[email protected]
http://lists.amdatu.org/mailman/listinfo/amdatu-developers

Reply via email to