There is 1 update.
 
 
XWiki Platform / cid:jira-generated-image-avatar-239ea29e-ef56-4a53-8c87-7c710c907dec XWIKI-10402 Closed

Solr indexer thread should not keep the same ExecutionContext forever

 
View issue   ยท   Add comment
 

1 update

 
cid:jira-generated-image-avatar-b8e7ea01-b442-43b2-a6b6-fb05a57c08a0 Changes by Thomas Mortagne on 04/Jun/25 12:18
 
Description: The Solr indexer thread is a daemon thread which is in charge of indexing all the document put in a queue. Right no now it's initializing an Execution when starting and keep it forever, among other things it means that component can keep storing things in a never cleaned execution context (for example I just got a 40MB ExecutionContext instance in myxwiki.org) and isolation is less good.