-
Bug
-
Resolution: Fixed
-
Highest
-
5.7
-
None
This is an umbrella issue to investigate why the Confluence upgrade to 5.7 takes a long amount of time with certain database configurations or in some rare cases even hangs.
Here is an example log message:
2015-02-05 01:35:26,704 INFO [localhost-startStop-1] [upgrade.upgradetask.attachmentceo.AttachmentIdClashResolver] resolveAttachmentIdClashes No ID collisions were found between the ATTACHMENTS and CONTENT tables. 2015-02-05 01:35:26,717 INFO [localhost-startStop-1] [upgrade.upgradetask.attachmentceo.AttachmentToContentMigrator] doMigration Beginning migration of 6644 attachment entries..
This appears to be affecting SQL Server and Oracle databases that already have latency issues.
Workaround for SQL Server
- SQL Server is known to have this issue when a connection validation query is enabled or when C3P0 (direct JDBC) connection pooling is used.
- There is a bug (
CONF-36484) where the preferredTestQuery passed to C3P0 is ignored causing it to issue a "list tables" query which locks up if run while the upgrade task is running. - The solution is to switch to using a datasource connection with "select 1" as the connection test query.
- relates to
-
CONFSERVER-36484 hibernate.c3p0.preferredTestQuery is ignored in confluence.cfg.xml
-
- Closed
-
-
CONFSERVER-36588 XML Space import failed in Oracle databases
-
- Closed
-
- is related to
-
CSP-139743 You do not have permission to view this issue
-
CSP-139848 You do not have permission to view this issue
-
CSP-140078 You do not have permission to view this issue
-
CSP-140123 Loading...
-
CSP-140181 Loading...
- mentioned in
-
Page Loading...
-
Page Loading...
-
Page Loading...
-
Page Loading...
-
Page Loading...
-
Page Loading...
[CONFSERVER-36430] On certain configurations, the attachments upgrade task very slow or hangs when upgrading to 5.7
Workflow | Original: JAC Bug Workflow v3 [ 2902364 ] | New: CONFSERVER Bug Workflow v4 [ 2996985 ] |
Workflow | Original: JAC Bug Workflow v2 [ 2799663 ] | New: JAC Bug Workflow v3 [ 2902364 ] |
Status | Original: Resolved [ 5 ] | New: Closed [ 6 ] |
Workflow | Original: JAC Bug Workflow [ 2730118 ] | New: JAC Bug Workflow v2 [ 2799663 ] |
Workflow | Original: Confluence Workflow - Public Facing - Restricted v5 - TEMP [ 2380746 ] | New: JAC Bug Workflow [ 2730118 ] |
Workflow | Original: Confluence Workflow - Public Facing - Restricted v5 [ 2272252 ] | New: Confluence Workflow - Public Facing - Restricted v5 - TEMP [ 2380746 ] |
Workflow | Original: Confluence Workflow - Public Facing - Restricted v5.1 - TEMP [ 2222336 ] | New: Confluence Workflow - Public Facing - Restricted v5 [ 2272252 ] |
Workflow | Original: Confluence Workflow - Public Facing - Restricted v5 - TEMP [ 2169467 ] | New: Confluence Workflow - Public Facing - Restricted v5.1 - TEMP [ 2222336 ] |
Workflow | Original: Confluence Workflow - Public Facing - Restricted v5 [ 1943973 ] | New: Confluence Workflow - Public Facing - Restricted v5 - TEMP [ 2169467 ] |
Workflow | Original: Confluence Workflow - Public Facing - Restricted v3 [ 1722628 ] | New: Confluence Workflow - Public Facing - Restricted v5 [ 1943973 ] |
Labels | Original: affects-server business-teams hot-conf-fixed team-muppets warranty | New: affects-server business-teams team-muppets warranty |