There is 1 update.
 
 
XWiki Platform / cid:jira-generated-image-avatar-3fd8e0b0-b29a-47d6-9c43-f72a7fde3a1e XWIKI-24332 Open

Any JAR extension uninstall/upgrade on root namespace is blocked a very long time on myxwiki.org

 
View issue   ยท   Add comment
 

1 update

 
cid:jira-generated-image-avatar-7471b013-c194-4245-a7dc-54719145cab2 Changes by Thomas Mortagne on 12/May/26 10:49
 
Description: It seems XWIKI-14494 added a blocking reload of all schedulers from all wikis when upgrading a JAR on root namespace.

On an instance like myxwiki.org, it means blocking forever since there are a lot of wikis.

There are two problems:
* the reload itself is a lot slower than it should: it actually changes and store the status of the job in the document, twice
(to disable and then enable it) , instead of just reloading it
* I really don't think we need to block the job while doing this, so it would make more sense to do this reload asynchronously