Details
-
Bug
-
Status: Closed (View Workflow)
-
Highest
-
Resolution: Fixed
-
6.6.17
-
61
-
Severity 3 - Minor
-
312
-
Description
Problem Definition
A WARN level event is logged every 5 min due to failed scheduled LaasPerformanceLoggingJob job.
The job is not required on the server version of Confluence and is used in Cloud. The job is failing because LaaS performance logging is turned off by default.
Warn is getting logged because scheduled job log level was raised as a result of CONFSERVER-54226 feature request.
The below exception is thrown in the atlassian-confluence.log file:
2018-06-08 07:51:21,912 WARN [Caesium-1-1] [impl.schedule.caesium.JobRunnerWrapper] runJob Scheduled job LaasPerformanceLoggingJob#LaasPerformanceLoggingJob completed unsuccessfully with response JobRunnerResponse[runOutcome=ABORTED,message='LaaS performance logging is turned off']
Suggested Solution
The job should be removed or disabled on startup to avoid confusion, log spam and conserve resources allocated to running the job.
Workaround
Disable the "scheduledjob.desc.LaasPerformanceLoggingJob" from > General Configuration > Scheduled jobs