themis-task.log 44 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166
  1. 2022-10-19 00:00:11.158| ClusterQuartz_Worker-3 | INFO | - | 定时任务:MQ_JOB_GROUP_NAME.MQ_JOB_NAME-开始执行 | [com.qmth.themis.task.listener.MyJobListener:37]
  2. 2022-10-19 00:00:11.170| ClusterQuartz_Worker-3 | INFO | - | mq_job进来了,context:JobExecutionContext: trigger: 'MQ_JOB_GROUP_NAME.MQ_JOB_NAME job: MQ_JOB_GROUP_NAME.MQ_JOB_NAME fireTime: 'Wed Oct 19 00:00:11 CST 2022 scheduledFireTime: Tue Oct 18 17:23:00 CST 2022 previousFireTime: 'null nextFireTime: Tue Oct 18 17:24:00 CST 2022 isRecovering: false refireCount: 0 | [com.qmth.themis.task.quartz.MqJob:38]
  3. 2022-10-19 00:00:11.172| ClusterQuartz_Worker-3 | INFO | - | redisKey:mq:topic:buffer:list缓冲区的消息数为:9 | [com.qmth.themis.task.quartz.MqJob:54]
  4. 2022-10-19 00:00:11.199| ClusterQuartz_Worker-4 | INFO | - | 定时任务:MQ_ACTIVITY_JOB_GROUP_NAME.MQ_ACTIVITY_JOB_NAME-开始执行 | [com.qmth.themis.task.listener.MyJobListener:37]
  5. 2022-10-19 00:00:11.201| ClusterQuartz_Worker-4 | INFO | - | mq_activity_job进来了,context:JobExecutionContext: trigger: 'MQ_ACTIVITY_JOB_GROUP_NAME.MQ_ACTIVITY_JOB_NAME job: MQ_ACTIVITY_JOB_GROUP_NAME.MQ_ACTIVITY_JOB_NAME fireTime: 'Wed Oct 19 00:00:11 CST 2022 scheduledFireTime: Wed Oct 19 00:00:00 CST 2022 previousFireTime: 'null nextFireTime: Thu Oct 20 00:00:00 CST 2022 isRecovering: false refireCount: 0 | [com.qmth.themis.task.quartz.MqActivityJob:57]
  6. 2022-10-19 00:00:11.204| ClusterQuartz_Worker-3 | INFO | - | sendOneWay mqDto:{"id":"1eeca0aa5ac64e47887d28055d69fabc","topic":"themis-topic-exam","tag":"WEB","timestamp":1665819386766,"body":"SESSION","type":"WEB","objId":"a8ba4cbfb2e7b95e6ab0af14b8cf712b","objName":null,"ack":0,"sequence":null,"properties":null,"reconsume":1} | [com.qmth.themis.business.service.impl.ProducerServerImpl:168]
  7. 2022-10-19 00:00:11.209| ClusterQuartz_Worker-4 | DEBUG | - | ==> Preparing: SELECT id,org_id,code,name,tag,start_time,end_time,short_code,prepare_seconds,min_duration_seconds,pre_notice,pre_notice_stay_seconds,post_notice,exam_count,break_expire_seconds,break_resume_count,camera_photo_upload,reexam_auditing,show_objective_score,mode,enable,archived,opening_seconds,max_duration_seconds,force_finish,entry_authentication_policy,in_process_face_verify,in_process_face_stranger_ignore,in_process_liveness_verify,in_process_liveness_fixed_range,in_process_liveness_judge_policy,record_select_strategy,enable_ip_limit,ip_allow,score_status,objective_score_policy,monitor_video_source,monitor_record,progress,mobile_photo_upload,invigilate_verify,monitor_status,in_process_realness_verify,scan_time,third_exam_id,create_id,create_time,update_id,update_Time FROM t_e_exam WHERE (enable = ? AND end_time <= ? AND scan_time IS NULL) | [org.apache.ibatis.logging.jdbc.BaseJdbcLogger:137]
  8. 2022-10-19 00:00:11.210| ClusterQuartz_Worker-4 | DEBUG | - | ==> Parameters: 1(Integer), 1666108811201(Long) | [org.apache.ibatis.logging.jdbc.BaseJdbcLogger:137]
  9. 2022-10-19 00:00:11.216| ClusterQuartz_Worker-4 | DEBUG | - | <== Total: 0 | [org.apache.ibatis.logging.jdbc.BaseJdbcLogger:137]
  10. 2022-10-19 00:00:19.439| ConsumeMessageThread_8 | INFO | - | :360-:ConsumeMessageThread_8 consumer 重试次数:0 | [com.qmth.themis.mq.service.impl.MqLogicServiceImpl:967]
  11. 2022-10-19 00:00:19.441| ConsumeMessageThread_8 | INFO | - | :360-:ConsumeMessageThread_8 consumer 接收到的消息:{"id":"1eeca0aa5ac64e47887d28055d69fabc","topic":"themis-topic-exam","tag":"WEB","timestamp":1665819386766,"body":"SESSION","type":"WEB","objId":"a8ba4cbfb2e7b95e6ab0af14b8cf712b","objName":null,"ack":0,"sequence":null,"properties":null,"reconsume":1} | [com.qmth.themis.mq.service.impl.MqLogicServiceImpl:969]
  12. 2022-10-19 00:00:19.443| ConsumeMessageThread_8 | INFO | - | :360-:ConsumeMessageThread_8 准备执行mq exec:execMqSessionLogic逻辑 | [com.qmth.themis.mq.service.impl.MqLogicServiceImpl:981]
  13. 2022-10-19 00:00:19.446| ConsumeMessageThread_8 | DEBUG | - | ==> Preparing: SELECT id,identity,type,source,platform,device_id,address,access_token,last_access_time,last_access_ip,update_time,expire_time FROM t_b_session WHERE id=? | [org.apache.ibatis.logging.jdbc.BaseJdbcLogger:137]
  14. 2022-10-19 00:00:19.448| ConsumeMessageThread_8 | DEBUG | - | ==> Parameters: a8ba4cbfb2e7b95e6ab0af14b8cf712b(String) | [org.apache.ibatis.logging.jdbc.BaseJdbcLogger:137]
  15. 2022-10-19 00:00:19.451| ConsumeMessageThread_8 | DEBUG | - | <== Total: 1 | [org.apache.ibatis.logging.jdbc.BaseJdbcLogger:137]
  16. 2022-10-19 00:00:19.453| ConsumeMessageThread_8 | DEBUG | - | ==> Preparing: UPDATE t_b_session SET identity=?, type=?, source=?, platform=?, device_id=?, address=?, access_token=?, last_access_time=?, update_time=?, expire_time=? WHERE id=? | [org.apache.ibatis.logging.jdbc.BaseJdbcLogger:137]
  17. 2022-10-19 00:00:19.455| ConsumeMessageThread_8 | DEBUG | - | ==> Parameters: 1(String), [SUPER_ADMIN](String), ADMIN_WEB(String), WEB(String), 1(String), 0:0:0:0:0:0:0:1(String), 39042979aa644359a5683e9b3edc3816(String), 1666077575351(Long), 1666108819453(Long), 1666163975351(Long), a8ba4cbfb2e7b95e6ab0af14b8cf712b(String) | [org.apache.ibatis.logging.jdbc.BaseJdbcLogger:137]
  18. 2022-10-19 00:00:19.458| ConsumeMessageThread_8 | DEBUG | - | <== Updates: 1 | [org.apache.ibatis.logging.jdbc.BaseJdbcLogger:137]
  19. 2022-10-19 00:00:19.460| ConsumeMessageThread_8 | DEBUG | - | ==> Preparing: SELECT id,topic,tag,body,type,obj_id,obj_name,ack,sequence,properties AS prop,create_time,timestamp,source_id FROM t_m_rocket_message WHERE id=? | [org.apache.ibatis.logging.jdbc.BaseJdbcLogger:137]
  20. 2022-10-19 00:00:19.461| ConsumeMessageThread_8 | DEBUG | - | ==> Parameters: 1eeca0aa5ac64e47887d28055d69fabc(String) | [org.apache.ibatis.logging.jdbc.BaseJdbcLogger:137]
  21. 2022-10-19 00:00:19.465| ConsumeMessageThread_8 | DEBUG | - | <== Total: 0 | [org.apache.ibatis.logging.jdbc.BaseJdbcLogger:137]
  22. 2022-10-19 00:00:19.469| ConsumeMessageThread_8 | DEBUG | - | ==> Preparing: INSERT INTO t_m_rocket_message ( id, topic, tag, body, type, obj_id, ack, create_time, timestamp ) VALUES ( ?, ?, ?, ?, ?, ?, ?, ?, ? ) | [org.apache.ibatis.logging.jdbc.BaseJdbcLogger:137]
  23. 2022-10-19 00:00:19.470| ConsumeMessageThread_8 | DEBUG | - | ==> Parameters: 1eeca0aa5ac64e47887d28055d69fabc(String), themis-topic-exam(String), WEB(String), "SESSION"(String), WEB(String), a8ba4cbfb2e7b95e6ab0af14b8cf712b(String), 2(Integer), 1666108819469(Long), 1665819386766(Long) | [org.apache.ibatis.logging.jdbc.BaseJdbcLogger:137]
  24. 2022-10-19 00:00:19.472| ClusterQuartz_Worker-3 | INFO | - | sendOneWay mqDto:{"id":"a4a7921c20794103982ca89f4b5c65c2","topic":"themis-topic-exam","tag":"EXAM_ACTIVITY","timestamp":1666078187447,"body":"[{\"id\":\"307119850751791104\",\"createId\":null,\"createTime\":null,\"updateId\":\"305654272086249472\",\"updateTime\":null,\"examId\":\"307119709605072896\",\"code\":\"1\",\"prepareSeconds\":300,\"maxDurationSeconds\":349200,\"enable\":1,\"openingSeconds\":12000,\"startTime\":1665817200000,\"finishTime\":1666166400000}]","type":"EXAM_ACTIVITY","objId":"307119709605072896","objName":"admin1","ack":0,"sequence":null,"properties":{"exam":{"id":"307119709605072896","createId":"305654272086249472","createTime":1664163844883,"updateId":"305654272086249472","updateTime":1666078179092,"orgId":"240069373300576256","code":"JZTY0002","name":"JZTY0002","tag":null,"startTime":1664553600000,"endTime":1667145600000,"shortCode":null,"prepareSeconds":300,"minDurationSeconds":0,"preNotice":"{\n \"sections\": [\n {\n \"blocks\": [\n {\n \"type\": \"text\",\n \"value\": \"111\",\n \"param\": null\n }\n ]\n }\n ]\n}","preNoticeStaySeconds":1,"postNotice":"{\n \"sections\": [\n {\n \"blocks\": [\n {\n \"type\": \"text\",\n \"value\": \"222\",\n \"param\": null\n }\n ]\n }\n ]\n}","examCount":1000,"breakExpireSeconds":1200,"breakResumeCount":100,"cameraPhotoUpload":0,"reexamAuditing":0,"showObjectiveScore":0,"mode":"TOGETHER","enable":1,"archived":1,"openingSeconds":600,"maxDurationSeconds":3600,"forceFinish":1,"entryAuthenticationPolicy":"OFF","inProcessFaceVerify":1,"inProcessFaceStrangerIgnore":0,"inProcessLivenessVerify":0,"inProcessLivenessFixedRange":"0,0","inProcessLivenessJudgePolicy":"ALL","recordSelectStrategy":"HIGHEST_OBJECTIVE_SCORE","enableIpLimit":0,"ipAllow":null,"scoreStatus":null,"objectiveScorePolicy":"EQUAL","monitorVideoSource":"CLIENT_CAMERA","monitorRecord":"CLIENT_CAMERA","progress":0.0,"mobilePhotoUpload":0,"invigilateVerify":null,"monitorStatus":"NOT_START","inProcessRealnessVerify":0,"scanTime":null,"thirdExamId":null},"oper":"insert"},"reconsume":1} | [com.qmth.themis.business.service.impl.ProducerServerImpl:168]
  25. 2022-10-19 00:00:19.472| ConsumeMessageThread_8 | DEBUG | - | <== Updates: 1 | [org.apache.ibatis.logging.jdbc.BaseJdbcLogger:137]
  26. 2022-10-19 00:00:19.484| ClusterQuartz_Worker-3 | INFO | - | sendOneWay mqDto:{"id":"41d008da2e144c5682a58e2d9c831467","topic":"themis-topic-exam","tag":"USER","timestamp":1665819358513,"body":"LOGIN","type":"USER","objId":"1","objName":"sysadmin","ack":0,"sequence":null,"properties":null,"reconsume":1} | [com.qmth.themis.business.service.impl.ProducerServerImpl:168]
  27. 2022-10-19 00:00:19.486| ClusterQuartz_Worker-3 | INFO | - | sendOneWay mqDto:{"id":"d84d0329199a490fb3d25fe9d210eb81","topic":"themis-topic-exam","tag":"USER","timestamp":1665819370706,"body":"LOGIN","type":"USER","objId":"305654272086249472","objName":"admin1","ack":0,"sequence":null,"properties":null,"reconsume":1} | [com.qmth.themis.business.service.impl.ProducerServerImpl:168]
  28. 2022-10-19 00:00:19.485| ConsumeMessageThread_2 | INFO | - | :361-:ConsumeMessageThread_2 quartz Consumer重试次数:0 | [com.qmth.themis.task.listener.QuartzOrderlyImpl:44]
  29. 2022-10-19 00:00:19.487| ConsumeMessageThread_2 | INFO | - | :361-:ConsumeMessageThread_2 quartz Consumer接收到的消息:{"id":"a4a7921c20794103982ca89f4b5c65c2","topic":"themis-topic-exam","tag":"EXAM_ACTIVITY","timestamp":1666078187447,"body":"[{\"id\":\"307119850751791104\",\"createId\":null,\"createTime\":null,\"updateId\":\"305654272086249472\",\"updateTime\":null,\"examId\":\"307119709605072896\",\"code\":\"1\",\"prepareSeconds\":300,\"maxDurationSeconds\":349200,\"enable\":1,\"openingSeconds\":12000,\"startTime\":1665817200000,\"finishTime\":1666166400000}]","type":"EXAM_ACTIVITY","objId":"307119709605072896","objName":"admin1","ack":0,"sequence":null,"properties":{"exam":{"id":"307119709605072896","createId":"305654272086249472","createTime":1664163844883,"updateId":"305654272086249472","updateTime":1666078179092,"orgId":"240069373300576256","code":"JZTY0002","name":"JZTY0002","tag":null,"startTime":1664553600000,"endTime":1667145600000,"shortCode":null,"prepareSeconds":300,"minDurationSeconds":0,"preNotice":"{\n \"sections\": [\n {\n \"blocks\": [\n {\n \"type\": \"text\",\n \"value\": \"111\",\n \"param\": null\n }\n ]\n }\n ]\n}","preNoticeStaySeconds":1,"postNotice":"{\n \"sections\": [\n {\n \"blocks\": [\n {\n \"type\": \"text\",\n \"value\": \"222\",\n \"param\": null\n }\n ]\n }\n ]\n}","examCount":1000,"breakExpireSeconds":1200,"breakResumeCount":100,"cameraPhotoUpload":0,"reexamAuditing":0,"showObjectiveScore":0,"mode":"TOGETHER","enable":1,"archived":1,"openingSeconds":600,"maxDurationSeconds":3600,"forceFinish":1,"entryAuthenticationPolicy":"OFF","inProcessFaceVerify":1,"inProcessFaceStrangerIgnore":0,"inProcessLivenessVerify":0,"inProcessLivenessFixedRange":"0,0","inProcessLivenessJudgePolicy":"ALL","recordSelectStrategy":"HIGHEST_OBJECTIVE_SCORE","enableIpLimit":0,"ipAllow":null,"scoreStatus":null,"objectiveScorePolicy":"EQUAL","monitorVideoSource":"CLIENT_CAMERA","monitorRecord":"CLIENT_CAMERA","progress":0.0,"mobilePhotoUpload":0,"invigilateVerify":null,"monitorStatus":"NOT_START","inProcessRealnessVerify":0,"scanTime":null,"thirdExamId":null},"oper":"insert"},"reconsume":1} | [com.qmth.themis.task.listener.QuartzOrderlyImpl:46]
  30. 2022-10-19 00:00:19.488| ClusterQuartz_Worker-3 | INFO | - | sendOneWay mqDto:{"id":"69097ae2e79e4685bdb52298c35ac83d","topic":"themis-topic-exam","tag":"USER","timestamp":1666077825088,"body":"LOGIN","type":"USER","objId":"305654272086249472","objName":"admin1","ack":0,"sequence":null,"properties":null,"reconsume":1} | [com.qmth.themis.business.service.impl.ProducerServerImpl:168]
  31. 2022-10-19 00:00:19.492| ConsumeMessageThread_4 | INFO | - | :362-:ConsumeMessageThread_4 consumer 重试次数:0 | [com.qmth.themis.mq.service.impl.MqLogicServiceImpl:967]
  32. 2022-10-19 00:00:19.493| ConsumeMessageThread_4 | INFO | - | :362-:ConsumeMessageThread_4 consumer 接收到的消息:{"id":"41d008da2e144c5682a58e2d9c831467","topic":"themis-topic-exam","tag":"USER","timestamp":1665819358513,"body":"LOGIN","type":"USER","objId":"1","objName":"sysadmin","ack":0,"sequence":null,"properties":null,"reconsume":1} | [com.qmth.themis.mq.service.impl.MqLogicServiceImpl:969]
  33. 2022-10-19 00:00:19.494| ClusterQuartz_Worker-3 | INFO | - | sendOneWay mqDto:{"id":"a7e19b0cbb3743b2bba5317b7337ff25","topic":"themis-topic-exam","tag":"WEB","timestamp":1665819370703,"body":"SESSION","type":"WEB","objId":"bfc7394fdc551bdd2ae570652c331631","objName":null,"ack":0,"sequence":null,"properties":null,"reconsume":1} | [com.qmth.themis.business.service.impl.ProducerServerImpl:168]
  34. 2022-10-19 00:00:19.495| ConsumeMessageThread_4 | INFO | - | :362-:ConsumeMessageThread_4 准备执行mq exec:execMqUserLogLogic逻辑 | [com.qmth.themis.mq.service.impl.MqLogicServiceImpl:981]
  35. 2022-10-19 00:00:19.499| ConsumeMessageThread_5 | INFO | - | :363-:ConsumeMessageThread_5 consumer 重试次数:0 | [com.qmth.themis.mq.service.impl.MqLogicServiceImpl:967]
  36. 2022-10-19 00:00:19.500| ConsumeMessageThread_5 | INFO | - | :363-:ConsumeMessageThread_5 consumer 接收到的消息:{"id":"d84d0329199a490fb3d25fe9d210eb81","topic":"themis-topic-exam","tag":"USER","timestamp":1665819370706,"body":"LOGIN","type":"USER","objId":"305654272086249472","objName":"admin1","ack":0,"sequence":null,"properties":null,"reconsume":1} | [com.qmth.themis.mq.service.impl.MqLogicServiceImpl:969]
  37. 2022-10-19 00:00:19.500| ConsumeMessageThread_2 | INFO | - | cron:0 0 16 19 10 ? 2022 | [com.qmth.themis.task.listener.service.impl.MqTaskLogicServiceImpl:131]
  38. 2022-10-19 00:00:19.501| ClusterQuartz_Worker-3 | INFO | - | sendOneWay mqDto:{"id":"3f80a98948f24607a04292289566419c","topic":"themis-topic-exam","tag":"WEB","timestamp":1666077825084,"body":"SESSION","type":"WEB","objId":"bfc7394fdc551bdd2ae570652c331631","objName":null,"ack":0,"sequence":null,"properties":null,"reconsume":1} | [com.qmth.themis.business.service.impl.ProducerServerImpl:168]
  39. 2022-10-19 00:00:19.501| ConsumeMessageThread_5 | INFO | - | :363-:ConsumeMessageThread_5 准备执行mq exec:execMqUserLogLogic逻辑 | [com.qmth.themis.mq.service.impl.MqLogicServiceImpl:981]
  40. 2022-10-19 00:00:19.504| ClusterQuartz_Worker-3 | INFO | - | sendOneWay mqDto:{"id":"83e10caf8185484bac3166d5cc0d0de1","topic":"themis-topic-exam","tag":"USER","timestamp":1665819386776,"body":"LOGIN","type":"USER","objId":"1","objName":"sysadmin","ack":0,"sequence":null,"properties":null,"reconsume":1} | [com.qmth.themis.business.service.impl.ProducerServerImpl:168]
  41. 2022-10-19 00:00:19.506| ConsumeMessageThread_6 | INFO | - | :364-:ConsumeMessageThread_6 consumer 重试次数:0 | [com.qmth.themis.mq.service.impl.MqLogicServiceImpl:967]
  42. 2022-10-19 00:00:19.507| ConsumeMessageThread_6 | INFO | - | :364-:ConsumeMessageThread_6 consumer 接收到的消息:{"id":"69097ae2e79e4685bdb52298c35ac83d","topic":"themis-topic-exam","tag":"USER","timestamp":1666077825088,"body":"LOGIN","type":"USER","objId":"305654272086249472","objName":"admin1","ack":0,"sequence":null,"properties":null,"reconsume":1} | [com.qmth.themis.mq.service.impl.MqLogicServiceImpl:969]
  43. 2022-10-19 00:00:19.507| ClusterQuartz_Worker-3 | INFO | - | sendOneWay mqDto:{"id":"cb988e425ebf4f509f4372072f1927ca","topic":"themis-topic-exam","tag":"WEB","timestamp":1665819358090,"body":"SESSION","type":"WEB","objId":"a8ba4cbfb2e7b95e6ab0af14b8cf712b","objName":null,"ack":0,"sequence":null,"properties":null,"reconsume":1} | [com.qmth.themis.business.service.impl.ProducerServerImpl:168]
  44. 2022-10-19 00:00:19.509| ConsumeMessageThread_6 | INFO | - | :364-:ConsumeMessageThread_6 准备执行mq exec:execMqUserLogLogic逻辑 | [com.qmth.themis.mq.service.impl.MqLogicServiceImpl:981]
  45. 2022-10-19 00:00:19.511| ClusterQuartz_Worker-3 | INFO | - | mq_delay_job进来了,context:JobExecutionContext: trigger: 'MQ_JOB_GROUP_NAME.MQ_JOB_NAME job: MQ_JOB_GROUP_NAME.MQ_JOB_NAME fireTime: 'Wed Oct 19 00:00:11 CST 2022 scheduledFireTime: Tue Oct 18 17:23:00 CST 2022 previousFireTime: 'null nextFireTime: Tue Oct 18 17:24:00 CST 2022 isRecovering: false refireCount: 0 | [com.qmth.themis.task.quartz.MqJob:40]
  46. 2022-10-19 00:00:19.512| ClusterQuartz_Worker-3 | INFO | - | mq_broadcast_job进来了,context:JobExecutionContext: trigger: 'MQ_JOB_GROUP_NAME.MQ_JOB_NAME job: MQ_JOB_GROUP_NAME.MQ_JOB_NAME fireTime: 'Wed Oct 19 00:00:11 CST 2022 scheduledFireTime: Tue Oct 18 17:23:00 CST 2022 previousFireTime: 'null nextFireTime: Tue Oct 18 17:24:00 CST 2022 isRecovering: false refireCount: 0 | [com.qmth.themis.task.quartz.MqJob:42]
  47. 2022-10-19 00:00:19.513| ConsumeMessageThread_9 | INFO | - | :365-:ConsumeMessageThread_9 consumer 重试次数:0 | [com.qmth.themis.mq.service.impl.MqLogicServiceImpl:967]
  48. 2022-10-19 00:00:19.514| ClusterQuartz_Worker-3 | INFO | - | 定时任务:MQ_JOB_GROUP_NAME.MQ_JOB_NAME-执行结束 | [com.qmth.themis.task.listener.MyJobListener:66]
  49. 2022-10-19 00:00:19.514| ConsumeMessageThread_9 | INFO | - | :365-:ConsumeMessageThread_9 consumer 接收到的消息:{"id":"a7e19b0cbb3743b2bba5317b7337ff25","topic":"themis-topic-exam","tag":"WEB","timestamp":1665819370703,"body":"SESSION","type":"WEB","objId":"bfc7394fdc551bdd2ae570652c331631","objName":null,"ack":0,"sequence":null,"properties":null,"reconsume":1} | [com.qmth.themis.mq.service.impl.MqLogicServiceImpl:969]
  50. 2022-10-19 00:00:19.516| ConsumeMessageThread_9 | INFO | - | :365-:ConsumeMessageThread_9 准备执行mq exec:execMqSessionLogic逻辑 | [com.qmth.themis.mq.service.impl.MqLogicServiceImpl:981]
  51. 2022-10-19 00:00:19.529| ConsumeMessageThread_10 | INFO | - | :366-:ConsumeMessageThread_10 consumer 重试次数:0 | [com.qmth.themis.mq.service.impl.MqLogicServiceImpl:967]
  52. 2022-10-19 00:00:19.529| ConsumeMessageThread_7 | INFO | - | :367-:ConsumeMessageThread_7 consumer 重试次数:0 | [com.qmth.themis.mq.service.impl.MqLogicServiceImpl:967]
  53. 2022-10-19 00:00:19.530| ConsumeMessageThread_10 | INFO | - | :366-:ConsumeMessageThread_10 consumer 接收到的消息:{"id":"3f80a98948f24607a04292289566419c","topic":"themis-topic-exam","tag":"WEB","timestamp":1666077825084,"body":"SESSION","type":"WEB","objId":"bfc7394fdc551bdd2ae570652c331631","objName":null,"ack":0,"sequence":null,"properties":null,"reconsume":1} | [com.qmth.themis.mq.service.impl.MqLogicServiceImpl:969]
  54. 2022-10-19 00:00:19.530| ConsumeMessageThread_7 | INFO | - | :367-:ConsumeMessageThread_7 consumer 接收到的消息:{"id":"83e10caf8185484bac3166d5cc0d0de1","topic":"themis-topic-exam","tag":"USER","timestamp":1665819386776,"body":"LOGIN","type":"USER","objId":"1","objName":"sysadmin","ack":0,"sequence":null,"properties":null,"reconsume":1} | [com.qmth.themis.mq.service.impl.MqLogicServiceImpl:969]
  55. 2022-10-19 00:00:19.531| ConsumeMessageThread_7 | INFO | - | :367-:ConsumeMessageThread_7 准备执行mq exec:execMqUserLogLogic逻辑 | [com.qmth.themis.mq.service.impl.MqLogicServiceImpl:981]
  56. 2022-10-19 00:00:19.531| ConsumeMessageThread_10 | INFO | - | :366-:ConsumeMessageThread_10 准备执行mq exec:execMqSessionLogic逻辑 | [com.qmth.themis.mq.service.impl.MqLogicServiceImpl:981]
  57. 2022-10-19 00:00:19.531| ConsumeMessageThread_11 | INFO | - | :368-:ConsumeMessageThread_11 consumer 重试次数:0 | [com.qmth.themis.mq.service.impl.MqLogicServiceImpl:967]
  58. 2022-10-19 00:00:19.531| ConsumeMessageThread_2 | DEBUG | - | ==> Preparing: SELECT id,topic,tag,body,type,obj_id,obj_name,ack,sequence,properties AS prop,create_time,timestamp,source_id FROM t_m_rocket_message WHERE id=? | [org.apache.ibatis.logging.jdbc.BaseJdbcLogger:137]
  59. 2022-10-19 00:00:19.532| ConsumeMessageThread_11 | INFO | - | :368-:ConsumeMessageThread_11 consumer 接收到的消息:{"id":"cb988e425ebf4f509f4372072f1927ca","topic":"themis-topic-exam","tag":"WEB","timestamp":1665819358090,"body":"SESSION","type":"WEB","objId":"a8ba4cbfb2e7b95e6ab0af14b8cf712b","objName":null,"ack":0,"sequence":null,"properties":null,"reconsume":1} | [com.qmth.themis.mq.service.impl.MqLogicServiceImpl:969]
  60. 2022-10-19 00:00:19.533| ConsumeMessageThread_2 | DEBUG | - | ==> Parameters: a4a7921c20794103982ca89f4b5c65c2(String) | [org.apache.ibatis.logging.jdbc.BaseJdbcLogger:137]
  61. 2022-10-19 00:00:19.533| ConsumeMessageThread_11 | INFO | - | :368-:ConsumeMessageThread_11 准备执行mq exec:execMqSessionLogic逻辑 | [com.qmth.themis.mq.service.impl.MqLogicServiceImpl:981]
  62. 2022-10-19 00:00:19.544| ConsumeMessageThread_2 | DEBUG | - | <== Total: 0 | [org.apache.ibatis.logging.jdbc.BaseJdbcLogger:137]
  63. 2022-10-19 00:00:19.550| ConsumeMessageThread_2 | DEBUG | - | ==> Preparing: INSERT INTO t_m_rocket_message ( id, topic, tag, body, type, obj_id, obj_name, ack, create_time, timestamp ) VALUES ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ? ) | [org.apache.ibatis.logging.jdbc.BaseJdbcLogger:137]
  64. 2022-10-19 00:00:19.555| ConsumeMessageThread_2 | DEBUG | - | ==> Parameters: a4a7921c20794103982ca89f4b5c65c2(String), themis-topic-exam(String), EXAM_ACTIVITY(String), "[{\"id\":\"307119850751791104\",\"createId\":null,\"createTime\":null,\"updateId\":\"305654272086249472\",\"updateTime\":null,\"examId\":\"307119709605072896\",\"code\":\"1\",\"prepareSeconds\":300,\"maxDurationSeconds\":349200,\"enable\":1,\"openingSeconds\":12000,\"startTime\":1665817200000,\"finishTime\":1666166400000}]"(String), EXAM_ACTIVITY(String), 307119709605072896(String), admin1(String), 2(Integer), 1666108819550(Long), 1666078187447(Long) | [org.apache.ibatis.logging.jdbc.BaseJdbcLogger:137]
  65. 2022-10-19 00:00:19.569| ConsumeMessageThread_2 | DEBUG | - | <== Updates: 1 | [org.apache.ibatis.logging.jdbc.BaseJdbcLogger:137]
  66. 2022-10-19 00:00:19.583| ConsumeMessageThread_11 | DEBUG | - | ==> Preparing: SELECT id,identity,type,source,platform,device_id,address,access_token,last_access_time,last_access_ip,update_time,expire_time FROM t_b_session WHERE id=? | [org.apache.ibatis.logging.jdbc.BaseJdbcLogger:137]
  67. 2022-10-19 00:00:19.584| ConsumeMessageThread_11 | DEBUG | - | ==> Parameters: a8ba4cbfb2e7b95e6ab0af14b8cf712b(String) | [org.apache.ibatis.logging.jdbc.BaseJdbcLogger:137]
  68. 2022-10-19 00:00:19.589| ConsumeMessageThread_11 | DEBUG | - | <== Total: 1 | [org.apache.ibatis.logging.jdbc.BaseJdbcLogger:137]
  69. 2022-10-19 00:00:19.590| ConsumeMessageThread_11 | DEBUG | - | ==> Preparing: UPDATE t_b_session SET identity=?, type=?, source=?, platform=?, device_id=?, address=?, access_token=?, last_access_time=?, update_time=?, expire_time=? WHERE id=? | [org.apache.ibatis.logging.jdbc.BaseJdbcLogger:137]
  70. 2022-10-19 00:00:19.591| ConsumeMessageThread_11 | DEBUG | - | ==> Parameters: 1(String), [SUPER_ADMIN](String), ADMIN_WEB(String), WEB(String), 1(String), 0:0:0:0:0:0:0:1(String), 39042979aa644359a5683e9b3edc3816(String), 1666077575351(Long), 1666108819590(Long), 1666163975351(Long), a8ba4cbfb2e7b95e6ab0af14b8cf712b(String) | [org.apache.ibatis.logging.jdbc.BaseJdbcLogger:137]
  71. 2022-10-19 00:00:19.593| ConsumeMessageThread_11 | DEBUG | - | <== Updates: 1 | [org.apache.ibatis.logging.jdbc.BaseJdbcLogger:137]
  72. 2022-10-19 00:00:19.595| ConsumeMessageThread_11 | DEBUG | - | ==> Preparing: SELECT id,topic,tag,body,type,obj_id,obj_name,ack,sequence,properties AS prop,create_time,timestamp,source_id FROM t_m_rocket_message WHERE id=? | [org.apache.ibatis.logging.jdbc.BaseJdbcLogger:137]
  73. 2022-10-19 00:00:19.596| ConsumeMessageThread_11 | DEBUG | - | ==> Parameters: cb988e425ebf4f509f4372072f1927ca(String) | [org.apache.ibatis.logging.jdbc.BaseJdbcLogger:137]
  74. 2022-10-19 00:00:19.599| ConsumeMessageThread_11 | DEBUG | - | <== Total: 0 | [org.apache.ibatis.logging.jdbc.BaseJdbcLogger:137]
  75. 2022-10-19 00:00:19.604| ConsumeMessageThread_11 | DEBUG | - | ==> Preparing: INSERT INTO t_m_rocket_message ( id, topic, tag, body, type, obj_id, ack, create_time, timestamp ) VALUES ( ?, ?, ?, ?, ?, ?, ?, ?, ? ) | [org.apache.ibatis.logging.jdbc.BaseJdbcLogger:137]
  76. 2022-10-19 00:00:19.606| ConsumeMessageThread_11 | DEBUG | - | ==> Parameters: cb988e425ebf4f509f4372072f1927ca(String), themis-topic-exam(String), WEB(String), "SESSION"(String), WEB(String), a8ba4cbfb2e7b95e6ab0af14b8cf712b(String), 2(Integer), 1666108819603(Long), 1665819358090(Long) | [org.apache.ibatis.logging.jdbc.BaseJdbcLogger:137]
  77. 2022-10-19 00:00:19.611| ConsumeMessageThread_11 | DEBUG | - | <== Updates: 1 | [org.apache.ibatis.logging.jdbc.BaseJdbcLogger:137]
  78. 2022-10-19 00:00:19.651| ClusterQuartz_Worker-4 | DEBUG | - | ==> Preparing: select toer.* from t_oe_exam_record toer left join t_oe_exam_answer toea on toea.exam_record_id = toer.id WHERE toer.objective_score > 0 and toea.id is null and toer.first_start_time is not null and toer.finish_time is not null group by toer.id having count(toea.id) = 0 | [org.apache.ibatis.logging.jdbc.BaseJdbcLogger:137]
  79. 2022-10-19 00:00:19.664| ClusterQuartz_Worker-4 | DEBUG | - | ==> Parameters: | [org.apache.ibatis.logging.jdbc.BaseJdbcLogger:137]
  80. 2022-10-19 00:00:19.681| ConsumeMessageThread_5 | DEBUG | - | ==> Preparing: INSERT INTO t_e_user_log ( id, user_id, type, info, remark, create_time ) VALUES ( ?, ?, ?, ?, ?, ? ) | [org.apache.ibatis.logging.jdbc.BaseJdbcLogger:137]
  81. 2022-10-19 00:00:19.684| ConsumeMessageThread_5 | DEBUG | - | ==> Parameters: 315277525613285376(Long), 305654272086249472(Long), LOGIN(String), 登录(String), 登录(String), 1666108819681(Long) | [org.apache.ibatis.logging.jdbc.BaseJdbcLogger:137]
  82. 2022-10-19 00:00:19.685| ConsumeMessageThread_6 | DEBUG | - | ==> Preparing: INSERT INTO t_e_user_log ( id, user_id, type, info, remark, create_time ) VALUES ( ?, ?, ?, ?, ?, ? ) | [org.apache.ibatis.logging.jdbc.BaseJdbcLogger:137]
  83. 2022-10-19 00:00:19.687| ConsumeMessageThread_6 | DEBUG | - | ==> Parameters: 315277525625868288(Long), 305654272086249472(Long), LOGIN(String), 登录(String), 登录(String), 1666108819684(Long) | [org.apache.ibatis.logging.jdbc.BaseJdbcLogger:137]
  84. 2022-10-19 00:00:19.688| ConsumeMessageThread_9 | DEBUG | - | ==> Preparing: SELECT id,identity,type,source,platform,device_id,address,access_token,last_access_time,last_access_ip,update_time,expire_time FROM t_b_session WHERE id=? | [org.apache.ibatis.logging.jdbc.BaseJdbcLogger:137]
  85. 2022-10-19 00:00:19.688| ConsumeMessageThread_5 | DEBUG | - | <== Updates: 1 | [org.apache.ibatis.logging.jdbc.BaseJdbcLogger:137]
  86. 2022-10-19 00:00:19.690| ConsumeMessageThread_9 | DEBUG | - | ==> Parameters: bfc7394fdc551bdd2ae570652c331631(String) | [org.apache.ibatis.logging.jdbc.BaseJdbcLogger:137]
  87. 2022-10-19 00:00:19.692| ConsumeMessageThread_6 | DEBUG | - | <== Updates: 1 | [org.apache.ibatis.logging.jdbc.BaseJdbcLogger:137]
  88. 2022-10-19 00:00:19.692| ConsumeMessageThread_5 | DEBUG | - | ==> Preparing: SELECT id,topic,tag,body,type,obj_id,obj_name,ack,sequence,properties AS prop,create_time,timestamp,source_id FROM t_m_rocket_message WHERE id=? | [org.apache.ibatis.logging.jdbc.BaseJdbcLogger:137]
  89. 2022-10-19 00:00:19.695| ConsumeMessageThread_6 | DEBUG | - | ==> Preparing: SELECT id,topic,tag,body,type,obj_id,obj_name,ack,sequence,properties AS prop,create_time,timestamp,source_id FROM t_m_rocket_message WHERE id=? | [org.apache.ibatis.logging.jdbc.BaseJdbcLogger:137]
  90. 2022-10-19 00:00:19.696| ConsumeMessageThread_6 | DEBUG | - | ==> Parameters: 69097ae2e79e4685bdb52298c35ac83d(String) | [org.apache.ibatis.logging.jdbc.BaseJdbcLogger:137]
  91. 2022-10-19 00:00:19.697| ConsumeMessageThread_9 | DEBUG | - | <== Total: 1 | [org.apache.ibatis.logging.jdbc.BaseJdbcLogger:137]
  92. 2022-10-19 00:00:19.700| ConsumeMessageThread_5 | DEBUG | - | ==> Parameters: d84d0329199a490fb3d25fe9d210eb81(String) | [org.apache.ibatis.logging.jdbc.BaseJdbcLogger:137]
  93. 2022-10-19 00:00:19.703| ConsumeMessageThread_5 | DEBUG | - | <== Total: 0 | [org.apache.ibatis.logging.jdbc.BaseJdbcLogger:137]
  94. 2022-10-19 00:00:19.703| ConsumeMessageThread_7 | DEBUG | - | ==> Preparing: INSERT INTO t_e_user_log ( id, user_id, type, info, remark, create_time ) VALUES ( ?, ?, ?, ?, ?, ? ) | [org.apache.ibatis.logging.jdbc.BaseJdbcLogger:137]
  95. 2022-10-19 00:00:19.703| ConsumeMessageThread_9 | DEBUG | - | ==> Preparing: UPDATE t_b_session SET identity=?, type=?, source=?, platform=?, device_id=?, address=?, access_token=?, last_access_time=?, update_time=?, expire_time=? WHERE id=? | [org.apache.ibatis.logging.jdbc.BaseJdbcLogger:137]
  96. 2022-10-19 00:00:19.705| ConsumeMessageThread_5 | DEBUG | - | ==> Preparing: INSERT INTO t_m_rocket_message ( id, topic, tag, body, type, obj_id, obj_name, ack, create_time, timestamp ) VALUES ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ? ) | [org.apache.ibatis.logging.jdbc.BaseJdbcLogger:137]
  97. 2022-10-19 00:00:19.705| ConsumeMessageThread_10 | DEBUG | - | ==> Preparing: SELECT id,identity,type,source,platform,device_id,address,access_token,last_access_time,last_access_ip,update_time,expire_time FROM t_b_session WHERE id=? | [org.apache.ibatis.logging.jdbc.BaseJdbcLogger:137]
  98. 2022-10-19 00:00:19.705| ConsumeMessageThread_7 | DEBUG | - | ==> Parameters: 315277525705560064(Long), 1(Long), LOGIN(String), 登录(String), 登录(String), 1666108819703(Long) | [org.apache.ibatis.logging.jdbc.BaseJdbcLogger:137]
  99. 2022-10-19 00:00:19.706| ConsumeMessageThread_9 | DEBUG | - | ==> Parameters: 305654272086249472(String), [ADMIN](String), ADMIN_WEB(String), WEB(String), 87dab6894f485a36b9248025562f7b3a(String), 127.0.0.1(String), e9698892523f4eaea814fad2823d1f5d(String), 1666077825083(Long), 1666108819702(Long), 1666164225083(Long), bfc7394fdc551bdd2ae570652c331631(String) | [org.apache.ibatis.logging.jdbc.BaseJdbcLogger:137]
  100. 2022-10-19 00:00:19.707| ConsumeMessageThread_10 | DEBUG | - | ==> Parameters: bfc7394fdc551bdd2ae570652c331631(String) | [org.apache.ibatis.logging.jdbc.BaseJdbcLogger:137]
  101. 2022-10-19 00:00:19.707| ConsumeMessageThread_5 | DEBUG | - | ==> Parameters: d84d0329199a490fb3d25fe9d210eb81(String), themis-topic-exam(String), USER(String), "LOGIN"(String), USER(String), 305654272086249472(String), admin1(String), 2(Integer), 1666108819705(Long), 1665819370706(Long) | [org.apache.ibatis.logging.jdbc.BaseJdbcLogger:137]
  102. 2022-10-19 00:00:19.708| ConsumeMessageThread_6 | DEBUG | - | <== Total: 0 | [org.apache.ibatis.logging.jdbc.BaseJdbcLogger:137]
  103. 2022-10-19 00:00:19.710| ConsumeMessageThread_9 | DEBUG | - | <== Updates: 1 | [org.apache.ibatis.logging.jdbc.BaseJdbcLogger:137]
  104. 2022-10-19 00:00:19.711| ConsumeMessageThread_5 | DEBUG | - | <== Updates: 1 | [org.apache.ibatis.logging.jdbc.BaseJdbcLogger:137]
  105. 2022-10-19 00:00:19.712| ConsumeMessageThread_9 | DEBUG | - | ==> Preparing: SELECT id,topic,tag,body,type,obj_id,obj_name,ack,sequence,properties AS prop,create_time,timestamp,source_id FROM t_m_rocket_message WHERE id=? | [org.apache.ibatis.logging.jdbc.BaseJdbcLogger:137]
  106. 2022-10-19 00:00:19.714| ConsumeMessageThread_9 | DEBUG | - | ==> Parameters: a7e19b0cbb3743b2bba5317b7337ff25(String) | [org.apache.ibatis.logging.jdbc.BaseJdbcLogger:137]
  107. 2022-10-19 00:00:19.716| ConsumeMessageThread_7 | DEBUG | - | <== Updates: 1 | [org.apache.ibatis.logging.jdbc.BaseJdbcLogger:137]
  108. 2022-10-19 00:00:19.717| ConsumeMessageThread_10 | DEBUG | - | <== Total: 1 | [org.apache.ibatis.logging.jdbc.BaseJdbcLogger:137]
  109. 2022-10-19 00:00:19.717| ConsumeMessageThread_6 | DEBUG | - | ==> Preparing: INSERT INTO t_m_rocket_message ( id, topic, tag, body, type, obj_id, obj_name, ack, create_time, timestamp ) VALUES ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ? ) | [org.apache.ibatis.logging.jdbc.BaseJdbcLogger:137]
  110. 2022-10-19 00:00:19.719| ConsumeMessageThread_6 | DEBUG | - | ==> Parameters: 69097ae2e79e4685bdb52298c35ac83d(String), themis-topic-exam(String), USER(String), "LOGIN"(String), USER(String), 305654272086249472(String), admin1(String), 2(Integer), 1666108819717(Long), 1666077825088(Long) | [org.apache.ibatis.logging.jdbc.BaseJdbcLogger:137]
  111. 2022-10-19 00:00:19.719| ConsumeMessageThread_10 | DEBUG | - | ==> Preparing: UPDATE t_b_session SET identity=?, type=?, source=?, platform=?, device_id=?, address=?, access_token=?, last_access_time=?, update_time=?, expire_time=? WHERE id=? | [org.apache.ibatis.logging.jdbc.BaseJdbcLogger:137]
  112. 2022-10-19 00:00:19.719| ConsumeMessageThread_7 | DEBUG | - | ==> Preparing: SELECT id,topic,tag,body,type,obj_id,obj_name,ack,sequence,properties AS prop,create_time,timestamp,source_id FROM t_m_rocket_message WHERE id=? | [org.apache.ibatis.logging.jdbc.BaseJdbcLogger:137]
  113. 2022-10-19 00:00:19.720| ConsumeMessageThread_7 | DEBUG | - | ==> Parameters: 83e10caf8185484bac3166d5cc0d0de1(String) | [org.apache.ibatis.logging.jdbc.BaseJdbcLogger:137]
  114. 2022-10-19 00:00:19.722| ConsumeMessageThread_6 | DEBUG | - | <== Updates: 1 | [org.apache.ibatis.logging.jdbc.BaseJdbcLogger:137]
  115. 2022-10-19 00:00:19.722| ConsumeMessageThread_4 | DEBUG | - | ==> Preparing: INSERT INTO t_e_user_log ( id, user_id, type, info, remark, create_time ) VALUES ( ?, ?, ?, ?, ?, ? ) | [org.apache.ibatis.logging.jdbc.BaseJdbcLogger:137]
  116. 2022-10-19 00:00:19.722| ConsumeMessageThread_7 | DEBUG | - | <== Total: 0 | [org.apache.ibatis.logging.jdbc.BaseJdbcLogger:137]
  117. 2022-10-19 00:00:19.724| ConsumeMessageThread_9 | DEBUG | - | <== Total: 0 | [org.apache.ibatis.logging.jdbc.BaseJdbcLogger:137]
  118. 2022-10-19 00:00:19.724| ConsumeMessageThread_4 | DEBUG | - | ==> Parameters: 315277525781057536(Long), 1(Long), LOGIN(String), 登录(String), 登录(String), 1666108819722(Long) | [org.apache.ibatis.logging.jdbc.BaseJdbcLogger:137]
  119. 2022-10-19 00:00:19.725| ConsumeMessageThread_7 | DEBUG | - | ==> Preparing: INSERT INTO t_m_rocket_message ( id, topic, tag, body, type, obj_id, obj_name, ack, create_time, timestamp ) VALUES ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ? ) | [org.apache.ibatis.logging.jdbc.BaseJdbcLogger:137]
  120. 2022-10-19 00:00:19.725| ConsumeMessageThread_10 | DEBUG | - | ==> Parameters: 305654272086249472(String), [ADMIN](String), ADMIN_WEB(String), WEB(String), 87dab6894f485a36b9248025562f7b3a(String), 127.0.0.1(String), e9698892523f4eaea814fad2823d1f5d(String), 1666077825083(Long), 1666108819719(Long), 1666164225083(Long), bfc7394fdc551bdd2ae570652c331631(String) | [org.apache.ibatis.logging.jdbc.BaseJdbcLogger:137]
  121. 2022-10-19 00:00:19.726| ConsumeMessageThread_7 | DEBUG | - | ==> Parameters: 83e10caf8185484bac3166d5cc0d0de1(String), themis-topic-exam(String), USER(String), "LOGIN"(String), USER(String), 1(String), sysadmin(String), 2(Integer), 1666108819724(Long), 1665819386776(Long) | [org.apache.ibatis.logging.jdbc.BaseJdbcLogger:137]
  122. 2022-10-19 00:00:19.727| ConsumeMessageThread_9 | DEBUG | - | ==> Preparing: INSERT INTO t_m_rocket_message ( id, topic, tag, body, type, obj_id, ack, create_time, timestamp ) VALUES ( ?, ?, ?, ?, ?, ?, ?, ?, ? ) | [org.apache.ibatis.logging.jdbc.BaseJdbcLogger:137]
  123. 2022-10-19 00:00:19.728| ConsumeMessageThread_4 | DEBUG | - | <== Updates: 1 | [org.apache.ibatis.logging.jdbc.BaseJdbcLogger:137]
  124. 2022-10-19 00:00:19.728| ConsumeMessageThread_9 | DEBUG | - | ==> Parameters: a7e19b0cbb3743b2bba5317b7337ff25(String), themis-topic-exam(String), WEB(String), "SESSION"(String), WEB(String), bfc7394fdc551bdd2ae570652c331631(String), 2(Integer), 1666108819726(Long), 1665819370703(Long) | [org.apache.ibatis.logging.jdbc.BaseJdbcLogger:137]
  125. 2022-10-19 00:00:19.728| ConsumeMessageThread_7 | DEBUG | - | <== Updates: 1 | [org.apache.ibatis.logging.jdbc.BaseJdbcLogger:137]
  126. 2022-10-19 00:00:19.730| ConsumeMessageThread_9 | DEBUG | - | <== Updates: 1 | [org.apache.ibatis.logging.jdbc.BaseJdbcLogger:137]
  127. 2022-10-19 00:00:19.731| ConsumeMessageThread_4 | DEBUG | - | ==> Preparing: SELECT id,topic,tag,body,type,obj_id,obj_name,ack,sequence,properties AS prop,create_time,timestamp,source_id FROM t_m_rocket_message WHERE id=? | [org.apache.ibatis.logging.jdbc.BaseJdbcLogger:137]
  128. 2022-10-19 00:00:19.734| ConsumeMessageThread_4 | DEBUG | - | ==> Parameters: 41d008da2e144c5682a58e2d9c831467(String) | [org.apache.ibatis.logging.jdbc.BaseJdbcLogger:137]
  129. 2022-10-19 00:00:19.734| ConsumeMessageThread_10 | DEBUG | - | <== Updates: 1 | [org.apache.ibatis.logging.jdbc.BaseJdbcLogger:137]
  130. 2022-10-19 00:00:19.736| ConsumeMessageThread_4 | DEBUG | - | <== Total: 0 | [org.apache.ibatis.logging.jdbc.BaseJdbcLogger:137]
  131. 2022-10-19 00:00:19.737| ConsumeMessageThread_10 | DEBUG | - | ==> Preparing: SELECT id,topic,tag,body,type,obj_id,obj_name,ack,sequence,properties AS prop,create_time,timestamp,source_id FROM t_m_rocket_message WHERE id=? | [org.apache.ibatis.logging.jdbc.BaseJdbcLogger:137]
  132. 2022-10-19 00:00:19.738| ConsumeMessageThread_4 | DEBUG | - | ==> Preparing: INSERT INTO t_m_rocket_message ( id, topic, tag, body, type, obj_id, obj_name, ack, create_time, timestamp ) VALUES ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ? ) | [org.apache.ibatis.logging.jdbc.BaseJdbcLogger:137]
  133. 2022-10-19 00:00:19.738| ConsumeMessageThread_10 | DEBUG | - | ==> Parameters: 3f80a98948f24607a04292289566419c(String) | [org.apache.ibatis.logging.jdbc.BaseJdbcLogger:137]
  134. 2022-10-19 00:00:19.740| ConsumeMessageThread_4 | DEBUG | - | ==> Parameters: 41d008da2e144c5682a58e2d9c831467(String), themis-topic-exam(String), USER(String), "LOGIN"(String), USER(String), 1(String), sysadmin(String), 2(Integer), 1666108819738(Long), 1665819358513(Long) | [org.apache.ibatis.logging.jdbc.BaseJdbcLogger:137]
  135. 2022-10-19 00:00:19.740| ConsumeMessageThread_10 | DEBUG | - | <== Total: 0 | [org.apache.ibatis.logging.jdbc.BaseJdbcLogger:137]
  136. 2022-10-19 00:00:19.742| ConsumeMessageThread_10 | DEBUG | - | ==> Preparing: INSERT INTO t_m_rocket_message ( id, topic, tag, body, type, obj_id, ack, create_time, timestamp ) VALUES ( ?, ?, ?, ?, ?, ?, ?, ?, ? ) | [org.apache.ibatis.logging.jdbc.BaseJdbcLogger:137]
  137. 2022-10-19 00:00:19.742| ConsumeMessageThread_4 | DEBUG | - | <== Updates: 1 | [org.apache.ibatis.logging.jdbc.BaseJdbcLogger:137]
  138. 2022-10-19 00:00:19.744| ConsumeMessageThread_10 | DEBUG | - | ==> Parameters: 3f80a98948f24607a04292289566419c(String), themis-topic-exam(String), WEB(String), "SESSION"(String), WEB(String), bfc7394fdc551bdd2ae570652c331631(String), 2(Integer), 1666108819741(Long), 1666077825084(Long) | [org.apache.ibatis.logging.jdbc.BaseJdbcLogger:137]
  139. 2022-10-19 00:00:19.751| ConsumeMessageThread_10 | DEBUG | - | <== Updates: 1 | [org.apache.ibatis.logging.jdbc.BaseJdbcLogger:137]
  140. 2022-10-19 00:00:19.802| ClusterQuartz_Worker-4 | DEBUG | - | <== Total: 0 | [org.apache.ibatis.logging.jdbc.BaseJdbcLogger:137]
  141. 2022-10-19 00:01:08.695| ClusterQuartz_Worker-4 | DEBUG | - | ==> Preparing: select tees.* from t_e_exam_student tees join t_oe_exam_record toer on toer.exam_student_id = tees.id WHERE tees.already_exam_count = 0 and toer.first_start_time is not null and toer.finish_time is not null and toer.objective_score > 0 | [org.apache.ibatis.logging.jdbc.BaseJdbcLogger:137]
  142. 2022-10-19 00:01:08.710| ClusterQuartz_Worker-4 | DEBUG | - | ==> Parameters: | [org.apache.ibatis.logging.jdbc.BaseJdbcLogger:137]
  143. 2022-10-19 00:01:08.723| QuartzScheduler_ClusterQuartz-kingdeMacBook-Air.local1666084943896_MisfireHandler | INFO | - | Handling 1 trigger(s) that missed their scheduled fire-time. | [org.quartz.impl.jdbcjobstore.JobStoreSupport:973]
  144. 2022-10-19 00:01:08.898| ClusterQuartz_Worker-5 | INFO | - | 定时任务:MQ_JOB_GROUP_NAME.MQ_JOB_NAME-开始执行 | [com.qmth.themis.task.listener.MyJobListener:37]
  145. 2022-10-19 00:01:08.899| ClusterQuartz_Worker-5 | INFO | - | mq_job进来了,context:JobExecutionContext: trigger: 'MQ_JOB_GROUP_NAME.MQ_JOB_NAME job: MQ_JOB_GROUP_NAME.MQ_JOB_NAME fireTime: 'Wed Oct 19 00:01:08 CST 2022 scheduledFireTime: Wed Oct 19 00:01:08 CST 2022 previousFireTime: 'Tue Oct 18 17:23:00 CST 2022 nextFireTime: Wed Oct 19 00:02:00 CST 2022 isRecovering: false refireCount: 0 | [com.qmth.themis.task.quartz.MqJob:38]
  146. 2022-10-19 00:01:08.901| ClusterQuartz_Worker-5 | INFO | - | mq_delay_job进来了,context:JobExecutionContext: trigger: 'MQ_JOB_GROUP_NAME.MQ_JOB_NAME job: MQ_JOB_GROUP_NAME.MQ_JOB_NAME fireTime: 'Wed Oct 19 00:01:08 CST 2022 scheduledFireTime: Wed Oct 19 00:01:08 CST 2022 previousFireTime: 'Tue Oct 18 17:23:00 CST 2022 nextFireTime: Wed Oct 19 00:02:00 CST 2022 isRecovering: false refireCount: 0 | [com.qmth.themis.task.quartz.MqJob:40]
  147. 2022-10-19 00:01:08.901| ClusterQuartz_Worker-5 | INFO | - | mq_broadcast_job进来了,context:JobExecutionContext: trigger: 'MQ_JOB_GROUP_NAME.MQ_JOB_NAME job: MQ_JOB_GROUP_NAME.MQ_JOB_NAME fireTime: 'Wed Oct 19 00:01:08 CST 2022 scheduledFireTime: Wed Oct 19 00:01:08 CST 2022 previousFireTime: 'Tue Oct 18 17:23:00 CST 2022 nextFireTime: Wed Oct 19 00:02:00 CST 2022 isRecovering: false refireCount: 0 | [com.qmth.themis.task.quartz.MqJob:42]
  148. 2022-10-19 00:01:08.902| ClusterQuartz_Worker-5 | INFO | - | 定时任务:MQ_JOB_GROUP_NAME.MQ_JOB_NAME-执行结束 | [com.qmth.themis.task.listener.MyJobListener:66]
  149. 2022-10-19 00:01:08.942| ClusterQuartz_Worker-4 | DEBUG | - | <== Total: 0 | [org.apache.ibatis.logging.jdbc.BaseJdbcLogger:137]
  150. 2022-10-19 00:01:33.910| ClusterQuartz_Worker-4 | DEBUG | - | ==> Preparing: INSERT INTO t_s_log ( id, obj, obj_name, update_after_obj, create_id, create_time ) VALUES ( ?, ?, ?, ?, ?, ? ) | [org.apache.ibatis.logging.jdbc.BaseJdbcLogger:137]
  151. 2022-10-19 00:01:33.931| ClusterQuartz_Worker-4 | DEBUG | - | ==> Parameters: 315277836948082688(Long), JOB(String), {"name":"MQ_ACTIVITY_JOB_NAME","group":"MQ_ACTIVITY_JOB_GROUP_NAME"}(String), 2022-10-20 00:00:00(String), -1(Long), 1666108893907(Long) | [org.apache.ibatis.logging.jdbc.BaseJdbcLogger:137]
  152. 2022-10-19 00:01:33.937| ClusterQuartz_Worker-4 | DEBUG | - | <== Updates: 1 | [org.apache.ibatis.logging.jdbc.BaseJdbcLogger:137]
  153. 2022-10-19 00:01:33.938| ClusterQuartz_Worker-4 | INFO | - | 定时任务:MQ_ACTIVITY_JOB_GROUP_NAME.MQ_ACTIVITY_JOB_NAME-执行结束 | [com.qmth.themis.task.listener.MyJobListener:66]
  154. 2022-10-19 00:01:37.144| SpringContextShutdownHook | INFO | - | Scheduler ClusterQuartz_$_kingdeMacBook-Air.local1666084943896 paused. | [org.quartz.core.QuartzScheduler:585]
  155. 2022-10-19 00:01:37.272| SpringContextShutdownHook | INFO | - | Shutting down ExecutorService 'taskScheduler' | [org.springframework.scheduling.concurrent.ExecutorConfigurationSupport:218]
  156. 2022-10-19 00:01:37.289| SpringContextShutdownHook | INFO | - | Shutting down ExecutorService 'applicationTaskExecutor' | [org.springframework.scheduling.concurrent.ExecutorConfigurationSupport:218]
  157. 2022-10-19 00:01:37.421| SpringContextShutdownHook | INFO | - | Start release machindId | [com.qmth.themis.business.util.UidUtil:81]
  158. 2022-10-19 00:01:37.426| SpringContextShutdownHook | WARN | - | Release machineId faile, machineId=1 | [com.qmth.themis.business.util.UidUtil:85]
  159. 2022-10-19 00:01:37.470| NettyClientSelector_1 | INFO | - | closeChannel: close the connection to remote address[192.168.10.36:9876] result: true | [org.apache.rocketmq.logging.Slf4jLoggerFactory$Slf4jLogger:95]
  160. 2022-10-19 00:01:37.482| NettyClientSelector_1 | INFO | - | closeChannel: close the connection to remote address[192.168.10.36:10911] result: true | [org.apache.rocketmq.logging.Slf4jLoggerFactory$Slf4jLogger:95]
  161. 2022-10-19 00:01:37.487| SpringContextShutdownHook | INFO | - | Scheduler ClusterQuartz_$_kingdeMacBook-Air.local1666084943896 shutting down. | [org.quartz.core.QuartzScheduler:666]
  162. 2022-10-19 00:01:37.488| SpringContextShutdownHook | INFO | - | Scheduler ClusterQuartz_$_kingdeMacBook-Air.local1666084943896 paused. | [org.quartz.core.QuartzScheduler:585]
  163. 2022-10-19 00:01:37.491| SpringContextShutdownHook | INFO | - | Scheduler ClusterQuartz_$_kingdeMacBook-Air.local1666084943896 shutdown complete. | [org.quartz.core.QuartzScheduler:740]
  164. 2022-10-19 00:01:37.492| SpringContextShutdownHook | INFO | - | Shutting down Quartz Scheduler | [org.springframework.scheduling.quartz.SchedulerFactoryBean:845]
  165. 2022-10-19 00:01:37.495| SpringContextShutdownHook | INFO | - | {dataSource-1} closing ... | [com.alibaba.druid.pool.DruidDataSource:1965]
  166. 2022-10-19 00:01:37.638| SpringContextShutdownHook | INFO | - | {dataSource-1} closed | [com.alibaba.druid.pool.DruidDataSource:2037]