- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
4 weeks ago
Why was Schedule Job "Table Cleaner" disabled by system during our Xanadu to Yokohama upgrade?
We upgraded 4 instances staggered in July, August, September and all had the Table Cleaner job disabled by 'system' at 01:00:07 am during our upgrade. It was not automatically activated after that, and we just happened to notice it was not running.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
4 weeks ago
→ From Yokohama, by DEFAULT the Legacy Table Cleaner job is no longer utilised and is replaced by the Multiple Threaded Table Cleaner functionality
→ As a part of the Multiple Threaded Table Cleaner functionality below jobs are now used for cleaning the records
☞ JOB : Scheduler For All DMJobs , is utilized for the scheduling the Data Management related jobs
☞ JOB : com.glide.dm_job.table_cleaner.TableCleanerProducer , will trigger and produce units of work (chunks) that will then be consumed / executed to delete/clean up records from tables according to rules defined in the instance (sys_auto_flush / sys_dm_job etc.). In simpler terms: it schedules and slices up the cleanup work.
☞ JOB : com.glide.dm_job.table_cleaner.TableCleanerConsumer , will trigger and pick the chunks created by the Producer and carry out the deletion of the records.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
4 weeks ago
→ From Yokohama, by DEFAULT the Legacy Table Cleaner job is no longer utilised and is replaced by the Multiple Threaded Table Cleaner functionality
→ As a part of the Multiple Threaded Table Cleaner functionality below jobs are now used for cleaning the records
☞ JOB : Scheduler For All DMJobs , is utilized for the scheduling the Data Management related jobs
☞ JOB : com.glide.dm_job.table_cleaner.TableCleanerProducer , will trigger and produce units of work (chunks) that will then be consumed / executed to delete/clean up records from tables according to rules defined in the instance (sys_auto_flush / sys_dm_job etc.). In simpler terms: it schedules and slices up the cleanup work.
☞ JOB : com.glide.dm_job.table_cleaner.TableCleanerConsumer , will trigger and pick the chunks created by the Producer and carry out the deletion of the records.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
Hi
We upgraded from Xanadu to Zurich last week.
I can see the old Table Cleaner job (/sys_trigger.do?sys_id=a1de683dc0a8010a008419cd3659cf8f) has been disabled.
However, I can't find any of the multi-threaded jobs you mentioned. I've checked both sys_trigger and sysauto. Where do I find the multi-threaded job records?
