You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Brandon Williams (JIRA)" <ji...@apache.org> on 2011/02/05 23:09:30 UTC

[jira] Created: (CASSANDRA-2115) Keep endpoint state until aVeryLongTime

Keep endpoint state until aVeryLongTime
---------------------------------------

                 Key: CASSANDRA-2115
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-2115
             Project: Cassandra
          Issue Type: Improvement
          Components: Core
    Affects Versions: 0.7.1
            Reporter: Brandon Williams
            Assignee: Brandon Williams
            Priority: Minor
             Fix For: 0.7.2


In CASSANDRA-2072 we changed the gossiper so it holds onto endpoint state until QUARANTINE_DELAY has elapsed.  However, if node X is leaving and node Y goes down and stays down longer than QUARANTINE_DELAY after X has left, Y will return thinking X is still a member of the cluster.  Instead, let's hold onto the endpoint state even longer, until aVeryLongTime which is currently set to 3 days. 

-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Updated: (CASSANDRA-2115) Keep endpoint state until aVeryLongTime

Posted by "Jonathan Ellis (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CASSANDRA-2115?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jonathan Ellis updated CASSANDRA-2115:
--------------------------------------

    Fix Version/s:     (was: 0.7.2)
                   0.7.3

> Keep endpoint state until aVeryLongTime
> ---------------------------------------
>
>                 Key: CASSANDRA-2115
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-2115
>             Project: Cassandra
>          Issue Type: Improvement
>          Components: Core
>    Affects Versions: 0.7.1
>            Reporter: Brandon Williams
>            Assignee: Brandon Williams
>            Priority: Minor
>             Fix For: 0.7.3
>
>         Attachments: 2115.txt
>
>
> In CASSANDRA-2072 we changed the gossiper so it holds onto endpoint state until QUARANTINE_DELAY has elapsed.  However, if node X is leaving and node Y goes down and stays down longer than QUARANTINE_DELAY after X has left, Y will return thinking X is still a member of the cluster.  Instead, let's hold onto the endpoint state even longer, until aVeryLongTime which is currently set to 3 days. 

-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Resolved: (CASSANDRA-2115) Keep endpoint state until aVeryLongTime

Posted by "Brandon Williams (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CASSANDRA-2115?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Brandon Williams resolved CASSANDRA-2115.
-----------------------------------------

    Resolution: Fixed

Committed.

> Keep endpoint state until aVeryLongTime
> ---------------------------------------
>
>                 Key: CASSANDRA-2115
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-2115
>             Project: Cassandra
>          Issue Type: Improvement
>          Components: Core
>    Affects Versions: 0.7.1
>            Reporter: Brandon Williams
>            Assignee: Brandon Williams
>            Priority: Minor
>             Fix For: 0.7.2
>
>         Attachments: 2115.txt
>
>
> In CASSANDRA-2072 we changed the gossiper so it holds onto endpoint state until QUARANTINE_DELAY has elapsed.  However, if node X is leaving and node Y goes down and stays down longer than QUARANTINE_DELAY after X has left, Y will return thinking X is still a member of the cluster.  Instead, let's hold onto the endpoint state even longer, until aVeryLongTime which is currently set to 3 days. 

-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Commented: (CASSANDRA-2115) Keep endpoint state until aVeryLongTime

Posted by "Hudson (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CASSANDRA-2115?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12993272#comment-12993272 ] 

Hudson commented on CASSANDRA-2115:
-----------------------------------

Integrated in Cassandra-0.7 #277 (See [https://hudson.apache.org/hudson/job/Cassandra-0.7/277/])
    Keep endpoint state until aVeryLongTime when not a fat client
Patch by brandonwilliams, reviewed by gdusbabek for CASSANDRA-2115


> Keep endpoint state until aVeryLongTime
> ---------------------------------------
>
>                 Key: CASSANDRA-2115
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-2115
>             Project: Cassandra
>          Issue Type: Improvement
>          Components: Core
>    Affects Versions: 0.7.1
>            Reporter: Brandon Williams
>            Assignee: Brandon Williams
>            Priority: Minor
>             Fix For: 0.7.2
>
>         Attachments: 2115.txt
>
>
> In CASSANDRA-2072 we changed the gossiper so it holds onto endpoint state until QUARANTINE_DELAY has elapsed.  However, if node X is leaving and node Y goes down and stays down longer than QUARANTINE_DELAY after X has left, Y will return thinking X is still a member of the cluster.  Instead, let's hold onto the endpoint state even longer, until aVeryLongTime which is currently set to 3 days. 

