This is an automated email from the ASF dual-hosted git repository.
kturner pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/accumulo.git
from da4ff8c98d Removes unused monitor rest endpoint '/ec' (#6317)
add c4b2cf3fe9 Fixes multiple problems with scan timeout (#6307)
new 5f1628245e Merge branch '2.1'
The 1 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:
.../apache/accumulo/core/client/ScannerBase.java | 4 +-
.../accumulo/core/clientImpl/ScannerIterator.java | 4 +-
.../TabletServerBatchReaderIterator.java | 82 ++++++---
.../accumulo/core/clientImpl/ThriftScanner.java | 5 +-
.../apache/accumulo/tserver/scan/LookupTask.java | 6 +-
.../test/functional/ErrorThrowingIterator.java | 58 ++++--
.../apache/accumulo/test/functional/ScannerIT.java | 202 +++++++++++++++++++++
.../apache/accumulo/test/functional/TimeoutIT.java | 36 +++-
8 files changed, 350 insertions(+), 47 deletions(-)