You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by al...@apache.org on 2019/12/02 13:02:02 UTC

[cassandra] branch cassandra-3.11 updated (df4180f -> f19083c)

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

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


    from df4180f  Merge branch 'cassandra-3.0' into cassandra-3.11
     add 7e878c1  Fix system_traces creation timestamp; optimise system keyspace upgrades
     add f19083c  Merge branch 'cassandra-3.0' into cassandra-3.11

No new revisions were added by this update.

Summary of changes:
 CHANGES.txt                                        |  1 +
 .../org/apache/cassandra/auth/AuthKeyspace.java    |  9 +++
 .../repair/SystemDistributedKeyspace.java          |  9 +++
 .../apache/cassandra/schema/SchemaKeyspace.java    |  2 +-
 .../apache/cassandra/service/MigrationManager.java | 71 ++++++++++++++----
 .../apache/cassandra/service/StorageService.java   | 73 ++++--------------
 .../apache/cassandra/tracing/TraceKeyspace.java    | 15 ++++
 .../cassandra/service/MigrationManagerTest.java    | 86 ++++++++++++++++++++++
 8 files changed, 192 insertions(+), 74 deletions(-)
 create mode 100644 test/unit/org/apache/cassandra/service/MigrationManagerTest.java


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