GitHub user jbojar opened a pull request: https://github.com/apache/cassandra/pull/28
Better support for virtual nodes in hadoop cql3 Better support for virtual nodes in hadoop cql3. When vnodes are used, many ranges reside on same cassandra instance and too many RangeClients are created (many times more than there are cassandra instances). I changed RangeClient caching key from Range to List of InetAddresses for given Range. So only one RangeClient is created for given address list. You can merge this pull request into a Git repository by running: $ git pull https://github.com/jbojar/cassandra cassandra-1.2-vnodes Alternatively you can review and apply these changes as the patch at: https://github.com/apache/cassandra/pull/28.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #28 ---- commit 4e4e31df22b27668fb9c13db30b598e7606ec1d4 Author: Jaroslaw Bojar <jarek.bo...@gmail.com> Date: 2014-03-01T00:59:27Z Better support for virtual nodes (many ranges on same cassandra instance) ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---