This is an automated email from the ASF dual-hosted git repository.
dlmarion pushed a change to branch 2.1
in repository https://gitbox.apache.org/repos/asf/accumulo.git
from e543c4b10f added missing log message to bulk load code (#5470)
add 300f34faf8 Modified BlockCacheManager to not create Noop caches when
size is zero. (#5369)
No new revisions were added by this update.
Summary of changes:
.../accumulo/core/client/rfile/RFileScanner.java | 87 +---------------
.../core/file/blockfile/cache/impl/NoopCache.java | 111 +++++++++++++++++++++
.../accumulo/core/spi/cache/BlockCacheManager.java | 10 +-
.../tserver/TabletServerResourceManager.java | 6 +-
4 files changed, 123 insertions(+), 91 deletions(-)
create mode 100644
core/src/main/java/org/apache/accumulo/core/file/blockfile/cache/impl/NoopCache.java