You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by ct...@apache.org on 2022/12/08 06:31:18 UTC

[accumulo] branch main updated (ee4370ff7e -> 8a50c02281)

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 ee4370ff7e adds tablet id to compaction configurer and selector (#3088)
     add 5b4fe693dd Allow user to enable FSDataOutputStream.setDropBehind on majc output (#3083)
     new 8a50c02281 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:
 .../org/apache/accumulo/core/conf/Property.java    |  5 +++++
 .../apache/accumulo/core/file/FileOperations.java  |  5 +++++
 .../accumulo/core/file/rfile/RFileOperations.java  | 25 +++++++++++++++++++++-
 .../accumulo/server/compaction/FileCompactor.java  | 17 +++++++++++++--
 4 files changed, 49 insertions(+), 3 deletions(-)


[accumulo] 01/01: Merge branch '2.1'

Posted by ct...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 8a50c022816086d31a31bd1389ed3246d622d82f
Merge: ee4370ff7e 5b4fe693dd
Author: Christopher Tubbs <ct...@apache.org>
AuthorDate: Thu Dec 8 01:30:50 2022 -0500

    Merge branch '2.1'

 .../org/apache/accumulo/core/conf/Property.java    |  5 +++++
 .../apache/accumulo/core/file/FileOperations.java  |  5 +++++
 .../accumulo/core/file/rfile/RFileOperations.java  | 25 +++++++++++++++++++++-
 .../accumulo/server/compaction/FileCompactor.java  | 17 +++++++++++++--
 4 files changed, 49 insertions(+), 3 deletions(-)