[
https://issues.apache.org/jira/browse/CASSANDRA-941?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Johan Oskarsson updated CASSANDRA-941:
--------------------------------------
Attachment: CASSANDRA-941.patch
This patch changes endpoint to mean address + port. It does not make all the
changes needed to allow multiple clients on the same machine, that is left for
another patch, this one is big enough as it is.
Points of special interest to a reviewer might be:
* The new EndPoint class
* IncomingTcpConnection
* MessagingService
* ReadRepairManager
> Replace InetAddress usage with EndPoint
> ---------------------------------------
>
> Key: CASSANDRA-941
> URL: https://issues.apache.org/jira/browse/CASSANDRA-941
> Project: Cassandra
> Issue Type: Sub-task
> Components: Core
> Reporter: Johan Oskarsson
> Attachments: CASSANDRA-941.patch
>
>
> An end point should be represented by both address and port instead of port.
> Create an EndPoint class that takes an InetAddress and port and use this
> where needed.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.