-
Bug
-
Resolution: Fixed
-
High
-
5.4.4, 5.5.4, 5.6.3
-
None
When a page is renamed or deleted, the PageNotFoundAction is called, which in turn calls the PageManager. This class finds pages that are similar to the original page in other spaces, and in doing hits the database hard, specifically the cwd_groups and spaces tables.
This results in the CPU of the database spiking, making Confluence completely inaccessible.
Workaround:
Edit the <confluence_install>/confluence/pages/alternativepages.vm to exclude the call to the template that renders the list of suggestions. Remove the following from that file:
#parse("/pages/alternativepages-results.vm")
- is related to
-
CONFSERVER-2906 Automatic redirection for renamed pages
- Closed
- relates to
-
CONFSERVER-12864 PageNotFound action can render Confluence inoperable
- Closed
-
CONFSERVER-24886 Accessing a renamed or deleted page can cause system instability
- Closed
- mentioned in
-
Page Loading...
-
Page Loading...
-
Page Loading...
-
Page Loading...
-
Page Loading...
-
Page Loading...