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

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


    from f76f328622 Merge branch 'cassandra-5.0' into trunk
     add f0ea12c6d7 Add a startup check to fail startup when using invalid 
configuration with certain Kernel and FS type
     new 5321f88c40 Merge branch 'cassandra-5.0' into trunk

The 1 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:
 .build/cassandra-deps-template.xml                 |   4 +
 .build/parent-pom-template.xml                     |   5 +
 CHANGES.txt                                        |   1 +
 .../config/CassandraRelevantProperties.java        |   4 +-
 src/java/org/apache/cassandra/config/Config.java   |   7 +-
 .../apache/cassandra/io/util/DataOutputBuffer.java |  15 +++
 .../apache/cassandra/service/StartupChecks.java    |  64 ++++++++-
 .../org/apache/cassandra/utils/FBUtilities.java    | 124 ++++++++++++++++-
 .../cassandra/service/StartupChecksTest.java       | 147 ++++++++++++++++++++-
 .../apache/cassandra/utils/FBUtilitiesTest.java    |  49 +++++--
 10 files changed, 401 insertions(+), 19 deletions(-)


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

Reply via email to