flowable一直在查询

Blade 未结 1 503
老夫子
老夫子 剑童 2022-08-11 10:26

启动一直在循环查询



2022-08-11 10:13:45.287 DEBUG 21612 --- [uire-timer-jobs] o.f.c.e.impl.interceptor.LogInterceptor  : --- starting AcquireTimerJobsCmd --------------------------------------------------------

2022-08-11 10:13:45.324 DEBUG 21612 --- [uire-timer-jobs] o.f.c.s.SpringTransactionInterceptor     : Running command with propagation REQUIRED

2022-08-11 10:13:45.364 DEBUG 21612 --- [uire-timer-jobs] c.b.d.d.DynamicRoutingDataSource         : dynamic-datasource switch to the primary datasource

2022-08-11 10:13:45.410 DEBUG 21612 --- [uire-timer-jobs] o.f.c.engine.impl.agenda.AbstractAgenda  : Operation class org.flowable.engine.impl.interceptor.CommandInvoker$1 added to agenda

2022-08-11 10:13:45.452 DEBUG 21612 --- [uire-timer-jobs] o.a.i.t.managed.ManagedTransaction       : Opening JDBC Connection

2022-08-11 10:13:45.591 DEBUG 21612 --- [uire-timer-jobs] o.f.j.s.i.p.e.T.selectTimerJobsToExecute : ==>  Preparing: select RES.* from ACT_RU_TIMER_JOB RES where SCOPE_TYPE_ is null and DUEDATE_ <= ? and LOCK_OWNER_ is null LIMIT ? OFFSET ?

2022-08-11 10:13:45.691 DEBUG 21612 --- [uire-timer-jobs] o.f.j.s.i.p.e.T.selectTimerJobsToExecute : ==> Parameters: 2022-08-11 10:13:45.446(Timestamp), 1(Integer), 0(Integer)

2022-08-11 10:13:45.871 DEBUG 21612 --- [uire-timer-jobs] o.f.j.s.i.p.e.T.selectTimerJobsToExecute : <==      Total: 0

2022-08-11 10:13:45.927 DEBUG 21612 --- [uire-timer-jobs] o.f.common.engine.impl.db.DbSqlSession   : Flushing dbSqlSession

2022-08-11 10:13:45.965 DEBUG 21612 --- [uire-timer-jobs] o.f.common.engine.impl.db.DbSqlSession   : flush summary: 0 insert, 0 update, 0 delete.

2022-08-11 10:13:46.003 DEBUG 21612 --- [uire-timer-jobs] o.f.common.engine.impl.db.DbSqlSession   : now executing flush...

2022-08-11 10:13:46.075 DEBUG 21612 --- [uire-timer-jobs] o.f.c.e.impl.interceptor.LogInterceptor  : --- AcquireTimerJobsCmd finished --------------------------------------------------------

2022-08-11 10:13:46.115 DEBUG 21612 --- [uire-timer-jobs] o.f.c.e.impl.interceptor.LogInterceptor  : --- starting  --------------------------------------------------------

2022-08-11 10:13:46.154 DEBUG 21612 --- [uire-timer-jobs] o.f.c.s.SpringTransactionInterceptor     : Running command with propagation REQUIRED

2022-08-11 10:13:46.200 DEBUG 21612 --- [uire-timer-jobs] c.b.d.d.DynamicRoutingDataSource         : dynamic-datasource switch to the primary datasource

2022-08-11 10:13:46.248 DEBUG 21612 --- [uire-timer-jobs] o.f.c.engine.impl.agenda.AbstractAgenda  : Operation class org.flowable.engine.impl.interceptor.CommandInvoker$1 added to agenda

2022-08-11 10:13:46.303 DEBUG 21612 --- [uire-timer-jobs] o.f.c.e.impl.interceptor.LogInterceptor  : ---  finished --------------------------------------------------------

