|
| Summary: |
DefaultExtensionJobHistory does not scale |
| Issue Type: |
Bug |
| Affects Versions: |
16.10.8 |
| Assignee: |
Unassigned |
| Components: |
Extension |
| Created: |
22/May/25 14:26 |
| Labels: |
performance |
| Priority: |
Major |
| Reporter: |
Thomas Mortagne |
| Description: |
There are two important problems that a lot of extension job history can cause at DefaultExtensionJobHistory level:
- they are all fully loaded in memory and there is no maximum size, so if there is a lot of extension related activity, you will quickly have memory problems
- they are all loaded at startup in a blocking listener, so it could slow down XWiki startup quite a lot eventually
|
|