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

daim pushed a change to branch OAK-11542
in repository https://gitbox.apache.org/repos/asf/jackrabbit-oak.git


 discard 560fe24fef OAK-11542 : replaced Guava's Iterables.elementsEqual with 
oak-commons util
     add 94a1cbc61d Revert " OAK-11500: Remove usage of Guava io.Closeable  
(#2129)"
     add 48abf89ef8 OAK-11539: Flaky test: 
MembershipProviderTest#testGetMembershipInherited() (#2128)
     add 6cd2da6cd3 OAK-11544 Flaky test 
PipelinedTreeStoreIT.createFFSCustomExcludePathsRegexNoRetryOnConnectionErrorRegexFiltering
 (#2132)
     add 3bad0ea0a1 OAK-8748: Run performance tests and compare with baseline
     add fbb5152e6d OAK-11501 Remove spotbugs-m-p
     add 485955c3cd OAK-11499: Remove parameter "aggregate"
     add fe6cef1166 OAK-11547 - Upgrade Elasticsearch client from 8.15.0 to 
8.17.2 (#2135)
     add 7db1257a0c OAK-11500: Remove usage of Guava io.Closeable (#2136)
     add 2e6ce60299 OAK-11542 : replaced Guava's Iterables.elementsEqual with 
oak-commons util

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   (560fe24fef)
            \
             N -- N -- N   refs/heads/OAK-11542 (2e6ce60299)

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.

No new revisions were added by this update.

Summary of changes:
 oak-benchmarks/run_comparison_against_baseline.sh  | 387 +++++++++++++++++++++
 .../blob/AbstractSharedCachingDataStore.java       |  10 +-
 .../plugins/blob/MarkSweepGarbageCollector.java    |  10 +-
 .../plugins/blob/datastore/DataStoreBlobStore.java |  16 +-
 .../oak/plugins/blob/datastore/FSBackend.java      |   7 +-
 .../plugins/blob/datastore/OakFileDataStore.java   |   7 +-
 .../datastore/BlobIdTrackerClusterSharedTest.java  |   3 +-
 .../oak/security/user/MembershipBaseTest.java      |   5 +-
 .../ActiveDeletedBlobCollectorFactory.java         |   3 +-
 oak-parent/pom.xml                                 |  38 +-
 .../document/flatfile/pipelined/PipelinedIT.java   |  50 +--
 .../flatfile/pipelined/PipelinedTreeStoreIT.java   |  51 +--
 oak-run-elastic/pom.xml                            |   2 +-
 .../jackrabbit/oak/run/DataStoreCommand.java       |  13 +-
 oak-search-elastic/pom.xml                         |   4 +-
 .../elastic/index/ElasticBulkProcessorHandler.java |  73 ++--
 .../index/elastic/index/ElasticIndexHelper.java    |   2 +-
 .../elastic/index/ElasticIndexHelperTest.java      |   2 +-
 .../oak/segment/DefaultSegmentWriter.java          |   6 +-
 .../plugins/document/mongo/MongoDocumentStore.java |   3 +-
 20 files changed, 502 insertions(+), 190 deletions(-)
 create mode 100644 oak-benchmarks/run_comparison_against_baseline.sh

Reply via email to