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

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


    from e5ab8c1  Fix tests broken by CASSANDRA-16146
     new a960d87  add schema coordinator
     new 0845008  Wait for schema agreement when bootstrapping

The 2 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 +
 src/java/org/apache/cassandra/config/Schema.java   |   8 +
 .../cassandra/service/MigrationCoordinator.java    | 501 +++++++++++++++++++++
 .../apache/cassandra/service/MigrationManager.java | 124 +----
 .../apache/cassandra/service/MigrationTask.java    | 116 -----
 .../apache/cassandra/service/StorageService.java   |  69 ++-
 .../cassandra/service/StorageServiceMBean.java     |   4 +
 .../service/MigrationCoordinatorTest.java          | 319 +++++++++++++
 8 files changed, 896 insertions(+), 246 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