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 9e079dbbeb Bump Hadoop version from 3.3.6 to 3.4.0 (#4812) add 48b9f2c7f9 encapsulates Session.state field (#4825) add d5b476be83 Does all session clean up for normal scans (#4826) add 8ba3f2cb74 documents ScanStat enum values (#4827) add 95f128342f refactors how scan sessions track scan task (#4829) new e6f1b7f855 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: .../accumulo/core/client/admin/ScanState.java | 17 ++++++- .../org/apache/accumulo/tserver/ScanServer.java | 2 +- .../tserver/TabletServerResourceManager.java | 2 +- .../accumulo/tserver/ThriftScanClientHandler.java | 26 +++++----- .../accumulo/tserver/session/MultiScanSession.java | 11 ++--- .../accumulo/tserver/session/ScanSession.java | 34 ++++++++----- .../apache/accumulo/tserver/session/Session.java | 10 +++- .../accumulo/tserver/session/SessionManager.java | 55 +++++++++++----------- .../tserver/session/SingleScanSession.java | 13 ++--- 9 files changed, 101 insertions(+), 69 deletions(-)