This is an automated email from the ASF dual-hosted git repository.

djoshi pushed a change to branch cassandra-2.2
in repository https://gitbox.apache.org/repos/asf/cassandra.git.


    from 8dcaa12  Allow instance class loaders to be garbage collected for 
inJVM dtest
     add 58a5ce1  In-JVM DTest: Add network topology and tracing support

No new revisions were added by this update.

Summary of changes:
 CHANGES.txt                                        |   1 +
 .../apache/cassandra/service/StorageService.java   |   8 +-
 .../org/apache/cassandra/distributed/Cluster.java  |   7 +-
 .../cassandra/distributed/UpgradeableCluster.java  |   9 +-
 .../apache/cassandra/distributed/api/ICluster.java |   2 +
 .../cassandra/distributed/api/ICoordinator.java    |   5 +
 .../cassandra/distributed/api/IInstanceConfig.java |  16 ++-
 .../distributed/impl/AbstractCluster.java          | 151 +++++++++++++++++++--
 .../cassandra/distributed/impl/Coordinator.java    |  65 ++++++---
 .../distributed/impl/DistributedTestSnitch.java    |  61 +++++++++
 .../cassandra/distributed/impl/Instance.java       |  36 ++++-
 .../distributed/impl/InstanceClassLoader.java      |   3 +-
 .../cassandra/distributed/impl/InstanceConfig.java |  32 +++--
 .../distributed/impl/IsolatedExecutor.java         |   6 +-
 .../distributed/impl/NetworkTopology.java          |  89 ++++++++++++
 .../cassandra/distributed/impl/TracingUtil.java    | 115 ++++++++++++++++
 .../test/DistributedReadWritePathTest.java         |   2 +-
 .../distributed/test/MessageForwardingTest.java    |  92 +++++++++++++
 .../distributed/test/NetworkTopologyTest.java      |  99 ++++++++++++++
 19 files changed, 738 insertions(+), 61 deletions(-)
 create mode 100644 
test/distributed/org/apache/cassandra/distributed/impl/DistributedTestSnitch.java
 create mode 100644 
test/distributed/org/apache/cassandra/distributed/impl/NetworkTopology.java
 create mode 100644 
test/distributed/org/apache/cassandra/distributed/impl/TracingUtil.java
 create mode 100644 
test/distributed/org/apache/cassandra/distributed/test/MessageForwardingTest.java
 create mode 100644 
test/distributed/org/apache/cassandra/distributed/test/NetworkTopologyTest.java


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org
For additional commands, e-mail: commits-h...@cassandra.apache.org

Reply via email to