This is an automated email from the ASF dual-hosted git repository.
kturner pushed a change to branch 2.1
in repository https://gitbox.apache.org/repos/asf/accumulo.git
from 5d3ccec0df Enable background refresh for the scan server tablet
metadata cache (#4551)
add ea235b6c58 Invalid External Compaction Progress Fix (#4452)
No new revisions were added by this update.
Summary of changes:
.../accumulo/core/file/BloomFilterLayer.java | 6 ++
.../apache/accumulo/core/file/FileSKVIterator.java | 11 +++
.../accumulo/core/file/map/MapFileOperations.java | 6 ++
.../core/file/rfile/MultiIndexIterator.java | 6 ++
.../org/apache/accumulo/core/file/rfile/RFile.java | 50 ++++++++--
.../core/iteratorsImpl/system/MapFileIterator.java | 7 ++
.../iteratorsImpl/system/SequenceFileIterator.java | 6 ++
.../accumulo/server/compaction/FileCompactor.java | 2 +-
.../org/apache/accumulo/compactor/Compactor.java | 38 +++++++-
.../compaction/ExternalCompactionProgressIT.java | 103 +++++++++++++++++++--
10 files changed, 217 insertions(+), 18 deletions(-)