COMMENT OUT everything in the blackboard/config/bb-tasks.xml.bb file EXCEPT for the following items/tasks:
Tasks on the additional appservers, or they may use their own log rotation methods (the larger application logs MUST be rotated regularly, or severe performance problems may result).
bb.db.cache (PersistenceCacheTask)
bb.task.queue (Task Queue for Tracking events)
bb.systeminfo.reporting (entirely optional)
bb.portal.integration.poolmanagementstartup (new in 7.3, only needed for LMS integration)
Tasks on the additional appservers, or they may use their own log rotation methods (the larger application logs MUST be rotated regularly, or severe performance problems may result).
Blackboard Content System File Indexer
Set Duration to 'Do Not Run Nightly'Set Immediate Update to 'No'
Otherwise, the Lucene indexer runs in the main JVM and can completely hang it up when it encounters a bad document.
Use commandline script to run the indexer nightly as separate scheduled job
full-text-index.sh UPDATE|UNLOCK
UPDATE can take optional duration (time in minutes) after which it's supposed to stop
UNLOCK is used to remove forgotten lock files; used after a crash only if the indexer is not running
No comments:
Post a Comment