You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Jonathan Ellis (JIRA)" <ji...@apache.org> on 2011/01/10 22:49:46 UTC

[jira] Created: (CASSANDRA-1960) Make NetworkTopologyStrategy the default

Make NetworkTopologyStrategy the default
----------------------------------------

                 Key: CASSANDRA-1960
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-1960
             Project: Cassandra
          Issue Type: Task
          Components: Core
            Reporter: Jonathan Ellis
            Assignee: Brandon Williams
            Priority: Minor
             Fix For: 0.8


Now that NTS doesn't require a sophisticated snitch (e.g., SimpleSnitch assumes everything is in Datacenter 'default' and rack 'default') we should make it the replication strategy out of the box, so adding a new datacenter doesn't require the pain of switching strategies first.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (CASSANDRA-1960) Make NetworkTopologyStrategy the default

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

Brandon Williams updated CASSANDRA-1960:
----------------------------------------

    Fix Version/s:     (was: 0.8)
                   0.7.1

> Make NetworkTopologyStrategy the default
> ----------------------------------------
>
>                 Key: CASSANDRA-1960
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-1960
>             Project: Cassandra
>          Issue Type: Task
>          Components: Core
>            Reporter: Jonathan Ellis
>            Assignee: Pavel Yaskevich
>            Priority: Minor
>             Fix For: 0.7.1
>
>         Attachments: CASSANDRA-1960.patch
>
>   Original Estimate: 4h
>          Time Spent: 2h
>  Remaining Estimate: 0h
>
> Now that NTS doesn't require a sophisticated snitch (e.g., SimpleSnitch assumes everything is in Datacenter 'default' and rack 'default') we should make it the replication strategy out of the box, so adding a new datacenter doesn't require the pain of switching strategies first.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (CASSANDRA-1960) Make NetworkTopologyStrategy the default

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

Jonathan Ellis commented on CASSANDRA-1960:
-------------------------------------------

If this was tagged 0.7.1 that was an error, we should only commit this to 0.8.  Not because it is unsafe but because it changes behavior that shouldn't change in a stable series.

> Make NetworkTopologyStrategy the default
> ----------------------------------------
>
>                 Key: CASSANDRA-1960
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-1960
>             Project: Cassandra
>          Issue Type: Task
>          Components: Core
>            Reporter: Jonathan Ellis
>            Assignee: Pavel Yaskevich
>            Priority: Minor
>             Fix For: 0.7.1
>
>         Attachments: CASSANDRA-1960.patch
>
>   Original Estimate: 4h
>          Time Spent: 2h
>  Remaining Estimate: 0h
>
> Now that NTS doesn't require a sophisticated snitch (e.g., SimpleSnitch assumes everything is in Datacenter 'default' and rack 'default') we should make it the replication strategy out of the box, so adding a new datacenter doesn't require the pain of switching strategies first.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Assigned: (CASSANDRA-1960) Make NetworkTopologyStrategy the default

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

Jonathan Ellis reassigned CASSANDRA-1960:
-----------------------------------------

    Assignee: Pavel Yaskevich  (was: Brandon Williams)

> Make NetworkTopologyStrategy the default
> ----------------------------------------
>
>                 Key: CASSANDRA-1960
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-1960
>             Project: Cassandra
>          Issue Type: Task
>          Components: Core
>            Reporter: Jonathan Ellis
>            Assignee: Pavel Yaskevich
>            Priority: Minor
>             Fix For: 0.8
>
>
> Now that NTS doesn't require a sophisticated snitch (e.g., SimpleSnitch assumes everything is in Datacenter 'default' and rack 'default') we should make it the replication strategy out of the box, so adding a new datacenter doesn't require the pain of switching strategies first.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (CASSANDRA-1960) Make NetworkTopologyStrategy the default

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

Hudson commented on CASSANDRA-1960:
-----------------------------------

Integrated in Cassandra #668 (See [https://hudson.apache.org/hudson/job/Cassandra/668/])
    make NetworkTopologyStrategy the default
patch by Pavel Yaskevich; reviewed by brandonwilliams for CASSANDRA-1960


> Make NetworkTopologyStrategy the default
> ----------------------------------------
>
>                 Key: CASSANDRA-1960
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-1960
>             Project: Cassandra
>          Issue Type: Task
>          Components: Core
>            Reporter: Jonathan Ellis
>            Assignee: Pavel Yaskevich
>            Priority: Minor
>             Fix For: 0.8
>
>         Attachments: CASSANDRA-1960.patch
>
>   Original Estimate: 4h
>          Time Spent: 2h
>  Remaining Estimate: 0h
>
> Now that NTS doesn't require a sophisticated snitch (e.g., SimpleSnitch assumes everything is in Datacenter 'default' and rack 'default') we should make it the replication strategy out of the box, so adding a new datacenter doesn't require the pain of switching strategies first.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (CASSANDRA-1960) Make NetworkTopologyStrategy the default

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

Brandon Williams updated CASSANDRA-1960:
----------------------------------------

    Fix Version/s:     (was: 0.7.1)
                   0.8

> Make NetworkTopologyStrategy the default
> ----------------------------------------
>
>                 Key: CASSANDRA-1960
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-1960
>             Project: Cassandra
>          Issue Type: Task
>          Components: Core
>            Reporter: Jonathan Ellis
>            Assignee: Pavel Yaskevich
>            Priority: Minor
>             Fix For: 0.8
>
>         Attachments: CASSANDRA-1960.patch
>
>   Original Estimate: 4h
>          Time Spent: 2h
>  Remaining Estimate: 0h
>
> Now that NTS doesn't require a sophisticated snitch (e.g., SimpleSnitch assumes everything is in Datacenter 'default' and rack 'default') we should make it the replication strategy out of the box, so adding a new datacenter doesn't require the pain of switching strategies first.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (CASSANDRA-1960) Make NetworkTopologyStrategy the default

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

