This is an automated email from the ASF dual-hosted git repository.
dlmarion pushed a change to branch elasticity
in repository https://gitbox.apache.org/repos/asf/accumulo.git
from ec5d51803f Removes split,bulk, and compaction code from tserver (#3604)
add 5282088890 adds unit test for deferred session cleanup (#3581)
add 0733d3ae86 adds logging when tablet close is waiting on a scan (#3582)
add 0a3feba20f Merge branch '2.1'
add cfe5738f8f Minor fix for naming of method/comment in
MetadataConstraints
new f723d95b5a Merge branch 'main' into elasticity
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:
.../server/constraints/MetadataConstraints.java | 14 +--
.../accumulo/tserver/session/SessionManager.java | 6 +-
.../accumulo/tserver/tablet/ScanDataSource.java | 11 +++
.../org/apache/accumulo/tserver/tablet/Tablet.java | 11 +++
.../tserver/session/SessionManagerTest.java | 109 +++++++++++++++++++++
5 files changed, 143 insertions(+), 8 deletions(-)
create mode 100644
server/tserver/src/test/java/org/apache/accumulo/tserver/session/SessionManagerTest.java