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

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


    from cd73c14  Merge branch 'cassandra-3.0' into cassandra-3.11
     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

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:
 CHANGES.txt                                        |   1 +
 conf/cassandra.yaml                                |   7 +-
 .../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 |  40 ++++--
 .../test/microbench/CacheLoaderBench.java          | 137 ++++++++++++++++++++
 .../unit/org/apache/cassandra/db/KeyCacheTest.java | 138 ++++++++++++++++++++-
 9 files changed, 332 insertions(+), 14 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