This is an automated email from the ASF dual-hosted git repository.

ddanielr pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/accumulo.git


    from 8c54934f8b Removed escaping from quotes in ext comp metadata file 
references (#5237)
     add 36c9740299 Checks for corruption earlier and always report errors 
(#5227)
     add d5756e8f2d decrements total queued mutation size when update idles 
(#5236)
     add 8124a6b33f Only create Threadpools when calling ZooInfoViewer or 
ZooPropEditor (#5216)
     add 9c10eca61d Merge branch '2.1' into 3.1
     new 8f123f2083 Merge branch '3.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/server/conf/util/ZooInfoViewer.java   |  10 +-
 .../accumulo/server/conf/util/ZooPropEditor.java   |   5 +-
 .../server/conf/util/ZooInfoViewerTest.java        |  48 +++++--
 .../accumulo/tserver/TabletClientHandler.java      |  48 ++++++-
 .../org/apache/accumulo/tserver/TabletServer.java  |   7 +-
 .../accumulo/tserver/session/UpdateSession.java    |   1 +
 .../apache/accumulo/test/CorruptMutationIT.java    | 149 +++++++++++++++++++++
 7 files changed, 246 insertions(+), 22 deletions(-)
 create mode 100644 
test/src/main/java/org/apache/accumulo/test/CorruptMutationIT.java

Reply via email to