-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Updated: (CASSANDRA-2115) Keep endpoint state until aVeryLongTime

Posted by "Jonathan Ellis (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CASSANDRA-2115?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jonathan Ellis updated CASSANDRA-2115:
--------------------------------------

    Remaining Estimate: 4h
     Original Estimate: 4h

> Keep endpoint state until aVeryLongTime
> ---------------------------------------
>
>                 Key: CASSANDRA-2115
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-2115
>             Project: Cassandra
>          Issue Type: Improvement
>          Components: Core
>    Affects Versions: 0.7.1
>            Reporter: Brandon Williams
>            Assignee: Brandon Williams
>            Priority: Minor
>             Fix For: 0.7.3
>
>         Attachments: 2115.txt
>
>   Original Estimate: 4h
>  Remaining Estimate: 4h
>
> In CASSANDRA-2072 we changed the gossiper so it holds onto endpoint state until QUARANTINE_DELAY has elapsed.  However, if node X is leaving and node Y goes down and stays down longer than QUARANTINE_DELAY after X has left, Y will return thinking X is still a member of the cluster.  Instead, let's hold onto the endpoint state even longer, until aVeryLongTime which is currently set to 3 days. 

-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Updated: (CASSANDRA-2115) Keep endpoint state until aVeryLongTime

Posted by "Brandon Williams (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CASSANDRA-2115?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Brandon Williams updated CASSANDRA-2115:
----------------------------------------

    Reviewer: gdusbabek

> Keep endpoint state until aVeryLongTime
> ---------------------------------------
>
>                 Key: CASSANDRA-2115
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-2115
>             Project: Cassandra
>          Issue Type: Improvement
>          Components: Core
>    Affects Versions: 0.7.1
>            Reporter: Brandon Williams
>            Assignee: Brandon Williams
>            Priority: Minor
>             Fix For: 0.7.2
>
>         Attachments: 2115.txt
>
>
> In CASSANDRA-2072 we changed the gossiper so it holds onto endpoint state until QUARANTINE_DELAY has elapsed.  However, if node X is leaving and node Y goes down and stays down longer than QUARANTINE_DELAY after X has left, Y will return thinking X is still a member of the cluster.  Instead, let's hold onto the endpoint state even longer, until aVeryLongTime which is currently set to 3 days. 

-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Commented: (CASSANDRA-2115) Keep endpoint state until aVeryLongTime

Posted by "Gary Dusbabek (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CASSANDRA-2115?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12993247#comment-12993247 ] 

Gary Dusbabek commented on CASSANDRA-2115:
------------------------------------------

+1

> Keep endpoint state until aVeryLongTime
> ---------------------------------------
>
>                 Key: CASSANDRA-2115
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-2115
>             Project: Cassandra
>          Issue Type: Improvement
>          Components: Core
>    Affects Versions: 0.7.1
>            Reporter: Brandon Williams
>            Assignee: Brandon Williams
>            Priority: Minor
>             Fix For: 0.7.2
>
>         Attachments: 2115.txt
>
>
> In CASSANDRA-2072 we changed the gossiper so it holds onto endpoint state until QUARANTINE_DELAY has elapsed.  However, if node X is leaving and node Y goes down and stays down longer than QUARANTINE_DELAY after X has left, Y will return thinking X is still a member of the cluster.  Instead, let's hold onto the endpoint state even longer, until aVeryLongTime which is currently set to 3 days. 

-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Commented: (CASSANDRA-2115) Keep endpoint state until aVeryLongTime

Posted by "Gary Dusbabek (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CASSANDRA-2115?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12991463#comment-12991463 ] 

Gary Dusbabek commented on CASSANDRA-2115:
------------------------------------------

+1

> Keep endpoint state until aVeryLongTime
> ---------------------------------------
>
>                 Key: CASSANDRA-2115
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-2115
>             Project: Cassandra
>          Issue Type: Improvement
>          Components: Core
>    Affects Versions: 0.7.1
>            Reporter: Brandon Williams
>            Assignee: Brandon Williams
>            Priority: Minor
>             Fix For: 0.7.2
>
>         Attachments: 2115.txt
>
>
> In CASSANDRA-2072 we changed the gossiper so it holds onto endpoint state until QUARANTINE_DELAY has elapsed.  However, if node X is leaving and node Y goes down and stays down longer than QUARANTINE_DELAY after X has left, Y will return thinking X is still a member of the cluster.  Instead, let's hold onto the endpoint state even longer, until aVeryLongTime which is currently set to 3 days. 

