timestamp,message 1621462050878,22:07:30.877 [vert.x-eventloop-thread-1] INFO LogUtil [1080565781eqId] org.folio.rest.RestVerticle start invoking getMetadataProviderJobExecutions 1621462050878,22:07:30.878 [vert.x-eventloop-thread-1] INFO LogUtil [1080565782eqId] 127.0.0.1:34532 GET /metadata-provider/jobExecutions query=(status=%22%22%20NOT%20status=DISCARDED)%20AND%20(uiStatus==(%22PREPARING_FOR_PREVIEW%22%20OR%20%22READY_FOR_PREVIEW%22%20OR%20%22RUNNING%22))&limit=50 HTTP_1_1 200 49 0 tid=fs08000000 OK 1621462050917,22:07:30.917 [vert.x-eventloop-thread-1] INFO LogUtil [1080565821eqId] org.folio.rest.RestVerticle start invoking getMetadataProviderJobExecutions 1621462050941,22:07:30.941 [vert.x-eventloop-thread-1] INFO LogUtil [1080565845eqId] 127.0.0.1:34534 GET /metadata-provider/jobExecutions query=(status%20any%20%22COMMITTED%20ERROR%22)%20sortBy%20completedDate/sort.descending&limit=25 HTTP_1_1 200 1043920 24 tid=fs08000000 OK 1621462051455,22:07:31.455 [vert.x-eventloop-thread-1] INFO LogUtil [1080566359eqId] org.folio.rest.RestVerticle start invoking getMetadataProviderJobExecutions 1621462051456,22:07:31.456 [vert.x-eventloop-thread-1] INFO LogUtil [1080566360eqId] 127.0.0.1:34540 GET /metadata-provider/jobExecutions query=(status=%22%22%20NOT%20status=DISCARDED)%20AND%20(uiStatus==(%22PREPARING_FOR_PREVIEW%22%20OR%20%22READY_FOR_PREVIEW%22%20OR%20%22RUNNING%22))&limit=50 HTTP_1_1 200 49 1 tid=fs08000000 OK 1621462052262,"May 19, 2021 10:07:32 PM org.folio.cql2pgjson.CQL2PgJSON loadDbSchema" 1621462052262,INFO: loadDbSchema: Loaded templates/db_scripts/schema.json OK 1621462052577,22:07:32.576 [vert.x-eventloop-thread-1] INFO LogUtil [1080567480eqId] org.folio.rest.RestVerticle start invoking getMetadataProviderJobExecutions 1621462052577,22:07:32.577 [vert.x-eventloop-thread-1] INFO LogUtil [1080567481eqId] 127.0.0.1:34544 GET /metadata-provider/jobExecutions query=(status=%22%22%20NOT%20status=DISCARDED)%20AND%20(uiStatus==(%22PREPARING_FOR_PREVIEW%22%20OR%20%22READY_FOR_PREVIEW%22%20OR%20%22RUNNING%22))&limit=50 HTTP_1_1 200 49 0 tid=fs09000000 OK 1621462052607,"May 19, 2021 10:07:32 PM org.folio.cql2pgjson.CQL2PgJSON loadDbSchema" 1621462052607,INFO: loadDbSchema: Loaded templates/db_scripts/schema.json OK 1621462052830,22:07:32.830 [vert.x-eventloop-thread-1] INFO LogUtil [1080567734eqId] org.folio.rest.RestVerticle start invoking getMetadataProviderJobExecutions 1621462052831,22:07:32.830 [vert.x-eventloop-thread-1] INFO LogUtil [1080567734eqId] 127.0.0.1:34548 GET /metadata-provider/jobExecutions query=(status=%22%22%20NOT%20status=DISCARDED)%20AND%20(uiStatus==(%22PREPARING_FOR_PREVIEW%22%20OR%20%22READY_FOR_PREVIEW%22%20OR%20%22RUNNING%22))&limit=50 HTTP_1_1 200 49 0 tid=fs08000000 OK 1621462052993,"May 19, 2021 10:07:32 PM org.folio.cql2pgjson.CQL2PgJSON loadDbSchema" 1621462052993,INFO: loadDbSchema: Loaded templates/db_scripts/schema.json OK 1621462053083,22:07:33.083 [vert.x-eventloop-thread-1] INFO LogUtil [1080567987eqId] org.folio.rest.RestVerticle start invoking putChangeManagerJobExecutionsStatusById 1621462053084,22:07:33.084 [vert.x-eventloop-thread-1] INFO LogUtil [1080567988eqId] 127.0.0.1:34550 PUT /change-manager/jobExecutions/db9f3536-45af-40d0-9748-709e1fd44fe0/status HTTP_1_1 200 549 98 tid=fs08000000 OK 1621462054658,22:07:34.657 [vert.x-eventloop-thread-1] INFO LogUtil [1080569561eqId] org.folio.rest.RestVerticle start invoking getMetadataProviderJobExecutions 1621462054841,22:07:34.841 [vert.x-eventloop-thread-1] INFO LogUtil [1080569745eqId] 127.0.0.1:34542 GET /metadata-provider/jobExecutions query=(status%20any%20%22COMMITTED%20ERROR%22)%20sortBy%20completedDate/sort.descending&limit=25 HTTP_1_1 200 3683091 2578 tid=fs09000000 OK 1621462054841,22:07:34.841 [vert.x-eventloop-thread-1] WARN PostgresClient [1080569745eqId] EXPLAIN ANALYZE SELECT 1621462054841, CASE 1621462054841, WHEN job_execution_progress.jsonb IS NULL THEN job_executions.jsonb 1621462054841," ELSE jsonb_set(job_executions.jsonb, '{progress}', jsonb_build_object('jobExecutionId', job_execution_progress.jsonb -> 'jobExecutionId'," 1621462054841," 'total', job_execution_progress.jsonb -> 'total'," 1621462054841," 'current', (job_execution_progress.jsonb ->> 'currentlySucceeded')::int + (job_execution_progress.jsonb ->> 'currentlyFailed')::int))" 1621462054841," END as jsonb, (SELECT COUNT(id) FROM fs09000000_mod_source_record_manager.job_executions WHERE ((job_executions.jsonb->>'subordinationType' ~ '') AND ( (get_tsvector(f_unaccent(job_executions.jsonb->>'subordinationType')) @@ tsquery_phrase(f_unaccent('PARENT_MULTIPLE'))) IS NOT TRUE)) AND (get_tsvector(f_unaccent(job_executions.jsonb->>'status')) @@ tsquery_or(f_unaccent('COMMITTED ERROR'))) ) AS total_rows" 1621462054841,FROM fs09000000_mod_source_record_manager.job_executions 1621462054841,LEFT JOIN fs09000000_mod_source_record_manager.job_execution_progress ON job_executions.id = (job_execution_progress.jsonb ->> 'jobExecutionId')::uuid 1621462054841,WHERE ((job_executions.jsonb->>'subordinationType' ~ '') AND ( (get_tsvector(f_unaccent(job_executions.jsonb->>'subordinationType')) @@ tsquery_phrase(f_unaccent('PARENT_MULTIPLE'))) IS NOT TRUE)) AND (get_tsvector(f_unaccent(job_executions.jsonb->>'status')) @@ tsquery_or(f_unaccent('COMMITTED ERROR'))) 1621462054841,"ORDER BY left(lower(f_unaccent(job_executions.jsonb->>'completedDate')),600) DESC, lower(f_unaccent(job_executions.jsonb->>'completedDate')) DESC" 1621462054841,LIMIT 25 OFFSET 0; 1621462054841,Limit (cost=1000.90..1014.71 rows=25 width=104) (actual time=827.598..838.824 rows=25 loops=1) 1621462054841, InitPlan 1 (returns $0) 1621462054841, -> Aggregate (cost=389.92..389.93 rows=1 width=8) (actual time=289.634..289.634 rows=1 loops=1) 1621462054841, -> Bitmap Heap Scan on job_executions job_executions_1 (cost=18.68..389.06 rows=344 width=16) (actual time=1.037..289.488 rows=388 loops=1) 1621462054841," Recheck Cond: (to_tsvector('simple'::regconfig, translate(f_unaccent((jsonb ->> 'status'::text)), '&'::text, ','::text)) @@ '''committed'' | ''error'''::tsquery)" 1621462054841," Filter: (((jsonb ->> 'subordinationType'::text) ~ ''::text) AND ((to_tsvector('simple'::regconfig, translate(f_unaccent((jsonb ->> 'subordinationType'::text)), '&'::text, ','::text)) @@ '''parent'' <-> ''multiple'''::tsquery) IS NOT TRUE))" 1621462054841, Heap Blocks: exact=14 1621462054841, -> Bitmap Index Scan on job_executions_status_idx_ft (cost=0.00..18.59 rows=346 width=0) (actual time=0.056..0.057 rows=388 loops=1) 1621462054841," Index Cond: (to_tsvector('simple'::regconfig, translate(f_unaccent((jsonb ->> 'status'::text)), '&'::text, ','::text)) @@ '''committed'' | ''error'''::tsquery)" 1621462054841, -> Result (cost=610.97..801.03 rows=344 width=104) (actual time=827.597..838.818 rows=25 loops=1) 1621462054841, -> Sort (cost=610.97..611.83 rows=344 width=415) (actual time=826.724..826.729 rows=25 loops=1) 1621462054841," Sort Key: (""left""(lower(f_unaccent((job_executions.jsonb ->> 'completedDate'::text))), 600)) DESC, (lower(f_unaccent((job_executions.jsonb ->> 'completedDate'::text)))) DESC" 1621462054841, Sort Method: top-N heapsort Memory: 51kB 1621462054841, -> Hash Right Join (cost=393.36..601.26 rows=344 width=415) (actual time=557.125..825.879 rows=388 loops=1) 1621462054841, Hash Cond: (((job_execution_progress.jsonb ->> 'jobExecutionId'::text))::uuid = job_executions.id) 1621462054841, -> Seq Scan on job_execution_progress (cost=0.00..30.53 rows=353 width=199) (actual time=0.004..0.129 rows=353 loops=1) 1621462054841, -> Hash (cost=389.06..389.06 rows=344 width=160) (actual time=267.268..267.268 rows=388 loops=1) 1621462054841, Buckets: 1024 Batches: 1 Memory Usage: 57kB 1621462054841, -> Bitmap Heap Scan on job_executions (cost=18.68..389.06 rows=344 width=160) (actual time=1.120..267.054 rows=388 loops=1) 1621462054841," Recheck Cond: (to_tsvector('simple'::regconfig, translate(f_unaccent((jsonb ->> 'status'::text)), '&'::text, ','::text)) @@ '''committed'' | ''error'''::tsquery)" 1621462054841," Filter: (((jsonb ->> 'subordinationType'::text) ~ ''::text) AND ((to_tsvector('simple'::regconfig, translate(f_unaccent((jsonb ->> 'subordinationType'::text)), '&'::text, ','::text)) @@ '''parent'' <-> ''multiple'''::tsquery) IS NOT TRUE))" 1621462054841, Heap Blocks: exact=14 1621462054841, -> Bitmap Index Scan on job_executions_status_idx_ft (cost=0.00..18.59 rows=346 width=0) (actual time=0.048..0.048 rows=388 loops=1) 1621462054841," Index Cond: (to_tsvector('simple'::regconfig, translate(f_unaccent((jsonb ->> 'status'::text)), '&'::text, ','::text)) @@ '''committed'' | ''error'''::tsquery)" 1621462054841,Planning time: 1.634 ms 1621462054841,Execution time: 838.911 ms 1621462054888,22:07:34.888 [vert.x-eventloop-thread-1] INFO LogUtil [1080569792eqId] org.folio.rest.RestVerticle start invoking getMetadataProviderJobExecutions 1621462055043,22:07:35.043 [vert.x-eventloop-thread-1] INFO LogUtil [1080569947eqId] 127.0.0.1:34546 GET /metadata-provider/jobExecutions query=(status%20any%20%22COMMITTED%20ERROR%22)%20sortBy%20completedDate/sort.descending&limit=25 HTTP_1_1 200 3683091 2436 tid=fs09000000 OK 1621462055043,22:07:35.043 [vert.x-eventloop-thread-1] WARN PostgresClient [1080569947eqId] EXPLAIN ANALYZE SELECT 1621462055043, CASE 1621462055043, WHEN job_execution_progress.jsonb IS NULL THEN job_executions.jsonb 1621462055043," ELSE jsonb_set(job_executions.jsonb, '{progress}', jsonb_build_object('jobExecutionId', job_execution_progress.jsonb -> 'jobExecutionId'," 1621462055043," 'total', job_execution_progress.jsonb -> 'total'," 1621462055043," 'current', (job_execution_progress.jsonb ->> 'currentlySucceeded')::int + (job_execution_progress.jsonb ->> 'currentlyFailed')::int))" 1621462055043," END as jsonb, (SELECT COUNT(id) FROM fs09000000_mod_source_record_manager.job_executions WHERE ((job_executions.jsonb->>'subordinationType' ~ '') AND ( (get_tsvector(f_unaccent(job_executions.jsonb->>'subordinationType')) @@ tsquery_phrase(f_unaccent('PARENT_MULTIPLE'))) IS NOT TRUE)) AND (get_tsvector(f_unaccent(job_executions.jsonb->>'status')) @@ tsquery_or(f_unaccent('COMMITTED ERROR'))) ) AS total_rows" 1621462055043,FROM fs09000000_mod_source_record_manager.job_executions 1621462055043,LEFT JOIN fs09000000_mod_source_record_manager.job_execution_progress ON job_executions.id = (job_execution_progress.jsonb ->> 'jobExecutionId')::uuid 1621462055043,WHERE ((job_executions.jsonb->>'subordinationType' ~ '') AND ( (get_tsvector(f_unaccent(job_executions.jsonb->>'subordinationType')) @@ tsquery_phrase(f_unaccent('PARENT_MULTIPLE'))) IS NOT TRUE)) AND (get_tsvector(f_unaccent(job_executions.jsonb->>'status')) @@ tsquery_or(f_unaccent('COMMITTED ERROR'))) 1621462055043,"ORDER BY left(lower(f_unaccent(job_executions.jsonb->>'completedDate')),600) DESC, lower(f_unaccent(job_executions.jsonb->>'completedDate')) DESC" 1621462055043,LIMIT 25 OFFSET 0; 1621462055043,Limit (cost=1000.90..1014.71 rows=25 width=104) (actual time=838.904..850.223 rows=25 loops=1) 1621462055043, InitPlan 1 (returns $0) 1621462055043, -> Aggregate (cost=389.92..389.93 rows=1 width=8) (actual time=298.608..298.608 rows=1 loops=1) 1621462055043, -> Bitmap Heap Scan on job_executions job_executions_1 (cost=18.68..389.06 rows=344 width=16) (actual time=1.399..298.454 rows=388 loops=1) 1621462055043," Recheck Cond: (to_tsvector('simple'::regconfig, translate(f_unaccent((jsonb ->> 'status'::text)), '&'::text, ','::text)) @@ '''committed'' | ''error'''::tsquery)" 1621462055043," Filter: (((jsonb ->> 'subordinationType'::text) ~ ''::text) AND ((to_tsvector('simple'::regconfig, translate(f_unaccent((jsonb ->> 'subordinationType'::text)), '&'::text, ','::text)) @@ '''parent'' <-> ''multiple'''::tsquery) IS NOT TRUE))" 1621462055043, Heap Blocks: exact=14 1621462055043, -> Bitmap Index Scan on job_executions_status_idx_ft (cost=0.00..18.59 rows=346 width=0) (actual time=0.069..0.069 rows=388 loops=1) 1621462055043," Index Cond: (to_tsvector('simple'::regconfig, translate(f_unaccent((jsonb ->> 'status'::text)), '&'::text, ','::text)) @@ '''committed'' | ''error'''::tsquery)" 1621462055043, -> Result (cost=610.97..801.03 rows=344 width=104) (actual time=838.903..850.217 rows=25 loops=1) 1621462055043, -> Sort (cost=610.97..611.83 rows=344 width=415) (actual time=838.022..838.027 rows=25 loops=1) 1621462055043," Sort Key: (""left""(lower(f_unaccent((job_executions.jsonb ->> 'completedDate'::text))), 600)) DESC, (lower(f_unaccent((job_executions.jsonb ->> 'completedDate'::text)))) DESC" 1621462055043, Sort Method: top-N heapsort Memory: 51kB 1621462055043, -> Hash Right Join (cost=393.36..601.26 rows=344 width=415) (actual time=567.745..837.197 rows=388 loops=1) 1621462055043, Hash Cond: (((job_execution_progress.jsonb ->> 'jobExecutionId'::text))::uuid = job_executions.id) 1621462055043, -> Seq Scan on job_execution_progress (cost=0.00..30.53 rows=353 width=199) (actual time=0.005..0.138 rows=353 loops=1) 1621462055043, -> Hash (cost=389.06..389.06 rows=344 width=160) (actual time=268.894..268.894 rows=388 loops=1) 1621462055043, Buckets: 1024 Batches: 1 Memory Usage: 57kB 1621462055043, -> Bitmap Heap Scan on job_executions (cost=18.68..389.06 rows=344 width=160) (actual time=1.032..268.702 rows=388 loops=1) 1621462055043," Recheck Cond: (to_tsvector('simple'::regconfig, translate(f_unaccent((jsonb ->> 'status'::text)), '&'::text, ','::text)) @@ '''committed'' | ''error'''::tsquery)" 1621462055043," Filter: (((jsonb ->> 'subordinationType'::text) ~ ''::text) AND ((to_tsvector('simple'::regconfig, translate(f_unaccent((jsonb ->> 'subordinationType'::text)), '&'::text, ','::text)) @@ '''parent'' <-> ''multiple'''::tsquery) IS NOT TRUE))" 1621462055043, Heap Blocks: exact=14 1621462055043, -> Bitmap Index Scan on job_executions_status_idx_ft (cost=0.00..18.59 rows=346 width=0) (actual time=0.049..0.049 rows=388 loops=1) 1621462055043," Index Cond: (to_tsvector('simple'::regconfig, translate(f_unaccent((jsonb ->> 'status'::text)), '&'::text, ','::text)) @@ '''committed'' | ''error'''::tsquery)" 1621462055043,Planning time: 1.478 ms 1621462055043,Execution time: 850.339 ms 1621462057911,22:07:37.911 [vert.x-eventloop-thread-1] INFO LogUtil [1080572815eqId] org.folio.rest.RestVerticle start invoking getMetadataProviderJobExecutions 1621462058073,22:07:38.073 [vert.x-eventloop-thread-1] INFO LogUtil [1080572977eqId] 127.0.0.1:34570 GET /metadata-provider/jobExecutions query=(status%20any%20%22COMMITTED%20ERROR%22)%20sortBy%20completedDate/sort.descending&limit=25 HTTP_1_1 200 3683091 162 tid=fs09000000 OK 1621462058836,22:07:38.835 [vert.x-eventloop-thread-1] INFO LogUtil [1080573739eqId] org.folio.rest.RestVerticle start invoking getMetadataProviderJobExecutions 1621462058836,22:07:38.836 [vert.x-eventloop-thread-1] INFO LogUtil [1080573740eqId] 127.0.0.1:34574 GET /metadata-provider/jobExecutions query=(status=%22%22%20NOT%20status=DISCARDED)%20AND%20(uiStatus==(%22PREPARING_FOR_PREVIEW%22%20OR%20%22READY_FOR_PREVIEW%22%20OR%20%22RUNNING%22))&limit=50 HTTP_1_1 200 49 0 tid=fs08000000 OK 1621462058868,"May 19, 2021 10:07:38 PM org.folio.cql2pgjson.CQL2PgJSON loadDbSchema" 1621462058868,INFO: loadDbSchema: Loaded templates/db_scripts/schema.json OK 1621462058953,22:07:38.953 [vert.x-eventloop-thread-1] INFO LogUtil [1080573857eqId] org.folio.rest.RestVerticle start invoking getMetadataProviderJobExecutions 1621462058977,22:07:38.977 [vert.x-eventloop-thread-1] INFO LogUtil [1080573881eqId] 127.0.0.1:34576 GET /metadata-provider/jobExecutions query=(status%20any%20%22COMMITTED%20ERROR%22)%20sortBy%20completedDate/sort.descending&limit=25 HTTP_1_1 200 1043920 108 tid=fs08000000 OK 1621462060589,22:07:40.589 [vert.x-eventloop-thread-1] INFO LogUtil [1080575493eqId] org.folio.rest.RestVerticle start invoking getMetadataProviderJobExecutions 1621462060589,22:07:40.589 [vert.x-eventloop-thread-1] INFO LogUtil [1080575493eqId] 127.0.0.1:34590 GET /metadata-provider/jobExecutions query=(status=%22%22%20NOT%20status=DISCARDED)%20AND%20(uiStatus==(%22PREPARING_FOR_PREVIEW%22%20OR%20%22READY_FOR_PREVIEW%22%20OR%20%22RUNNING%22))&limit=50 HTTP_1_1 200 49 0 tid=fs09000000 OK 1621462060829,22:07:40.829 [vert.x-eventloop-thread-1] INFO LogUtil [1080575733eqId] org.folio.rest.RestVerticle start invoking getMetadataProviderJobExecutions 1621462060830,22:07:40.830 [vert.x-eventloop-thread-1] INFO LogUtil [1080575734eqId] 127.0.0.1:34592 GET /metadata-provider/jobExecutions query=(status=%22%22%20NOT%20status=DISCARDED)%20AND%20(uiStatus==(%22PREPARING_FOR_PREVIEW%22%20OR%20%22READY_FOR_PREVIEW%22%20OR%20%22RUNNING%22))&limit=50 HTTP_1_1 200 49 0 tid=fs09000000 OK 1621462062879,22:07:42.879 [vert.x-eventloop-thread-1] INFO LogUtil [1080577783eqId] org.folio.rest.RestVerticle start invoking getMetadataProviderJobExecutions 1621462062880,22:07:42.880 [vert.x-eventloop-thread-1] INFO LogUtil [1080577784eqId] 127.0.0.1:34604 GET /metadata-provider/jobExecutions query=(status=%22%22%20NOT%20status=DISCARDED)%20AND%20(uiStatus==(%22PREPARING_FOR_PREVIEW%22%20OR%20%22READY_FOR_PREVIEW%22%20OR%20%22RUNNING%22))&limit=50 HTTP_1_1 200 49 0 tid=fs08000000 OK 1621462063879,22:07:43.879 [vert.x-eventloop-thread-1] INFO LogUtil [1080578783eqId] org.folio.rest.RestVerticle start invoking getMetadataProviderJobExecutions 1621462063880,22:07:43.880 [vert.x-eventloop-thread-1] INFO LogUtil [1080578784eqId] 127.0.0.1:34608 GET /metadata-provider/jobExecutions query=(status=%22%22%20NOT%20status=DISCARDED)%20AND%20(uiStatus==(%22PREPARING_FOR_PREVIEW%22%20OR%20%22READY_FOR_PREVIEW%22%20OR%20%22RUNNING%22))&limit=50 HTTP_1_1 200 49 1 tid=fs09000000 OK 1621462064847,22:07:44.846 [vert.x-eventloop-thread-1] INFO LogUtil [1080579750eqId] org.folio.rest.RestVerticle start invoking getMetadataProviderJobExecutions 1621462064847,22:07:44.847 [vert.x-eventloop-thread-1] INFO LogUtil [1080579751eqId] 127.0.0.1:34610 GET /metadata-provider/jobExecutions query=(status=%22%22%20NOT%20status=DISCARDED)%20AND%20(uiStatus==(%22PREPARING_FOR_PREVIEW%22%20OR%20%22READY_FOR_PREVIEW%22%20OR%20%22RUNNING%22))&limit=50 HTTP_1_1 200 49 0 tid=fs08000000 OK 1621462066571,"May 19, 2021 10:07:46 PM org.folio.cql2pgjson.CQL2PgJSON loadDbSchema" 1621462066571,INFO: loadDbSchema: Loaded templates/db_scripts/schema.json OK 1621462066575,22:07:46.575 [vert.x-eventloop-thread-1] INFO LogUtil [1080581479eqId] org.folio.rest.RestVerticle start invoking getMetadataProviderJobExecutions 1621462066576,22:07:46.576 [vert.x-eventloop-thread-1] INFO LogUtil [1080581480eqId] 127.0.0.1:34614 GET /metadata-provider/jobExecutions query=(status=%22%22%20NOT%20status=DISCARDED)%20AND%20(uiStatus==(%22PREPARING_FOR_PREVIEW%22%20OR%20%22READY_FOR_PREVIEW%22%20OR%20%22RUNNING%22))&limit=50 HTTP_1_1 200 49 4 tid=fs09000000 OK 1621462066627,"May 19, 2021 10:07:46 PM org.folio.cql2pgjson.CQL2PgJSON loadDbSchema" 1621462066627,INFO: loadDbSchema: Loaded templates/db_scripts/schema.json OK 1621462066630,22:07:46.630 [vert.x-eventloop-thread-1] INFO LogUtil [1080581534eqId] org.folio.rest.RestVerticle start invoking getMetadataProviderJobExecutions 1621462066631,22:07:46.631 [vert.x-eventloop-thread-1] INFO LogUtil [1080581535eqId] 127.0.0.1:34616 GET /metadata-provider/jobExecutions query=(status=%22%22%20NOT%20status=DISCARDED)%20AND%20(uiStatus==(%22PREPARING_FOR_PREVIEW%22%20OR%20%22READY_FOR_PREVIEW%22%20OR%20%22RUNNING%22))&limit=50 HTTP_1_1 200 49 4 tid=fs08000000 OK 1621462066841,22:07:46.840 [vert.x-eventloop-thread-1] INFO LogUtil [1080581744eqId] org.folio.rest.RestVerticle start invoking getMetadataProviderJobExecutions 1621462066841,22:07:46.841 [vert.x-eventloop-thread-1] INFO LogUtil [1080581745eqId] 127.0.0.1:34618 GET /metadata-provider/jobExecutions query=(status=%22%22%20NOT%20status=DISCARDED)%20AND%20(uiStatus==(%22PREPARING_FOR_PREVIEW%22%20OR%20%22READY_FOR_PREVIEW%22%20OR%20%22RUNNING%22))&limit=50 HTTP_1_1 200 49 0 tid=fs09000000 OK 1621462066874,22:07:46.874 [vert.x-eventloop-thread-1] INFO LogUtil [1080581778eqId] org.folio.rest.RestVerticle start invoking getMetadataProviderJobExecutions 1621462066960,"22:07:46.960 [vert.x-worker-thread-16] DEBUG KafkaConsumerWrapper [1080581864eqId] Consumer - id: 0 subscriptionPattern: SubscriptionDefinition(eventType=DI_RAW_MARC_BIB_RECORDS_CHUNK_READ, subscriptionPattern=cap2\.Default\.\w{4,}\.DI_RAW_MARC_BIB_RECORDS_CHUNK_READ) a Record has been received. key: 1 currentLoad: 1 globalLoad: 1" 1621462066965,"22:07:46.965 [vert.x-worker-thread-10] DEBUG KafkaConsumerWrapper [1080581869eqId] Consumer - id: 0 subscriptionPattern: SubscriptionDefinition(eventType=DI_RAW_MARC_BIB_RECORDS_CHUNK_READ, subscriptionPattern=cap2\.Default\.\w{4,}\.DI_RAW_MARC_BIB_RECORDS_CHUNK_READ) a Record has been received. key: 2 currentLoad: 2 globalLoad: 2" 1621462066967,"22:07:46.967 [vert.x-worker-thread-6] DEBUG KafkaConsumerWrapper [1080581871eqId] Consumer - id: 0 subscriptionPattern: SubscriptionDefinition(eventType=DI_RAW_MARC_BIB_RECORDS_CHUNK_READ, subscriptionPattern=cap2\.Default\.\w{4,}\.DI_RAW_MARC_BIB_RECORDS_CHUNK_READ) a Record has been received. key: 3 currentLoad: 3 globalLoad: 3" 1621462067074,22:07:47.074 [vert.x-eventloop-thread-1] INFO LogUtil [1080581978eqId] 127.0.0.1:34620 GET /metadata-provider/jobExecutions query=(status%20any%20%22COMMITTED%20ERROR%22)%20sortBy%20completedDate/sort.descending&limit=25 HTTP_1_1 200 3683091 199 tid=fs09000000 OK 1621462067096,"22:07:47.096 [vert.x-worker-thread-19] DEBUG KafkaConsumerWrapper [1080582000eqId] Consumer - id: 0 subscriptionPattern: SubscriptionDefinition(eventType=DI_RAW_MARC_BIB_RECORDS_CHUNK_READ, subscriptionPattern=cap2\.Default\.\w{4,}\.DI_RAW_MARC_BIB_RECORDS_CHUNK_READ) Committing offset: 8350" 1621462067096,"22:07:47.096 [vert.x-worker-thread-19] DEBUG KafkaConsumerWrapper [1080582000eqId] Consumer - id: 0 subscriptionPattern: SubscriptionDefinition(eventType=DI_RAW_MARC_BIB_RECORDS_CHUNK_READ, subscriptionPattern=cap2\.Default\.\w{4,}\.DI_RAW_MARC_BIB_RECORDS_CHUNK_READ) Committing offset: 8351" 1621462067096,"22:07:47.096 [vert.x-worker-thread-15] DEBUG KafkaConsumerWrapper [1080582000eqId] Consumer - id: 0 subscriptionPattern: SubscriptionDefinition(eventType=DI_RAW_MARC_BIB_RECORDS_CHUNK_READ, subscriptionPattern=cap2\.Default\.\w{4,}\.DI_RAW_MARC_BIB_RECORDS_CHUNK_READ) Committing offset: 8349" 1621462067117,22:07:47.116 [vert.x-worker-thread-5] ERROR utionProgressDaoImpl [1080582020eqId] Fail to initialize JobExecutionProgress for job with id:db9f3536-45af-40d0-9748-709e1fd44fe0 1621462067117,"io.vertx.pgclient.PgException: { ""message"": ""duplicate key value violates unique constraint \""job_execution_id_unique\"""", ""severity"": ""ERROR"", ""code"": ""23505"", ""detail"": ""Key (jobexecutionid)=(db9f3536-45af-40d0-9748-709e1fd44fe0) already exists."", ""file"": ""nbtinsert.c"", ""line"": ""437"", ""routine"": ""_bt_check_unique"", ""schema"": ""fs08000000_mod_source_record_manager"", ""table"": ""job_execution_progress"", ""constraint"": ""job_execution_id_unique"" }" 1621462067117, at io.vertx.pgclient.impl.codec.ErrorResponse.toException(ErrorResponse.java:31) ~[ms.jar:?] 1621462067117, at io.vertx.pgclient.impl.codec.QueryCommandBaseCodec.handleErrorResponse(QueryCommandBaseCodec.java:57) ~[ms.jar:?] 1621462067117, at io.vertx.pgclient.impl.codec.ExtendedQueryCommandCodec.handleErrorResponse(ExtendedQueryCommandCodec.java:90) ~[ms.jar:?] 1621462067117, at io.vertx.pgclient.impl.codec.PgDecoder.decodeError(PgDecoder.java:236) ~[ms.jar:?] 1621462067117, at io.vertx.pgclient.impl.codec.PgDecoder.decodeMessage(PgDecoder.java:122) ~[ms.jar:?] 1621462067117, at io.vertx.pgclient.impl.codec.PgDecoder.channelRead(PgDecoder.java:102) ~[ms.jar:?] 1621462067117, at io.netty.channel.CombinedChannelDuplexHandler.channelRead(CombinedChannelDuplexHandler.java:251) ~[ms.jar:?] 1621462067117, at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:379) ~[ms.jar:?] 1621462067117, at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:365) ~[ms.jar:?] 1621462067117, at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:357) ~[ms.jar:?] 1621462067117, at io.netty.channel.DefaultChannelPipeline$HeadContext.channelRead(DefaultChannelPipeline.java:1410) ~[ms.jar:?] 1621462067117, at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:379) ~[ms.jar:?] 1621462067117, at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:365) ~[ms.jar:?] 1621462067117, at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:919) ~[ms.jar:?] 1621462067117, at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:163) ~[ms.jar:?] 1621462067117, at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:714) ~[ms.jar:?] 1621462067117, at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:650) ~[ms.jar:?] 1621462067117, at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:576) ~[ms.jar:?] 1621462067117, at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:493) ~[ms.jar:?] 1621462067117, at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:989) ~[ms.jar:?] 1621462067117, at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[ms.jar:?] 1621462067117, at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) [ms.jar:?] 1621462067117, at java.lang.Thread.run(Thread.java:829) [?:?] 1621462067139,"May 19, 2021 10:07:47 PM org.folio.cql2pgjson.CQL2PgJSON loadDbSchema" 1621462067139,INFO: loadDbSchema: Loaded templates/db_scripts/schema.json OK 1621462067153,"May 19, 2021 10:07:47 PM org.folio.cql2pgjson.CQL2PgJSON loadDbSchema" 1621462067153,INFO: loadDbSchema: Loaded templates/db_scripts/schema.json OK 1621462067166,"May 19, 2021 10:07:47 PM org.folio.cql2pgjson.CQL2PgJSON loadDbSchema" 1621462067166,INFO: loadDbSchema: Loaded templates/db_scripts/schema.json OK 1621462067174,"22:07:47.174 [vert.x-worker-thread-3] INFO ngeEngineServiceImpl [1080582078eqId] Records have not been saved in record-storage, because jobProfileSnapshotWrapper contains action for Marc-Bibliographic update" 1621462067242,22:07:47.242 [vert.x-worker-thread-18] INFO ngeEngineServiceImpl [1080582146eqId] Parsed 50 records out of 50 1621462067363,"22:07:47.363 [vert.x-worker-thread-18] INFO ngeEngineServiceImpl [1080582267eqId] Records have not been saved in record-storage, because jobProfileSnapshotWrapper contains action for Marc-Bibliographic update" 1621462067397,22:07:47.397 [vert.x-worker-thread-18] INFO ngeEngineServiceImpl [1080582301eqId] Parsed 50 records out of 50 1621462067506,"22:07:47.506 [vert.x-worker-thread-18] INFO ngeEngineServiceImpl [1080582410eqId] Records have not been saved in record-storage, because jobProfileSnapshotWrapper contains action for Marc-Bibliographic update" 1621462067512,"May 19, 2021 10:07:47 PM org.folio.cql2pgjson.CQL2PgJSON loadDbSchema" 1621462067512,INFO: loadDbSchema: Loaded templates/db_scripts/schema.json OK 1621462067512,"May 19, 2021 10:07:47 PM org.folio.cql2pgjson.CQL2PgJSON queryByFt" 1621462067512,"WARNING: Doing FT search without index for job_execution_source_chunks.jsonb->>'last', CQL >>> SQL: last = true >>> get_tsvector(f_unaccent(job_execution_source_chunks.jsonb->>'last')) @@ tsquery_phrase(f_unaccent('true'))" 1621462067513,"May 19, 2021 10:07:47 PM org.folio.cql2pgjson.CQL2PgJSON queryByFt" 1621462067513,"WARNING: Doing FT search without index for job_execution_source_chunks.jsonb->>'last', CQL >>> SQL: last = true >>> get_tsvector(f_unaccent(job_execution_source_chunks.jsonb->>'last')) @@ tsquery_phrase(f_unaccent('true'))" 1621462067513,"May 19, 2021 10:07:47 PM org.folio.cql2pgjson.CQL2PgJSON queryByFt" 1621462067513,"WARNING: Doing FT search without index for job_execution_source_chunks.jsonb->>'last', CQL >>> SQL: last = true >>> get_tsvector(f_unaccent(job_execution_source_chunks.jsonb->>'last')) @@ tsquery_phrase(f_unaccent('true'))" 1621462067513,"May 19, 2021 10:07:47 PM org.folio.cql2pgjson.CQL2PgJSON queryByFt" 1621462067513,"WARNING: Doing FT search without index for job_execution_source_chunks.jsonb->>'last', CQL >>> SQL: last = true >>> get_tsvector(f_unaccent(job_execution_source_chunks.jsonb->>'last')) @@ tsquery_phrase(f_unaccent('true'))" 1621462067513,"May 19, 2021 10:07:47 PM org.folio.cql2pgjson.CQL2PgJSON queryByFt" 1621462067513,"WARNING: Doing FT search without index for job_execution_source_chunks.jsonb->>'last', CQL >>> SQL: last = true >>> get_tsvector(f_unaccent(job_execution_source_chunks.jsonb->>'last')) @@ tsquery_phrase(f_unaccent('true'))" 1621462068396,22:07:48.396 [vert.x-worker-thread-12] INFO EventHandlingUtil [1080583300eqId] Event with type: DI_MARC_BIB_FOR_UPDATE_RECEIVED and correlationId: 548129cf-2427-468a-938e-ad09331fb736 was sent to kafka 1621462068396,22:07:48.396 [vert.x-worker-thread-12] INFO EventHandlingUtil [1080583300eqId] Event with type: DI_MARC_BIB_FOR_UPDATE_RECEIVED and correlationId: efd2b514-b55b-4faa-9463-d226fb1b2b05 was sent to kafka 1621462068397,22:07:48.396 [vert.x-worker-thread-12] INFO EventHandlingUtil [1080583300eqId] Event with type: DI_MARC_BIB_FOR_UPDATE_RECEIVED and correlationId: 04f9b655-b8dc-4afe-8ded-b3a8f273169e was sent to kafka 1621462068397,22:07:48.397 [vert.x-worker-thread-12] INFO EventHandlingUtil [1080583301eqId] Event with type: DI_MARC_BIB_FOR_UPDATE_RECEIVED and correlationId: 94666f9c-cb65-424a-80d8-c8d252e9617d was sent to kafka 1621462068397,"22:07:48.397 [vert.x-worker-thread-12] DEBUG KafkaConsumerWrapper [1080583301eqId] Consumer - id: 0 subscriptionPattern: SubscriptionDefinition(eventType=DI_RAW_MARC_BIB_RECORDS_CHUNK_READ, subscriptionPattern=cap2\.Default\.\w{4,}\.DI_RAW_MARC_BIB_RECORDS_CHUNK_READ) Committed offset: 8350" 1621462068397,22:07:48.397 [vert.x-worker-thread-12] INFO EventHandlingUtil [1080583301eqId] Event with type: DI_MARC_BIB_FOR_UPDATE_RECEIVED and correlationId: d69849d9-d067-4e6d-bf17-70d5cbf47b81 was sent to kafka 1621462068397,22:07:48.397 [vert.x-worker-thread-12] INFO EventHandlingUtil [1080583301eqId] Event with type: DI_MARC_BIB_FOR_UPDATE_RECEIVED and correlationId: 5e1dc64a-fb21-4192-81fd-fd86b0ad29d3 was sent to kafka 1621462068397,"22:07:48.397 [vert.x-worker-thread-12] DEBUG KafkaConsumerWrapper [1080583301eqId] Consumer - id: 0 subscriptionPattern: SubscriptionDefinition(eventType=DI_RAW_MARC_BIB_RECORDS_CHUNK_READ, subscriptionPattern=cap2\.Default\.\w{4,}\.DI_RAW_MARC_BIB_RECORDS_CHUNK_READ) Committed offset: 8351" 1621462068397,22:07:48.397 [vert.x-worker-thread-12] INFO EventHandlingUtil [1080583301eqId] Event with type: DI_MARC_BIB_FOR_UPDATE_RECEIVED and correlationId: faca5ce4-2664-4766-ac02-6ff064ca6255 was sent to kafka 1621462068397,"22:07:48.397 [vert.x-worker-thread-12] DEBUG KafkaConsumerWrapper [1080583301eqId] Consumer - id: 0 subscriptionPattern: SubscriptionDefinition(eventType=DI_RAW_MARC_BIB_RECORDS_CHUNK_READ, subscriptionPattern=cap2\.Default\.\w{4,}\.DI_RAW_MARC_BIB_RECORDS_CHUNK_READ) Committed offset: 8349" 1621462068397,22:07:48.397 [vert.x-worker-thread-12] INFO EventHandlingUtil [1080583301eqId] Event with type: DI_MARC_BIB_FOR_UPDATE_RECEIVED and correlationId: 4481621e-b29a-463c-9a53-eaa1ba182c54 was sent to kafka 1621462068397,22:07:48.397 [vert.x-worker-thread-12] INFO EventHandlingUtil [1080583301eqId] Event with type: DI_MARC_BIB_FOR_UPDATE_RECEIVED and correlationId: 22590b68-4cb1-445d-a177-a0eefe9145a2 was sent to kafka 1621462068397,22:07:48.397 [vert.x-worker-thread-12] INFO EventHandlingUtil [1080583301eqId] Event with type: DI_MARC_BIB_FOR_UPDATE_RECEIVED and correlationId: 3f13dfd0-39fb-4cdb-989f-e9c504784052 was sent to kafka 1621462068398,22:07:48.397 [vert.x-worker-thread-12] INFO EventHandlingUtil [1080583301eqId] Event with type: DI_MARC_BIB_FOR_UPDATE_RECEIVED and correlationId: 35437b8c-5645-4ec2-ad80-42e2482b1329 was sent to kafka 1621462068398,22:07:48.398 [vert.x-worker-thread-12] INFO EventHandlingUtil [1080583302eqId] Event with type: DI_MARC_BIB_FOR_UPDATE_RECEIVED and correlationId: 19e72f78-7128-4f39-8c59-08aae998517c was sent to kafka 1621462068398,22:07:48.398 [vert.x-worker-thread-12] INFO EventHandlingUtil [1080583302eqId] Event with type: DI_MARC_BIB_FOR_UPDATE_RECEIVED and correlationId: 96ed4ef2-e3d9-401f-b54e-4ce48ca37bf8 was sent to kafka 1621462068398,22:07:48.398 [vert.x-worker-thread-12] INFO EventHandlingUtil [1080583302eqId] Event with type: DI_MARC_BIB_FOR_UPDATE_RECEIVED and correlationId: aad257b3-81dd-456c-a9b2-d0b834ec5cf6 was sent to kafka 1621462068398,22:07:48.398 [vert.x-worker-thread-12] INFO EventHandlingUtil [1080583302eqId] Event with type: DI_MARC_BIB_FOR_UPDATE_RECEIVED and correlationId: 5de1bbe0-193d-438c-9da5-a6eeec657e91 was sent to kafka 1621462068398,22:07:48.398 [vert.x-worker-thread-12] INFO EventHandlingUtil [1080583302eqId] Event with type: DI_MARC_BIB_FOR_UPDATE_RECEIVED and correlationId: 491236ca-4ac5-46e2-ab2a-8f8d99db4bb5 was sent to kafka 1621462068398,22:07:48.398 [vert.x-worker-thread-12] INFO EventHandlingUtil [1080583302eqId] Event with type: DI_MARC_BIB_FOR_UPDATE_RECEIVED and correlationId: d10be299-0977-4588-be61-7497f08e9481 was sent to kafka 1621462068398,22:07:48.398 [vert.x-worker-thread-12] INFO EventHandlingUtil [1080583302eqId] Event with type: DI_MARC_BIB_FOR_UPDATE_RECEIVED and correlationId: 4cf798f5-7151-4f5c-ac6e-3ffc8c70db5c was sent to kafka 1621462068398,22:07:48.398 [vert.x-worker-thread-12] INFO EventHandlingUtil [1080583302eqId] Event with type: DI_MARC_BIB_FOR_UPDATE_RECEIVED and correlationId: 78aca485-0d3b-470b-9aa1-0d3883bcdf7f was sent to kafka 1621462068398,22:07:48.398 [vert.x-worker-thread-12] INFO EventHandlingUtil [1080583302eqId] Event with type: DI_MARC_BIB_FOR_UPDATE_RECEIVED and correlationId: 02c57084-fb75-4880-b943-41c65007b2b5 was sent to kafka 1621462068398,22:07:48.398 [vert.x-worker-thread-12] INFO EventHandlingUtil [1080583302eqId] Event with type: DI_MARC_BIB_FOR_UPDATE_RECEIVED and correlationId: 58634358-02dd-41c4-819d-e7e7becf6763 was sent to kafka 1621462068399,22:07:48.398 [vert.x-worker-thread-12] INFO EventHandlingUtil [1080583302eqId] Event with type: DI_MARC_BIB_FOR_UPDATE_RECEIVED and correlationId: ef0f98c5-2faa-40a6-9280-94b8231387e8 was sent to kafka 1621462068399,22:07:48.399 [vert.x-worker-thread-12] INFO EventHandlingUtil [1080583303eqId] Event with type: DI_MARC_BIB_FOR_UPDATE_RECEIVED and correlationId: 100ce40d-fbd1-484e-917a-ae23660d4c8b was sent to kafka 1621462068399,22:07:48.399 [vert.x-worker-thread-12] INFO EventHandlingUtil [1080583303eqId] Event with type: DI_MARC_BIB_FOR_UPDATE_RECEIVED and correlationId: 1018ede9-27c3-4d6d-bfd6-56e19c50f972 was sent to kafka 1621462068399,22:07:48.399 [vert.x-worker-thread-12] INFO EventHandlingUtil [1080583303eqId] Event with type: DI_MARC_BIB_FOR_UPDATE_RECEIVED and correlationId: 3cdb282d-e94d-4158-a4c3-440300161ef9 was sent to kafka 1621462068399,22:07:48.399 [vert.x-worker-thread-12] INFO EventHandlingUtil [1080583303eqId] Event with type: DI_MARC_BIB_FOR_UPDATE_RECEIVED and correlationId: c2026e13-22b0-4495-bc6b-6b09e733f858 was sent to kafka 1621462068399,22:07:48.399 [vert.x-worker-thread-12] INFO EventHandlingUtil [1080583303eqId] Event with type: DI_MARC_BIB_FOR_UPDATE_RECEIVED and correlationId: f35f5107-f7a4-4cac-92bb-a5cafd752b29 was sent to kafka 1621462068399,22:07:48.399 [vert.x-worker-thread-12] INFO EventHandlingUtil [1080583303eqId] Event with type: DI_MARC_BIB_FOR_UPDATE_RECEIVED and correlationId: be127f4e-626b-45ed-8e75-da556db8d195 was sent to kafka 1621462068399,22:07:48.399 [vert.x-worker-thread-12] INFO EventHandlingUtil [1080583303eqId] Event with type: DI_MARC_BIB_FOR_UPDATE_RECEIVED and correlationId: 7aa4ef95-e83a-4358-a6f9-93fb7051f3db was sent to kafka 1621462068399,22:07:48.399 [vert.x-worker-thread-12] INFO EventHandlingUtil [1080583303eqId] Event with type: DI_MARC_BIB_FOR_UPDATE_RECEIVED and correlationId: aa70cf32-631a-480c-b3c0-b24392b6f653 was sent to kafka 1621462068399,22:07:48.399 [vert.x-worker-thread-12] INFO EventHandlingUtil [1080583303eqId] Event with type: DI_MARC_BIB_FOR_UPDATE_RECEIVED and correlationId: f0c217b3-9595-45c2-bdf6-a59b4040eb11 was sent to kafka 1621462068399,22:07:48.399 [vert.x-worker-thread-12] INFO EventHandlingUtil [1080583303eqId] Event with type: DI_MARC_BIB_FOR_UPDATE_RECEIVED and correlationId: 4dbecbb1-1f84-48c6-9594-fc789ebc7741 was sent to kafka 1621462068400,22:07:48.399 [vert.x-worker-thread-12] INFO EventHandlingUtil [1080583303eqId] Event with type: DI_MARC_BIB_FOR_UPDATE_RECEIVED and correlationId: a87a8f52-91a1-49e0-9f1f-ee1263aea818 was sent to kafka 1621462068400,22:07:48.400 [vert.x-worker-thread-12] INFO EventHandlingUtil [1080583304eqId] Event with type: DI_MARC_BIB_FOR_UPDATE_RECEIVED and correlationId: 060d5c6d-eb5f-428e-9271-71acf6cd2c14 was sent to kafka 1621462068400,22:07:48.400 [vert.x-worker-thread-12] INFO EventHandlingUtil [1080583304eqId] Event with type: DI_MARC_BIB_FOR_UPDATE_RECEIVED and correlationId: 81c3a9c5-72ee-4274-bb65-f342f9ff275b was sent to kafka 1621462068400,22:07:48.400 [vert.x-worker-thread-12] INFO EventHandlingUtil [1080583304eqId] Event with type: DI_MARC_BIB_FOR_UPDATE_RECEIVED and correlationId: c89abca8-655d-467f-9733-dbcd92460813 was sent to kafka 1621462068400,22:07:48.400 [vert.x-worker-thread-12] INFO EventHandlingUtil [1080583304eqId] Event with type: DI_MARC_BIB_FOR_UPDATE_RECEIVED and correlationId: 2af4548f-7e72-4820-b5e2-3b3674ffc7be was sent to kafka 1621462068400,22:07:48.400 [vert.x-worker-thread-12] INFO EventHandlingUtil [1080583304eqId] Event with type: DI_MARC_BIB_FOR_UPDATE_RECEIVED and correlationId: 522e3c8a-0147-42e0-a09c-b529095eb1d6 was sent to kafka 1621462068400,22:07:48.400 [vert.x-worker-thread-12] INFO EventHandlingUtil [1080583304eqId] Event with type: DI_MARC_BIB_FOR_UPDATE_RECEIVED and correlationId: dac992ea-f4bc-4b20-b2a5-0a9da1e3faba was sent to kafka 1621462068400,22:07:48.400 [vert.x-worker-thread-12] INFO EventHandlingUtil [1080583304eqId] Event with type: DI_MARC_BIB_FOR_UPDATE_RECEIVED and correlationId: b974e4d9-8e30-4102-abdc-8d2945cebb24 was sent to kafka 1621462068400,22:07:48.400 [vert.x-worker-thread-12] INFO EventHandlingUtil [1080583304eqId] Event with type: DI_MARC_BIB_FOR_UPDATE_RECEIVED and correlationId: ed2108d7-c02d-48b7-9aec-1d82cb2137a7 was sent to kafka 1621462068400,22:07:48.400 [vert.x-worker-thread-12] INFO EventHandlingUtil [1080583304eqId] Event with type: DI_MARC_BIB_FOR_UPDATE_RECEIVED and correlationId: e6b32df0-568f-4750-ba5b-3591eedbd5c8 was sent to kafka 1621462068401,22:07:48.400 [vert.x-worker-thread-12] INFO EventHandlingUtil [1080583304eqId] Event with type: DI_MARC_BIB_FOR_UPDATE_RECEIVED and correlationId: 42017d78-aceb-42ba-ab20-7c9158eee28d was sent to kafka 1621462068401,22:07:48.401 [vert.x-worker-thread-12] INFO EventHandlingUtil [1080583305eqId] Event with type: DI_MARC_BIB_FOR_UPDATE_RECEIVED and correlationId: 29eb2f8f-3651-4577-b137-0a7da117932b was sent to kafka 1621462068401,22:07:48.401 [vert.x-worker-thread-12] INFO EventHandlingUtil [1080583305eqId] Event with type: DI_MARC_BIB_FOR_UPDATE_RECEIVED and correlationId: 0119bb52-e899-4558-8648-178b0d0ff4b5 was sent to kafka 1621462068401,22:07:48.401 [vert.x-worker-thread-12] INFO EventHandlingUtil [1080583305eqId] Event with type: DI_MARC_BIB_FOR_UPDATE_RECEIVED and correlationId: d04dfa57-12a4-4d50-92c5-a02333ee5a0a was sent to kafka 1621462068401,22:07:48.401 [vert.x-worker-thread-12] INFO EventHandlingUtil [1080583305eqId] Event with type: DI_MARC_BIB_FOR_UPDATE_RECEIVED and correlationId: 7ebc93a6-5d0f-4834-a86a-931ed59db3b1 was sent to kafka 1621462068401,22:07:48.401 [vert.x-worker-thread-12] INFO EventHandlingUtil [1080583305eqId] Event with type: DI_MARC_BIB_FOR_UPDATE_RECEIVED and correlationId: 879bf374-bc0d-4ea3-bfb7-971e48d011f5 was sent to kafka 1621462068401,22:07:48.401 [vert.x-worker-thread-12] INFO EventHandlingUtil [1080583305eqId] Event with type: DI_MARC_BIB_FOR_UPDATE_RECEIVED and correlationId: 43c99283-2432-43b3-9a2f-2b4c9f8b3062 was sent to kafka 1621462068401,22:07:48.401 [vert.x-worker-thread-12] INFO EventHandlingUtil [1080583305eqId] Event with type: DI_MARC_BIB_FOR_UPDATE_RECEIVED and correlationId: 350ce568-975d-4351-954f-ced0e548977a was sent to kafka 1621462068403,"May 19, 2021 10:07:48 PM org.folio.cql2pgjson.CQL2PgJSON loadDbSchema" 1621462068403,INFO: loadDbSchema: Loaded templates/db_scripts/schema.json OK 1621462068405,22:07:48.405 [vert.x-worker-thread-12] INFO EventHandlingUtil [1080583309eqId] Event with type: DI_MARC_BIB_FOR_UPDATE_RECEIVED and correlationId: afdde75a-422c-4fef-8b38-188475e57877 was sent to kafka 1621462068406,22:07:48.406 [vert.x-worker-thread-14] INFO EventHandlingUtil [1080583310eqId] Event with type: DI_MARC_BIB_FOR_UPDATE_RECEIVED and correlationId: a0be9c24-701b-4abf-9cd1-c09f61f1b22a was sent to kafka 1621462068407,22:07:48.406 [vert.x-worker-thread-14] INFO EventHandlingUtil [1080583310eqId] Event with type: DI_MARC_BIB_FOR_UPDATE_RECEIVED and correlationId: fd67b2fb-1d0f-4400-a722-8163d28ba21b was sent to kafka 1621462068407,22:07:48.407 [vert.x-worker-thread-2] INFO EventHandlingUtil [1080583311eqId] Event with type: DI_MARC_BIB_FOR_UPDATE_RECEIVED and correlationId: 7920b0b5-d9b3-457c-bec6-67d4d3208b1a was sent to kafka 1621462068408,22:07:48.408 [vert.x-worker-thread-7] INFO EventHandlingUtil [1080583312eqId] Event with type: DI_MARC_BIB_FOR_UPDATE_RECEIVED and correlationId: 1154c0f6-2058-43b7-9638-20462b5aebae was sent to kafka 1621462068410,22:07:48.410 [vert.x-worker-thread-16] INFO EventHandlingUtil [1080583314eqId] Event with type: DI_MARC_BIB_FOR_UPDATE_RECEIVED and correlationId: cde3378a-72b0-4b8b-881f-80864baefd78 was sent to kafka 1621462068412,22:07:48.412 [vert.x-worker-thread-9] INFO EventHandlingUtil [1080583316eqId] Event with type: DI_MARC_BIB_FOR_UPDATE_RECEIVED and correlationId: d615d45b-fd33-4055-a960-066d016b2f1a was sent to kafka 1621462068414,22:07:48.414 [vert.x-worker-thread-10] INFO EventHandlingUtil [1080583318eqId] Event with type: DI_MARC_BIB_FOR_UPDATE_RECEIVED and correlationId: 064e4854-b403-49a3-8b18-aa2c99e1320c was sent to kafka 1621462068416,22:07:48.415 [vert.x-worker-thread-4] INFO EventHandlingUtil [1080583319eqId] Event with type: DI_MARC_BIB_FOR_UPDATE_RECEIVED and correlationId: 6da6d4cd-c052-4533-8772-49b6f1aa3afc was sent to kafka 1621462068418,22:07:48.418 [vert.x-worker-thread-17] INFO EventHandlingUtil [1080583322eqId] Event with type: DI_MARC_BIB_FOR_UPDATE_RECEIVED and correlationId: 8e363f27-8c8c-405e-83bd-9fdab1fcdc68 was sent to kafka 1621462068420,22:07:48.420 [vert.x-worker-thread-5] INFO EventHandlingUtil [1080583324eqId] Event with type: DI_MARC_BIB_FOR_UPDATE_RECEIVED and correlationId: 1fdb6cec-6455-4195-a3c3-1b2625e85842 was sent to kafka 1621462068422,22:07:48.422 [vert.x-worker-thread-19] INFO EventHandlingUtil [1080583326eqId] Event with type: DI_MARC_BIB_FOR_UPDATE_RECEIVED and correlationId: b212fdfb-d16c-4624-b9e1-1cef9b60a284 was sent to kafka 1621462068424,22:07:48.424 [vert.x-worker-thread-11] INFO EventHandlingUtil [1080583328eqId] Event with type: DI_MARC_BIB_FOR_UPDATE_RECEIVED and correlationId: 52f41922-a05d-4a41-9a11-c17ef0f82ba4 was sent to kafka 1621462068425,22:07:48.425 [vert.x-worker-thread-15] INFO EventHandlingUtil [1080583329eqId] Event with type: DI_MARC_BIB_FOR_UPDATE_RECEIVED and correlationId: 6e769777-754c-4deb-a19a-1b21cdf8c502 was sent to kafka 1621462068427,22:07:48.426 [vert.x-worker-thread-3] INFO EventHandlingUtil [1080583330eqId] Event with type: DI_MARC_BIB_FOR_UPDATE_RECEIVED and correlationId: f9ae87cc-b3bd-4d44-9c5b-780fdba827df was sent to kafka 1621462068429,22:07:48.429 [vert.x-worker-thread-1] INFO EventHandlingUtil [1080583333eqId] Event with type: DI_MARC_BIB_FOR_UPDATE_RECEIVED and correlationId: 83249472-45b8-4762-a1b3-8220c3de1dc9 was sent to kafka 1621462068431,22:07:48.431 [vert.x-worker-thread-8] INFO EventHandlingUtil [1080583335eqId] Event with type: DI_MARC_BIB_FOR_UPDATE_RECEIVED and correlationId: 60c65973-28d6-4ea8-9aa6-b143178d0128 was sent to kafka 1621462068438,22:07:48.438 [vert.x-worker-thread-0] INFO EventHandlingUtil [1080583342eqId] Event with type: DI_MARC_BIB_FOR_UPDATE_RECEIVED and correlationId: 283e29d1-9619-4aaa-b1c8-f9334f95e58a was sent to kafka 1621462068440,"May 19, 2021 10:07:48 PM org.folio.cql2pgjson.CQL2PgJSON queryByFt" 1621462068440,"WARNING: Doing FT search without index for job_execution_source_chunks.jsonb->>'last', CQL >>> SQL: last = true >>> get_tsvector(f_unaccent(job_execution_source_chunks.jsonb->>'last')) @@ tsquery_phrase(f_unaccent('true'))" 1621462068441,"May 19, 2021 10:07:48 PM org.folio.cql2pgjson.CQL2PgJSON queryByFt" 1621462068441,"WARNING: Doing FT search without index for job_execution_source_chunks.jsonb->>'last', CQL >>> SQL: last = true >>> get_tsvector(f_unaccent(job_execution_source_chunks.jsonb->>'last')) @@ tsquery_phrase(f_unaccent('true'))" 1621462068441,"May 19, 2021 10:07:48 PM org.folio.cql2pgjson.CQL2PgJSON queryByFt" 1621462068441,"WARNING: Doing FT search without index for job_execution_source_chunks.jsonb->>'last', CQL >>> SQL: last = true >>> get_tsvector(f_unaccent(job_execution_source_chunks.jsonb->>'last')) @@ tsquery_phrase(f_unaccent('true'))" 1621462068441,"May 19, 2021 10:07:48 PM org.folio.cql2pgjson.CQL2PgJSON queryByFt" 1621462068441,"WARNING: Doing FT search without index for job_execution_source_chunks.jsonb->>'last', CQL >>> SQL: last = true >>> get_tsvector(f_unaccent(job_execution_source_chunks.jsonb->>'last')) @@ tsquery_phrase(f_unaccent('true'))" 1621462068441,"May 19, 2021 10:07:48 PM org.folio.cql2pgjson.CQL2PgJSON queryByFt" 1621462068441,"WARNING: Doing FT search without index for job_execution_source_chunks.jsonb->>'last', CQL >>> SQL: last = true >>> get_tsvector(f_unaccent(job_execution_source_chunks.jsonb->>'last')) @@ tsquery_phrase(f_unaccent('true'))" 1621462068441,22:07:48.441 [vert.x-worker-thread-18] INFO EventHandlingUtil [1080583345eqId] Event with type: DI_MARC_BIB_FOR_UPDATE_RECEIVED and correlationId: 44fb48a1-0ea0-4a3d-b685-0e68feb526ad was sent to kafka 1621462068442,22:07:48.442 [vert.x-worker-thread-12] INFO EventHandlingUtil [1080583346eqId] Event with type: DI_MARC_BIB_FOR_UPDATE_RECEIVED and correlationId: ff8b74c8-815b-4987-9544-2e2485db5cbe was sent to kafka 1621462068444,22:07:48.444 [vert.x-worker-thread-14] INFO EventHandlingUtil [1080583348eqId] Event with type: DI_MARC_BIB_FOR_UPDATE_RECEIVED and correlationId: be2309c1-ab7d-4be5-a262-75dfccf6e311 was sent to kafka 1621462068445,22:07:48.445 [vert.x-worker-thread-2] INFO EventHandlingUtil [1080583349eqId] Event with type: DI_MARC_BIB_FOR_UPDATE_RECEIVED and correlationId: 13328a99-a421-4eed-a6e8-10abc24435fc was sent to kafka 1621462068447,22:07:48.447 [vert.x-worker-thread-7] INFO EventHandlingUtil [1080583351eqId] Event with type: DI_MARC_BIB_FOR_UPDATE_RECEIVED and correlationId: 63fd6e46-0bc1-4f65-9272-524167c296c7 was sent to kafka 1621462068450,22:07:48.449 [vert.x-worker-thread-6] INFO EventHandlingUtil [1080583353eqId] Event with type: DI_MARC_BIB_FOR_UPDATE_RECEIVED and correlationId: 0e9afbe2-6f04-4bc2-afc6-6b0fa8d41762 was sent to kafka 1621462068452,22:07:48.452 [vert.x-worker-thread-4] INFO EventHandlingUtil [1080583356eqId] Event with type: DI_MARC_BIB_FOR_UPDATE_RECEIVED and correlationId: 4e8be201-9f94-4df0-873f-104c7676f270 was sent to kafka 1621462068456,22:07:48.456 [vert.x-worker-thread-17] INFO EventHandlingUtil [1080583360eqId] Event with type: DI_MARC_BIB_FOR_UPDATE_RECEIVED and correlationId: 9cc4cdc5-7922-455b-9eb2-6edaa699b5d8 was sent to kafka 1621462068461,22:07:48.461 [vert.x-worker-thread-5] INFO EventHandlingUtil [1080583365eqId] Event with type: DI_MARC_BIB_FOR_UPDATE_RECEIVED and correlationId: 2b7c7860-634e-4f1c-97fd-0bdfd870bcf9 was sent to kafka 1621462068467,22:07:48.467 [vert.x-worker-thread-19] INFO EventHandlingUtil [1080583371eqId] Event with type: DI_MARC_BIB_FOR_UPDATE_RECEIVED and correlationId: 23e888c6-c77a-478f-a03b-1953f8b25990 was sent to kafka 1621462068468,22:07:48.468 [vert.x-worker-thread-11] INFO EventHandlingUtil [1080583372eqId] Event with type: DI_MARC_BIB_FOR_UPDATE_RECEIVED and correlationId: 460afb12-5efd-4a3f-a6a7-7d2d5a0bc9e7 was sent to kafka 1621462068470,22:07:48.470 [vert.x-worker-thread-3] INFO EventHandlingUtil [1080583374eqId] Event with type: DI_MARC_BIB_FOR_UPDATE_RECEIVED and correlationId: 73eb5e04-84da-4eb7-a801-5da813452826 was sent to kafka 1621462068471,22:07:48.471 [vert.x-worker-thread-8] INFO EventHandlingUtil [1080583375eqId] Event with type: DI_MARC_BIB_FOR_UPDATE_RECEIVED and correlationId: 97ac8d7a-a337-4e77-b6aa-9981122aa4d4 was sent to kafka 1621462068472,22:07:48.472 [vert.x-worker-thread-0] INFO EventHandlingUtil [1080583376eqId] Event with type: DI_MARC_BIB_FOR_UPDATE_RECEIVED and correlationId: 8f82d685-1a59-4b78-9884-8fbcd4d1cef6 was sent to kafka 1621462068474,22:07:48.474 [vert.x-worker-thread-18] INFO EventHandlingUtil [1080583378eqId] Event with type: DI_MARC_BIB_FOR_UPDATE_RECEIVED and correlationId: ce74049e-4759-4d52-a15a-8465f57a8fd9 was sent to kafka 1621462068475,22:07:48.475 [vert.x-worker-thread-12] INFO EventHandlingUtil [1080583379eqId] Event with type: DI_MARC_BIB_FOR_UPDATE_RECEIVED and correlationId: 654ff0a3-7768-4891-abac-1c8bd3dbf51d was sent to kafka 1621462068477,22:07:48.477 [vert.x-worker-thread-14] INFO EventHandlingUtil [1080583381eqId] Event with type: DI_MARC_BIB_FOR_UPDATE_RECEIVED and correlationId: f78df4ea-2f5a-4607-b2ba-5fa26d84acaa was sent to kafka 1621462068479,22:07:48.479 [vert.x-worker-thread-2] INFO EventHandlingUtil [1080583383eqId] Event with type: DI_MARC_BIB_FOR_UPDATE_RECEIVED and correlationId: 630c052a-bae1-4292-9bf1-f197c1bce809 was sent to kafka 1621462068481,22:07:48.481 [vert.x-worker-thread-7] INFO EventHandlingUtil [1080583385eqId] Event with type: DI_MARC_BIB_FOR_UPDATE_RECEIVED and correlationId: 442d7339-37cc-41a9-bd9e-c0daadeaee31 was sent to kafka 1621462068484,22:07:48.484 [vert.x-worker-thread-16] INFO EventHandlingUtil [1080583388eqId] Event with type: DI_MARC_BIB_FOR_UPDATE_RECEIVED and correlationId: f8f750c4-f0b3-4004-bcb4-1b1b97793102 was sent to kafka 1621462068486,22:07:48.485 [vert.x-worker-thread-6] INFO EventHandlingUtil [1080583389eqId] Event with type: DI_MARC_BIB_FOR_UPDATE_RECEIVED and correlationId: d4d81113-beb1-4509-b28d-8fcf8a52e708 was sent to kafka 1621462068489,22:07:48.489 [vert.x-worker-thread-9] INFO EventHandlingUtil [1080583393eqId] Event with type: DI_MARC_BIB_FOR_UPDATE_RECEIVED and correlationId: 2b9d63b8-6583-4b3b-bb6f-3c84808b01f7 was sent to kafka 1621462068490,22:07:48.490 [vert.x-worker-thread-10] INFO EventHandlingUtil [1080583394eqId] Event with type: DI_MARC_BIB_FOR_UPDATE_RECEIVED and correlationId: 40f9477c-b7bd-4d95-8498-75550f6aa8cc was sent to kafka 1621462068492,22:07:48.492 [vert.x-worker-thread-4] INFO EventHandlingUtil [1080583396eqId] Event with type: DI_MARC_BIB_FOR_UPDATE_RECEIVED and correlationId: e9688de1-6632-47b6-b92f-3ce826d17ad6 was sent to kafka 1621462068493,22:07:48.493 [vert.x-worker-thread-17] INFO EventHandlingUtil [1080583397eqId] Event with type: DI_MARC_BIB_FOR_UPDATE_RECEIVED and correlationId: de4dddb5-c659-4fb8-bd66-53f2b1d58d78 was sent to kafka 1621462068495,22:07:48.495 [vert.x-worker-thread-5] INFO EventHandlingUtil [1080583399eqId] Event with type: DI_MARC_BIB_FOR_UPDATE_RECEIVED and correlationId: 5fccda1d-7bd2-4386-8aa2-e297785f49ee was sent to kafka 1621462068496,22:07:48.496 [vert.x-worker-thread-13] INFO EventHandlingUtil [1080583400eqId] Event with type: DI_MARC_BIB_FOR_UPDATE_RECEIVED and correlationId: 91d67fef-ac9a-4174-8ffd-5b8362dab3b2 was sent to kafka 1621462068498,22:07:48.498 [vert.x-worker-thread-19] INFO EventHandlingUtil [1080583402eqId] Event with type: DI_MARC_BIB_FOR_UPDATE_RECEIVED and correlationId: b56955b4-4156-40c8-9195-a7b64ce350da was sent to kafka 1621462068500,22:07:48.500 [vert.x-worker-thread-11] INFO EventHandlingUtil [1080583404eqId] Event with type: DI_MARC_BIB_FOR_UPDATE_RECEIVED and correlationId: 478f3303-9363-4750-92e6-ba6ca2977139 was sent to kafka 1621462068502,22:07:48.501 [vert.x-worker-thread-15] INFO EventHandlingUtil [1080583405eqId] Event with type: DI_MARC_BIB_FOR_UPDATE_RECEIVED and correlationId: acbdbad2-be85-4b98-9df1-cdb5762d75fa was sent to kafka 1621462068503,22:07:48.503 [vert.x-worker-thread-3] INFO EventHandlingUtil [1080583407eqId] Event with type: DI_MARC_BIB_FOR_UPDATE_RECEIVED and correlationId: ca83fbb0-9731-4ddf-b6c5-756dc223136d was sent to kafka 1621462068505,22:07:48.505 [vert.x-worker-thread-1] INFO EventHandlingUtil [1080583409eqId] Event with type: DI_MARC_BIB_FOR_UPDATE_RECEIVED and correlationId: 5bca03ea-3bec-4543-9b5a-fbb29f726cb1 was sent to kafka 1621462068509,"May 19, 2021 10:07:48 PM org.folio.cql2pgjson.CQL2PgJSON loadDbSchema" 1621462068509,INFO: loadDbSchema: Loaded templates/db_scripts/schema.json OK 1621462068526,"May 19, 2021 10:07:48 PM org.folio.cql2pgjson.CQL2PgJSON queryByFt" 1621462068526,"WARNING: Doing FT search without index for job_execution_source_chunks.jsonb->>'last', CQL >>> SQL: last = true >>> get_tsvector(f_unaccent(job_execution_source_chunks.jsonb->>'last')) @@ tsquery_phrase(f_unaccent('true'))" 1621462068526,"May 19, 2021 10:07:48 PM org.folio.cql2pgjson.CQL2PgJSON queryByFt" 1621462068526,"WARNING: Doing FT search without index for job_execution_source_chunks.jsonb->>'last', CQL >>> SQL: last = true >>> get_tsvector(f_unaccent(job_execution_source_chunks.jsonb->>'last')) @@ tsquery_phrase(f_unaccent('true'))" 1621462068526,"May 19, 2021 10:07:48 PM org.folio.cql2pgjson.CQL2PgJSON queryByFt" 1621462068526,"WARNING: Doing FT search without index for job_execution_source_chunks.jsonb->>'last', CQL >>> SQL: last = true >>> get_tsvector(f_unaccent(job_execution_source_chunks.jsonb->>'last')) @@ tsquery_phrase(f_unaccent('true'))" 1621462068527,"May 19, 2021 10:07:48 PM org.folio.cql2pgjson.CQL2PgJSON queryByFt" 1621462068527,"WARNING: Doing FT search without index for job_execution_source_chunks.jsonb->>'last', CQL >>> SQL: last = true >>> get_tsvector(f_unaccent(job_execution_source_chunks.jsonb->>'last')) @@ tsquery_phrase(f_unaccent('true'))" 1621462068527,"May 19, 2021 10:07:48 PM org.folio.cql2pgjson.CQL2PgJSON queryByFt" 1621462068527,"WARNING: Doing FT search without index for job_execution_source_chunks.jsonb->>'last', CQL >>> SQL: last = true >>> get_tsvector(f_unaccent(job_execution_source_chunks.jsonb->>'last')) @@ tsquery_phrase(f_unaccent('true'))" 1621462068947,22:07:48.947 [vert.x-eventloop-thread-1] INFO LogUtil [1080583851eqId] org.folio.rest.RestVerticle start invoking getMetadataProviderJobExecutions 1621462068972,22:07:48.972 [vert.x-eventloop-thread-1] INFO LogUtil [1080583876eqId] 127.0.0.1:34682 GET /metadata-provider/jobExecutions query=(status%20any%20%22COMMITTED%20ERROR%22)%20sortBy%20completedDate/sort.descending&limit=25 HTTP_1_1 200 1043920 25 tid=fs08000000 OK 1621462068985,22:07:48.985 [vert.x-eventloop-thread-1] INFO LogUtil [1080583889eqId] org.folio.rest.RestVerticle start invoking getAdminHealth 1621462068985,22:07:48.985 [vert.x-eventloop-thread-1] INFO LogUtil [1080583889eqId] 127.0.0.1:34688 GET /admin/health null HTTP_1_1 200 4 0 tid=null OK 1621462069889,22:07:49.888 [vert.x-eventloop-thread-1] INFO LogUtil [1080584792eqId] org.folio.rest.RestVerticle start invoking getMetadataProviderJobExecutions 1621462069889,22:07:49.889 [vert.x-eventloop-thread-1] INFO LogUtil [1080584793eqId] 127.0.0.1:34696 GET /metadata-provider/jobExecutions query=(status=%22%22%20NOT%20status=DISCARDED)%20AND%20(uiStatus==(%22PREPARING_FOR_PREVIEW%22%20OR%20%22READY_FOR_PREVIEW%22%20OR%20%22RUNNING%22))&limit=50 HTTP_1_1 200 49 0 tid=fs09000000 OK 1621462070864,22:07:50.864 [vert.x-eventloop-thread-1] INFO LogUtil [1080585768eqId] org.folio.rest.RestVerticle start invoking getMetadataProviderJobExecutions 1621462070864,22:07:50.864 [vert.x-eventloop-thread-1] INFO LogUtil [1080585768eqId] 127.0.0.1:34698 GET /metadata-provider/jobExecutions query=(status=%22%22%20NOT%20status=DISCARDED)%20AND%20(uiStatus==(%22PREPARING_FOR_PREVIEW%22%20OR%20%22READY_FOR_PREVIEW%22%20OR%20%22RUNNING%22))&limit=50 HTTP_1_1 200 49 1 tid=fs08000000 OK 1621462072119,22:07:52.118 [vert.x-eventloop-thread-1] INFO LogUtil [1080587022eqId] org.folio.rest.RestVerticle start invoking getMetadataProviderJobExecutions 1621462072119,22:07:52.119 [vert.x-eventloop-thread-1] INFO LogUtil [1080587023eqId] 127.0.0.1:34700 GET /metadata-provider/jobExecutions query=(status=%22%22%20NOT%20status=DISCARDED)%20AND%20(uiStatus==(%22PREPARING_FOR_PREVIEW%22%20OR%20%22READY_FOR_PREVIEW%22%20OR%20%22RUNNING%22))&limit=50 HTTP_1_1 200 49 0 tid=fs08000000 OK 1621462072609,22:07:52.609 [vert.x-eventloop-thread-1] INFO LogUtil [1080587513eqId] org.folio.rest.RestVerticle start invoking getMetadataProviderJobExecutions 1621462072609,22:07:52.609 [vert.x-eventloop-thread-1] INFO LogUtil [1080587513eqId] 127.0.0.1:34702 GET /metadata-provider/jobExecutions query=(status=%22%22%20NOT%20status=DISCARDED)%20AND%20(uiStatus==(%22PREPARING_FOR_PREVIEW%22%20OR%20%22READY_FOR_PREVIEW%22%20OR%20%22RUNNING%22))&limit=50 HTTP_1_1 200 49 0 tid=fs09000000 OK 1621462072669,22:07:52.669 [vert.x-eventloop-thread-1] INFO LogUtil [1080587573eqId] org.folio.rest.RestVerticle start invoking getMetadataProviderJobExecutions 1621462072828,22:07:52.828 [vert.x-eventloop-thread-1] INFO LogUtil [1080587732eqId] 127.0.0.1:34704 GET /metadata-provider/jobExecutions query=(status%20any%20%22COMMITTED%20ERROR%22)%20sortBy%20completedDate/sort.descending&limit=25 HTTP_1_1 200 3683091 159 tid=fs09000000 OK 1621462075131,22:07:55.131 [vert.x-eventloop-thread-1] INFO LogUtil [1080590035eqId] org.folio.rest.RestVerticle start invoking getAdminHealth 1621462075131,22:07:55.131 [vert.x-eventloop-thread-1] INFO LogUtil [1080590035eqId] 127.0.0.1:34718 GET /admin/health null HTTP_1_1 200 4 1 tid=null OK 1621462076848,22:07:56.847 [vert.x-eventloop-thread-1] INFO LogUtil [1080591751eqId] org.folio.rest.RestVerticle start invoking getMetadataProviderJobExecutions 1621462076848,22:07:56.847 [vert.x-eventloop-thread-1] INFO LogUtil [1080591751eqId] 127.0.0.1:34728 GET /metadata-provider/jobExecutions query=(status=%22%22%20NOT%20status=DISCARDED)%20AND%20(uiStatus==(%22PREPARING_FOR_PREVIEW%22%20OR%20%22READY_FOR_PREVIEW%22%20OR%20%22RUNNING%22))&limit=50 HTTP_1_1 200 49 0 tid=fs08000000 OK 1621462076953,22:07:56.952 [vert.x-eventloop-thread-1] INFO LogUtil [1080591856eqId] org.folio.rest.RestVerticle start invoking getMetadataProviderJobExecutions 1621462076953,22:07:56.953 [vert.x-eventloop-thread-1] INFO LogUtil [1080591857eqId] 127.0.0.1:34730 GET /metadata-provider/jobExecutions query=(status=%22%22%20NOT%20status=DISCARDED)%20AND%20(uiStatus==(%22PREPARING_FOR_PREVIEW%22%20OR%20%22READY_FOR_PREVIEW%22%20OR%20%22RUNNING%22))&limit=50 HTTP_1_1 200 49 0 tid=fs09000000 OK 1621462077343,22:07:57.343 [vert.x-eventloop-thread-1] INFO LogUtil [1080592247eqId] org.folio.rest.RestVerticle start invoking getMetadataProviderJobExecutions 1621462077344,22:07:57.344 [vert.x-eventloop-thread-1] INFO LogUtil [1080592248eqId] 127.0.0.1:34732 GET /metadata-provider/jobExecutions query=(status=%22%22%20NOT%20status=DISCARDED)%20AND%20(uiStatus==(%22PREPARING_FOR_PREVIEW%22%20OR%20%22READY_FOR_PREVIEW%22%20OR%20%22RUNNING%22))&limit=50 HTTP_1_1 200 49 0 tid=fs08000000 OK 1621462078622,22:07:58.622 [vert.x-eventloop-thread-1] INFO LogUtil [1080593526eqId] org.folio.rest.RestVerticle start invoking getMetadataProviderJobExecutions 1621462078622,22:07:58.622 [vert.x-eventloop-thread-1] INFO LogUtil [1080593526eqId] 127.0.0.1:34734 GET /metadata-provider/jobExecutions query=(status=%22%22%20NOT%20status=DISCARDED)%20AND%20(uiStatus==(%22PREPARING_FOR_PREVIEW%22%20OR%20%22READY_FOR_PREVIEW%22%20OR%20%22RUNNING%22))&limit=50 HTTP_1_1 200 49 1 tid=fs09000000 OK 1621462078650,22:07:58.650 [vert.x-eventloop-thread-1] INFO LogUtil [1080593554eqId] org.folio.rest.RestVerticle start invoking getMetadataProviderJobExecutions