[
https://issues.apache.org/jira/browse/CASSANDRA-3485?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13166833#comment-13166833
]
Hudson commented on CASSANDRA-3485:
-----------------------------------
Integrated in Cassandra-0.8 #416 (See
[https://builds.apache.org/job/Cassandra-0.8/416/])
Prevent gossiper from adding itself to saved endpoints.
Patch by brandonwilliams reviewed by Paul Cannon for CASSANDRA-3485.
brandonwilliams :
http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1212624
Files :
*
/cassandra/branches/cassandra-0.8/src/java/org/apache/cassandra/db/SystemTable.java
*
/cassandra/branches/cassandra-0.8/src/java/org/apache/cassandra/gms/Gossiper.java
*
/cassandra/branches/cassandra-0.8/src/java/org/apache/cassandra/service/StorageService.java
> Gossiper.addSavedEndpoint should never add itself
> -------------------------------------------------
>
> Key: CASSANDRA-3485
> URL: https://issues.apache.org/jira/browse/CASSANDRA-3485
> Project: Cassandra
> Issue Type: Bug
> Components: Core
> Affects Versions: 0.7 beta 3
> Reporter: Brandon Williams
> Assignee: Brandon Williams
> Fix For: 0.8.9, 1.0.6
>
> Attachments: 3485.txt
>
>
> Somehow, people are running into a situation where nodes are adding
> themselves to the persisted ring cache. Since SS is initialized after the
> Gossiper and calls addSavedEndpoint on it, which inits the nodes with a
> generation of zero, this ends up with nodes using a generation of zero and
> thus never being marked as alive.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira