There are 2 updates, 1 comment.
 
 
XWiki Platform / cid:jira-generated-image-avatar-f750c9ba-b4c2-4927-9086-550454d11115 XWIKI-23295 Open

Page exists cache is written more than needed leading to possibly slow page loads

 
View issue   ยท   Add comment
 

2 updates

 
cid:jira-generated-image-avatar-c35cbf39-613c-4b10-aa38-0e113a2793e7 Changes by Michael Hamann on 16/Jun/25 17:32
 
Summary: TimeoutException when loading documents Page exists cache is written more than needed leading to possibly slow page loads
Assignee: Michael Hamann
 
 

1 comment

 
cid:jira-generated-image-avatar-c35cbf39-613c-4b10-aa38-0e113a2793e7 Michael Hamann on 16/Jun/25 17:36
 

After more careful investigation, it seems that in the reported stack trace, the affected cache is in fact the document/page cache itself, not the page exists cache. Further, it seems likely that the actual root cause of those timeouts is not write load (write load only makes it visible) but in fact stack overflows that leave locks locked. I've reported XWIKI-23303 for this. Still, it doesn't seem good to write into caches when no invalidation is needed as this could still cause slowness due to locking under high load.