[
https://issues.apache.org/jira/browse/CASSANDRA-13528?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16329643#comment-16329643
]
Lerh Chuan Low commented on CASSANDRA-13528:
--------------------------------------------
Thanks for reviewing Jason :)
Agreed. For some reason back then I was thinking the code would be less elegant
to support that, but now revisiting it it's still relatively straightforward
and doesn't need too many hacks.
So it's now back to:
{code:java}
Cluster Information:
Name: Test Cluster
Snitch: org.apache.cassandra.locator.SimpleSnitch
DynamicEndPointSnitch: enabled
Partitioner: org.apache.cassandra.dht.Murmur3Partitioner
Schema versions:
59a1610b-0384-337c-a2c5-9c8efaba12be: [127.0.0.1]{code}
And
{code:java}
Cluster Information:
Name: Test Cluster
Snitch: org.apache.cassandra.locator.SimpleSnitch
DynamicEndPointSnitch: disabled
Partitioner: org.apache.cassandra.dht.Murmur3Partitioner
Schema versions:
59a1610b-0384-337c-a2c5-9c8efaba12be: [127.0.0.1]{code}
Just finished testing this on trunk and 3.11 (patch applies cleanly). Here's
the Github link:
[https://github.com/juiceblender/cassandra/commit/e93c219f86469357e01595f3adcea81efd0dec84]
if that floats your boat more, otherwise the attached patch has also been
updated.
I believe it actually applies alright all the way down to 2.1 (so we can just
apply it to 3.0 if we do wish). But it's up to you, just let me know.
> nodetool describeclusters shows different snitch info as to what is
> configured.
> -------------------------------------------------------------------------------
>
> Key: CASSANDRA-13528
> URL: https://issues.apache.org/jira/browse/CASSANDRA-13528
> Project: Cassandra
> Issue Type: Bug
> Components: Tools
> Reporter: Paul Villacorta
> Assignee: Lerh Chuan Low
> Priority: Minor
> Labels: lhf
> Attachments: Screen Shot 2017-05-12 at 14.15.04.png
>
>
> I couldn't find any similar issue as this one so I'm creating one.
> I noticed that doing nodetool describecluster shows a different Snitch
> Information as to what is being set in the configuration file.
> My setup is hosted in AWS and I am using Ec2Snitch.
> cassandra@cassandra3$ nodetool describecluster
> Cluster Information:
> Name: testv3
> Snitch: org.apache.cassandra.locator.DynamicEndpointSnitch
> Partitioner: org.apache.cassandra.dht.Murmur3Partitioner
> Schema versions:
> fc6e8656-ee7a-341b-9782-b569d1fd1a51:
> [10.0.3.61,10.0.3.62,10.0.3.63]
> I checked via MX4J and it shows the same, I haven't verified tho using a
> different Snitch and I am using 2.2.6 above and 3.0.X
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]