StreamingService.StreamDestinations never empties
-------------------------------------------------
Key: CASSANDRA-1076
URL: https://issues.apache.org/jira/browse/CASSANDRA-1076
Project: Cassandra
Issue Type: Bug
Components: Core
Affects Versions: 0.6.1
Reporter: Gary Dusbabek
Assignee: Gary Dusbabek
Priority: Minor
Fix For: 0.6.2
The problem is that StreamOutManager.streamManagers never has anything removed
from it. In order for StreamingService.getDestinations() to work properly, we
either need to track hosts differently, or remove from
StreamOutManager.streamManagers when we are no longer streaming to a node.
I lean towards the former, as any time we call StreamOutManager.get(), we're
back in the same boat.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.