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

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


    from e8d905e  Merge branch 'cassandra-3.11' into cassandra-4.0
     new fa532a6  Prevent broken concurrent schema read/writes
     new 5aa2fb8  Merge branch 'cassandra-3.11' into cassandra-4.0

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:
 .../org/apache/cassandra/db/SystemKeyspace.java    |  2 +-
 .../cassandra/io/sstable/CQLSSTableWriter.java     |  2 +-
 .../apache/cassandra/schema/MigrationManager.java  |  2 +-
 src/java/org/apache/cassandra/schema/Schema.java   | 42 +++++++++-
 .../apache/cassandra/schema/SchemaKeyspace.java    | 43 +++-------
 .../cassandra/schema/SchemaKeyspaceTables.java     | 62 ++++++++++++++
 .../cassandra/schema/SchemaPullVerbHandler.java    |  2 +-
 .../org/apache/cassandra/service/ClientState.java  |  4 +-
 .../cassandra/utils/NativeSSTableLoaderClient.java | 14 ++--
 .../distributed/test/metric/TableMetricTest.java   |  3 +-
 .../cassandra/cql3/PstmtPersistenceTest.java       |  4 +-
 test/unit/org/apache/cassandra/cql3/ViewTest.java  |  4 +-
 .../cql3/validation/operations/AlterTest.java      | 16 ++--
 .../cql3/validation/operations/CreateTest.java     | 20 ++---
 .../operations/InsertUpdateIfConditionTest.java    | 12 +--
 .../org/apache/cassandra/db/DirectoriesTest.java   |  6 +-
 .../apache/cassandra/db/SystemKeyspaceTest.java    |  4 +-
 .../cassandra/schema/SchemaKeyspaceTest.java       | 94 +++++++++++++++++++---
 .../service/StorageServiceServerTest.java          |  2 +-
 19 files changed, 241 insertions(+), 97 deletions(-)
 create mode 100644 
src/java/org/apache/cassandra/schema/SchemaKeyspaceTables.java

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

Reply via email to