[
https://issues.apache.org/jira/browse/CASSANDRA-19216?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17816920#comment-17816920
]
Sam Tunnicliffe commented on CASSANDRA-19216:
---------------------------------------------
Sorry for taking so long to review. The patch LGTM and as far as I can see, any
failures in the CI results appear unrelated. Might be worth rebasing and
re-running CI though before commit.
+1 from me if that looks ok.
> CMS: Additional nodes are not added to CMS
> ------------------------------------------
>
> Key: CASSANDRA-19216
> URL: https://issues.apache.org/jira/browse/CASSANDRA-19216
> Project: Cassandra
> Issue Type: Bug
> Components: Transactional Cluster Metadata
> Reporter: Paul Chandler
> Assignee: Marcus Eriksson
> Priority: Normal
> Fix For: 5.1-alpha1
>
> Attachments: ci_summary.html, result_details.tar.gz
>
>
> When creating a 3 node cluster on a local machine using 3 loopback addresses
> 127.0.0.1
> 127.0.0.2
> 127.0.0.3
> The nodes are created correctly and the first node is assigned as a CMS node
> as shown:
> {{bin/nodetool p 7199 status{-}{-}}}
> {{{}Datacenter:
> datacenter1{}}}{{{}======================={}}}{{{}Status=Up/Down{}}}{{{}|/
> State=Normal/Leaving/Joining/Moving{}}}{{{}- Address Load Tokens
> Owns (effective) Host ID Rack{}}}
> {{UN 127.0.0.3 75.55 KiB 16 76.0%
> 6d194555-f6eb-41d0-c000-000000000003 rack1}}
> {{UN 127.0.0.2 67.97 KiB 16 59.3%
> 6d194555-f6eb-41d0-c000-000000000002 rack1}}
> {{UN 127.0.0.1 81 KiB 16 64.7%
> 6d194555-f6eb-41d0-c000-000000000001 rack1}}
> {{bin/nodetool -p 7199 describecms}}
> {{Cluster Metadata Service:}}
> {{Members: /127.0.0.1:7000}}
> {{Is Member: true}}
> {{Service State: LOCAL}}
> {{Is Migrating: false}}
> {{Epoch: 14}}
> {{Local Pending Count: 0}}
> {{Commits Paused: false}}
> {{{}Replication factor:
> ReplicationParams{class=org.apache.cassandra.locator.MetaStrategy,
> datacenter1=1{}}}}
> {{However after doing a reconfigurecms to create a replication factor of 3,
> it seems that there is still only one member of cms.}}
> {{bin/nodetool -p 7199 reconfigurecms datacenter1:3}}
> {{bin/nodetool -p 7199 describecms}}
> {{Cluster Metadata Service:}}
> {{Members: /127.0.0.1:7000}}
> {{Is Member: true}}
> {{Service State: LOCAL}}
> Is Migrating: false
> Epoch: 16
> Local Pending Count: 0
> Commits Paused: false
> Replication factor:
> ReplicationParams\{class=org.apache.cassandra.locator.MetaStrategy,
> datacenter1=3}
> Is this correct, should all 3 nodes be shown in the Members section ?
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]