-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Updated: (CASSANDRA-2115) Keep endpoint state until aVeryLongTime

Posted by "Brandon Williams (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CASSANDRA-2115?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Brandon Williams updated CASSANDRA-2115:
----------------------------------------

    Attachment:     (was: 2115.txt)

> Keep endpoint state until aVeryLongTime
> ---------------------------------------
>
>                 Key: CASSANDRA-2115
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-2115
>             Project: Cassandra
>          Issue Type: Improvement
>          Components: Core
>    Affects Versions: 0.7.1
>            Reporter: Brandon Williams
>            Assignee: Brandon Williams
>            Priority: Minor
>             Fix For: 0.7.2
>
>         Attachments: 2115.txt
>
>
> In CASSANDRA-2072 we changed the gossiper so it holds onto endpoint state until QUARANTINE_DELAY has elapsed.  However, if node X is leaving and node Y goes down and stays down longer than QUARANTINE_DELAY after X has left, Y will return thinking X is still a member of the cluster.  Instead, let's hold onto the endpoint state even longer, until aVeryLongTime which is currently set to 3 days. 

-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Commented: (CASSANDRA-2115) Keep endpoint state until aVeryLongTime

Posted by "Hudson (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CASSANDRA-2115?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12994498#comment-12994498 ] 

Hudson commented on CASSANDRA-2115:
-----------------------------------

Integrated in Cassandra #729 (See [https://hudson.apache.org/hudson/job/Cassandra/729/])
    Keep endpoint state until aVeryLongTime when not a fat client
Patch by brandonwilliams, reviewed by gdusbabek for CASSANDRA-2115


> Keep endpoint state until aVeryLongTime
> ---------------------------------------
>
>                 Key: CASSANDRA-2115
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-2115
>             Project: Cassandra
>          Issue Type: Improvement
>          Components: Core
>    Affects Versions: 0.7.1
>            Reporter: Brandon Williams
>            Assignee: Brandon Williams
>            Priority: Minor
>             Fix For: 0.7.2
>
>         Attachments: 2115.txt
>
>
> In CASSANDRA-2072 we changed the gossiper so it holds onto endpoint state until QUARANTINE_DELAY has elapsed.  However, if node X is leaving and node Y goes down and stays down longer than QUARANTINE_DELAY after X has left, Y will return thinking X is still a member of the cluster.  Instead, let's hold onto the endpoint state even longer, until aVeryLongTime which is currently set to 3 days. 

-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Updated: (CASSANDRA-2115) Keep endpoint state until aVeryLongTime

Posted by "Brandon Williams (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CASSANDRA-2115?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Brandon Williams updated CASSANDRA-2115:
----------------------------------------

    Attachment: 2115.txt

Updated patch holds onto state for aVeryLongTime unless it's a fat client, which gets removed immediately (but still respects the quarantine.)

> Keep endpoint state until aVeryLongTime
> ---------------------------------------
>
>                 Key: CASSANDRA-2115
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-2115
>             Project: Cassandra
>          Issue Type: Improvement
>          Components: Core
>    Affects Versions: 0.7.1
>            Reporter: Brandon Williams
>            Assignee: Brandon Williams
>            Priority: Minor
>             Fix For: 0.7.2
>
>         Attachments: 2115.txt
>
>
> In CASSANDRA-2072 we changed the gossiper so it holds onto endpoint state until QUARANTINE_DELAY has elapsed.  However, if node X is leaving and node Y goes down and stays down longer than QUARANTINE_DELAY after X has left, Y will return thinking X is still a member of the cluster.  Instead, let's hold onto the endpoint state even longer, until aVeryLongTime which is currently set to 3 days. 

-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Updated: (CASSANDRA-2115) Keep endpoint state until aVeryLongTime

Posted by "Brandon Williams (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CASSANDRA-2115?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Brandon Williams updated CASSANDRA-2115:
----------------------------------------

    Attachment: 2115.txt

