Branch: refs/heads/backport/stable-16.10.x/pr-4139
Home:
https://github.com/xwiki/xwiki-platform
Commit: 8124445a847fb1b068aebbef38125ad996c8cb05
https://github.com/xwiki/xwiki-platform/commit/8124445a847fb1b068aebbef3812…
Author: Michael Hamann <michael.hamann(a)xwiki.com>
Date: 2025-05-09 (Fri, 09 May 2025)
Changed paths:
M
xwiki-platform-core/xwiki-platform-search/xwiki-platform-search-solr/xwiki-platform-search-solr-api/src/main/java/org/xwiki/search/solr/internal/job/IndexerJob.java
A
xwiki-platform-core/xwiki-platform-search/xwiki-platform-search-solr/xwiki-platform-search-solr-api/src/test/java/org/xwiki/search/solr/internal/job/IndexerJobTest.java
Log Message:
-----------
XWIKI-23188: Race condition in Solr index synchronization can delete existing documents
from the index (#4139)
* Double-check that a document actually doesn't exist anymore before
requesting its deletion from the index.
* Add a unit test for IndexerJob.
(cherry picked from commit 312d5dd7f3f14f63be2e16ebd4a39db7140d909c)
To unsubscribe from these emails, change your notification settings at
https://github.com/xwiki/xwiki-platform/settings/notifications