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

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


    from 94f940c  Merge branch 'cassandra-3.0' into cassandra-3.11
     new a960d87  add schema coordinator
     new 0845008  Wait for schema agreement when bootstrapping
     new fe70155  Merge branch 'cassandra-3.0' into cassandra-3.11

The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 CHANGES.txt                                        |   1 +
 .../cassandra/service/MigrationCoordinator.java    | 506 +++++++++++++++++++++
 .../apache/cassandra/service/MigrationManager.java | 145 +-----
 .../apache/cassandra/service/MigrationTask.java    | 115 -----
 .../apache/cassandra/service/StorageService.java   |  64 ++-
 .../cassandra/service/StorageServiceMBean.java     |   4 +
 .../service/MigrationCoordinatorTest.java          | 319 +++++++++++++
 7 files changed, 883 insertions(+), 271 deletions(-)
 create mode 100644 
src/java/org/apache/cassandra/service/MigrationCoordinator.java
 delete mode 100644 src/java/org/apache/cassandra/service/MigrationTask.java
 create mode 100644 
test/unit/org/apache/cassandra/service/MigrationCoordinatorTest.java


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to