This issue has been created
There is 1 update.
 
 
XWiki Platform / cid:jira-generated-image-avatar-899b7657-5244-41bf-846e-3744636c6c9d XWIKI-24293 Open

The Solr indexing resolve queue can take way too much memory

 
View issue   ยท   Add comment
 

Issue created

 
cid:jira-generated-image-avatar-ba62efd2-d532-4655-9207-e1604682d239 Thomas Mortagne created this issue on 28/Apr/26 09:50
 
Summary: The Solr indexing resolve queue can take way too much memory
Issue Type: cid:jira-generated-image-avatar-899b7657-5244-41bf-846e-3744636c6c9d Bug
Affects Versions: 17.10.7
Assignee: Unassigned
Components: Search - Solr
Created: 28/Apr/26 09:50
Priority: cid:jira-generated-image-static-major-92d2d2a9-21c5-418f-8d93-39791ef7e5c3 Major
Reporter: Thomas Mortagne
Description:

The resolve queue is unbounded which means that if you modify a lot of document quickly enough and the database writing is faster than Solr indexing this queue will increase quickly until is use too much memory.

 
 

1 update

 
cid:jira-generated-image-avatar-ba62efd2-d532-4655-9207-e1604682d239 Changes by Thomas Mortagne on 28/Apr/26 09:53
 
Labels: performance