This is an automated email from the ASF dual-hosted git repository.
stefanegli pushed a change to branch OAK-10542
in repository https://gitbox.apache.org/repos/asf/jackrabbit-oak.git
from e7eeb72d76 OAK-10542 and OAK-10526 : test combining the two issues
added
add 04e3b7d85a OAK-10543 skip writeAndReadManySegments test
add 873434545c OAK-10543 added issue number to the ignore declaration
add ef27c970ea OAK-10543 ignored writeAndReadManySegments in the abstract
class
add e2a3d46934 OAK-10545: oak-jcr: add test for observing effect of
remapping a namespace prefix to a different namespace name (#1196)
add d7edc02a09 OAK-10538 - Pipeline strategy: eliminate unnecessary
intermediate copy of entries in transform stage (#1194)
add b138cf736c OAK-10545: oak-jcr: add test for observing effect of
remapping a namespace prefix to a different namespace name - simplified not to
use spi-commons
add 392ede19fe OAK-10547 - Fix: Indexing job fails at the end of
reindexing if it took more than 24h to run (#1203)
add d1cd2bc18e OAK-10539: oak-search-elastic: migrate ingestion from Rest
High Level Client to the new Java API Client (#1193)
add 5be575223d OAK-10526 : set split doc maxRev to 'now' at split time, to
avoid it being GCed too early
add d177262672 Merge pull request #1190 from apache/OAK-10526
add 622dc658bc Merge pull request #1206 from apache/trunk
No new revisions were added by this update.
Summary of changes:
.../oak/plugins/index/FormattingUtils.java | 21 +-
.../oak/plugins/index/FormattingUtilsTest.java | 88 ++++++++
.../apache/jackrabbit/oak/jcr/NamePathTest.java | 59 +++++
.../document/flatfile/NodeStateEntryWriter.java | 27 +--
.../flatfile/pipelined/NodeStateEntryBatch.java | 41 +++-
.../flatfile/pipelined/PipelinedTransformTask.java | 24 +-
.../pipelined/NodeStateEntryBatchTest.java | 34 +--
.../pipelined/PipelinedSortBatchTaskTest.java | 16 +-
oak-run-elastic/pom.xml | 3 +-
.../index/indexer/document/ElasticIndexerTest.java | 25 ++-
.../ElasticPurgeOldIndexVersionTest.java | 3 +-
oak-search-elastic/pom.xml | 88 +-------
.../plugins/index/elastic/ElasticConnection.java | 23 +-
.../index/elastic/ElasticIndexDefinition.java | 12 +-
.../elastic/index/ElasticBulkProcessorHandler.java | 242 +++++++++++----------
.../index/elastic/index/ElasticCustomAnalyzer.java | 8 +-
.../index/ElasticCustomAnalyzerMappings.java | 4 +-
.../index/elastic/index/ElasticDocument.java | 138 +++++-------
.../index/elastic/index/ElasticIndexHelper.java | 41 ++--
.../index/elastic/index/ElasticIndexWriter.java | 47 +---
.../index/elastic/ElasticPropertyIndexTest.java | 10 +-
.../plugins/index/elastic/ElasticTestServer.java | 6 +-
.../index/ElasticBulkProcessorHandlerTest.java | 17 +-
.../elastic/index/ElasticIndexWriterTest.java | 48 ++--
.../AbstractPersistentCacheTest.java | 2 +
.../persistentcache/PersistentRedisCacheTest.java | 1 -
.../oak/plugins/document/SplitOperations.java | 16 +-
.../document/VersionGarbageCollectorIT.java | 15 +-
28 files changed, 564 insertions(+), 495 deletions(-)
create mode 100644
oak-core/src/test/java/org/apache/jackrabbit/oak/plugins/index/FormattingUtilsTest.java