This is an automated email from the ASF dual-hosted git repository. ctubbsii pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/accumulo.git
from 1b6dfa7915 Merge branch '2.1' add c78dfc5235 ensures no writes happen after batch writer closes (#3733) new 770c05b46a 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: .../core/clientImpl/TabletServerBatchWriter.java | 260 +++++++++++++++------ .../accumulo/tserver/TabletClientHandler.java | 97 ++++---- .../apache/accumulo/test/WriteAfterCloseIT.java | 203 ++++++++++++++++ 3 files changed, 445 insertions(+), 115 deletions(-) create mode 100644 test/src/main/java/org/apache/accumulo/test/WriteAfterCloseIT.java