2022-08-11 10:13:46.342 DEBUG 21612 --- [uire-timer-jobs] o.f.j.s.i.a.AcquireTimerJobsRunnable     : timer job acquisition thread sleeping for 10000 millis

2022-08-11 10:13:46.772 DEBUG 21612 --- [uire-async-jobs] o.f.j.s.i.a.AcquireAsyncJobsDueRunnable  : async job acquisition for engine bpmn, thread woke up











2022-08-11 10:30:32.107 DEBUG 21612 --- [uire-async-jobs] o.f.c.e.impl.interceptor.LogInterceptor  : --- starting AcquireJobsCmd --------------------------------------------------------

2022-08-11 10:30:32.147 DEBUG 21612 --- [uire-async-jobs] o.f.c.s.SpringTransactionInterceptor     : Running command with propagation REQUIRED

2022-08-11 10:30:32.195 DEBUG 21612 --- [uire-async-jobs] c.b.d.d.DynamicRoutingDataSource         : dynamic-datasource switch to the primary datasource

2022-08-11 10:30:32.207 DEBUG 21612 --- [uire-async-jobs] o.f.j.s.i.a.AcquireAsyncJobsDueRunnable  : async job acquisition for engine bpmn, thread woke up

2022-08-11 10:30:32.264 DEBUG 21612 --- [uire-async-jobs] o.f.c.engine.impl.agenda.AbstractAgenda  : Operation class org.flowable.cmmn.engine.impl.interceptor.CmmnCommandInvoker$1 added to agenda

2022-08-11 10:30:32.264 DEBUG 21612 --- [uire-async-jobs] o.f.c.e.impl.interceptor.LogInterceptor  : --- starting AcquireJobsCmd --------------------------------------------------------

2022-08-11 10:30:32.321 DEBUG 21612 --- [uire-async-jobs] o.f.c.s.SpringTransactionInterceptor     : Running command with propagation REQUIRED

2022-08-11 10:30:32.320 DEBUG 21612 --- [uire-async-jobs] o.f.c.e.i.i.CmmnCommandInvoker           : Executing agenda operation org.flowable.cmmn.engine.impl.interceptor.CmmnCommandInvoker$1@5f8dc48b

2022-08-11 10:30:32.390 DEBUG 21612 --- [uire-async-jobs] c.b.d.d.DynamicRoutingDataSource         : dynamic-datasource switch to the primary datasource

2022-08-11 10:30:32.399 DEBUG 21612 --- [uire-async-jobs] o.a.i.t.managed.ManagedTransaction       : Opening JDBC Connection

2022-08-11 10:30:32.467 DEBUG 21612 --- [uire-async-jobs] o.f.c.engine.impl.agenda.AbstractAgenda  : Operation class org.flowable.engine.impl.interceptor.CommandInvoker$1 added to agenda

2022-08-11 10:30:32.538 DEBUG 21612 --- [uire-async-jobs] o.a.i.t.managed.ManagedTransaction       : Opening JDBC Connection

2022-08-11 10:30:32.670 DEBUG 21612 --- [uire-async-jobs] o.f.j.s.i.p.e.J.selectJobsToExecute      : ==>  Preparing: select RES.* from ACT_RU_JOB RES WHERE SCOPE_TYPE_ = ? and LOCK_EXP_TIME_ is null LIMIT ? OFFSET ?

2022-08-11 10:30:32.750 DEBUG 21612 --- [uire-async-jobs] o.f.j.s.i.p.e.J.selectJobsToExecute      : ==>  Preparing: select RES.* from ACT_RU_JOB RES WHERE SCOPE_TYPE_ is null and LOCK_EXP_TIME_ is null LIMIT ? OFFSET ?

2022-08-11 10:30:32.799 DEBUG 21612 --- [uire-async-jobs] o.f.j.s.i.p.e.J.selectJobsToExecute      : ==> Parameters: cmmn(String), 1(Integer), 0(Integer)

2022-08-11 10:30:32.863 DEBUG 21612 --- [uire-async-jobs] o.f.j.s.i.p.e.J.selectJobsToExecute      : ==> Parameters: 1(Integer), 0(Integer)

