Change internal endpoints to contain address AND port
-----------------------------------------------------
Key: CASSANDRA-1769
URL: https://issues.apache.org/jira/browse/CASSANDRA-1769
Project: Cassandra
Issue Type: Improvement
Components: Core
Reporter: T Jake Luciani
Priority: Minor
The fact that each cassandra instance needs to run on it's own ip is tricky and
confusing for folks who want to run a local cluster, BMT, or thick client.
I propose we make a Endpoint class that contains host AND port so many nodes
can run on the same ip
This would affect gossip and messaging but in the end you could have a local
cluster running on localhost.
The only change to users would be to specify a host:port for the seed
Ports could even be auto-picked within a range [7000-8000]
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.