Class JobExecutorLogger
java.lang.Object
org.camunda.commons.logging.BaseLogger
org.camunda.bpm.engine.impl.ProcessEngineLogger
org.camunda.bpm.engine.impl.jobexecutor.JobExecutorLogger
- Author:
- Daniel Meyer
-
Field Summary
Fields inherited from class org.camunda.bpm.engine.impl.ProcessEngineLogger
ADMIN_PLUGIN_LOGGER, BPMN_BEHAVIOR_LOGGER, BPMN_PARSE_LOGGER, CMD_LOGGER, CMMN_OPERATION_LOGGER, CMMN_TRANSFORMER_LOGGER, CMNN_BEHAVIOR_LOGGER, CONFIG_LOGGER, CONTAINER_INTEGRATION_LOGGER, CONTEXT_LOGGER, CORE_LOGGER, DECISION_LOGGER, EXTERNAL_TASK_LOGGER, INCIDENT_LOGGER, INDENTITY_LOGGER, INSTANCE, JOB_EXECUTOR_LOGGER, METRICS_LOGGER, MIGRATION_LOGGER, PERSISTENCE_LOGGER, PROCESS_APPLICATION_LOGGER, PROJECT_CODE, PVM_LOGGER, SCRIPT_LOGGER, SECURITY_LOGGER, TEST_LOGGER, TX_LOGGER, UTIL_LOGGER
Fields inherited from class org.camunda.commons.logging.BaseLogger
componentId, delegateLogger, projectCode
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
acquiredJobs
(String processEngine, AcquiredJobs acquiredJobs) void
couldNotDeterminePriority
(ExecutionEntity execution, Object value, ProcessEngineException e) void
debugAcquiredJobNotFound
(String jobId) void
void
void
void
debugFailedJobNotFound
(String jobId) void
void
debugInitiallyAppyingRetryCycleForJob
(String id, int times) void
debugJobAcquisitionThreadSleeping
(long millis) void
debugNotifyingJobExecutor
(String string) void
void
exceptionWhileExecutingJob
(String nextJobId, Throwable t) void
exceptionWhileExecutingJob
(JobEntity job, Throwable exception) void
exceptionWhileParsingExpression
(String jobId, String exceptionMessage) void
exceptionWhileUnlockingJob
(String jobId, Throwable t) void
executeJobs
(String processEngine, Collection<String> jobs) void
ignoringSuspendedJob
(ProcessDefinition processDefinition) void
void
void
void
void
jobNotFoundException
(String jobId) void
void
startingToAcquireJobs
(String name) void
startingUpJobExecutor
(String name) void
stoppedJobAcquisition
(String name) void
void
wrapJobExecutionFailure
(JobFailureCollector jobFailureCollector, Throwable cause) Methods inherited from class org.camunda.bpm.engine.impl.ProcessEngineLogger
couldNotDetermineIp, exceptionWhileClosingProcessEngine, exceptionWhileInitializingProcessengine, historyCleanupJobReconfigurationFailure, initializingProcessEngine, initializingProcessEngineForResource, processEngineAlreadyInitialized, processEngineClosed, processEngineCreated, shouldLogCmdException, shouldLogJobException
Methods inherited from class org.camunda.commons.logging.BaseLogger
createLogger, exceptionMessage, formatMessageTemplate, isDebugEnabled, isErrorEnabled, isInfoEnabled, isWarnEnabled, log, log, logDebug, logError, logInfo, logTrace, logWarn
-
Constructor Details
-
JobExecutorLogger
public JobExecutorLogger()
-
-
Method Details
-
debugAcquiredJobNotFound
-
exceptionWhileExecutingJob
-
debugFallbackToDefaultRetryStrategy
public void debugFallbackToDefaultRetryStrategy() -
debugDecrementingRetriesForJob
-
debugInitiallyAppyingRetryCycleForJob
-
exceptionWhileExecutingJob
-
couldNotDeterminePriority
public void couldNotDeterminePriority(ExecutionEntity execution, Object value, ProcessEngineException e) -
debugAddingNewExclusiveJobToJobExecutorCOntext
-
timeoutDuringShutdown
public void timeoutDuringShutdown() -
interruptedWhileShuttingDownjobExecutor
-
debugJobAcquisitionThreadSleeping
public void debugJobAcquisitionThreadSleeping(long millis) -
jobExecutorThreadWokeUp
public void jobExecutorThreadWokeUp() -
jobExecutionWaitInterrupted
public void jobExecutionWaitInterrupted() -
startingUpJobExecutor
-
shuttingDownTheJobExecutor
-
ignoringSuspendedJob
-
debugNotifyingJobExecutor
-
startingToAcquireJobs
-
exceptionDuringJobAcquisition
-
stoppedJobAcquisition
-
exceptionWhileUnlockingJob
-
acquiredJobs
-
executeJobs
-
debugFailedJobNotFound
-
wrapJobExecutionFailure
public ProcessEngineException wrapJobExecutionFailure(JobFailureCollector jobFailureCollector, Throwable cause) -
jobNotFoundException
-
exceptionWhileParsingExpression
-
warnHistoryCleanupBatchWindowNotFound
public void warnHistoryCleanupBatchWindowNotFound() -
infoJobExecutorDoesNotHandleHistoryCleanupJobs
-
infoJobExecutorDoesNotHandleBatchJobs
-
debugFailedJobListenerSkipped
-
jobExecutorPriorityRangeException
-