> Keep endpoint state until aVeryLongTime
> ---------------------------------------
>
>                 Key: CASSANDRA-2115
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-2115
>             Project: Cassandra
>          Issue Type: Improvement
>          Components: Core
>    Affects Versions: 0.7.1
>            Reporter: Brandon Williams
>            Assignee: Brandon Williams
>            Priority: Minor
>             Fix For: 0.7.2
>
>         Attachments: 2115.txt
>
>
> In CASSANDRA-2072 we changed the gossiper so it holds onto endpoint state until QUARANTINE_DELAY has elapsed.  However, if node X is leaving and node Y goes down and stays down longer than QUARANTINE_DELAY after X has left, Y will return thinking X is still a member of the cluster.  Instead, let's hold onto the endpoint state even longer, until aVeryLongTime which is currently set to 3 days. 

-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Commented: (CASSANDRA-2115) Keep endpoint state until aVeryLongTime

Posted by "Hudson (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CASSANDRA-2115?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12992542#comment-12992542 ] 

Hudson commented on CASSANDRA-2115:
-----------------------------------

Integrated in Cassandra-0.7 #266 (See [https://hudson.apache.org/hudson/job/Cassandra-0.7/266/])
    Keep endpoint state until aVeryLongTime.
Patch by brandonwilliams reviewed by gdusbabek for CASSANDRA-2115


> Keep endpoint state until aVeryLongTime
> ---------------------------------------
>
>                 Key: CASSANDRA-2115
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-2115
>             Project: Cassandra
>          Issue Type: Improvement
>          Components: Core
>    Affects Versions: 0.7.1
>            Reporter: Brandon Williams
>            Assignee: Brandon Williams
>            Priority: Minor
>             Fix For: 0.7.2
>
>         Attachments: 2115.txt
>
>
> In CASSANDRA-2072 we changed the gossiper so it holds onto endpoint state until QUARANTINE_DELAY has elapsed.  However, if node X is leaving and node Y goes down and stays down longer than QUARANTINE_DELAY after X has left, Y will return thinking X is still a member of the cluster.  Instead, let's hold onto the endpoint state even longer, until aVeryLongTime which is currently set to 3 days. 

-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Resolved: (CASSANDRA-2115) Keep endpoint state until aVeryLongTime

Posted by "Brandon Williams (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CASSANDRA-2115?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Brandon Williams resolved CASSANDRA-2115.
-----------------------------------------

    Resolution: Fixed

Committed.

> Keep endpoint state until aVeryLongTime
> ---------------------------------------
>
>                 Key: CASSANDRA-2115
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-2115
>             Project: Cassandra
>          Issue Type: Improvement
>          Components: Core
>    Affects Versions: 0.7.1
>            Reporter: Brandon Williams
>            Assignee: Brandon Williams
>            Priority: Minor
>             Fix For: 0.7.2
>
>         Attachments: 2115.txt
>
>
> In CASSANDRA-2072 we changed the gossiper so it holds onto endpoint state until QUARANTINE_DELAY has elapsed.  However, if node X is leaving and node Y goes down and stays down longer than QUARANTINE_DELAY after X has left, Y will return thinking X is still a member of the cluster.  Instead, let's hold onto the endpoint state even longer, until aVeryLongTime which is currently set to 3 days. 

-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Reopened: (CASSANDRA-2115) Keep endpoint state until aVeryLongTime

Posted by "Brandon Williams (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CASSANDRA-2115?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Brandon Williams reopened CASSANDRA-2115:
-----------------------------------------


Reverted.

Though harmless, this makes it impossible to know if a node is a fatclient that has been removed, and causes repeated log messages for aVeryLongTime.

> Keep endpoint state until aVeryLongTime
> ---------------------------------------
>
>                 Key: CASSANDRA-2115
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-2115
>             Project: Cassandra
>          Issue Type: Improvement
>          Components: Core
>    Affects Versions: 0.7.1
>            Reporter: Brandon Williams
>            Assignee: Brandon Williams
>            Priority: Minor
>             Fix For: 0.7.2
>
>         Attachments: 2115.txt
>
>
> In CASSANDRA-2072 we changed the gossiper so it holds onto endpoint state until QUARANTINE_DELAY has elapsed.  However, if node X is leaving and node Y goes down and stays down longer than QUARANTINE_DELAY after X has left, Y will return thinking X is still a member of the cluster.  Instead, let's hold onto the endpoint state even longer, until aVeryLongTime which is currently set to 3 days. 

-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira