[
https://issues.apache.org/jira/browse/CASSANDRA-695?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12803512#action_12803512
]
Jonathan Ellis commented on CASSANDRA-695:
------------------------------------------
+1
> Gossiper convicts same node over and over.
> ------------------------------------------
>
> Key: CASSANDRA-695
> URL: https://issues.apache.org/jira/browse/CASSANDRA-695
> Project: Cassandra
> Issue Type: Bug
> Components: Core
> Reporter: Gary Dusbabek
> Assignee: Gary Dusbabek
> Priority: Trivial
> Fix For: 0.6
>
> Attachments: 695.patch
>
>
> I can reproduce this in trunk or 0.5. It is quite easy to see with logging
> set to DEBUG.
> 1. Bring up several nodes.
> 2. Kill one of them.
> Gossip still continues to examine the failed node because it is in the ring,
> but gets convicted over and over at every check (see
> FailureDetector.interpret). If this is expected, we should consider lowering
> the debug statement in MessagingService.convict to TRACE.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.