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

jsedding pushed a change to branch 
jsedding/OAK-12070-segment-remote-memory-consumption
in repository https://gitbox.apache.org/repos/asf/jackrabbit-oak.git


    omit 74f4786396 OAK-12070 - Reduce memory consumption of azure segment 
stores
     add 255950d432 OAK-12063: Remove obsolete feature toggles 
FT_NAME_IMPROVED_IS_NULL_COST, FT_OPTIMIZE_IN_RESTRICTIONS_FOR_FUNCTIONS, and 
FT_NAME_PREFETCH_FOR_QUERIES (#2690)
     add 1ee32e5884 OAK-12084 - Move GCGeneration class to exported SPI package 
(#2725)
     new 90fd2a1858 OAK-12070 - Reduce memory consumption of azure segment 
stores

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (74f4786396)
            \
             N -- N -- N   
refs/heads/jsedding/OAK-12070-segment-remote-memory-consumption (90fd2a1858)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

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:
 .../main/java/org/apache/jackrabbit/oak/Oak.java   | 21 +---------
 .../jackrabbit/oak/query/QueryEngineSettings.java  | 28 -------------
 .../jackrabbit/oak/query/ast/LowerCaseImpl.java    |  3 --
 .../oak/query/ast/NodeLocalNameImpl.java           |  3 --
 .../jackrabbit/oak/query/ast/NodeNameImpl.java     |  3 --
 .../apache/jackrabbit/oak/query/ast/PathImpl.java  |  3 --
 .../jackrabbit/oak/query/ast/UpperCaseImpl.java    |  3 --
 .../jackrabbit/oak/query/index/FilterImpl.java     |  6 ---
 .../oak/query/QueryEngineSettingsServiceTest.java  | 28 +------------
 .../apache/jackrabbit/oak/spi/query/Filter.java    |  6 ---
 .../jackrabbit/oak/spi/query/QueryLimits.java      | 18 +++++----
 .../search/spi/query/FulltextIndexPlanner.java     | 10 ++---
 .../segment/remote/RemoteSegmentArchiveEntry.java  |  2 +-
 .../jackrabbit/oak/segment/file/tar/TarFiles.java  |  2 +
 .../oak/segment/spi/persistence/GCGeneration.java  |  3 +-
 .../oak/segment/file/tar/TarFileTest.java          |  1 +
 .../segment/spi/persistence/GCGenerationTest.java  | 46 ++++++++++++++++++++++
 17 files changed, 66 insertions(+), 120 deletions(-)

Reply via email to