2022-08-11 10:30:33.041 DEBUG 21612 --- [uire-async-jobs] o.f.j.s.i.p.e.J.selectJobsToExecute      : <==      Total: 0

2022-08-11 10:30:33.101 DEBUG 21612 --- [uire-async-jobs] o.f.j.s.i.p.e.J.selectJobsToExecute      : <==      Total: 0

2022-08-11 10:30:33.136 DEBUG 21612 --- [uire-async-jobs] o.f.common.engine.impl.db.DbSqlSession   : Flushing dbSqlSession

2022-08-11 10:30:33.188 DEBUG 21612 --- [uire-async-jobs] o.f.common.engine.impl.db.DbSqlSession   : Flushing dbSqlSession

2022-08-11 10:30:33.197 DEBUG 21612 --- [uire-async-jobs] o.f.common.engine.impl.db.DbSqlSession   : flush summary: 0 insert, 0 update, 0 delete.

2022-08-11 10:30:33.242 DEBUG 21612 --- [uire-async-jobs] o.f.common.engine.impl.db.DbSqlSession   : flush summary: 0 insert, 0 update, 0 delete.

2022-08-11 10:30:33.261 DEBUG 21612 --- [uire-async-jobs] o.f.common.engine.impl.db.DbSqlSession   : now executing flush...

2022-08-11 10:30:33.298 DEBUG 21612 --- [uire-async-jobs] o.f.common.engine.impl.db.DbSqlSession   : now executing flush...

2022-08-11 10:30:33.370 DEBUG 21612 --- [uire-async-jobs] o.f.c.e.impl.interceptor.LogInterceptor  : --- AcquireJobsCmd finished --------------------------------------------------------

2022-08-11 10:30:33.398 DEBUG 21612 --- [uire-async-jobs] o.f.c.e.impl.interceptor.LogInterceptor  : --- AcquireJobsCmd finished --------------------------------------------------------

2022-08-11 10:30:33.440 DEBUG 21612 --- [uire-async-jobs] o.f.j.s.i.a.AcquireAsyncJobsDueRunnable  : Jobs acquired: 0, rejected: 0, for engine cmmn

2022-08-11 10:30:33.475 DEBUG 21612 --- [uire-async-jobs] o.f.j.s.i.a.AcquireAsyncJobsDueRunnable  : Jobs acquired: 0, rejected: 0, for engine bpmn

2022-08-11 10:30:33.517 DEBUG 21612 --- [uire-async-jobs] o.f.j.s.i.a.AcquireAsyncJobsDueRunnable  : acquired and queued new jobs for engine cmmn; sleeping for 10000 ms

2022-08-11 10:30:33.548 DEBUG 21612 --- [uire-async-jobs] o.f.j.s.i.a.AcquireAsyncJobsDueRunnable  : acquired and queued new jobs for engine bpmn; sleeping for 10000 ms

2022-08-11 10:30:33.603 DEBUG 21612 --- [uire-async-jobs] o.f.j.s.i.a.AcquireAsyncJobsDueRunnable  : async job acquisition for engine cmmn, thread sleeping for 10000 millis

2022-08-11 10:30:33.634 DEBUG 21612 --- [uire-async-jobs] o.f.j.s.i.a.AcquireAsyncJobsDueRunnable  : async job acquisition for engine bpmn, thread sleeping for 10000 millis

2022-08-11 10:30:39.059 DEBUG 21612 --- [uire-timer-jobs] o.f.j.s.i.a.AcquireTimerJobsRunnable     : timer job acquisition thread woke up




















1条回答
  • 2022-08-11 11:14

    商业版答疑规则见:https://sns.bladex.cn/article-14990.html

    请将账号邮箱修改为下单购买授权的qq邮箱便可咨询商业版疑问

    修改完邮箱后请将此贴删除并重新发一贴


    0 讨论(0)
提交回复