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 05b5e68740 Modified SystemIteratorEnvironmentImpl to implement 
isRunningLowOnMemory (#5624)
     add bf2b89e1ec Fixed compaction planning search bug (#5620)
     add 4652c5c479 Looks ahead more than once in compaction planning. (#5588)
     new 30483a9b95 Merge commit '4652c5c479e61d34d76bad9baf8806cbefc893c7'
     add 9846af574f fixes bug in seeking iterator w/ disjoint range and columns 
(#5631)
     new 1248dda17b Merge commit '9846af574fce3fbd579443be58161e5d69ae4312'
     add e30bfb1b05 makes TGW scan threads configurable (#5628)
     new 84d2cb6228 Merge commit 'e30bfb1b0575d75c0384151599cd383ebbe6b6c8'
     add b342549f8f Allow system user to create namespaces (#5593)
     new c3d8fdfcc6 Merge commit 'b342549f8f424a08e0c46ca111b81f54fa3d19e3'

The 4 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    |   4 +-
 .../java/org/apache/accumulo/core/data/Range.java  |  76 +--------------
 .../apache/accumulo/core/dataImpl/RangeImpl.java   | 108 +++++++++++++++++++++
 .../system/ColumnFamilySkippingIterator.java       |   5 +-
 .../org/apache/accumulo/core/data/RangeTest.java   |  39 ++++++++
 .../system/ColumnFamilySkippingIteratorTest.java   |  10 ++
 .../create/SetupNamespacePermissions.java          |  16 +--
 .../accumulo/test/NamespacesIT_SimpleSuite.java    |   7 ++
 .../apache/accumulo/test/TableOperationsIT.java    |  12 +++
 9 files changed, 193 insertions(+), 84 deletions(-)
 create mode 100644 
core/src/main/java/org/apache/accumulo/core/dataImpl/RangeImpl.java

Reply via email to