You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by ct...@apache.org on 2022/11/03 19:12:38 UTC

[accumulo] branch main updated (2f4a168d36 -> a1bdcc9eae)

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

ctubbsii pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/accumulo.git


    from 2f4a168d36 Format javascript
     add a1bdcc9eae Minor improvements to block cache code and tests (#3063)

No new revisions were added by this update.

Summary of changes:
 .../core/file/blockfile/cache/lru/CachedBlock.java |   5 +-
 .../file/blockfile/cache/lru/CachedBlockQueue.java |  23 ++---
 .../file/blockfile/cache/TestCachedBlockQueue.java | 115 ++++++++++++++++-----
 .../file/blockfile/cache/TestLruBlockCache.java    |  20 ++--
 4 files changed, 106 insertions(+), 57 deletions(-)