Hudson commented on CASSANDRA-1960:
-----------------------------------

Integrated in Cassandra-0.7 #155 (See [https://hudson.apache.org/hudson/job/Cassandra-0.7/155/])
    Make NetworkTopologyStrategy the default.
Patch by Pavel Yaskevich, reviewed by brandonwilliams for CASSANDRA-1960


> Make NetworkTopologyStrategy the default
> ----------------------------------------
>
>                 Key: CASSANDRA-1960
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-1960
>             Project: Cassandra
>          Issue Type: Task
>          Components: Core
>            Reporter: Jonathan Ellis
>            Assignee: Pavel Yaskevich
>            Priority: Minor
>             Fix For: 0.7.1
>
>         Attachments: CASSANDRA-1960.patch
>
>   Original Estimate: 4h
>          Time Spent: 2h
>  Remaining Estimate: 0h
>
> Now that NTS doesn't require a sophisticated snitch (e.g., SimpleSnitch assumes everything is in Datacenter 'default' and rack 'default') we should make it the replication strategy out of the box, so adding a new datacenter doesn't require the pain of switching strategies first.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (CASSANDRA-1960) Make NetworkTopologyStrategy the default

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

Pavel Yaskevich updated CASSANDRA-1960:
---------------------------------------

    Attachment: CASSANDRA-1960.patch

CLI will use NTS by default instead of SimpleStrategy (CLI will use SimpleSnitch.getDatacenter() if strategy_options were not set). KSMetaData class will use NTS if strategyClass was not specified.



> Make NetworkTopologyStrategy the default
> ----------------------------------------
>
>                 Key: CASSANDRA-1960
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-1960
>             Project: Cassandra
>          Issue Type: Task
>          Components: Core
>            Reporter: Jonathan Ellis
>            Assignee: Pavel Yaskevich
>            Priority: Minor
>             Fix For: 0.8
>
>         Attachments: CASSANDRA-1960.patch
>
>   Original Estimate: 4h
>  Remaining Estimate: 4h
>
> Now that NTS doesn't require a sophisticated snitch (e.g., SimpleSnitch assumes everything is in Datacenter 'default' and rack 'default') we should make it the replication strategy out of the box, so adding a new datacenter doesn't require the pain of switching strategies first.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (CASSANDRA-1960) Make NetworkTopologyStrategy the default

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

Jonathan Ellis commented on CASSANDRA-1960:
-------------------------------------------

reverted from 0.7 and committed to trunk

> Make NetworkTopologyStrategy the default
> ----------------------------------------
>
>                 Key: CASSANDRA-1960
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-1960
>             Project: Cassandra
>          Issue Type: Task
>          Components: Core
>            Reporter: Jonathan Ellis
>            Assignee: Pavel Yaskevich
>            Priority: Minor
>             Fix For: 0.8
>
>         Attachments: CASSANDRA-1960.patch
>
>   Original Estimate: 4h
>          Time Spent: 2h
>  Remaining Estimate: 0h
>
> Now that NTS doesn't require a sophisticated snitch (e.g., SimpleSnitch assumes everything is in Datacenter 'default' and rack 'default') we should make it the replication strategy out of the box, so adding a new datacenter doesn't require the pain of switching strategies first.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (CASSANDRA-1960) Make NetworkTopologyStrategy the default

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

Jonathan Ellis updated CASSANDRA-1960:
--------------------------------------

    Remaining Estimate: 4h
     Original Estimate: 4h

> Make NetworkTopologyStrategy the default
> ----------------------------------------
>
>                 Key: CASSANDRA-1960
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-1960
>             Project: Cassandra
>          Issue Type: Task
>          Components: Core
>            Reporter: Jonathan Ellis
>            Assignee: Pavel Yaskevich
>            Priority: Minor
>             Fix For: 0.8
>
>   Original Estimate: 4h
>  Remaining Estimate: 4h
>
> Now that NTS doesn't require a sophisticated snitch (e.g., SimpleSnitch assumes everything is in Datacenter 'default' and rack 'default') we should make it the replication strategy out of the box, so adding a new datacenter doesn't require the pain of switching strategies first.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (CASSANDRA-1960) Make NetworkTopologyStrategy the default

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

Pavel Yaskevich updated CASSANDRA-1960:
---------------------------------------

    Remaining Estimate: 0h  (was: 4h)

> Make NetworkTopologyStrategy the default
> ----------------------------------------
>
>                 Key: CASSANDRA-1960
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-1960
>             Project: Cassandra
>          Issue Type: Task
>          Components: Core
>            Reporter: Jonathan Ellis
>            Assignee: Pavel Yaskevich
>            Priority: Minor
>             Fix For: 0.8
>
>         Attachments: CASSANDRA-1960.patch
>
>   Original Estimate: 4h
>          Time Spent: 2h
>  Remaining Estimate: 0h
>
> Now that NTS doesn't require a sophisticated snitch (e.g., SimpleSnitch assumes everything is in Datacenter 'default' and rack 'default') we should make it the replication strategy out of the box, so adding a new datacenter doesn't require the pain of switching strategies first.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.