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

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


    from 8e225c5  v4+ protocol did not clean up client warnings, which caused 
leaking the state
     new fa532a6  Prevent broken concurrent schema read/writes
     new 5aa2fb8  Merge branch 'cassandra-3.11' into cassandra-4.0
     new 7d0cb20  Merge branch 'cassandra-4.0' into trunk

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:
 .../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   |  41 ++++++++-
 .../apache/cassandra/schema/SchemaKeyspace.java    |  43 +++------
 .../cassandra/schema/SchemaKeyspaceTables.java     |  59 ++++++++++++
 .../cassandra/schema/SchemaPullVerbHandler.java    |   2 +-
 .../org/apache/cassandra/service/ClientState.java  |   4 +-
 .../cassandra/utils/NativeSSTableLoaderClient.java |  10 +-
 .../distributed/test/metric/TableMetricTest.java   |   2 +-
 .../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    |   3 +-
 .../cassandra/schema/SchemaKeyspaceTest.java       | 102 +++++++++++++++++----
 .../service/StorageServiceServerTest.java          |   2 +-
 19 files changed, 242 insertions(+), 94 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