Branch: refs/heads/stable-16.10.x Home: https://github.com/xwiki/xwiki-platform Commit: 59d5fdd5a96c9a2a23d87ae7155a6a69c7ef5a87 https://github.com/xwiki/xwiki-platform/commit/59d5fdd5a96c9a2a23d87ae7155a6... Author: Michael Hamann <[email protected]> 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