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 db1518538d Merge remote-tracking branch 'upstream/2.1'
     add 90e0b9341b Uses cached tserver session id in more places (#3647)
     add edc16e5734 Adds IT that verifies scans see data written by concurrent 
writers (#3639)
     new c51469d74f Merge remote-tracking branch 'upstream/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/server/util/ManagerMetadataUtil.java  |  35 +-
 .../org/apache/accumulo/tserver/TabletServer.java  |   7 +-
 .../accumulo/tserver/UnloadTabletHandler.java      |   8 +-
 .../accumulo/tserver/tablet/DatafileManager.java   |   2 +-
 .../org/apache/accumulo/tserver/tablet/Tablet.java |   4 +-
 .../apache/accumulo/test/ScanConsistencyIT.java    | 697 +++++++++++++++++++++
 6 files changed, 715 insertions(+), 38 deletions(-)
 create mode 100644 
test/src/main/java/org/apache/accumulo/test/ScanConsistencyIT.java

Reply via email to