$customHeader
Skip to end of banner
Go to start of banner

Copy Page Tree - Server/Data Center - 2.6.28

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Current »

Copy Page Tree version 2.6.28 introduces a scheduled job used to cleanup old DB entries used to track status of long running tasks for copy/delete operations.  This saves DB space.  ​

“Copy Page Tree Task Status Cleanup” Scheduled Job

The scheduled job is named “Copy Page Tree Task Status Cleanup”

It can be manually run at any time via the Confluence admin tools for “Scheduled Jobs”scheduled job and it is scheduled to run automatically once per day. The schedule can be edited by an admin user if desired.

The job deletes old task status entities that are older than 10 days old.

The DB tables that get cleaned up by this job are:

AO_2307F6_COPY_TASK_ENTITY

AO_2307F6_DELETE_TASK_ENTITY

AO_2307F6_TASK_ERROR

Optionally, you can enable INFO level logging for the java package com.imaginarymachines.confluence.plugins.tree.entity.admin in the Confluence admin tools for “Logging and Profiling”. When INFO level logging is enabled, you will see entries like this when the scheduled job runs (if it finds old data that needs to be cleaned up):

2021-11-03 22:07:49,945 INFO [Caesium-1-4] [tree.entity.admin.CopyPageTreeTaskStatusCleanupJob] deleteOldEntities Deleting 266 old CopyTaskEntity entities
2021-11-03 22:07:50,260 INFO [Caesium-1-4] [tree.entity.admin.CopyPageTreeTaskStatusCleanupJob] deleteOldEntities Deleting 277 old DeleteTaskEntity entities


Related Documentation

Copy Page Tree Server and Data Center - User Guide

/wiki/spaces/SUP/pages/147359924

  • No labels