This is an automated email from the ASF dual-hosted git repository. dlmarion pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/accumulo.git
from d2980ff420 Merge branch '2.1' add 300f34faf8 Modified BlockCacheManager to not create Noop caches when size is zero. (#5369) add 3825d582e7 Log user attempting to use Authorization they don't have on server (#5480) add 33d57dd070 Merge branch '2.1' No new revisions were added by this update. Summary of changes: .../accumulo/core/client/rfile/RFileScanner.java | 92 +--------------- .../core/file/blockfile/cache/impl/NoopCache.java | 116 +++++++++++++++++++++ .../accumulo/core/spi/cache/BlockCacheManager.java | 11 +- .../server/security/handler/ZKAuthorizor.java | 3 + .../tserver/TabletServerResourceManager.java | 6 +- .../accumulo/tserver/ThriftScanClientHandler.java | 11 +- 6 files changed, 135 insertions(+), 104 deletions(-) create mode 100644 core/src/main/java/org/apache/accumulo/core/file/blockfile/cache/impl/NoopCache.java