This is an automated email from the ASF dual-hosted git repository.
bdeggleston pushed a change to branch trunk
in repository https://gitbox.apache.org/repos/asf/cassandra.git.
from 85f69cf Add a ratelimiter to snapshot creation and deletion
new a960d87 add schema coordinator
new 0845008 Wait for schema agreement when bootstrapping
new fe70155 Merge branch 'cassandra-3.0' into cassandra-3.11
new 159e021 Merge branch 'cassandra-3.11' into trunk
The 4 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/schema/MigrationCoordinator.java | 516 +++++++++++++++++++++
.../apache/cassandra/schema/MigrationManager.java | 149 +-----
.../org/apache/cassandra/schema/MigrationTask.java | 111 -----
src/java/org/apache/cassandra/schema/Schema.java | 2 +-
.../cassandra/schema/SchemaMigrationEvent.java | 7 +-
.../apache/cassandra/service/StorageService.java | 63 ++-
.../cassandra/service/StorageServiceMBean.java | 7 +
.../cassandra/distributed/action/GossipHelper.java | 10 +-
.../cassandra/schema/MigrationCoordinatorTest.java | 319 +++++++++++++
10 files changed, 908 insertions(+), 277 deletions(-)
create mode 100644
src/java/org/apache/cassandra/schema/MigrationCoordinator.java
delete mode 100644 src/java/org/apache/cassandra/schema/MigrationTask.java
create mode 100644
test/unit/org/apache/cassandra/schema/MigrationCoordinatorTest.java
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]