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

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


    from 507c6f7  Merge branch 'cassandra-4.0' into trunk
     new 1911a88  Fix slow keycache load which blocks startup for tables with 
many sstables.
     new 1fce84f  Merge branch 'cassandra-3.0' into cassandra-3.11
     new e73d05b  Merge branch 'cassandra-3.11' into cassandra-4.0
     new 97b47c3  Merge branch 'cassandra-4.0' 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 +
 conf/cassandra.yaml                                |   5 +
 .../apache/cassandra/cache/AutoSavingCache.java    |   8 +-
 src/java/org/apache/cassandra/config/Config.java   |   2 +
 .../cassandra/config/DatabaseDescriptor.java       |  11 ++
 .../org/apache/cassandra/db/lifecycle/View.java    |   2 +-
 .../org/apache/cassandra/service/CacheService.java |  41 ++++--
 .../test/microbench/CacheLoaderBench.java          | 137 ++++++++++++++++++++
 .../unit/org/apache/cassandra/db/KeyCacheTest.java | 138 ++++++++++++++++++++-
 9 files changed, 332 insertions(+), 13 deletions(-)
 create mode 100644 
test/microbench/org/apache/cassandra/test/microbench/CacheLoaderBench.java

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

Reply via email to