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 81c6ae1657 Merge branch '2.1' add f76f12baa6 Remove usages of the Writer class new 1b6dfa7915 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/clientImpl/Writer.java | 122 --------------------- .../accumulo/server/problems/ProblemReport.java | 10 +- .../accumulo/server/problems/ProblemReports.java | 5 +- .../accumulo/server/util/MetadataTableUtil.java | 51 +++------ .../org/apache/accumulo/test/BatchWriterIT.java | 95 ++++++++++++++++ .../accumulo/test/MetaConstraintRetryIT.java | 13 ++- 6 files changed, 125 insertions(+), 171 deletions(-) delete mode 100644 core/src/main/java/org/apache/accumulo/core/clientImpl/Writer.java