This is an automated email from the ASF dual-hosted git repository.
edcoleman pushed a change to branch elasticity
in repository https://gitbox.apache.org/repos/asf/accumulo.git
from 8c68e4732e Fixed NPE in CompactionDriver when null passed to Text
constructor (#4443)
add ac80267fcb Add utility to create an empty wal file. (#4116)
add 14645fcd87 Merge remote-tracking branch 'upstream/main' into elasticity
No new revisions were added by this update.
Summary of changes:
.../accumulo/core/file/rfile/CreateEmpty.java | 113 ---------
.../apache/accumulo/tserver/util/CreateEmpty.java | 198 ++++++++++++++++
.../accumulo/tserver/util/CreateEmptyTest.java | 263 +++++++++++++++++++++
.../test/functional/RecoveryWithEmptyRFileIT.java | 3 +-
.../apache/accumulo/test/start/KeywordStartIT.java | 2 +-
5 files changed, 464 insertions(+), 115 deletions(-)
delete mode 100644
core/src/main/java/org/apache/accumulo/core/file/rfile/CreateEmpty.java
create mode 100644
server/tserver/src/main/java/org/apache/accumulo/tserver/util/CreateEmpty.java
create mode 100644
server/tserver/src/test/java/org/apache/accumulo/tserver/util/CreateEmptyTest.java