2022-05-18 03:06:18 INFO i.a.w.w.WorkerRun(call):49 - Executing worker wrapper. Airbyte version: 0.38.2-alpha 2022-05-18 03:06:18 INFO i.a.w.t.TemporalAttemptExecution(get):108 - Docker volume job log path: /tmp/workspace/1/0/logs.log 2022-05-18 03:06:18 INFO i.a.w.t.TemporalAttemptExecution(get):113 - Executing worker wrapper. Airbyte version: 0.38.2-alpha 2022-05-18 03:06:18 WARN c.n.s.JsonMetaSchema(newValidator):338 - Unknown keyword example - you should define your own Meta Schema. If the keyword is irrelevant for validation, just use a NonValidationKeyword 2022-05-18 03:06:18 INFO i.a.w.DefaultReplicationWorker(run):107 - start sync worker. job id: 1 attempt id: 0 2022-05-18 03:06:18 INFO i.a.w.DefaultReplicationWorker(run):119 - configured sync modes: {database_nametable_name=full_refresh - overwrite} 2022-05-18 03:06:18 INFO i.a.w.p.a.DefaultAirbyteDestination(start):69 - Running destination... 2022-05-18 03:06:18 INFO i.a.c.i.LineGobbler(voidCall):82 - Checking if airbyte/destination-bigquery-denormalized:1.1.6 exists... 2022-05-18 03:06:18 INFO i.a.c.i.LineGobbler(voidCall):82 - airbyte/destination-bigquery-denormalized:1.1.6 was found locally. 2022-05-18 03:06:18 INFO i.a.w.p.DockerProcessFactory(create):108 - Creating docker job ID: 1 2022-05-18 03:06:18 INFO i.a.w.p.DockerProcessFactory(create):163 - Preparing command: docker run --rm --init -i -w /data/1/0 --log-driver none --name destination-bigquery-denormalized-write-1-0-qxcfh --network host -v airbyte_workspace:/data -v /tmp/airbyte_local:/local -e WORKER_JOB_ATTEMPT=0 -e WORKER_CONNECTOR_IMAGE=airbyte/destination-bigquery-denormalized:1.1.6 -e AIRBYTE_ROLE= -e WORKER_ENVIRONMENT=DOCKER -e AIRBYTE_VERSION=0.38.2-alpha -e WORKER_JOB_ID=1 airbyte/destination-bigquery-denormalized:1.1.6 write --config destination_config.json --catalog destination_catalog.json 2022-05-18 03:06:18 INFO i.a.c.i.LineGobbler(voidCall):82 - Checking if airbyte/source-mysql:0.5.11 exists... 2022-05-18 03:06:18 INFO i.a.c.i.LineGobbler(voidCall):82 - airbyte/source-mysql:0.5.11 was found locally. 2022-05-18 03:06:18 INFO i.a.w.p.DockerProcessFactory(create):108 - Creating docker job ID: 1 2022-05-18 03:06:18 INFO i.a.w.p.DockerProcessFactory(create):163 - Preparing command: docker run --rm --init -i -w /data/1/0 --log-driver none --name source-mysql-read-1-0-vuadi --network host -v airbyte_workspace:/data -v /tmp/airbyte_local:/local -e WORKER_JOB_ATTEMPT=0 -e WORKER_CONNECTOR_IMAGE=airbyte/source-mysql:0.5.11 -e AIRBYTE_ROLE= -e WORKER_ENVIRONMENT=DOCKER -e AIRBYTE_VERSION=0.38.2-alpha -e WORKER_JOB_ID=1 airbyte/source-mysql:0.5.11 read --config source_config.json --catalog source_catalog.json 2022-05-18 03:06:18 INFO i.a.w.DefaultReplicationWorker(lambda$getDestinationOutputRunnable$6):358 - Destination output thread started. 2022-05-18 03:06:18 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):283 - Replication thread started. 2022-05-18 03:06:18 INFO i.a.w.DefaultReplicationWorker(run):161 - Waiting for source and destination threads to complete. 2022-05-18 03:06:19 source > SLF4J: Class path contains multiple SLF4J bindings. 2022-05-18 03:06:19 source > SLF4J: Found binding in [jar:file:/airbyte/lib/log4j-slf4j-impl-2.17.1.jar!/org/slf4j/impl/StaticLoggerBinder.class] 2022-05-18 03:06:19 source > SLF4J: Found binding in [jar:file:/airbyte/lib/slf4j-log4j12-1.7.30.jar!/org/slf4j/impl/StaticLoggerBinder.class] 2022-05-18 03:06:19 source > SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an explanation. 2022-05-18 03:06:19 destination > SLF4J: Class path contains multiple SLF4J bindings. 2022-05-18 03:06:19 destination > SLF4J: Found binding in [jar:file:/airbyte/lib/log4j-slf4j-impl-2.17.1.jar!/org/slf4j/impl/StaticLoggerBinder.class] 2022-05-18 03:06:19 destination > SLF4J: Found binding in [jar:file:/airbyte/lib/slf4j-log4j12-1.7.25.jar!/org/slf4j/impl/StaticLoggerBinder.class] 2022-05-18 03:06:19 destination > SLF4J: Found binding in [jar:file:/airbyte/lib/logback-classic-1.2.3.jar!/org/slf4j/impl/StaticLoggerBinder.class] 2022-05-18 03:06:19 destination > SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an explanation. 2022-05-18 03:06:19 source > SLF4J: Actual binding is of type [org.apache.logging.slf4j.Log4jLoggerFactory] 2022-05-18 03:06:19 destination > SLF4J: Actual binding is of type [org.apache.logging.slf4j.Log4jLoggerFactory] 2022-05-18 03:06:20 source > 2022-05-18 03:06:20 INFO i.a.i.s.m.MySqlSource(main):210 - starting source: class io.airbyte.integrations.source.mysql.MySqlSource 2022-05-18 03:06:20 destination > 2022-05-18 03:06:20 INFO i.a.i.b.IntegrationCliParser(parseOptions):118 - integration args: {catalog=destination_catalog.json, write=null, config=destination_config.json} 2022-05-18 03:06:20 destination > 2022-05-18 03:06:20 INFO i.a.i.b.IntegrationRunner(runInternal):123 - Running integration: io.airbyte.integrations.destination.bigquery.BigQueryDenormalizedDestination 2022-05-18 03:06:20 destination > 2022-05-18 03:06:20 INFO i.a.i.b.IntegrationRunner(runInternal):124 - Command: WRITE 2022-05-18 03:06:20 destination > 2022-05-18 03:06:20 INFO i.a.i.b.IntegrationRunner(runInternal):125 - Integration config: IntegrationConfig{command=WRITE, configPath='destination_config.json', catalogPath='destination_catalog.json', statePath='null'} 2022-05-18 03:06:20 source > 2022-05-18 03:06:20 INFO i.a.i.b.IntegrationCliParser(parseOptions):118 - integration args: {read=null, catalog=source_catalog.json, config=source_config.json} 2022-05-18 03:06:20 source > 2022-05-18 03:06:20 INFO i.a.i.b.IntegrationRunner(runInternal):121 - Running integration: io.airbyte.integrations.base.ssh.SshWrappedSource 2022-05-18 03:06:20 source > 2022-05-18 03:06:20 INFO i.a.i.b.IntegrationRunner(runInternal):122 - Command: READ 2022-05-18 03:06:20 source > 2022-05-18 03:06:20 INFO i.a.i.b.IntegrationRunner(runInternal):123 - Integration config: IntegrationConfig{command=READ, configPath='source_config.json', catalogPath='source_catalog.json', statePath='null'} 2022-05-18 03:06:20 destination > 2022-05-18 03:06:20 WARN c.n.s.JsonMetaSchema(newValidator):338 - Unknown keyword examples - you should define your own Meta Schema. If the keyword is irrelevant for validation, just use a NonValidationKeyword 2022-05-18 03:06:20 destination > 2022-05-18 03:06:20 WARN c.n.s.JsonMetaSchema(newValidator):338 - Unknown keyword airbyte_secret - you should define your own Meta Schema. If the keyword is irrelevant for validation, just use a NonValidationKeyword 2022-05-18 03:06:20 destination > 2022-05-18 03:06:20 INFO i.a.i.d.b.BigQueryUtils(getLoadingMethod):303 - Selected loading method is set to: GCS 2022-05-18 03:06:20 source > 2022-05-18 03:06:20 WARN c.n.s.JsonMetaSchema(newValidator):338 - Unknown keyword order - you should define your own Meta Schema. If the keyword is irrelevant for validation, just use a NonValidationKeyword 2022-05-18 03:06:20 source > 2022-05-18 03:06:20 WARN c.n.s.JsonMetaSchema(newValidator):338 - Unknown keyword examples - you should define your own Meta Schema. If the keyword is irrelevant for validation, just use a NonValidationKeyword 2022-05-18 03:06:20 source > 2022-05-18 03:06:20 WARN c.n.s.JsonMetaSchema(newValidator):338 - Unknown keyword airbyte_secret - you should define your own Meta Schema. If the keyword is irrelevant for validation, just use a NonValidationKeyword 2022-05-18 03:06:20 source > 2022-05-18 03:06:20 WARN c.n.s.JsonMetaSchema(newValidator):338 - Unknown keyword multiline - you should define your own Meta Schema. If the keyword is irrelevant for validation, just use a NonValidationKeyword 2022-05-18 03:06:20 destination > 2022-05-18 03:06:20 INFO i.a.i.d.s.S3FormatConfigs(getS3FormatConfig):22 - S3 format config: {"format_type":"AVRO","flattening":"No flattening","part_size_mb":"100"} 2022-05-18 03:06:20 destination > 2022-05-18 03:06:20 INFO i.a.i.d.b.BigQueryUtils(isKeepFilesInGcs):319 - All tmp files will be removed from GCS when replication is finished 2022-05-18 03:06:21 source > 2022-05-18 03:06:21 INFO i.a.i.b.s.SshTunnel(getInstance):170 - Starting connection with method: NO_TUNNEL 2022-05-18 03:06:21 source > 2022-05-18 03:06:21 INFO i.a.i.s.r.CdcStateManager():26 - Initialized CDC state with: null 2022-05-18 03:06:21 source > 2022-05-18 03:06:21 INFO i.a.i.s.r.StateManager(createCursorInfoForStream):118 - No cursor field set in catalog but not present in state. Stream: AirbyteStreamNameNamespacePair{name='table_name', namespace='database_name'}, New Cursor Field: null. Resetting cursor value 2022-05-18 03:06:21 destination > 2022-05-18 03:06:21 INFO i.a.i.d.b.BigQueryDestination(getGcsRecordConsumer):286 - Creating BigQuery staging message consumer with staging ID 2be46f80-0f62-497c-b208-80e5e49bb52f at 2022-05-18T03:06:20.923Z [redacted] 2022-05-18 03:06:21 destination > 2022-05-18 03:06:21 INFO i.a.i.d.b.BigQueryStagingConsumerFactory(lambda$createWriteConfigs$1):86 - BigQuery write config: BigQueryWriteConfig[... 2022-05-18 03:06:21 destination > 2022-05-18 03:06:21 INFO i.a.i.d.b.BufferedStreamConsumer(startTracked):116 - class io.airbyte.integrations.destination.buffered_stream_consumer.BufferedStreamConsumer started. 2022-05-18 03:06:21 destination > 2022-05-18 03:06:21 INFO i.a.i.d.b.BigQueryStagingConsumerFactory(lambda$onStartFunction$3):98 - Preparing tmp tables in destination started for 1 streams 2022-05-18 03:06:21 destination > 2022-05-18 03:06:21 INFO i.a.i.d.b.BigQueryGcsOperations(createSchemaIfNotExists):86 - Creating dataset airbyte [redacted] 2022-05-18 03:06:22 destination > 2022-05-18 03:06:22 INFO i.a.i.d.b.BigQueryGcsOperations(createTmpTableIfNotExists):94 - Creating tmp table GenericData{... [redacted] 2022-05-18 03:06:22 source > 2022-05-18 03:06:22 INFO i.a.i.s.m.MySqlSource(getIncrementalIterators):193 - using CDC: false 2022-05-18 03:06:22 source > 2022-05-18 03:06:22 INFO i.a.i.s.r.AbstractRelationalDbSource(queryTableFullRefresh):35 - Queueing query for table: table_name 2022-05-18 03:06:22 source > 2022-05-18 03:06:22 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(initialize):32 - Set initial fetch size: 10 rows 2022-05-18 03:06:22 destination > 2022-05-18 03:06:22 INFO i.a.i.d.b.BigQueryUtils(createPartitionedTable):131 - Partitioned table created successfully: GenericData{... 2022-05-18 03:06:22 destination > 2022-05-18 03:06:22 INFO i.a.i.d.b.BigQueryGcsOperations(createStageIfNotExists):101 - Creating staging path for stream table_name (dataset airbyte): data/airbyte_table_name/2022/05/18/03/2be46f80-0f62-497c-b208-80e5e49bb52f/ 2022-05-18 03:06:23 destination > 2022-05-18 03:06:23 INFO i.a.i.d.s.S3StorageOperations(createBucketObjectIfNotExists):97 - Storage Object gcp-bucket-name/data/airbyte_table_name/2022/05/18/03/2be46f80-0f62-497c-b208-80e5e49bb52f/ does not exist in bucket; creating... 2022-05-18 03:06:24 destination > 2022-05-18 03:06:24 INFO i.a.i.d.s.S3StorageOperations(createBucketObjectIfNotExists):99 - Storage Object gcp-bucket-name/data/airbyte_table_name/2022/05/18/03/2be46f80-0f62-497c-b208-80e5e49bb52f/ has been created in bucket. 2022-05-18 03:06:24 destination > 2022-05-18 03:06:24 INFO i.a.i.d.b.BigQueryStagingConsumerFactory(lambda$onStartFunction$3):107 - Preparing tmp tables in destination completed. 2022-05-18 03:11:02 source > 2022-05-18 03:11:02 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26506 rows 2022-05-18 03:11:03 destination > 2022-05-18 03:11:03 INFO i.a.i.d.r.SerializedBufferingStrategy(lambda$addRecord$0):55 - Starting a new buffer for stream table_name (current state: 0 bytes in 0 buffers) 2022-05-18 03:11:03 destination > 2022-05-18 03:11:03 INFO i.a.i.d.b.f.DefaultBigQueryDenormalizedRecordFormatter(formatAllOfAndAnyOfFields):68 - getSchemaFields : ... 2022-05-18 03:11:03 destination > 2022-05-18 03:11:03 INFO i.a.i.d.b.f.DefaultBigQueryDenormalizedRecordFormatter(getSchemaFields):222 - getSchemaFields : ... 2022-05-18 03:11:03 destination > 2022-05-18 03:11:03 INFO i.a.i.d.b.f.DefaultBigQueryDenormalizedRecordFormatter(getBigQuerySchema):217 - Airbyte Schema is transformed from ... 2022-05-18 03:11:03 source > 2022-05-18 03:11:03 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26505 rows 2022-05-18 03:11:03 source > 2022-05-18 03:11:03 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26487 rows 2022-05-18 03:11:04 source > 2022-05-18 03:11:03 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26489 rows 2022-05-18 03:11:04 source > 2022-05-18 03:11:03 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26392 rows 2022-05-18 03:11:04 source > 2022-05-18 03:11:03 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26404 rows 2022-05-18 03:11:04 source > 2022-05-18 03:11:04 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26604 rows 2022-05-18 03:11:05 source > 2022-05-18 03:11:04 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26628 rows 2022-05-18 03:11:05 source > 2022-05-18 03:11:04 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26858 rows 2022-05-18 03:11:05 source > 2022-05-18 03:11:04 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26945 rows 2022-05-18 03:11:05 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):313 - Records read: 1000 (1 MB) 2022-05-18 03:11:05 source > 2022-05-18 03:11:04 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26899 rows 2022-05-18 03:11:05 source > 2022-05-18 03:11:04 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27169 rows 2022-05-18 03:11:05 source > 2022-05-18 03:11:04 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27101 rows 2022-05-18 03:11:06 source > 2022-05-18 03:11:05 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27134 rows 2022-05-18 03:11:06 source > 2022-05-18 03:11:05 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27247 rows 2022-05-18 03:11:06 source > 2022-05-18 03:11:05 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27310 rows 2022-05-18 03:11:06 source > 2022-05-18 03:11:05 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27205 rows 2022-05-18 03:11:06 source > 2022-05-18 03:11:05 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27132 rows 2022-05-18 03:11:07 source > 2022-05-18 03:11:05 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27065 rows 2022-05-18 03:11:07 source > 2022-05-18 03:11:05 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27008 rows 2022-05-18 03:11:07 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):313 - Records read: 2000 (3 MB) 2022-05-18 03:11:07 source > 2022-05-18 03:11:05 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26829 rows 2022-05-18 03:11:07 source > 2022-05-18 03:11:05 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26795 rows 2022-05-18 03:11:07 source > 2022-05-18 03:11:05 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26512 rows 2022-05-18 03:11:07 source > 2022-05-18 03:11:06 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26611 rows 2022-05-18 03:11:07 source > 2022-05-18 03:11:06 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26843 rows 2022-05-18 03:11:08 source > 2022-05-18 03:11:06 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27113 rows 2022-05-18 03:11:08 source > 2022-05-18 03:11:06 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27051 rows 2022-05-18 03:11:08 source > 2022-05-18 03:11:06 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27038 rows 2022-05-18 03:11:08 source > 2022-05-18 03:11:07 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26986 rows 2022-05-18 03:11:08 source > 2022-05-18 03:11:07 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27162 rows 2022-05-18 03:11:08 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):313 - Records read: 3000 (5 MB) 2022-05-18 03:11:08 source > 2022-05-18 03:11:07 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27071 rows 2022-05-18 03:11:09 source > 2022-05-18 03:11:07 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26698 rows 2022-05-18 03:11:09 source > 2022-05-18 03:11:08 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26913 rows 2022-05-18 03:11:09 source > 2022-05-18 03:11:08 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26873 rows 2022-05-18 03:11:09 source > 2022-05-18 03:11:08 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27262 rows 2022-05-18 03:11:09 source > 2022-05-18 03:11:08 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27183 rows 2022-05-18 03:11:09 source > 2022-05-18 03:11:08 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27113 rows 2022-05-18 03:11:09 source > 2022-05-18 03:11:08 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27366 rows 2022-05-18 03:11:10 source > 2022-05-18 03:11:08 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27276 rows 2022-05-18 03:11:10 source > 2022-05-18 03:11:08 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27173 rows 2022-05-18 03:11:10 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):313 - Records read: 4000 (7 MB) 2022-05-18 03:11:10 source > 2022-05-18 03:11:08 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26887 rows 2022-05-18 03:11:10 source > 2022-05-18 03:11:08 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26848 rows 2022-05-18 03:11:10 source > 2022-05-18 03:11:09 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26638 rows 2022-05-18 03:11:10 source > 2022-05-18 03:11:09 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26625 rows 2022-05-18 03:11:10 source > 2022-05-18 03:11:09 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26610 rows 2022-05-18 03:11:11 source > 2022-05-18 03:11:09 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26598 rows 2022-05-18 03:11:11 source > 2022-05-18 03:11:09 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26892 rows 2022-05-18 03:11:11 source > 2022-05-18 03:11:10 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27154 rows 2022-05-18 03:11:11 source > 2022-05-18 03:11:10 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27398 rows 2022-05-18 03:11:11 source > 2022-05-18 03:11:10 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27306 rows 2022-05-18 03:11:11 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):313 - Records read: 5000 (9 MB) 2022-05-18 03:11:11 source > 2022-05-18 03:11:10 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27366 rows 2022-05-18 03:11:11 source > 2022-05-18 03:11:10 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27594 rows 2022-05-18 03:11:12 source > 2022-05-18 03:11:10 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27479 rows 2022-05-18 03:11:12 source > 2022-05-18 03:11:10 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27693 rows 2022-05-18 03:11:12 source > 2022-05-18 03:11:11 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27568 rows 2022-05-18 03:11:12 source > 2022-05-18 03:11:11 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27333 rows 2022-05-18 03:11:12 source > 2022-05-18 03:11:11 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27444 rows 2022-05-18 03:11:12 source > 2022-05-18 03:11:11 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27230 rows 2022-05-18 03:11:13 source > 2022-05-18 03:11:11 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27471 rows 2022-05-18 03:11:13 source > 2022-05-18 03:11:11 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27370 rows 2022-05-18 03:11:13 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):313 - Records read: 6000 (11 MB) 2022-05-18 03:11:13 source > 2022-05-18 03:11:11 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27455 rows 2022-05-18 03:11:13 source > 2022-05-18 03:11:12 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27506 rows 2022-05-18 03:11:13 source > 2022-05-18 03:11:12 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27400 rows 2022-05-18 03:11:14 source > 2022-05-18 03:11:12 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26967 rows 2022-05-18 03:11:14 source > 2022-05-18 03:11:12 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27106 rows 2022-05-18 03:11:14 source > 2022-05-18 03:11:13 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26843 rows 2022-05-18 03:11:14 source > 2022-05-18 03:11:13 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26735 rows 2022-05-18 03:11:14 source > 2022-05-18 03:11:13 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27015 rows 2022-05-18 03:11:14 source > 2022-05-18 03:11:13 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26883 rows 2022-05-18 03:11:15 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):313 - Records read: 7000 (13 MB) 2022-05-18 03:11:15 source > 2022-05-18 03:11:13 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26846 rows 2022-05-18 03:11:15 source > 2022-05-18 03:11:14 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26810 rows 2022-05-18 03:11:15 source > 2022-05-18 03:11:14 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26913 rows 2022-05-18 03:11:15 source > 2022-05-18 03:11:14 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26870 rows 2022-05-18 03:11:15 source > 2022-05-18 03:11:14 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27133 rows 2022-05-18 03:11:15 source > 2022-05-18 03:11:14 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26737 rows 2022-05-18 03:11:16 source > 2022-05-18 03:11:14 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26990 rows 2022-05-18 03:11:16 source > 2022-05-18 03:11:14 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26377 rows 2022-05-18 03:11:16 source > 2022-05-18 03:11:14 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26390 rows 2022-05-18 03:11:16 source > 2022-05-18 03:11:14 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26696 rows 2022-05-18 03:11:16 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):313 - Records read: 8000 (15 MB) 2022-05-18 03:11:16 source > 2022-05-18 03:11:15 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26676 rows 2022-05-18 03:11:16 source > 2022-05-18 03:11:15 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26961 rows 2022-05-18 03:11:16 source > 2022-05-18 03:11:15 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26912 rows 2022-05-18 03:11:17 source > 2022-05-18 03:11:15 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27089 rows 2022-05-18 03:11:17 source > 2022-05-18 03:11:15 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27331 rows 2022-05-18 03:11:17 source > 2022-05-18 03:11:16 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27245 rows 2022-05-18 03:11:17 source > 2022-05-18 03:11:16 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27039 rows 2022-05-18 03:11:17 source > 2022-05-18 03:11:16 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26965 rows 2022-05-18 03:11:17 source > 2022-05-18 03:11:16 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26812 rows 2022-05-18 03:11:17 source > 2022-05-18 03:11:16 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26913 rows 2022-05-18 03:11:18 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):313 - Records read: 9000 (17 MB) 2022-05-18 03:11:18 source > 2022-05-18 03:11:17 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27177 rows 2022-05-18 03:11:18 source > 2022-05-18 03:11:17 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27085 rows 2022-05-18 03:11:18 source > 2022-05-18 03:11:17 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27024 rows 2022-05-18 03:11:18 source > 2022-05-18 03:11:17 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26517 rows 2022-05-18 03:11:18 source > 2022-05-18 03:11:17 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26515 rows 2022-05-18 03:11:18 source > 2022-05-18 03:11:17 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26657 rows 2022-05-18 03:11:18 source > 2022-05-18 03:11:17 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26428 rows 2022-05-18 03:11:18 source > 2022-05-18 03:11:17 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26433 rows 2022-05-18 03:11:19 source > 2022-05-18 03:11:17 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26736 rows 2022-05-18 03:11:19 source > 2022-05-18 03:11:18 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26847 rows 2022-05-18 03:11:19 source > 2022-05-18 03:11:18 INFO i.a.i.s.r.AbstractDbSource(lambda$createReadIterator$7):250 - Reading stream table_name. Records read: 10000 2022-05-18 03:11:19 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):313 - Records read: 10000 (18 MB) 2022-05-18 03:11:19 source > 2022-05-18 03:11:18 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26809 rows 2022-05-18 03:11:19 source > 2022-05-18 03:11:18 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26448 rows 2022-05-18 03:11:19 source > 2022-05-18 03:11:18 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26281 rows 2022-05-18 03:11:19 source > 2022-05-18 03:11:18 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26300 rows 2022-05-18 03:11:19 source > 2022-05-18 03:11:18 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26563 rows 2022-05-18 03:11:19 source > 2022-05-18 03:11:18 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26465 rows 2022-05-18 03:11:20 source > 2022-05-18 03:11:18 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26445 rows 2022-05-18 03:11:20 source > 2022-05-18 03:11:18 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26546 rows 2022-05-18 03:11:20 source > 2022-05-18 03:11:19 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26659 rows 2022-05-18 03:11:20 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):313 - Records read: 11000 (20 MB) 2022-05-18 03:11:20 source > 2022-05-18 03:11:19 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26392 rows 2022-05-18 03:11:20 source > 2022-05-18 03:11:19 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26695 rows 2022-05-18 03:11:20 source > 2022-05-18 03:11:19 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26197 rows 2022-05-18 03:11:21 source > 2022-05-18 03:11:19 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26224 rows 2022-05-18 03:11:21 source > 2022-05-18 03:11:20 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26544 rows 2022-05-18 03:11:21 source > 2022-05-18 03:11:20 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26538 rows 2022-05-18 03:11:21 source > 2022-05-18 03:11:20 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26532 rows 2022-05-18 03:11:21 source > 2022-05-18 03:11:20 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26527 rows 2022-05-18 03:11:21 source > 2022-05-18 03:11:20 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26522 rows 2022-05-18 03:11:21 source > 2022-05-18 03:11:20 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26392 rows 2022-05-18 03:11:22 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):313 - Records read: 12000 (22 MB) 2022-05-18 03:11:22 source > 2022-05-18 03:11:20 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26442 rows 2022-05-18 03:11:22 source > 2022-05-18 03:11:20 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26292 rows 2022-05-18 03:11:22 source > 2022-05-18 03:11:20 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26569 rows 2022-05-18 03:11:22 source > 2022-05-18 03:11:21 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26389 rows 2022-05-18 03:11:22 source > 2022-05-18 03:11:21 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26695 rows 2022-05-18 03:11:23 source > 2022-05-18 03:11:21 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26780 rows 2022-05-18 03:11:23 source > 2022-05-18 03:11:21 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26881 rows 2022-05-18 03:11:23 source > 2022-05-18 03:11:21 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26840 rows 2022-05-18 03:11:23 source > 2022-05-18 03:11:22 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27111 rows 2022-05-18 03:11:23 source > 2022-05-18 03:11:22 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26926 rows 2022-05-18 03:11:23 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):313 - Records read: 13000 (24 MB) 2022-05-18 03:11:23 source > 2022-05-18 03:11:22 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26883 rows 2022-05-18 03:11:23 source > 2022-05-18 03:11:22 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26844 rows 2022-05-18 03:11:24 source > 2022-05-18 03:11:22 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26788 rows 2022-05-18 03:11:24 source > 2022-05-18 03:11:23 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26561 rows 2022-05-18 03:11:24 source > 2022-05-18 03:11:23 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26854 rows 2022-05-18 03:11:24 source > 2022-05-18 03:11:23 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26816 rows 2022-05-18 03:11:24 source > 2022-05-18 03:11:23 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26783 rows 2022-05-18 03:11:24 source > 2022-05-18 03:11:23 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26732 rows 2022-05-18 03:11:24 source > 2022-05-18 03:11:23 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26889 rows 2022-05-18 03:11:25 source > 2022-05-18 03:11:23 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26826 rows 2022-05-18 03:11:25 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):313 - Records read: 14000 (26 MB) 2022-05-18 03:11:25 source > 2022-05-18 03:11:23 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26613 rows 2022-05-18 03:11:25 source > 2022-05-18 03:11:23 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26549 rows 2022-05-18 03:11:25 source > 2022-05-18 03:11:23 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26843 rows 2022-05-18 03:11:25 source > 2022-05-18 03:11:24 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27156 rows 2022-05-18 03:11:25 source > 2022-05-18 03:11:24 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27087 rows 2022-05-18 03:11:25 source > 2022-05-18 03:11:24 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26957 rows 2022-05-18 03:11:25 source > 2022-05-18 03:11:24 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26910 rows 2022-05-18 03:11:26 source > 2022-05-18 03:11:25 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26869 rows 2022-05-18 03:11:26 source > 2022-05-18 03:11:25 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27138 rows 2022-05-18 03:11:26 source > 2022-05-18 03:11:25 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26919 rows 2022-05-18 03:11:26 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):313 - Records read: 15000 (28 MB) 2022-05-18 03:11:26 source > 2022-05-18 03:11:25 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26873 rows 2022-05-18 03:11:26 source > 2022-05-18 03:11:25 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26812 rows 2022-05-18 03:11:26 source > 2022-05-18 03:11:25 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26777 rows 2022-05-18 03:11:26 source > 2022-05-18 03:11:25 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26749 rows 2022-05-18 03:11:26 source > 2022-05-18 03:11:25 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26959 rows 2022-05-18 03:11:27 source > 2022-05-18 03:11:25 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26909 rows 2022-05-18 03:11:27 source > 2022-05-18 03:11:25 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26737 rows 2022-05-18 03:11:27 source > 2022-05-18 03:11:26 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27009 rows 2022-05-18 03:11:27 source > 2022-05-18 03:11:26 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26955 rows 2022-05-18 03:11:27 source > 2022-05-18 03:11:26 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26886 rows 2022-05-18 03:11:27 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):313 - Records read: 16000 (30 MB) 2022-05-18 03:11:27 source > 2022-05-18 03:11:26 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26824 rows 2022-05-18 03:11:27 source > 2022-05-18 03:11:26 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27097 rows 2022-05-18 03:11:27 source > 2022-05-18 03:11:27 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27184 rows 2022-05-18 03:11:28 source > 2022-05-18 03:11:27 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26704 rows 2022-05-18 03:11:28 source > 2022-05-18 03:11:27 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26985 rows 2022-05-18 03:11:28 source > 2022-05-18 03:11:27 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27089 rows 2022-05-18 03:11:28 source > 2022-05-18 03:11:27 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27027 rows 2022-05-18 03:11:28 source > 2022-05-18 03:11:27 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27270 rows 2022-05-18 03:11:28 source > 2022-05-18 03:11:27 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27227 rows 2022-05-18 03:11:28 source > 2022-05-18 03:11:27 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27076 rows 2022-05-18 03:11:29 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):313 - Records read: 17000 (32 MB) 2022-05-18 03:11:29 source > 2022-05-18 03:11:27 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27287 rows 2022-05-18 03:11:29 source > 2022-05-18 03:11:28 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27065 rows 2022-05-18 03:11:29 source > 2022-05-18 03:11:28 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27080 rows 2022-05-18 03:11:29 source > 2022-05-18 03:11:28 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27015 rows 2022-05-18 03:11:29 source > 2022-05-18 03:11:28 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26960 rows 2022-05-18 03:11:29 source > 2022-05-18 03:11:28 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26889 rows 2022-05-18 03:11:29 source > 2022-05-18 03:11:28 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26848 rows 2022-05-18 03:11:29 source > 2022-05-18 03:11:28 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26621 rows 2022-05-18 03:11:30 source > 2022-05-18 03:11:28 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26605 rows 2022-05-18 03:11:30 source > 2022-05-18 03:11:28 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26700 rows 2022-05-18 03:11:30 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):313 - Records read: 18000 (34 MB) 2022-05-18 03:11:30 source > 2022-05-18 03:11:28 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26482 rows 2022-05-18 03:11:30 source > 2022-05-18 03:11:29 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26355 rows 2022-05-18 03:11:30 source > 2022-05-18 03:11:29 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26244 rows 2022-05-18 03:11:30 source > 2022-05-18 03:11:29 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26430 rows 2022-05-18 03:11:30 source > 2022-05-18 03:11:29 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26435 rows 2022-05-18 03:11:30 source > 2022-05-18 03:11:29 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26438 rows 2022-05-18 03:11:31 source > 2022-05-18 03:11:30 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26654 rows 2022-05-18 03:11:31 source > 2022-05-18 03:11:30 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26640 rows 2022-05-18 03:11:31 source > 2022-05-18 03:11:30 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26927 rows 2022-05-18 03:11:31 source > 2022-05-18 03:11:30 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26880 rows 2022-05-18 03:11:31 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):313 - Records read: 19000 (35 MB) 2022-05-18 03:11:31 source > 2022-05-18 03:11:30 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27145 rows 2022-05-18 03:11:31 source > 2022-05-18 03:11:30 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27076 rows 2022-05-18 03:11:31 source > 2022-05-18 03:11:30 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26897 rows 2022-05-18 03:11:32 source > 2022-05-18 03:11:30 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26515 rows 2022-05-18 03:11:32 source > 2022-05-18 03:11:30 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26561 rows 2022-05-18 03:11:32 source > 2022-05-18 03:11:31 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26553 rows 2022-05-18 03:11:32 source > 2022-05-18 03:11:31 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26295 rows 2022-05-18 03:11:32 source > 2022-05-18 03:11:31 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26605 rows 2022-05-18 03:11:32 source > 2022-05-18 03:11:31 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26162 rows 2022-05-18 03:11:32 source > 2022-05-18 03:11:31 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26193 rows 2022-05-18 03:11:32 source > 2022-05-18 03:11:32 INFO i.a.i.s.r.AbstractDbSource(lambda$createReadIterator$7):250 - Reading stream table_name. Records read: 20000 2022-05-18 03:11:32 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):313 - Records read: 20000 (37 MB) 2022-05-18 03:11:32 source > 2022-05-18 03:11:32 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26222 rows 2022-05-18 03:11:33 source > 2022-05-18 03:11:32 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26078 rows 2022-05-18 03:11:33 source > 2022-05-18 03:11:32 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26408 rows 2022-05-18 03:11:33 source > 2022-05-18 03:11:32 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26712 rows 2022-05-18 03:11:33 source > 2022-05-18 03:11:32 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26689 rows 2022-05-18 03:11:33 source > 2022-05-18 03:11:32 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26668 rows 2022-05-18 03:11:33 source > 2022-05-18 03:11:32 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26725 rows 2022-05-18 03:11:33 source > 2022-05-18 03:11:32 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26460 rows 2022-05-18 03:11:33 source > 2022-05-18 03:11:32 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26442 rows 2022-05-18 03:11:33 source > 2022-05-18 03:11:32 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26149 rows 2022-05-18 03:11:34 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):313 - Records read: 21000 (39 MB) 2022-05-18 03:11:34 source > 2022-05-18 03:11:33 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26161 rows 2022-05-18 03:11:34 source > 2022-05-18 03:11:33 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 25942 rows 2022-05-18 03:11:34 source > 2022-05-18 03:11:33 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26284 rows 2022-05-18 03:11:34 source > 2022-05-18 03:11:33 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26607 rows 2022-05-18 03:11:34 source > 2022-05-18 03:11:33 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26594 rows 2022-05-18 03:11:34 source > 2022-05-18 03:11:33 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26585 rows 2022-05-18 03:11:35 source > 2022-05-18 03:11:33 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26359 rows 2022-05-18 03:11:35 source > 2022-05-18 03:11:33 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26672 rows 2022-05-18 03:11:35 source > 2022-05-18 03:11:33 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26654 rows 2022-05-18 03:11:35 source > 2022-05-18 03:11:34 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26636 rows 2022-05-18 03:11:35 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):313 - Records read: 22000 (41 MB) 2022-05-18 03:11:35 source > 2022-05-18 03:11:34 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26929 rows 2022-05-18 03:11:35 source > 2022-05-18 03:11:34 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26808 rows 2022-05-18 03:11:35 source > 2022-05-18 03:11:34 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26493 rows 2022-05-18 03:11:36 source > 2022-05-18 03:11:34 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26492 rows 2022-05-18 03:11:36 source > 2022-05-18 03:11:35 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26491 rows 2022-05-18 03:11:36 source > 2022-05-18 03:11:35 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26786 rows 2022-05-18 03:11:36 source > 2022-05-18 03:11:35 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26685 rows 2022-05-18 03:11:36 source > 2022-05-18 03:11:35 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26455 rows 2022-05-18 03:11:36 source > 2022-05-18 03:11:35 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26707 rows 2022-05-18 03:11:36 source > 2022-05-18 03:11:35 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26682 rows 2022-05-18 03:11:36 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):313 - Records read: 23000 (43 MB) 2022-05-18 03:11:36 source > 2022-05-18 03:11:35 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26663 rows 2022-05-18 03:11:37 source > 2022-05-18 03:11:35 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26646 rows 2022-05-18 03:11:37 source > 2022-05-18 03:11:35 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26629 rows 2022-05-18 03:11:37 source > 2022-05-18 03:11:35 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26594 rows 2022-05-18 03:11:37 source > 2022-05-18 03:11:36 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26885 rows 2022-05-18 03:11:37 source > 2022-05-18 03:11:36 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27099 rows 2022-05-18 03:11:37 source > 2022-05-18 03:11:36 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27342 rows 2022-05-18 03:11:37 source > 2022-05-18 03:11:36 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27483 rows 2022-05-18 03:11:38 source > 2022-05-18 03:11:36 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27526 rows 2022-05-18 03:11:38 source > 2022-05-18 03:11:37 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27531 rows 2022-05-18 03:11:38 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):313 - Records read: 24000 (45 MB) 2022-05-18 03:11:38 source > 2022-05-18 03:11:37 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27540 rows 2022-05-18 03:11:38 source > 2022-05-18 03:11:37 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27430 rows 2022-05-18 03:11:38 source > 2022-05-18 03:11:37 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27334 rows 2022-05-18 03:11:38 source > 2022-05-18 03:11:37 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27247 rows 2022-05-18 03:11:39 source > 2022-05-18 03:11:37 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26899 rows 2022-05-18 03:11:39 source > 2022-05-18 03:11:37 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26723 rows 2022-05-18 03:11:39 source > 2022-05-18 03:11:37 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26698 rows 2022-05-18 03:11:39 source > 2022-05-18 03:11:37 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26979 rows 2022-05-18 03:11:39 source > 2022-05-18 03:11:38 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27238 rows 2022-05-18 03:11:39 source > 2022-05-18 03:11:38 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27473 rows 2022-05-18 03:11:39 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):313 - Records read: 25000 (47 MB) 2022-05-18 03:11:39 source > 2022-05-18 03:11:38 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27687 rows 2022-05-18 03:11:40 source > 2022-05-18 03:11:38 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27563 rows 2022-05-18 03:11:40 source > 2022-05-18 03:11:38 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27773 rows 2022-05-18 03:11:40 source > 2022-05-18 03:11:39 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27961 rows 2022-05-18 03:11:40 source > 2022-05-18 03:11:39 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27676 rows 2022-05-18 03:11:40 source > 2022-05-18 03:11:39 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27875 rows 2022-05-18 03:11:40 source > 2022-05-18 03:11:39 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28057 rows 2022-05-18 03:11:40 source > 2022-05-18 03:11:39 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28226 rows 2022-05-18 03:11:40 source > 2022-05-18 03:11:40 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28042 rows 2022-05-18 03:11:41 source > 2022-05-18 03:11:40 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28206 rows 2022-05-18 03:11:41 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):313 - Records read: 26000 (49 MB) 2022-05-18 03:11:41 source > 2022-05-18 03:11:40 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27883 rows 2022-05-18 03:11:41 source > 2022-05-18 03:11:40 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27738 rows 2022-05-18 03:11:41 source > 2022-05-18 03:11:40 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27588 rows 2022-05-18 03:11:41 source > 2022-05-18 03:11:40 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27474 rows 2022-05-18 03:11:41 source > 2022-05-18 03:11:40 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27373 rows 2022-05-18 03:11:41 source > 2022-05-18 03:11:40 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27281 rows 2022-05-18 03:11:41 source > 2022-05-18 03:11:41 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27198 rows 2022-05-18 03:11:42 source > 2022-05-18 03:11:41 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27102 rows 2022-05-18 03:11:42 source > 2022-05-18 03:11:41 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27037 rows 2022-05-18 03:11:42 source > 2022-05-18 03:11:41 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27166 rows 2022-05-18 03:11:42 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):313 - Records read: 27000 (50 MB) 2022-05-18 03:11:42 source > 2022-05-18 03:11:41 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26959 rows 2022-05-18 03:11:42 source > 2022-05-18 03:11:41 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26587 rows 2022-05-18 03:11:42 source > 2022-05-18 03:11:41 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26816 rows 2022-05-18 03:11:42 source > 2022-05-18 03:11:41 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27051 rows 2022-05-18 03:11:42 source > 2022-05-18 03:11:41 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27301 rows 2022-05-18 03:11:43 source > 2022-05-18 03:11:41 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27470 rows 2022-05-18 03:11:43 source > 2022-05-18 03:11:41 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27688 rows 2022-05-18 03:11:43 source > 2022-05-18 03:11:42 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27563 rows 2022-05-18 03:11:43 source > 2022-05-18 03:11:42 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27772 rows 2022-05-18 03:11:43 source > 2022-05-18 03:11:42 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27638 rows 2022-05-18 03:11:43 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):313 - Records read: 28000 (52 MB) 2022-05-18 03:11:43 source > 2022-05-18 03:11:42 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27836 rows 2022-05-18 03:11:43 source > 2022-05-18 03:11:42 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27694 rows 2022-05-18 03:11:44 source > 2022-05-18 03:11:43 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27659 rows 2022-05-18 03:11:44 source > 2022-05-18 03:11:43 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27250 rows 2022-05-18 03:11:44 source > 2022-05-18 03:11:43 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26937 rows 2022-05-18 03:11:44 source > 2022-05-18 03:11:43 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26969 rows 2022-05-18 03:11:44 source > 2022-05-18 03:11:43 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26899 rows 2022-05-18 03:11:44 source > 2022-05-18 03:11:43 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26856 rows 2022-05-18 03:11:44 source > 2022-05-18 03:11:43 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26430 rows 2022-05-18 03:11:44 source > 2022-05-18 03:11:43 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26435 rows 2022-05-18 03:11:45 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):313 - Records read: 29000 (54 MB) 2022-05-18 03:11:45 source > 2022-05-18 03:11:43 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26425 rows 2022-05-18 03:11:45 source > 2022-05-18 03:11:43 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26728 rows 2022-05-18 03:11:45 source > 2022-05-18 03:11:44 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26996 rows 2022-05-18 03:11:45 source > 2022-05-18 03:11:44 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27247 rows 2022-05-18 03:11:45 source > 2022-05-18 03:11:44 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27357 rows 2022-05-18 03:11:45 source > 2022-05-18 03:11:44 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27061 rows 2022-05-18 03:11:45 source > 2022-05-18 03:11:44 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26981 rows 2022-05-18 03:11:45 source > 2022-05-18 03:11:44 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27188 rows 2022-05-18 03:11:45 source > 2022-05-18 03:11:44 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26909 rows 2022-05-18 03:11:46 source > 2022-05-18 03:11:44 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26866 rows 2022-05-18 03:11:46 source > 2022-05-18 03:11:44 INFO i.a.i.s.r.AbstractDbSource(lambda$createReadIterator$7):250 - Reading stream table_name. Records read: 30000 2022-05-18 03:11:46 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):313 - Records read: 30000 (56 MB) 2022-05-18 03:11:46 source > 2022-05-18 03:11:44 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27069 rows 2022-05-18 03:11:46 source > 2022-05-18 03:11:45 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26664 rows 2022-05-18 03:11:46 source > 2022-05-18 03:11:45 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26839 rows 2022-05-18 03:11:46 source > 2022-05-18 03:11:45 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26877 rows 2022-05-18 03:11:46 source > 2022-05-18 03:11:45 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26690 rows 2022-05-18 03:11:46 source > 2022-05-18 03:11:45 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26669 rows 2022-05-18 03:11:47 source > 2022-05-18 03:11:46 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26451 rows 2022-05-18 03:11:47 source > 2022-05-18 03:11:46 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26455 rows 2022-05-18 03:11:47 source > 2022-05-18 03:11:46 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26458 rows 2022-05-18 03:11:47 source > 2022-05-18 03:11:46 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26460 rows 2022-05-18 03:11:47 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):313 - Records read: 31000 (58 MB) 2022-05-18 03:11:47 source > 2022-05-18 03:11:46 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26757 rows 2022-05-18 03:11:47 source > 2022-05-18 03:11:46 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 25664 rows 2022-05-18 03:11:47 source > 2022-05-18 03:11:46 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 25900 rows 2022-05-18 03:11:47 source > 2022-05-18 03:11:46 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26096 rows 2022-05-18 03:11:48 source > 2022-05-18 03:11:46 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26135 rows 2022-05-18 03:11:48 source > 2022-05-18 03:11:46 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26169 rows 2022-05-18 03:11:48 source > 2022-05-18 03:11:47 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26199 rows 2022-05-18 03:11:48 source > 2022-05-18 03:11:47 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26160 rows 2022-05-18 03:11:48 source > 2022-05-18 03:11:47 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 25951 rows 2022-05-18 03:11:48 source > 2022-05-18 03:11:47 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 25985 rows 2022-05-18 03:11:48 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):313 - Records read: 32000 (60 MB) 2022-05-18 03:11:48 source > 2022-05-18 03:11:47 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26309 rows 2022-05-18 03:11:48 source > 2022-05-18 03:11:48 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26446 rows 2022-05-18 03:11:49 source > 2022-05-18 03:11:48 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26503 rows 2022-05-18 03:11:49 source > 2022-05-18 03:11:48 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26502 rows 2022-05-18 03:11:49 source > 2022-05-18 03:11:48 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26296 rows 2022-05-18 03:11:49 source > 2022-05-18 03:11:48 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26002 rows 2022-05-18 03:11:49 source > 2022-05-18 03:11:48 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26049 rows 2022-05-18 03:11:49 source > 2022-05-18 03:11:48 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26072 rows 2022-05-18 03:11:49 source > 2022-05-18 03:11:48 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26225 rows 2022-05-18 03:11:50 source > 2022-05-18 03:11:48 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26548 rows 2022-05-18 03:11:50 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):313 - Records read: 33000 (62 MB) 2022-05-18 03:11:50 source > 2022-05-18 03:11:49 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26779 rows 2022-05-18 03:11:50 source > 2022-05-18 03:11:49 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26491 rows 2022-05-18 03:11:50 source > 2022-05-18 03:11:49 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26790 rows 2022-05-18 03:11:50 source > 2022-05-18 03:11:49 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27066 rows 2022-05-18 03:11:50 source > 2022-05-18 03:11:49 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26849 rows 2022-05-18 03:11:50 source > 2022-05-18 03:11:49 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26613 rows 2022-05-18 03:11:51 source > 2022-05-18 03:11:49 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26600 rows 2022-05-18 03:11:51 source > 2022-05-18 03:11:49 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26884 rows 2022-05-18 03:11:51 source > 2022-05-18 03:11:49 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26703 rows 2022-05-18 03:11:51 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):313 - Records read: 34000 (64 MB) 2022-05-18 03:11:51 source > 2022-05-18 03:11:50 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26681 rows 2022-05-18 03:11:51 source > 2022-05-18 03:11:50 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26958 rows 2022-05-18 03:11:51 source > 2022-05-18 03:11:50 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27192 rows 2022-05-18 03:11:51 source > 2022-05-18 03:11:50 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27111 rows 2022-05-18 03:11:51 source > 2022-05-18 03:11:50 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27003 rows 2022-05-18 03:11:52 source > 2022-05-18 03:11:51 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27127 rows 2022-05-18 03:11:52 source > 2022-05-18 03:11:51 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27061 rows 2022-05-18 03:11:52 source > 2022-05-18 03:11:51 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27000 rows 2022-05-18 03:11:52 source > 2022-05-18 03:11:51 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27049 rows 2022-05-18 03:11:52 source > 2022-05-18 03:11:51 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26992 rows 2022-05-18 03:11:52 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):313 - Records read: 35000 (65 MB) 2022-05-18 03:11:52 source > 2022-05-18 03:11:51 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26862 rows 2022-05-18 03:11:53 source > 2022-05-18 03:11:51 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26946 rows 2022-05-18 03:11:53 source > 2022-05-18 03:11:51 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27091 rows 2022-05-18 03:11:53 source > 2022-05-18 03:11:51 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27178 rows 2022-05-18 03:11:53 source > 2022-05-18 03:11:52 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27084 rows 2022-05-18 03:11:53 source > 2022-05-18 03:11:52 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27039 rows 2022-05-18 03:11:53 source > 2022-05-18 03:11:52 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27301 rows 2022-05-18 03:11:54 source > 2022-05-18 03:11:52 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26980 rows 2022-05-18 03:11:54 source > 2022-05-18 03:11:52 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27233 rows 2022-05-18 03:11:54 source > 2022-05-18 03:11:53 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27158 rows 2022-05-18 03:11:54 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):313 - Records read: 36000 (67 MB) 2022-05-18 03:11:54 source > 2022-05-18 03:11:53 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27157 rows 2022-05-18 03:11:54 source > 2022-05-18 03:11:53 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27395 rows 2022-05-18 03:11:54 source > 2022-05-18 03:11:53 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27278 rows 2022-05-18 03:11:54 source > 2022-05-18 03:11:53 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27442 rows 2022-05-18 03:11:54 source > 2022-05-18 03:11:54 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27659 rows 2022-05-18 03:11:55 source > 2022-05-18 03:11:54 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27510 rows 2022-05-18 03:11:55 source > 2022-05-18 03:11:54 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27543 rows 2022-05-18 03:11:55 source > 2022-05-18 03:11:54 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27236 rows 2022-05-18 03:11:55 source > 2022-05-18 03:11:54 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27135 rows 2022-05-18 03:11:55 source > 2022-05-18 03:11:54 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27070 rows 2022-05-18 03:11:55 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):313 - Records read: 37000 (69 MB) 2022-05-18 03:11:55 source > 2022-05-18 03:11:54 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26996 rows 2022-05-18 03:11:55 source > 2022-05-18 03:11:54 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27256 rows 2022-05-18 03:11:55 source > 2022-05-18 03:11:54 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27178 rows 2022-05-18 03:11:56 source > 2022-05-18 03:11:55 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27210 rows 2022-05-18 03:11:56 source > 2022-05-18 03:11:55 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26731 rows 2022-05-18 03:11:56 source > 2022-05-18 03:11:55 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26687 rows 2022-05-18 03:11:56 source > 2022-05-18 03:11:55 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26966 rows 2022-05-18 03:11:56 source > 2022-05-18 03:11:55 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27056 rows 2022-05-18 03:11:56 source > 2022-05-18 03:11:55 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26975 rows 2022-05-18 03:11:56 source > 2022-05-18 03:11:55 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26847 rows 2022-05-18 03:11:57 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):313 - Records read: 38000 (71 MB) 2022-05-18 03:11:57 source > 2022-05-18 03:11:55 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26782 rows 2022-05-18 03:11:57 source > 2022-05-18 03:11:55 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26972 rows 2022-05-18 03:11:57 source > 2022-05-18 03:11:55 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26835 rows 2022-05-18 03:11:57 source > 2022-05-18 03:11:56 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27101 rows 2022-05-18 03:11:57 source > 2022-05-18 03:11:56 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26698 rows 2022-05-18 03:11:57 source > 2022-05-18 03:11:56 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26946 rows 2022-05-18 03:11:57 source > 2022-05-18 03:11:56 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26730 rows 2022-05-18 03:11:57 source > 2022-05-18 03:11:56 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26703 rows 2022-05-18 03:11:58 source > 2022-05-18 03:11:57 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26919 rows 2022-05-18 03:11:58 source > 2022-05-18 03:11:57 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26732 rows 2022-05-18 03:11:58 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):313 - Records read: 39000 (73 MB) 2022-05-18 03:11:58 source > 2022-05-18 03:11:57 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26489 rows 2022-05-18 03:11:58 source > 2022-05-18 03:11:57 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26610 rows 2022-05-18 03:11:58 source > 2022-05-18 03:11:57 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26471 rows 2022-05-18 03:11:58 source > 2022-05-18 03:11:57 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26472 rows 2022-05-18 03:11:58 source > 2022-05-18 03:11:57 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26580 rows 2022-05-18 03:11:59 source > 2022-05-18 03:11:57 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26571 rows 2022-05-18 03:11:59 source > 2022-05-18 03:11:57 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26550 rows 2022-05-18 03:11:59 source > 2022-05-18 03:11:58 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26544 rows 2022-05-18 03:11:59 source > 2022-05-18 03:11:58 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26839 rows 2022-05-18 03:11:59 source > 2022-05-18 03:11:58 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26782 rows 2022-05-18 03:11:59 source > 2022-05-18 03:11:58 INFO i.a.i.s.r.AbstractDbSource(lambda$createReadIterator$7):250 - Reading stream table_name. Records read: 40000 2022-05-18 03:11:59 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):313 - Records read: 40000 (75 MB) 2022-05-18 03:11:59 source > 2022-05-18 03:11:58 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26731 rows 2022-05-18 03:11:59 source > 2022-05-18 03:11:58 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26685 rows 2022-05-18 03:12:00 source > 2022-05-18 03:11:59 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26991 rows 2022-05-18 03:12:00 source > 2022-05-18 03:11:59 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26758 rows 2022-05-18 03:12:00 source > 2022-05-18 03:11:59 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26786 rows 2022-05-18 03:12:00 source > 2022-05-18 03:11:59 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26997 rows 2022-05-18 03:12:00 source > 2022-05-18 03:11:59 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26929 rows 2022-05-18 03:12:00 source > 2022-05-18 03:11:59 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26804 rows 2022-05-18 03:12:00 source > 2022-05-18 03:11:59 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27071 rows 2022-05-18 03:12:00 source > 2022-05-18 03:11:59 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27309 rows 2022-05-18 03:12:01 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):313 - Records read: 41000 (77 MB) 2022-05-18 03:12:01 source > 2022-05-18 03:11:59 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27541 rows 2022-05-18 03:12:01 source > 2022-05-18 03:11:59 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27408 rows 2022-05-18 03:12:01 source > 2022-05-18 03:12:00 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27192 rows 2022-05-18 03:12:01 source > 2022-05-18 03:12:00 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27551 rows 2022-05-18 03:12:01 source > 2022-05-18 03:12:00 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27682 rows 2022-05-18 03:12:01 source > 2022-05-18 03:12:00 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27684 rows 2022-05-18 03:12:01 source > 2022-05-18 03:12:00 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27883 rows 2022-05-18 03:12:01 source > 2022-05-18 03:12:01 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27520 rows 2022-05-18 03:12:02 source > 2022-05-18 03:12:01 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27726 rows 2022-05-18 03:12:02 source > 2022-05-18 03:12:01 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27913 rows 2022-05-18 03:12:02 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):313 - Records read: 42000 (79 MB) 2022-05-18 03:12:02 source > 2022-05-18 03:12:01 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27761 rows 2022-05-18 03:12:02 source > 2022-05-18 03:12:01 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27955 rows 2022-05-18 03:12:02 source > 2022-05-18 03:12:01 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28063 rows 2022-05-18 03:12:02 source > 2022-05-18 03:12:01 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27899 rows 2022-05-18 03:12:03 source > 2022-05-18 03:12:01 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27730 rows 2022-05-18 03:12:03 source > 2022-05-18 03:12:01 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27599 rows 2022-05-18 03:12:03 source > 2022-05-18 03:12:01 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27347 rows 2022-05-18 03:12:03 source > 2022-05-18 03:12:02 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27621 rows 2022-05-18 03:12:03 source > 2022-05-18 03:12:02 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27502 rows 2022-05-18 03:12:03 source > 2022-05-18 03:12:02 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27192 rows 2022-05-18 03:12:03 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):313 - Records read: 43000 (80 MB) 2022-05-18 03:12:03 source > 2022-05-18 03:12:02 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27420 rows 2022-05-18 03:12:04 source > 2022-05-18 03:12:03 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27623 rows 2022-05-18 03:12:04 source > 2022-05-18 03:12:03 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27484 rows 2022-05-18 03:12:04 source > 2022-05-18 03:12:03 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27358 rows 2022-05-18 03:12:04 source > 2022-05-18 03:12:03 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27269 rows 2022-05-18 03:12:04 source > 2022-05-18 03:12:03 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27210 rows 2022-05-18 03:12:04 source > 2022-05-18 03:12:03 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27245 rows 2022-05-18 03:12:04 source > 2022-05-18 03:12:03 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27167 rows 2022-05-18 03:12:05 source > 2022-05-18 03:12:03 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26568 rows 2022-05-18 03:12:05 source > 2022-05-18 03:12:03 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26851 rows 2022-05-18 03:12:05 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):313 - Records read: 44000 (82 MB) 2022-05-18 03:12:05 source > 2022-05-18 03:12:03 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27010 rows 2022-05-18 03:12:05 source > 2022-05-18 03:12:04 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26934 rows 2022-05-18 03:12:05 source > 2022-05-18 03:12:04 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27193 rows 2022-05-18 03:12:05 source > 2022-05-18 03:12:04 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27291 rows 2022-05-18 03:12:05 source > 2022-05-18 03:12:04 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27458 rows 2022-05-18 03:12:05 source > 2022-05-18 03:12:04 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26957 rows 2022-05-18 03:12:06 source > 2022-05-18 03:12:05 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26572 rows 2022-05-18 03:12:06 source > 2022-05-18 03:12:05 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26524 rows 2022-05-18 03:12:06 source > 2022-05-18 03:12:05 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26500 rows 2022-05-18 03:12:06 source > 2022-05-18 03:12:05 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26320 rows 2022-05-18 03:12:06 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):313 - Records read: 45000 (84 MB) 2022-05-18 03:12:06 source > 2022-05-18 03:12:05 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26336 rows 2022-05-18 03:12:06 source > 2022-05-18 03:12:05 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26647 rows 2022-05-18 03:12:06 source > 2022-05-18 03:12:05 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26812 rows 2022-05-18 03:12:06 source > 2022-05-18 03:12:05 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26506 rows 2022-05-18 03:12:07 source > 2022-05-18 03:12:05 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26503 rows 2022-05-18 03:12:07 source > 2022-05-18 03:12:05 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26417 rows 2022-05-18 03:12:07 source > 2022-05-18 03:12:06 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26423 rows 2022-05-18 03:12:07 source > 2022-05-18 03:12:06 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26724 rows 2022-05-18 03:12:07 source > 2022-05-18 03:12:06 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27000 rows 2022-05-18 03:12:07 source > 2022-05-18 03:12:06 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27254 rows 2022-05-18 03:12:07 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):313 - Records read: 46000 (86 MB) 2022-05-18 03:12:07 source > 2022-05-18 03:12:06 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26883 rows 2022-05-18 03:12:07 source > 2022-05-18 03:12:06 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26841 rows 2022-05-18 03:12:08 source > 2022-05-18 03:12:06 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27096 rows 2022-05-18 03:12:08 source > 2022-05-18 03:12:06 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26635 rows 2022-05-18 03:12:08 source > 2022-05-18 03:12:06 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26441 rows 2022-05-18 03:12:08 source > 2022-05-18 03:12:07 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26423 rows 2022-05-18 03:12:08 source > 2022-05-18 03:12:07 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26373 rows 2022-05-18 03:12:08 source > 2022-05-18 03:12:07 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26678 rows 2022-05-18 03:12:08 source > 2022-05-18 03:12:07 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26463 rows 2022-05-18 03:12:08 source > 2022-05-18 03:12:07 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26757 rows 2022-05-18 03:12:09 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):313 - Records read: 47000 (88 MB) 2022-05-18 03:12:09 source > 2022-05-18 03:12:08 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27034 rows 2022-05-18 03:12:09 source > 2022-05-18 03:12:08 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26980 rows 2022-05-18 03:12:09 source > 2022-05-18 03:12:08 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26931 rows 2022-05-18 03:12:09 source > 2022-05-18 03:12:08 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27196 rows 2022-05-18 03:12:09 source > 2022-05-18 03:12:08 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27384 rows 2022-05-18 03:12:09 source > 2022-05-18 03:12:08 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27437 rows 2022-05-18 03:12:09 source > 2022-05-18 03:12:08 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27341 rows 2022-05-18 03:12:09 source > 2022-05-18 03:12:08 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27450 rows 2022-05-18 03:12:10 source > 2022-05-18 03:12:08 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27229 rows 2022-05-18 03:12:10 source > 2022-05-18 03:12:08 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27155 rows 2022-05-18 03:12:10 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):313 - Records read: 48000 (90 MB) 2022-05-18 03:12:10 source > 2022-05-18 03:12:09 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27399 rows 2022-05-18 03:12:10 source > 2022-05-18 03:12:09 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26868 rows 2022-05-18 03:12:10 source > 2022-05-18 03:12:09 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26828 rows 2022-05-18 03:12:10 source > 2022-05-18 03:12:09 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27084 rows 2022-05-18 03:12:10 source > 2022-05-18 03:12:09 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27004 rows 2022-05-18 03:12:11 source > 2022-05-18 03:12:10 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26830 rows 2022-05-18 03:12:11 source > 2022-05-18 03:12:10 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27095 rows 2022-05-18 03:12:11 source > 2022-05-18 03:12:10 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27032 rows 2022-05-18 03:12:11 source > 2022-05-18 03:12:10 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26962 rows 2022-05-18 03:12:11 source > 2022-05-18 03:12:10 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27230 rows 2022-05-18 03:12:11 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):313 - Records read: 49000 (92 MB) 2022-05-18 03:12:11 source > 2022-05-18 03:12:10 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27132 rows 2022-05-18 03:12:11 source > 2022-05-18 03:12:10 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27379 rows 2022-05-18 03:12:11 source > 2022-05-18 03:12:10 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27576 rows 2022-05-18 03:12:12 source > 2022-05-18 03:12:10 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27298 rows 2022-05-18 03:12:12 source > 2022-05-18 03:12:10 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27145 rows 2022-05-18 03:12:12 source > 2022-05-18 03:12:11 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27388 rows 2022-05-18 03:12:12 source > 2022-05-18 03:12:11 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27279 rows 2022-05-18 03:12:12 source > 2022-05-18 03:12:11 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27446 rows 2022-05-18 03:12:12 source > 2022-05-18 03:12:11 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27665 rows 2022-05-18 03:12:12 source > 2022-05-18 03:12:11 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27867 rows 2022-05-18 03:12:12 source > 2022-05-18 03:12:11 INFO i.a.i.s.r.AbstractDbSource(lambda$createReadIterator$7):250 - Reading stream table_name. Records read: 50000 2022-05-18 03:12:12 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):313 - Records read: 50000 (94 MB) 2022-05-18 03:12:12 source > 2022-05-18 03:12:11 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27701 rows 2022-05-18 03:12:13 source > 2022-05-18 03:12:11 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27514 rows 2022-05-18 03:12:13 source > 2022-05-18 03:12:11 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27407 rows 2022-05-18 03:12:13 source > 2022-05-18 03:12:11 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26340 rows 2022-05-18 03:12:13 source > 2022-05-18 03:12:12 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26463 rows 2022-05-18 03:12:13 source > 2022-05-18 03:12:12 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26538 rows 2022-05-18 03:12:13 source > 2022-05-18 03:12:12 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26397 rows 2022-05-18 03:12:13 source > 2022-05-18 03:12:12 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26407 rows 2022-05-18 03:12:13 source > 2022-05-18 03:12:12 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26414 rows 2022-05-18 03:12:14 source > 2022-05-18 03:12:13 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26421 rows 2022-05-18 03:12:14 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):313 - Records read: 51000 (95 MB) 2022-05-18 03:12:14 source > 2022-05-18 03:12:13 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26720 rows 2022-05-18 03:12:14 source > 2022-05-18 03:12:13 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26987 rows 2022-05-18 03:12:14 source > 2022-05-18 03:12:13 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26774 rows 2022-05-18 03:12:14 source > 2022-05-18 03:12:13 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26746 rows 2022-05-18 03:12:14 source > 2022-05-18 03:12:13 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26857 rows 2022-05-18 03:12:14 source > 2022-05-18 03:12:13 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26818 rows 2022-05-18 03:12:15 source > 2022-05-18 03:12:13 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26888 rows 2022-05-18 03:12:15 source > 2022-05-18 03:12:13 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27071 rows 2022-05-18 03:12:15 source > 2022-05-18 03:12:13 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26838 rows 2022-05-18 03:12:15 source > 2022-05-18 03:12:14 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26801 rows 2022-05-18 03:12:15 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):313 - Records read: 52000 (97 MB) 2022-05-18 03:12:15 source > 2022-05-18 03:12:14 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26770 rows 2022-05-18 03:12:15 source > 2022-05-18 03:12:14 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27047 rows 2022-05-18 03:12:15 source > 2022-05-18 03:12:14 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27111 rows 2022-05-18 03:12:15 source > 2022-05-18 03:12:14 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27025 rows 2022-05-18 03:12:16 source > 2022-05-18 03:12:15 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27327 rows 2022-05-18 03:12:16 source > 2022-05-18 03:12:15 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27239 rows 2022-05-18 03:12:16 source > 2022-05-18 03:12:15 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27319 rows 2022-05-18 03:12:16 source > 2022-05-18 03:12:15 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27234 rows 2022-05-18 03:12:16 source > 2022-05-18 03:12:15 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27472 rows 2022-05-18 03:12:16 source > 2022-05-18 03:12:15 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27370 rows 2022-05-18 03:12:16 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):313 - Records read: 53000 (99 MB) 2022-05-18 03:12:16 source > 2022-05-18 03:12:15 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27217 rows 2022-05-18 03:12:17 source > 2022-05-18 03:12:15 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27143 rows 2022-05-18 03:12:17 source > 2022-05-18 03:12:15 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26808 rows 2022-05-18 03:12:17 source > 2022-05-18 03:12:16 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26457 rows 2022-05-18 03:12:17 source > 2022-05-18 03:12:16 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26643 rows 2022-05-18 03:12:17 source > 2022-05-18 03:12:16 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26933 rows 2022-05-18 03:12:17 source > 2022-05-18 03:12:16 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26867 rows 2022-05-18 03:12:17 source > 2022-05-18 03:12:16 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26910 rows 2022-05-18 03:12:17 source > 2022-05-18 03:12:17 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27018 rows 2022-05-18 03:12:18 source > 2022-05-18 03:12:17 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26715 rows 2022-05-18 03:12:18 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):313 - Records read: 54000 (101 MB) 2022-05-18 03:12:18 source > 2022-05-18 03:12:17 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26813 rows 2022-05-18 03:12:18 source > 2022-05-18 03:12:17 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26880 rows 2022-05-18 03:12:18 source > 2022-05-18 03:12:17 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26764 rows 2022-05-18 03:12:18 source > 2022-05-18 03:12:17 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26738 rows 2022-05-18 03:12:18 source > 2022-05-18 03:12:17 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26917 rows 2022-05-18 03:12:18 source > 2022-05-18 03:12:17 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27078 rows 2022-05-18 03:12:18 source > 2022-05-18 03:12:17 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27262 rows 2022-05-18 03:12:18 source > 2022-05-18 03:12:17 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27074 rows 2022-05-18 03:12:19 source > 2022-05-18 03:12:18 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27320 rows 2022-05-18 03:12:19 source > 2022-05-18 03:12:18 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27034 rows 2022-05-18 03:12:19 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):313 - Records read: 55000 (103 MB) 2022-05-18 03:12:19 source > 2022-05-18 03:12:18 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27291 rows 2022-05-18 03:12:19 source > 2022-05-18 03:12:18 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27408 rows 2022-05-18 03:12:19 source > 2022-05-18 03:12:18 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27312 rows 2022-05-18 03:12:19 source > 2022-05-18 03:12:18 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27061 rows 2022-05-18 03:12:19 source > 2022-05-18 03:12:18 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27003 rows 2022-05-18 03:12:20 source > 2022-05-18 03:12:18 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27253 rows 2022-05-18 03:12:20 source > 2022-05-18 03:12:18 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27232 rows 2022-05-18 03:12:20 source > 2022-05-18 03:12:18 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26898 rows 2022-05-18 03:12:20 source > 2022-05-18 03:12:19 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26616 rows 2022-05-18 03:12:20 source > 2022-05-18 03:12:19 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26904 rows 2022-05-18 03:12:20 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):313 - Records read: 56000 (105 MB) 2022-05-18 03:12:20 source > 2022-05-18 03:12:19 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26862 rows 2022-05-18 03:12:20 source > 2022-05-18 03:12:19 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26825 rows 2022-05-18 03:12:21 source > 2022-05-18 03:12:19 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27019 rows 2022-05-18 03:12:21 source > 2022-05-18 03:12:20 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26779 rows 2022-05-18 03:12:21 source > 2022-05-18 03:12:20 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27053 rows 2022-05-18 03:12:21 source > 2022-05-18 03:12:20 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27207 rows 2022-05-18 03:12:21 source > 2022-05-18 03:12:20 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27445 rows 2022-05-18 03:12:21 source > 2022-05-18 03:12:20 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26866 rows 2022-05-18 03:12:21 source > 2022-05-18 03:12:20 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26662 rows 2022-05-18 03:12:21 source > 2022-05-18 03:12:20 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26490 rows 2022-05-18 03:12:22 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):313 - Records read: 57000 (107 MB) 2022-05-18 03:12:22 source > 2022-05-18 03:12:20 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26486 rows 2022-05-18 03:12:22 source > 2022-05-18 03:12:20 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26631 rows 2022-05-18 03:12:22 source > 2022-05-18 03:12:21 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26285 rows 2022-05-18 03:12:22 source > 2022-05-18 03:12:21 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26130 rows 2022-05-18 03:12:22 source > 2022-05-18 03:12:21 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26162 rows 2022-05-18 03:12:22 source > 2022-05-18 03:12:21 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26192 rows 2022-05-18 03:12:22 source > 2022-05-18 03:12:21 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26096 rows 2022-05-18 03:12:23 source > 2022-05-18 03:12:22 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26069 rows 2022-05-18 03:12:23 source > 2022-05-18 03:12:22 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26109 rows 2022-05-18 03:12:23 source > 2022-05-18 03:12:22 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26125 rows 2022-05-18 03:12:23 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):313 - Records read: 58000 (108 MB) 2022-05-18 03:12:23 source > 2022-05-18 03:12:22 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26449 rows 2022-05-18 03:12:23 source > 2022-05-18 03:12:22 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26452 rows 2022-05-18 03:12:23 source > 2022-05-18 03:12:22 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26755 rows 2022-05-18 03:12:24 source > 2022-05-18 03:12:22 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26500 rows 2022-05-18 03:12:24 source > 2022-05-18 03:12:22 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26378 rows 2022-05-18 03:12:24 source > 2022-05-18 03:12:22 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26709 rows 2022-05-18 03:12:24 source > 2022-05-18 03:12:22 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26509 rows 2022-05-18 03:12:24 source > 2022-05-18 03:12:23 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26603 rows 2022-05-18 03:12:24 source > 2022-05-18 03:12:23 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26589 rows 2022-05-18 03:12:25 source > 2022-05-18 03:12:23 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26578 rows 2022-05-18 03:12:25 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):313 - Records read: 59000 (110 MB) 2022-05-18 03:12:25 source > 2022-05-18 03:12:23 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26712 rows 2022-05-18 03:12:25 source > 2022-05-18 03:12:24 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26615 rows 2022-05-18 03:12:25 source > 2022-05-18 03:12:24 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26906 rows 2022-05-18 03:12:25 source > 2022-05-18 03:12:24 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27160 rows 2022-05-18 03:12:25 source > 2022-05-18 03:12:24 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27073 rows 2022-05-18 03:12:25 source > 2022-05-18 03:12:24 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27012 rows 2022-05-18 03:12:26 source > 2022-05-18 03:12:25 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27269 rows 2022-05-18 03:12:26 source > 2022-05-18 03:12:25 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27167 rows 2022-05-18 03:12:26 source > 2022-05-18 03:12:25 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27325 rows 2022-05-18 03:12:26 source > 2022-05-18 03:12:25 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27553 rows 2022-05-18 03:12:26 source > 2022-05-18 03:12:25 INFO i.a.i.s.r.AbstractDbSource(lambda$createReadIterator$7):250 - Reading stream table_name. Records read: 60000 2022-05-18 03:12:26 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):313 - Records read: 60000 (112 MB) 2022-05-18 03:12:26 source > 2022-05-18 03:12:25 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27184 rows 2022-05-18 03:12:26 source > 2022-05-18 03:12:25 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27245 rows 2022-05-18 03:12:26 source > 2022-05-18 03:12:25 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27145 rows 2022-05-18 03:12:26 source > 2022-05-18 03:12:25 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27311 rows 2022-05-18 03:12:27 source > 2022-05-18 03:12:25 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27227 rows 2022-05-18 03:12:27 source > 2022-05-18 03:12:25 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27152 rows 2022-05-18 03:12:27 source > 2022-05-18 03:12:26 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27083 rows 2022-05-18 03:12:27 source > 2022-05-18 03:12:26 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27192 rows 2022-05-18 03:12:27 source > 2022-05-18 03:12:26 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27430 rows 2022-05-18 03:12:27 source > 2022-05-18 03:12:26 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27461 rows 2022-05-18 03:12:27 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):313 - Records read: 61000 (114 MB) 2022-05-18 03:12:27 source > 2022-05-18 03:12:26 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27736 rows 2022-05-18 03:12:28 source > 2022-05-18 03:12:27 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27581 rows 2022-05-18 03:12:28 source > 2022-05-18 03:12:27 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27468 rows 2022-05-18 03:12:28 source > 2022-05-18 03:12:27 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27365 rows 2022-05-18 03:12:28 source > 2022-05-18 03:12:27 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27095 rows 2022-05-18 03:12:28 source > 2022-05-18 03:12:27 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26802 rows 2022-05-18 03:12:28 source > 2022-05-18 03:12:27 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26900 rows 2022-05-18 03:12:28 source > 2022-05-18 03:12:27 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27051 rows 2022-05-18 03:12:28 source > 2022-05-18 03:12:27 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26972 rows 2022-05-18 03:12:29 source > 2022-05-18 03:12:27 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27083 rows 2022-05-18 03:12:29 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):313 - Records read: 62000 (116 MB) 2022-05-18 03:12:29 source > 2022-05-18 03:12:28 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27255 rows 2022-05-18 03:12:29 source > 2022-05-18 03:12:28 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27493 rows 2022-05-18 03:12:29 source > 2022-05-18 03:12:28 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27387 rows 2022-05-18 03:12:29 source > 2022-05-18 03:12:28 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27614 rows 2022-05-18 03:12:29 source > 2022-05-18 03:12:28 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27338 rows 2022-05-18 03:12:29 source > 2022-05-18 03:12:28 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27122 rows 2022-05-18 03:12:30 source > 2022-05-18 03:12:28 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26917 rows 2022-05-18 03:12:30 source > 2022-05-18 03:12:28 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26915 rows 2022-05-18 03:12:30 source > 2022-05-18 03:12:28 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26929 rows 2022-05-18 03:12:30 source > 2022-05-18 03:12:28 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27147 rows 2022-05-18 03:12:30 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):313 - Records read: 63000 (118 MB) 2022-05-18 03:12:30 source > 2022-05-18 03:12:29 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27244 rows 2022-05-18 03:12:30 source > 2022-05-18 03:12:29 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27091 rows 2022-05-18 03:12:30 source > 2022-05-18 03:12:29 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27326 rows 2022-05-18 03:12:30 source > 2022-05-18 03:12:29 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27522 rows 2022-05-18 03:12:31 source > 2022-05-18 03:12:29 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27391 rows 2022-05-18 03:12:31 source > 2022-05-18 03:12:30 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27221 rows 2022-05-18 03:12:31 source > 2022-05-18 03:12:30 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27145 rows 2022-05-18 03:12:31 source > 2022-05-18 03:12:30 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27001 rows 2022-05-18 03:12:31 source > 2022-05-18 03:12:30 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26950 rows 2022-05-18 03:12:31 source > 2022-05-18 03:12:30 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26736 rows 2022-05-18 03:12:31 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):313 - Records read: 64000 (120 MB) 2022-05-18 03:12:31 source > 2022-05-18 03:12:30 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26710 rows 2022-05-18 03:12:31 source > 2022-05-18 03:12:30 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26882 rows 2022-05-18 03:12:32 source > 2022-05-18 03:12:30 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27142 rows 2022-05-18 03:12:32 source > 2022-05-18 03:12:30 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27113 rows 2022-05-18 03:12:32 source > 2022-05-18 03:12:30 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27362 rows 2022-05-18 03:12:32 source > 2022-05-18 03:12:31 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27589 rows 2022-05-18 03:12:32 source > 2022-05-18 03:12:31 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27583 rows 2022-05-18 03:12:32 source > 2022-05-18 03:12:31 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27467 rows 2022-05-18 03:12:32 source > 2022-05-18 03:12:31 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27469 rows 2022-05-18 03:12:33 source > 2022-05-18 03:12:32 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27570 rows 2022-05-18 03:12:33 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):313 - Records read: 65000 (122 MB) 2022-05-18 03:12:33 source > 2022-05-18 03:12:32 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27569 rows 2022-05-18 03:12:33 source > 2022-05-18 03:12:32 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26387 rows 2022-05-18 03:12:33 source > 2022-05-18 03:12:32 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26393 rows 2022-05-18 03:12:33 source > 2022-05-18 03:12:32 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26403 rows 2022-05-18 03:12:33 source > 2022-05-18 03:12:32 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26229 rows 2022-05-18 03:12:33 source > 2022-05-18 03:12:32 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26253 rows 2022-05-18 03:12:33 source > 2022-05-18 03:12:32 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26421 rows 2022-05-18 03:12:34 source > 2022-05-18 03:12:32 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26407 rows 2022-05-18 03:12:34 source > 2022-05-18 03:12:33 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26710 rows 2022-05-18 03:12:34 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):313 - Records read: 66000 (123 MB) 2022-05-18 03:12:34 source > 2022-05-18 03:12:33 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26669 rows 2022-05-18 03:12:34 source > 2022-05-18 03:12:33 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26787 rows 2022-05-18 03:12:34 source > 2022-05-18 03:12:33 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26758 rows 2022-05-18 03:12:34 source > 2022-05-18 03:12:33 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26716 rows 2022-05-18 03:12:34 source > 2022-05-18 03:12:33 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26996 rows 2022-05-18 03:12:35 source > 2022-05-18 03:12:33 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26841 rows 2022-05-18 03:12:35 source > 2022-05-18 03:12:34 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26783 rows 2022-05-18 03:12:35 source > 2022-05-18 03:12:34 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26730 rows 2022-05-18 03:12:35 source > 2022-05-18 03:12:34 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26497 rows 2022-05-18 03:12:35 source > 2022-05-18 03:12:34 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26423 rows 2022-05-18 03:12:35 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):313 - Records read: 67000 (125 MB) 2022-05-18 03:12:35 source > 2022-05-18 03:12:34 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26407 rows 2022-05-18 03:12:35 source > 2022-05-18 03:12:34 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26436 rows 2022-05-18 03:12:35 source > 2022-05-18 03:12:34 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26420 rows 2022-05-18 03:12:36 source > 2022-05-18 03:12:34 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26582 rows 2022-05-18 03:12:36 source > 2022-05-18 03:12:35 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26400 rows 2022-05-18 03:12:36 source > 2022-05-18 03:12:35 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26535 rows 2022-05-18 03:12:36 source > 2022-05-18 03:12:35 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 25971 rows 2022-05-18 03:12:36 source > 2022-05-18 03:12:35 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26307 rows 2022-05-18 03:12:36 source > 2022-05-18 03:12:35 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26467 rows 2022-05-18 03:12:36 source > 2022-05-18 03:12:35 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26340 rows 2022-05-18 03:12:36 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):313 - Records read: 68000 (127 MB) 2022-05-18 03:12:36 source > 2022-05-18 03:12:35 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26651 rows 2022-05-18 03:12:37 source > 2022-05-18 03:12:35 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26225 rows 2022-05-18 03:12:37 source > 2022-05-18 03:12:35 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26217 rows 2022-05-18 03:12:37 source > 2022-05-18 03:12:36 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26538 rows 2022-05-18 03:12:37 source > 2022-05-18 03:12:36 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26829 rows 2022-05-18 03:12:37 source > 2022-05-18 03:12:36 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26732 rows 2022-05-18 03:12:37 source > 2022-05-18 03:12:36 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26687 rows 2022-05-18 03:12:37 source > 2022-05-18 03:12:36 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26666 rows 2022-05-18 03:12:37 source > 2022-05-18 03:12:37 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26484 rows 2022-05-18 03:12:38 source > 2022-05-18 03:12:37 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26538 rows 2022-05-18 03:12:38 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):313 - Records read: 69000 (129 MB) 2022-05-18 03:12:38 source > 2022-05-18 03:12:37 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26630 rows 2022-05-18 03:12:38 source > 2022-05-18 03:12:37 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26483 rows 2022-05-18 03:12:38 source > 2022-05-18 03:12:37 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26469 rows 2022-05-18 03:12:38 source > 2022-05-18 03:12:37 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26701 rows 2022-05-18 03:12:38 source > 2022-05-18 03:12:37 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26746 rows 2022-05-18 03:12:38 source > 2022-05-18 03:12:37 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26718 rows 2022-05-18 03:12:39 source > 2022-05-18 03:12:37 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26937 rows 2022-05-18 03:12:39 source > 2022-05-18 03:12:37 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26808 rows 2022-05-18 03:12:39 source > 2022-05-18 03:12:38 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26754 rows 2022-05-18 03:12:39 source > 2022-05-18 03:12:38 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26961 rows 2022-05-18 03:12:39 source > 2022-05-18 03:12:38 INFO i.a.i.s.r.AbstractDbSource(lambda$createReadIterator$7):250 - Reading stream table_name. Records read: 70000 2022-05-18 03:12:39 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):313 - Records read: 70000 (131 MB) 2022-05-18 03:12:39 source > 2022-05-18 03:12:38 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26915 rows 2022-05-18 03:12:39 source > 2022-05-18 03:12:38 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27180 rows 2022-05-18 03:12:39 source > 2022-05-18 03:12:38 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26896 rows 2022-05-18 03:12:39 source > 2022-05-18 03:12:38 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26853 rows 2022-05-18 03:12:40 source > 2022-05-18 03:12:39 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26815 rows 2022-05-18 03:12:40 source > 2022-05-18 03:12:39 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26783 rows 2022-05-18 03:12:40 source > 2022-05-18 03:12:39 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26656 rows 2022-05-18 03:12:40 source > 2022-05-18 03:12:39 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26535 rows 2022-05-18 03:12:40 source > 2022-05-18 03:12:39 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26828 rows 2022-05-18 03:12:40 source > 2022-05-18 03:12:39 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26517 rows 2022-05-18 03:12:40 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):313 - Records read: 71000 (133 MB) 2022-05-18 03:12:40 source > 2022-05-18 03:12:39 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26512 rows 2022-05-18 03:12:41 source > 2022-05-18 03:12:39 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26348 rows 2022-05-18 03:12:41 source > 2022-05-18 03:12:40 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26643 rows 2022-05-18 03:12:41 source > 2022-05-18 03:12:40 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26897 rows 2022-05-18 03:12:41 source > 2022-05-18 03:12:40 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26730 rows 2022-05-18 03:12:41 source > 2022-05-18 03:12:40 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26548 rows 2022-05-18 03:12:41 source > 2022-05-18 03:12:40 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26708 rows 2022-05-18 03:12:41 source > 2022-05-18 03:12:40 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26922 rows 2022-05-18 03:12:41 source > 2022-05-18 03:12:40 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27187 rows 2022-05-18 03:12:42 source > 2022-05-18 03:12:40 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27018 rows 2022-05-18 03:12:42 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):313 - Records read: 72000 (135 MB) 2022-05-18 03:12:42 source > 2022-05-18 03:12:40 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27257 rows 2022-05-18 03:12:42 source > 2022-05-18 03:12:41 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27488 rows 2022-05-18 03:12:42 source > 2022-05-18 03:12:41 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27163 rows 2022-05-18 03:12:42 source > 2022-05-18 03:12:41 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27340 rows 2022-05-18 03:12:42 source > 2022-05-18 03:12:41 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27571 rows 2022-05-18 03:12:42 source > 2022-05-18 03:12:41 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27436 rows 2022-05-18 03:12:42 source > 2022-05-18 03:12:41 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27646 rows 2022-05-18 03:12:43 source > 2022-05-18 03:12:42 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27747 rows 2022-05-18 03:12:43 source > 2022-05-18 03:12:42 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27599 rows 2022-05-18 03:12:43 source > 2022-05-18 03:12:42 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27484 rows 2022-05-18 03:12:43 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):313 - Records read: 73000 (136 MB) 2022-05-18 03:12:43 source > 2022-05-18 03:12:42 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27627 rows 2022-05-18 03:12:43 source > 2022-05-18 03:12:42 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27373 rows 2022-05-18 03:12:43 source > 2022-05-18 03:12:42 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27517 rows 2022-05-18 03:12:43 source > 2022-05-18 03:12:42 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27410 rows 2022-05-18 03:12:43 source > 2022-05-18 03:12:42 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27382 rows 2022-05-18 03:12:44 source > 2022-05-18 03:12:42 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27488 rows 2022-05-18 03:12:44 source > 2022-05-18 03:12:42 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27382 rows 2022-05-18 03:12:44 source > 2022-05-18 03:12:43 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27225 rows 2022-05-18 03:12:44 source > 2022-05-18 03:12:43 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26670 rows 2022-05-18 03:12:44 source > 2022-05-18 03:12:43 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26953 rows 2022-05-18 03:12:44 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):313 - Records read: 74000 (138 MB) 2022-05-18 03:12:44 source > 2022-05-18 03:12:43 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27086 rows 2022-05-18 03:12:44 source > 2022-05-18 03:12:43 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26898 rows 2022-05-18 03:12:45 source > 2022-05-18 03:12:44 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27164 rows 2022-05-18 03:12:45 source > 2022-05-18 03:12:44 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27093 rows 2022-05-18 03:12:45 source > 2022-05-18 03:12:44 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27214 rows 2022-05-18 03:12:45 source > 2022-05-18 03:12:44 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27443 rows 2022-05-18 03:12:45 source > 2022-05-18 03:12:44 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27658 rows 2022-05-18 03:12:45 source > 2022-05-18 03:12:44 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27858 rows 2022-05-18 03:12:45 source > 2022-05-18 03:12:44 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28043 rows 2022-05-18 03:12:45 source > 2022-05-18 03:12:44 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28005 rows 2022-05-18 03:12:46 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):313 - Records read: 75000 (140 MB) 2022-05-18 03:12:46 source > 2022-05-18 03:12:44 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27845 rows 2022-05-18 03:12:46 source > 2022-05-18 03:12:45 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27690 rows 2022-05-18 03:12:46 source > 2022-05-18 03:12:45 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27878 rows 2022-05-18 03:12:46 source > 2022-05-18 03:12:45 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28061 rows 2022-05-18 03:12:46 source > 2022-05-18 03:12:45 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27894 rows 2022-05-18 03:12:46 source > 2022-05-18 03:12:45 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27922 rows 2022-05-18 03:12:46 source > 2022-05-18 03:12:45 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28092 rows 2022-05-18 03:12:46 source > 2022-05-18 03:12:45 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27923 rows 2022-05-18 03:12:47 source > 2022-05-18 03:12:45 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27772 rows 2022-05-18 03:12:47 source > 2022-05-18 03:12:45 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27963 rows 2022-05-18 03:12:47 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):313 - Records read: 76000 (142 MB) 2022-05-18 03:12:47 source > 2022-05-18 03:12:45 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27808 rows 2022-05-18 03:12:47 source > 2022-05-18 03:12:46 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27579 rows 2022-05-18 03:12:47 source > 2022-05-18 03:12:46 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27721 rows 2022-05-18 03:12:47 source > 2022-05-18 03:12:46 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27925 rows 2022-05-18 03:12:47 source > 2022-05-18 03:12:46 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27772 rows 2022-05-18 03:12:48 source > 2022-05-18 03:12:46 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27958 rows 2022-05-18 03:12:48 source > 2022-05-18 03:12:47 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27804 rows 2022-05-18 03:12:48 source > 2022-05-18 03:12:47 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27648 rows 2022-05-18 03:12:48 source > 2022-05-18 03:12:47 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27750 rows 2022-05-18 03:12:48 source > 2022-05-18 03:12:47 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27709 rows 2022-05-18 03:12:48 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):313 - Records read: 77000 (144 MB) 2022-05-18 03:12:48 source > 2022-05-18 03:12:47 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27897 rows 2022-05-18 03:12:48 source > 2022-05-18 03:12:47 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27232 rows 2022-05-18 03:12:49 source > 2022-05-18 03:12:47 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27305 rows 2022-05-18 03:12:49 source > 2022-05-18 03:12:47 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27533 rows 2022-05-18 03:12:49 source > 2022-05-18 03:12:47 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27425 rows 2022-05-18 03:12:49 source > 2022-05-18 03:12:48 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27584 rows 2022-05-18 03:12:49 source > 2022-05-18 03:12:48 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27248 rows 2022-05-18 03:12:49 source > 2022-05-18 03:12:48 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27148 rows 2022-05-18 03:12:49 source > 2022-05-18 03:12:48 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27060 rows 2022-05-18 03:12:49 source > 2022-05-18 03:12:48 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27263 rows 2022-05-18 03:12:50 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):313 - Records read: 78000 (146 MB) 2022-05-18 03:12:50 source > 2022-05-18 03:12:49 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27498 rows 2022-05-18 03:12:50 source > 2022-05-18 03:12:49 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27708 rows 2022-05-18 03:12:50 source > 2022-05-18 03:12:49 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27558 rows 2022-05-18 03:12:50 source > 2022-05-18 03:12:49 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27707 rows 2022-05-18 03:12:50 source > 2022-05-18 03:12:49 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27241 rows 2022-05-18 03:12:50 source > 2022-05-18 03:12:49 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27305 rows 2022-05-18 03:12:50 source > 2022-05-18 03:12:49 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27375 rows 2022-05-18 03:12:50 source > 2022-05-18 03:12:49 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27594 rows 2022-05-18 03:12:51 source > 2022-05-18 03:12:49 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27780 rows 2022-05-18 03:12:51 source > 2022-05-18 03:12:49 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27441 rows 2022-05-18 03:12:51 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):313 - Records read: 79000 (148 MB) 2022-05-18 03:12:51 source > 2022-05-18 03:12:50 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27546 rows 2022-05-18 03:12:51 source > 2022-05-18 03:12:50 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27320 rows 2022-05-18 03:12:51 source > 2022-05-18 03:12:50 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27233 rows 2022-05-18 03:12:51 source > 2022-05-18 03:12:50 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27478 rows 2022-05-18 03:12:51 source > 2022-05-18 03:12:50 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26940 rows 2022-05-18 03:12:52 source > 2022-05-18 03:12:50 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27197 rows 2022-05-18 03:12:52 source > 2022-05-18 03:12:50 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26964 rows 2022-05-18 03:12:52 source > 2022-05-18 03:12:51 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26915 rows 2022-05-18 03:12:52 source > 2022-05-18 03:12:51 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26850 rows 2022-05-18 03:12:52 source > 2022-05-18 03:12:51 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27119 rows 2022-05-18 03:12:52 source > 2022-05-18 03:12:51 INFO i.a.i.s.r.AbstractDbSource(lambda$createReadIterator$7):250 - Reading stream table_name. Records read: 80000 2022-05-18 03:12:52 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):313 - Records read: 80000 (150 MB) 2022-05-18 03:12:52 source > 2022-05-18 03:12:51 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27296 rows 2022-05-18 03:12:53 source > 2022-05-18 03:12:51 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27211 rows 2022-05-18 03:12:53 source > 2022-05-18 03:12:51 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27136 rows 2022-05-18 03:12:53 source > 2022-05-18 03:12:51 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27069 rows 2022-05-18 03:12:53 source > 2022-05-18 03:12:52 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27308 rows 2022-05-18 03:12:53 source > 2022-05-18 03:12:52 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27539 rows 2022-05-18 03:12:53 source > 2022-05-18 03:12:52 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27429 rows 2022-05-18 03:12:53 source > 2022-05-18 03:12:52 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27535 rows 2022-05-18 03:12:53 source > 2022-05-18 03:12:52 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27748 rows 2022-05-18 03:12:54 source > 2022-05-18 03:12:53 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27738 rows 2022-05-18 03:12:54 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):313 - Records read: 81000 (151 MB) 2022-05-18 03:12:54 source > 2022-05-18 03:12:53 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27606 rows 2022-05-18 03:12:54 source > 2022-05-18 03:12:53 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27487 rows 2022-05-18 03:12:54 source > 2022-05-18 03:12:53 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27704 rows 2022-05-18 03:12:54 source > 2022-05-18 03:12:53 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27488 rows 2022-05-18 03:12:54 source > 2022-05-18 03:12:53 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27363 rows 2022-05-18 03:12:55 source > 2022-05-18 03:12:53 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27701 rows 2022-05-18 03:12:55 source > 2022-05-18 03:12:53 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27551 rows 2022-05-18 03:12:55 source > 2022-05-18 03:12:53 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27742 rows 2022-05-18 03:12:55 source > 2022-05-18 03:12:53 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27428 rows 2022-05-18 03:12:55 source > 2022-05-18 03:12:54 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27309 rows 2022-05-18 03:12:55 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):313 - Records read: 82000 (153 MB) 2022-05-18 03:12:55 source > 2022-05-18 03:12:54 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27115 rows 2022-05-18 03:12:55 source > 2022-05-18 03:12:54 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27362 rows 2022-05-18 03:12:56 source > 2022-05-18 03:12:54 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27272 rows 2022-05-18 03:12:56 source > 2022-05-18 03:12:54 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26783 rows 2022-05-18 03:12:56 source > 2022-05-18 03:12:55 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26964 rows 2022-05-18 03:12:56 source > 2022-05-18 03:12:55 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27146 rows 2022-05-18 03:12:56 source > 2022-05-18 03:12:55 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27234 rows 2022-05-18 03:12:56 source > 2022-05-18 03:12:55 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27471 rows 2022-05-18 03:12:56 source > 2022-05-18 03:12:55 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27366 rows 2022-05-18 03:12:57 source > 2022-05-18 03:12:56 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27580 rows 2022-05-18 03:12:57 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):313 - Records read: 83000 (155 MB) 2022-05-18 03:12:57 source > 2022-05-18 03:12:56 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27570 rows 2022-05-18 03:12:57 source > 2022-05-18 03:12:56 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27772 rows 2022-05-18 03:12:57 source > 2022-05-18 03:12:56 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27776 rows 2022-05-18 03:12:57 source > 2022-05-18 03:12:56 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27962 rows 2022-05-18 03:12:57 source > 2022-05-18 03:12:56 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27807 rows 2022-05-18 03:12:57 source > 2022-05-18 03:12:56 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27669 rows 2022-05-18 03:12:57 source > 2022-05-18 03:12:56 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27912 rows 2022-05-18 03:12:58 source > 2022-05-18 03:12:56 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28088 rows 2022-05-18 03:12:58 source > 2022-05-18 03:12:57 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27894 rows 2022-05-18 03:12:58 source > 2022-05-18 03:12:57 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27745 rows 2022-05-18 03:12:58 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):313 - Records read: 84000 (157 MB) 2022-05-18 03:12:58 source > 2022-05-18 03:12:57 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27520 rows 2022-05-18 03:12:58 source > 2022-05-18 03:12:57 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27730 rows 2022-05-18 03:12:58 source > 2022-05-18 03:12:57 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27684 rows 2022-05-18 03:12:58 source > 2022-05-18 03:12:57 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27884 rows 2022-05-18 03:12:59 source > 2022-05-18 03:12:57 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28060 rows 2022-05-18 03:12:59 source > 2022-05-18 03:12:57 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28221 rows 2022-05-18 03:12:59 source > 2022-05-18 03:12:57 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28016 rows 2022-05-18 03:12:59 source > 2022-05-18 03:12:57 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27567 rows 2022-05-18 03:12:59 source > 2022-05-18 03:12:58 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27768 rows 2022-05-18 03:12:59 source > 2022-05-18 03:12:58 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27634 rows 2022-05-18 03:12:59 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):313 - Records read: 85000 (159 MB) 2022-05-18 03:13:00 source > 2022-05-18 03:12:58 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27622 rows 2022-05-18 03:13:00 source > 2022-05-18 03:12:58 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27772 rows 2022-05-18 03:13:00 source > 2022-05-18 03:12:58 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27417 rows 2022-05-18 03:13:00 source > 2022-05-18 03:12:59 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27319 rows 2022-05-18 03:13:00 source > 2022-05-18 03:12:59 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27547 rows 2022-05-18 03:13:00 source > 2022-05-18 03:12:59 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27684 rows 2022-05-18 03:13:00 source > 2022-05-18 03:12:59 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27813 rows 2022-05-18 03:13:01 source > 2022-05-18 03:12:59 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28001 rows 2022-05-18 03:13:01 source > 2022-05-18 03:13:00 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28165 rows 2022-05-18 03:13:01 source > 2022-05-18 03:13:00 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28318 rows 2022-05-18 03:13:01 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):313 - Records read: 86000 (161 MB) 2022-05-18 03:13:01 source > 2022-05-18 03:13:00 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28238 rows 2022-05-18 03:13:01 source > 2022-05-18 03:13:00 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28370 rows 2022-05-18 03:13:01 source > 2022-05-18 03:13:00 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28196 rows 2022-05-18 03:13:01 source > 2022-05-18 03:13:00 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28351 rows 2022-05-18 03:13:01 source > 2022-05-18 03:13:00 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27688 rows 2022-05-18 03:13:02 source > 2022-05-18 03:13:00 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27561 rows 2022-05-18 03:13:02 source > 2022-05-18 03:13:00 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27752 rows 2022-05-18 03:13:02 source > 2022-05-18 03:13:00 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27620 rows 2022-05-18 03:13:02 source > 2022-05-18 03:13:01 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27744 rows 2022-05-18 03:13:02 source > 2022-05-18 03:13:01 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27723 rows 2022-05-18 03:13:02 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):313 - Records read: 87000 (163 MB) 2022-05-18 03:13:02 source > 2022-05-18 03:13:01 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27918 rows 2022-05-18 03:13:02 source > 2022-05-18 03:13:01 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27769 rows 2022-05-18 03:13:03 source > 2022-05-18 03:13:02 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27843 rows 2022-05-18 03:13:03 source > 2022-05-18 03:13:02 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28030 rows 2022-05-18 03:13:03 source > 2022-05-18 03:13:02 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27843 rows 2022-05-18 03:13:03 source > 2022-05-18 03:13:02 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27489 rows 2022-05-18 03:13:03 source > 2022-05-18 03:13:02 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27446 rows 2022-05-18 03:13:03 source > 2022-05-18 03:13:02 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27345 rows 2022-05-18 03:13:03 source > 2022-05-18 03:13:02 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27473 rows 2022-05-18 03:13:03 source > 2022-05-18 03:13:02 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27685 rows 2022-05-18 03:13:04 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):313 - Records read: 88000 (164 MB) 2022-05-18 03:13:04 source > 2022-05-18 03:13:02 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27287 rows 2022-05-18 03:13:04 source > 2022-05-18 03:13:02 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27200 rows 2022-05-18 03:13:04 source > 2022-05-18 03:13:03 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27052 rows 2022-05-18 03:13:04 source > 2022-05-18 03:13:03 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27297 rows 2022-05-18 03:13:04 source > 2022-05-18 03:13:03 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27123 rows 2022-05-18 03:13:04 source > 2022-05-18 03:13:03 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27318 rows 2022-05-18 03:13:04 source > 2022-05-18 03:13:03 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27209 rows 2022-05-18 03:13:04 source > 2022-05-18 03:13:04 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27452 rows 2022-05-18 03:13:05 source > 2022-05-18 03:13:04 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27352 rows 2022-05-18 03:13:05 source > 2022-05-18 03:13:04 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27488 rows 2022-05-18 03:13:05 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):313 - Records read: 89000 (166 MB) 2022-05-18 03:13:05 source > 2022-05-18 03:13:04 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27253 rows 2022-05-18 03:13:05 source > 2022-05-18 03:13:04 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27418 rows 2022-05-18 03:13:05 source > 2022-05-18 03:13:04 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27322 rows 2022-05-18 03:13:05 source > 2022-05-18 03:13:04 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27428 rows 2022-05-18 03:13:05 source > 2022-05-18 03:13:04 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27309 rows 2022-05-18 03:13:06 source > 2022-05-18 03:13:04 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27539 rows 2022-05-18 03:13:06 source > 2022-05-18 03:13:04 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27430 rows 2022-05-18 03:13:06 source > 2022-05-18 03:13:05 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27310 rows 2022-05-18 03:13:06 source > 2022-05-18 03:13:05 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27157 rows 2022-05-18 03:13:06 source > 2022-05-18 03:13:05 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27403 rows 2022-05-18 03:13:06 source > 2022-05-18 03:13:05 INFO i.a.i.s.r.AbstractDbSource(lambda$createReadIterator$7):250 - Reading stream table_name. Records read: 90000 2022-05-18 03:13:06 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):313 - Records read: 90000 (168 MB) 2022-05-18 03:13:06 source > 2022-05-18 03:13:05 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27056 rows 2022-05-18 03:13:06 source > 2022-05-18 03:13:05 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27302 rows 2022-05-18 03:13:07 source > 2022-05-18 03:13:05 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27418 rows 2022-05-18 03:13:07 source > 2022-05-18 03:13:05 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27568 rows 2022-05-18 03:13:07 source > 2022-05-18 03:13:05 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27164 rows 2022-05-18 03:13:07 source > 2022-05-18 03:13:05 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26937 rows 2022-05-18 03:13:07 source > 2022-05-18 03:13:06 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26891 rows 2022-05-18 03:13:07 source > 2022-05-18 03:13:06 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26850 rows 2022-05-18 03:13:07 source > 2022-05-18 03:13:06 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27114 rows 2022-05-18 03:13:08 source > 2022-05-18 03:13:06 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27275 rows 2022-05-18 03:13:08 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):313 - Records read: 91000 (170 MB) 2022-05-18 03:13:08 source > 2022-05-18 03:13:06 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27500 rows 2022-05-18 03:13:08 source > 2022-05-18 03:13:07 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27648 rows 2022-05-18 03:13:08 source > 2022-05-18 03:13:07 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27848 rows 2022-05-18 03:13:08 source > 2022-05-18 03:13:07 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28036 rows 2022-05-18 03:13:08 source > 2022-05-18 03:13:07 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27505 rows 2022-05-18 03:13:08 source > 2022-05-18 03:13:07 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27442 rows 2022-05-18 03:13:08 source > 2022-05-18 03:13:07 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27649 rows 2022-05-18 03:13:09 source > 2022-05-18 03:13:07 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27846 rows 2022-05-18 03:13:09 source > 2022-05-18 03:13:07 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27702 rows 2022-05-18 03:13:09 source > 2022-05-18 03:13:07 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27715 rows 2022-05-18 03:13:09 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):313 - Records read: 92000 (172 MB) 2022-05-18 03:13:09 source > 2022-05-18 03:13:07 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27538 rows 2022-05-18 03:13:09 source > 2022-05-18 03:13:08 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27473 rows 2022-05-18 03:13:09 source > 2022-05-18 03:13:08 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27369 rows 2022-05-18 03:13:09 source > 2022-05-18 03:13:08 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27254 rows 2022-05-18 03:13:10 source > 2022-05-18 03:13:08 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27487 rows 2022-05-18 03:13:10 source > 2022-05-18 03:13:08 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27492 rows 2022-05-18 03:13:10 source > 2022-05-18 03:13:09 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27387 rows 2022-05-18 03:13:10 source > 2022-05-18 03:13:09 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27130 rows 2022-05-18 03:13:10 source > 2022-05-18 03:13:09 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27063 rows 2022-05-18 03:13:10 source > 2022-05-18 03:13:09 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27005 rows 2022-05-18 03:13:10 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):313 - Records read: 93000 (174 MB) 2022-05-18 03:13:10 source > 2022-05-18 03:13:09 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26938 rows 2022-05-18 03:13:10 source > 2022-05-18 03:13:09 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26869 rows 2022-05-18 03:13:11 source > 2022-05-18 03:13:09 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26830 rows 2022-05-18 03:13:11 source > 2022-05-18 03:13:09 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26794 rows 2022-05-18 03:13:11 source > 2022-05-18 03:13:09 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26343 rows 2022-05-18 03:13:11 source > 2022-05-18 03:13:10 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26439 rows 2022-05-18 03:13:11 source > 2022-05-18 03:13:10 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26596 rows 2022-05-18 03:13:11 source > 2022-05-18 03:13:10 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26888 rows 2022-05-18 03:13:11 source > 2022-05-18 03:13:10 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26847 rows 2022-05-18 03:13:11 source > 2022-05-18 03:13:10 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26420 rows 2022-05-18 03:13:12 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):313 - Records read: 94000 (176 MB) 2022-05-18 03:13:12 source > 2022-05-18 03:13:11 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26729 rows 2022-05-18 03:13:12 source > 2022-05-18 03:13:11 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27003 rows 2022-05-18 03:13:12 source > 2022-05-18 03:13:11 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27059 rows 2022-05-18 03:13:12 source > 2022-05-18 03:13:11 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26978 rows 2022-05-18 03:13:12 source > 2022-05-18 03:13:11 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26905 rows 2022-05-18 03:13:12 source > 2022-05-18 03:13:11 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27153 rows 2022-05-18 03:13:12 source > 2022-05-18 03:13:11 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27388 rows 2022-05-18 03:13:13 source > 2022-05-18 03:13:11 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27294 rows 2022-05-18 03:13:13 source > 2022-05-18 03:13:11 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27189 rows 2022-05-18 03:13:13 source > 2022-05-18 03:13:11 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26880 rows 2022-05-18 03:13:13 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):313 - Records read: 95000 (178 MB) 2022-05-18 03:13:13 source > 2022-05-18 03:13:12 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26729 rows 2022-05-18 03:13:13 source > 2022-05-18 03:13:12 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26998 rows 2022-05-18 03:13:13 source > 2022-05-18 03:13:12 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27138 rows 2022-05-18 03:13:13 source > 2022-05-18 03:13:12 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27309 rows 2022-05-18 03:13:14 source > 2022-05-18 03:13:12 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27223 rows 2022-05-18 03:13:14 source > 2022-05-18 03:13:13 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27124 rows 2022-05-18 03:13:14 source > 2022-05-18 03:13:13 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27291 rows 2022-05-18 03:13:14 source > 2022-05-18 03:13:13 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27035 rows 2022-05-18 03:13:14 source > 2022-05-18 03:13:13 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27284 rows 2022-05-18 03:13:14 source > 2022-05-18 03:13:13 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27254 rows 2022-05-18 03:13:14 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):313 - Records read: 96000 (179 MB) 2022-05-18 03:13:14 source > 2022-05-18 03:13:13 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26639 rows 2022-05-18 03:13:14 source > 2022-05-18 03:13:13 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26506 rows 2022-05-18 03:13:15 source > 2022-05-18 03:13:13 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26731 rows 2022-05-18 03:13:15 source > 2022-05-18 03:13:13 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26707 rows 2022-05-18 03:13:15 source > 2022-05-18 03:13:13 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26791 rows 2022-05-18 03:13:15 source > 2022-05-18 03:13:14 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26352 rows 2022-05-18 03:13:16 source > 2022-05-18 03:13:14 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 25928 rows 2022-05-18 03:13:16 source > 2022-05-18 03:13:14 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26273 rows 2022-05-18 03:13:16 source > 2022-05-18 03:13:14 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26583 rows 2022-05-18 03:13:16 source > 2022-05-18 03:13:15 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26631 rows 2022-05-18 03:13:16 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):313 - Records read: 97000 (181 MB) 2022-05-18 03:13:16 source > 2022-05-18 03:13:15 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26858 rows 2022-05-18 03:13:16 source > 2022-05-18 03:13:15 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26820 rows 2022-05-18 03:13:16 source > 2022-05-18 03:13:15 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26785 rows 2022-05-18 03:13:17 source > 2022-05-18 03:13:15 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26984 rows 2022-05-18 03:13:17 source > 2022-05-18 03:13:16 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27012 rows 2022-05-18 03:13:17 source > 2022-05-18 03:13:16 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26857 rows 2022-05-18 03:13:17 source > 2022-05-18 03:13:16 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27125 rows 2022-05-18 03:13:17 source > 2022-05-18 03:13:16 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27376 rows 2022-05-18 03:13:17 source > 2022-05-18 03:13:16 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27474 rows 2022-05-18 03:13:17 source > 2022-05-18 03:13:16 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27348 rows 2022-05-18 03:13:17 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):313 - Records read: 98000 (183 MB) 2022-05-18 03:13:17 source > 2022-05-18 03:13:16 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27257 rows 2022-05-18 03:13:18 source > 2022-05-18 03:13:16 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27177 rows 2022-05-18 03:13:18 source > 2022-05-18 03:13:16 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27405 rows 2022-05-18 03:13:18 source > 2022-05-18 03:13:16 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27378 rows 2022-05-18 03:13:18 source > 2022-05-18 03:13:17 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27192 rows 2022-05-18 03:13:18 source > 2022-05-18 03:13:17 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27162 rows 2022-05-18 03:13:18 source > 2022-05-18 03:13:17 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27381 rows 2022-05-18 03:13:18 source > 2022-05-18 03:13:17 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27587 rows 2022-05-18 03:13:18 source > 2022-05-18 03:13:17 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27472 rows 2022-05-18 03:13:19 source > 2022-05-18 03:13:18 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27678 rows 2022-05-18 03:13:19 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):313 - Records read: 99000 (185 MB) 2022-05-18 03:13:19 source > 2022-05-18 03:13:18 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27619 rows 2022-05-18 03:13:19 source > 2022-05-18 03:13:18 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27498 rows 2022-05-18 03:13:19 source > 2022-05-18 03:13:18 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27562 rows 2022-05-18 03:13:19 source > 2022-05-18 03:13:18 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27388 rows 2022-05-18 03:13:19 source > 2022-05-18 03:13:18 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27440 rows 2022-05-18 03:13:19 source > 2022-05-18 03:13:18 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27648 rows 2022-05-18 03:13:20 source > 2022-05-18 03:13:18 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27527 rows 2022-05-18 03:13:20 source > 2022-05-18 03:13:18 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27417 rows 2022-05-18 03:13:20 source > 2022-05-18 03:13:19 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27181 rows 2022-05-18 03:13:20 source > 2022-05-18 03:13:19 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27424 rows 2022-05-18 03:13:20 source > 2022-05-18 03:13:19 INFO i.a.i.s.r.AbstractDbSource(lambda$createReadIterator$7):250 - Reading stream table_name. Records read: 100000 2022-05-18 03:13:20 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):313 - Records read: 100000 (187 MB) 2022-05-18 03:13:20 source > 2022-05-18 03:13:19 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27328 rows 2022-05-18 03:13:20 source > 2022-05-18 03:13:19 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27293 rows 2022-05-18 03:13:20 source > 2022-05-18 03:13:19 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27208 rows 2022-05-18 03:13:21 source > 2022-05-18 03:13:20 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27401 rows 2022-05-18 03:13:21 source > 2022-05-18 03:13:20 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27520 rows 2022-05-18 03:13:21 source > 2022-05-18 03:13:20 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27616 rows 2022-05-18 03:13:21 source > 2022-05-18 03:13:20 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27719 rows 2022-05-18 03:13:21 source > 2022-05-18 03:13:20 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27458 rows 2022-05-18 03:13:21 source > 2022-05-18 03:13:20 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27516 rows 2022-05-18 03:13:21 source > 2022-05-18 03:13:20 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27306 rows 2022-05-18 03:13:22 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):313 - Records read: 101000 (189 MB) 2022-05-18 03:13:22 source > 2022-05-18 03:13:20 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27289 rows 2022-05-18 03:13:22 source > 2022-05-18 03:13:20 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27086 rows 2022-05-18 03:13:22 source > 2022-05-18 03:13:20 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27136 rows 2022-05-18 03:13:22 source > 2022-05-18 03:13:21 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26966 rows 2022-05-18 03:13:22 source > 2022-05-18 03:13:21 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26982 rows 2022-05-18 03:13:22 source > 2022-05-18 03:13:21 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26833 rows 2022-05-18 03:13:22 source > 2022-05-18 03:13:21 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27103 rows 2022-05-18 03:13:23 source > 2022-05-18 03:13:21 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27246 rows 2022-05-18 03:13:23 source > 2022-05-18 03:13:22 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27325 rows 2022-05-18 03:13:23 source > 2022-05-18 03:13:22 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27242 rows 2022-05-18 03:13:23 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):313 - Records read: 102000 (191 MB) 2022-05-18 03:13:23 source > 2022-05-18 03:13:22 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27429 rows 2022-05-18 03:13:23 source > 2022-05-18 03:13:22 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27072 rows 2022-05-18 03:13:23 source > 2022-05-18 03:13:22 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26996 rows 2022-05-18 03:13:23 source > 2022-05-18 03:13:22 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26823 rows 2022-05-18 03:13:23 source > 2022-05-18 03:13:22 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26997 rows 2022-05-18 03:13:24 source > 2022-05-18 03:13:22 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27257 rows 2022-05-18 03:13:24 source > 2022-05-18 03:13:22 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27385 rows 2022-05-18 03:13:24 source > 2022-05-18 03:13:23 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27308 rows 2022-05-18 03:13:24 source > 2022-05-18 03:13:23 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27439 rows 2022-05-18 03:13:24 source > 2022-05-18 03:13:23 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26981 rows 2022-05-18 03:13:24 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):313 - Records read: 103000 (192 MB) 2022-05-18 03:13:24 source > 2022-05-18 03:13:23 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26832 rows 2022-05-18 03:13:24 source > 2022-05-18 03:13:23 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26802 rows 2022-05-18 03:13:25 source > 2022-05-18 03:13:24 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26879 rows 2022-05-18 03:13:25 source > 2022-05-18 03:13:24 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26887 rows 2022-05-18 03:13:25 source > 2022-05-18 03:13:24 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27160 rows 2022-05-18 03:13:25 source > 2022-05-18 03:13:24 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27196 rows 2022-05-18 03:13:25 source > 2022-05-18 03:13:24 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26866 rows 2022-05-18 03:13:25 source > 2022-05-18 03:13:24 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27035 rows 2022-05-18 03:13:25 source > 2022-05-18 03:13:24 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26861 rows 2022-05-18 03:13:25 source > 2022-05-18 03:13:24 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26662 rows 2022-05-18 03:13:26 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):313 - Records read: 104000 (194 MB) 2022-05-18 03:13:26 source > 2022-05-18 03:13:24 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26548 rows 2022-05-18 03:13:26 source > 2022-05-18 03:13:24 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26319 rows 2022-05-18 03:13:26 source > 2022-05-18 03:13:25 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26352 rows 2022-05-18 03:13:26 source > 2022-05-18 03:13:25 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26357 rows 2022-05-18 03:13:26 source > 2022-05-18 03:13:25 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26353 rows 2022-05-18 03:13:27 source > 2022-05-18 03:13:25 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26505 rows 2022-05-18 03:13:27 source > 2022-05-18 03:13:26 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26385 rows 2022-05-18 03:13:27 source > 2022-05-18 03:13:26 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26696 rows 2022-05-18 03:13:27 source > 2022-05-18 03:13:26 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26943 rows 2022-05-18 03:13:27 source > 2022-05-18 03:13:26 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27048 rows 2022-05-18 03:13:27 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):313 - Records read: 105000 (196 MB) 2022-05-18 03:13:27 source > 2022-05-18 03:13:26 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26869 rows 2022-05-18 03:13:27 source > 2022-05-18 03:13:26 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26710 rows 2022-05-18 03:13:27 source > 2022-05-18 03:13:26 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26575 rows 2022-05-18 03:13:28 source > 2022-05-18 03:13:26 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26442 rows 2022-05-18 03:13:28 source > 2022-05-18 03:13:26 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26276 rows 2022-05-18 03:13:28 source > 2022-05-18 03:13:26 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26560 rows 2022-05-18 03:13:28 source > 2022-05-18 03:13:27 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26677 rows 2022-05-18 03:13:28 source > 2022-05-18 03:13:27 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26595 rows 2022-05-18 03:13:28 source > 2022-05-18 03:13:27 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26386 rows 2022-05-18 03:13:28 source > 2022-05-18 03:13:27 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26592 rows 2022-05-18 03:13:29 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):313 - Records read: 106000 (198 MB) 2022-05-18 03:13:29 source > 2022-05-18 03:13:27 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26137 rows 2022-05-18 03:13:29 source > 2022-05-18 03:13:28 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26075 rows 2022-05-18 03:13:29 source > 2022-05-18 03:13:28 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26119 rows 2022-05-18 03:13:29 source > 2022-05-18 03:13:28 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26452 rows 2022-05-18 03:13:29 source > 2022-05-18 03:13:28 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26651 rows 2022-05-18 03:13:30 source > 2022-05-18 03:13:28 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26343 rows 2022-05-18 03:13:30 source > 2022-05-18 03:13:28 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26553 rows 2022-05-18 03:13:30 source > 2022-05-18 03:13:28 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26785 rows 2022-05-18 03:13:30 source > 2022-05-18 03:13:28 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26738 rows 2022-05-18 03:13:30 source > 2022-05-18 03:13:28 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26830 rows 2022-05-18 03:13:30 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):313 - Records read: 107000 (200 MB) 2022-05-18 03:13:30 source > 2022-05-18 03:13:29 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27102 rows 2022-05-18 03:13:31 source > 2022-05-18 03:13:29 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27250 rows 2022-05-18 03:13:31 source > 2022-05-18 03:13:29 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27492 rows 2022-05-18 03:13:31 source > 2022-05-18 03:13:29 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26978 rows 2022-05-18 03:13:31 source > 2022-05-18 03:13:29 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26933 rows 2022-05-18 03:13:31 source > 2022-05-18 03:13:30 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26872 rows 2022-05-18 03:13:31 source > 2022-05-18 03:13:30 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27139 rows 2022-05-18 03:13:31 source > 2022-05-18 03:13:30 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27055 rows 2022-05-18 03:13:32 source > 2022-05-18 03:13:30 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27115 rows 2022-05-18 03:13:32 source > 2022-05-18 03:13:30 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27320 rows 2022-05-18 03:13:32 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):313 - Records read: 108000 (202 MB) 2022-05-18 03:13:32 source > 2022-05-18 03:13:31 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27444 rows 2022-05-18 03:13:32 source > 2022-05-18 03:13:31 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27548 rows 2022-05-18 03:13:32 source > 2022-05-18 03:13:31 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27197 rows 2022-05-18 03:13:32 source > 2022-05-18 03:13:31 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27330 rows 2022-05-18 03:13:32 source > 2022-05-18 03:13:31 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27455 rows 2022-05-18 03:13:32 source > 2022-05-18 03:13:31 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27798 rows 2022-05-18 03:13:33 source > 2022-05-18 03:13:31 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27308 rows 2022-05-18 03:13:33 source > 2022-05-18 03:13:31 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27433 rows 2022-05-18 03:13:33 source > 2022-05-18 03:13:31 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27045 rows 2022-05-18 03:13:33 source > 2022-05-18 03:13:32 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27214 rows 2022-05-18 03:13:33 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):313 - Records read: 109000 (204 MB) 2022-05-18 03:13:33 source > 2022-05-18 03:13:32 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27344 rows 2022-05-18 03:13:33 source > 2022-05-18 03:13:32 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27459 rows 2022-05-18 03:13:33 source > 2022-05-18 03:13:32 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27568 rows 2022-05-18 03:13:33 source > 2022-05-18 03:13:32 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27661 rows 2022-05-18 03:13:34 source > 2022-05-18 03:13:33 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27384 rows 2022-05-18 03:13:34 source > 2022-05-18 03:13:33 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27274 rows 2022-05-18 03:13:34 source > 2022-05-18 03:13:33 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27308 rows 2022-05-18 03:13:34 source > 2022-05-18 03:13:33 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27151 rows 2022-05-18 03:13:34 source > 2022-05-18 03:13:33 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27284 rows 2022-05-18 03:13:34 source > 2022-05-18 03:13:33 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27288 rows 2022-05-18 03:13:34 source > 2022-05-18 03:13:33 INFO i.a.i.s.r.AbstractDbSource(lambda$createReadIterator$7):250 - Reading stream table_name. Records read: 110000 2022-05-18 03:13:34 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):313 - Records read: 110000 (206 MB) 2022-05-18 03:13:34 source > 2022-05-18 03:13:33 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27078 rows 2022-05-18 03:13:35 source > 2022-05-18 03:13:33 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26957 rows 2022-05-18 03:13:35 source > 2022-05-18 03:13:33 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27230 rows 2022-05-18 03:13:35 source > 2022-05-18 03:13:33 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27026 rows 2022-05-18 03:13:35 source > 2022-05-18 03:13:34 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26846 rows 2022-05-18 03:13:35 source > 2022-05-18 03:13:34 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26488 rows 2022-05-18 03:13:35 source > 2022-05-18 03:13:34 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26467 rows 2022-05-18 03:13:35 source > 2022-05-18 03:13:34 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26670 rows 2022-05-18 03:13:35 source > 2022-05-18 03:13:35 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26671 rows 2022-05-18 03:13:36 source > 2022-05-18 03:13:35 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26890 rows 2022-05-18 03:13:36 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):313 - Records read: 111000 (208 MB) 2022-05-18 03:13:36 source > 2022-05-18 03:13:35 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27109 rows 2022-05-18 03:13:36 source > 2022-05-18 03:13:35 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27250 rows 2022-05-18 03:13:36 source > 2022-05-18 03:13:35 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27372 rows 2022-05-18 03:13:36 source > 2022-05-18 03:13:35 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27605 rows 2022-05-18 03:13:36 source > 2022-05-18 03:13:35 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27702 rows 2022-05-18 03:13:36 source > 2022-05-18 03:13:35 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27460 rows 2022-05-18 03:13:36 source > 2022-05-18 03:13:35 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27176 rows 2022-05-18 03:13:37 source > 2022-05-18 03:13:35 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27004 rows 2022-05-18 03:13:37 source > 2022-05-18 03:13:36 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27260 rows 2022-05-18 03:13:37 source > 2022-05-18 03:13:36 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27472 rows 2022-05-18 03:13:37 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):313 - Records read: 112000 (210 MB) 2022-05-18 03:13:37 source > 2022-05-18 03:13:36 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27742 rows 2022-05-18 03:13:37 source > 2022-05-18 03:13:36 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27935 rows 2022-05-18 03:13:37 source > 2022-05-18 03:13:36 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27782 rows 2022-05-18 03:13:37 source > 2022-05-18 03:13:36 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27859 rows 2022-05-18 03:13:38 source > 2022-05-18 03:13:36 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27655 rows 2022-05-18 03:13:38 source > 2022-05-18 03:13:36 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27738 rows 2022-05-18 03:13:38 source > 2022-05-18 03:13:36 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27588 rows 2022-05-18 03:13:38 source > 2022-05-18 03:13:36 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27573 rows 2022-05-18 03:13:38 source > 2022-05-18 03:13:37 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27518 rows 2022-05-18 03:13:38 source > 2022-05-18 03:13:37 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27619 rows 2022-05-18 03:13:38 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):313 - Records read: 113000 (211 MB) 2022-05-18 03:13:38 source > 2022-05-18 03:13:37 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27758 rows 2022-05-18 03:13:38 source > 2022-05-18 03:13:37 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27959 rows 2022-05-18 03:13:39 source > 2022-05-18 03:13:38 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27721 rows 2022-05-18 03:13:39 source > 2022-05-18 03:13:38 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27760 rows 2022-05-18 03:13:39 source > 2022-05-18 03:13:38 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27842 rows 2022-05-18 03:13:39 source > 2022-05-18 03:13:38 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27570 rows 2022-05-18 03:13:39 source > 2022-05-18 03:13:38 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27328 rows 2022-05-18 03:13:39 source > 2022-05-18 03:13:38 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27357 rows 2022-05-18 03:13:39 source > 2022-05-18 03:13:38 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27248 rows 2022-05-18 03:13:40 source > 2022-05-18 03:13:38 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27001 rows 2022-05-18 03:13:40 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):313 - Records read: 114000 (213 MB) 2022-05-18 03:13:40 source > 2022-05-18 03:13:38 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26816 rows 2022-05-18 03:13:40 source > 2022-05-18 03:13:38 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26714 rows 2022-05-18 03:13:40 source > 2022-05-18 03:13:39 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26882 rows 2022-05-18 03:13:40 source > 2022-05-18 03:13:39 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26085 rows 2022-05-18 03:13:40 source > 2022-05-18 03:13:39 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26327 rows 2022-05-18 03:13:40 source > 2022-05-18 03:13:39 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26430 rows 2022-05-18 03:13:40 source > 2022-05-18 03:13:39 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26407 rows 2022-05-18 03:13:41 source > 2022-05-18 03:13:40 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26716 rows 2022-05-18 03:13:41 source > 2022-05-18 03:13:40 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26569 rows 2022-05-18 03:13:41 source > 2022-05-18 03:13:40 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26691 rows 2022-05-18 03:13:41 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):313 - Records read: 115000 (215 MB) 2022-05-18 03:13:41 source > 2022-05-18 03:13:40 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26235 rows 2022-05-18 03:13:41 source > 2022-05-18 03:13:40 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26462 rows 2022-05-18 03:13:41 source > 2022-05-18 03:13:40 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26756 rows 2022-05-18 03:13:41 source > 2022-05-18 03:13:40 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26973 rows 2022-05-18 03:13:42 source > 2022-05-18 03:13:40 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27232 rows 2022-05-18 03:13:42 source > 2022-05-18 03:13:40 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27415 rows 2022-05-18 03:13:42 source > 2022-05-18 03:13:41 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27631 rows 2022-05-18 03:13:42 source > 2022-05-18 03:13:41 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27377 rows 2022-05-18 03:13:42 source > 2022-05-18 03:13:41 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27266 rows 2022-05-18 03:13:42 source > 2022-05-18 03:13:41 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27414 rows 2022-05-18 03:13:42 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):313 - Records read: 116000 (217 MB) 2022-05-18 03:13:42 source > 2022-05-18 03:13:41 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27516 rows 2022-05-18 03:13:43 source > 2022-05-18 03:13:42 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27228 rows 2022-05-18 03:13:43 source > 2022-05-18 03:13:42 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27165 rows 2022-05-18 03:13:43 source > 2022-05-18 03:13:42 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27071 rows 2022-05-18 03:13:43 source > 2022-05-18 03:13:42 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27089 rows 2022-05-18 03:13:43 source > 2022-05-18 03:13:42 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26855 rows 2022-05-18 03:13:43 source > 2022-05-18 03:13:42 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26795 rows 2022-05-18 03:13:43 source > 2022-05-18 03:13:42 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26906 rows 2022-05-18 03:13:43 source > 2022-05-18 03:13:42 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26608 rows 2022-05-18 03:13:44 source > 2022-05-18 03:13:42 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26796 rows 2022-05-18 03:13:44 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):313 - Records read: 117000 (219 MB) 2022-05-18 03:13:44 source > 2022-05-18 03:13:42 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27075 rows 2022-05-18 03:13:44 source > 2022-05-18 03:13:43 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27219 rows 2022-05-18 03:13:44 source > 2022-05-18 03:13:43 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26847 rows 2022-05-18 03:13:44 source > 2022-05-18 03:13:43 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27002 rows 2022-05-18 03:13:44 source > 2022-05-18 03:13:43 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27025 rows 2022-05-18 03:13:45 source > 2022-05-18 03:13:43 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26838 rows 2022-05-18 03:13:45 source > 2022-05-18 03:13:44 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26977 rows 2022-05-18 03:13:45 source > 2022-05-18 03:13:44 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26638 rows 2022-05-18 03:13:45 source > 2022-05-18 03:13:44 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26724 rows 2022-05-18 03:13:45 source > 2022-05-18 03:13:44 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26799 rows 2022-05-18 03:13:45 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):313 - Records read: 118000 (221 MB) 2022-05-18 03:13:45 source > 2022-05-18 03:13:44 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26510 rows 2022-05-18 03:13:45 source > 2022-05-18 03:13:44 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26699 rows 2022-05-18 03:13:46 source > 2022-05-18 03:13:44 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26765 rows 2022-05-18 03:13:46 source > 2022-05-18 03:13:44 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26552 rows 2022-05-18 03:13:46 source > 2022-05-18 03:13:44 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26433 rows 2022-05-18 03:13:46 source > 2022-05-18 03:13:45 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26209 rows 2022-05-18 03:13:46 source > 2022-05-18 03:13:45 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26332 rows 2022-05-18 03:13:46 source > 2022-05-18 03:13:45 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26218 rows 2022-05-18 03:13:46 source > 2022-05-18 03:13:45 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26121 rows 2022-05-18 03:13:46 source > 2022-05-18 03:13:45 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26250 rows 2022-05-18 03:13:47 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):313 - Records read: 119000 (223 MB) 2022-05-18 03:13:47 source > 2022-05-18 03:13:46 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26465 rows 2022-05-18 03:13:47 source > 2022-05-18 03:13:46 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26162 rows 2022-05-18 03:13:47 source > 2022-05-18 03:13:46 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26357 rows 2022-05-18 03:13:47 source > 2022-05-18 03:13:46 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26558 rows 2022-05-18 03:13:47 source > 2022-05-18 03:13:46 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26742 rows 2022-05-18 03:13:47 source > 2022-05-18 03:13:46 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26914 rows 2022-05-18 03:13:47 source > 2022-05-18 03:13:46 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26989 rows 2022-05-18 03:13:48 source > 2022-05-18 03:13:46 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27104 rows 2022-05-18 03:13:48 source > 2022-05-18 03:13:46 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26911 rows 2022-05-18 03:13:48 source > 2022-05-18 03:13:47 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26678 rows 2022-05-18 03:13:48 source > 2022-05-18 03:13:47 INFO i.a.i.s.r.AbstractDbSource(lambda$createReadIterator$7):250 - Reading stream table_name. Records read: 120000 2022-05-18 03:13:48 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):313 - Records read: 120000 (225 MB) 2022-05-18 03:13:48 source > 2022-05-18 03:13:47 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26532 rows 2022-05-18 03:13:48 source > 2022-05-18 03:13:47 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26652 rows 2022-05-18 03:13:48 source > 2022-05-18 03:13:47 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26824 rows 2022-05-18 03:13:49 source > 2022-05-18 03:13:47 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26977 rows 2022-05-18 03:13:49 source > 2022-05-18 03:13:48 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27241 rows 2022-05-18 03:13:49 source > 2022-05-18 03:13:48 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27557 rows 2022-05-18 03:13:49 source > 2022-05-18 03:13:48 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27769 rows 2022-05-18 03:13:49 source > 2022-05-18 03:13:48 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27506 rows 2022-05-18 03:13:49 source > 2022-05-18 03:13:48 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27266 rows 2022-05-18 03:13:49 source > 2022-05-18 03:13:48 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27039 rows 2022-05-18 03:13:50 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):313 - Records read: 121000 (227 MB) 2022-05-18 03:13:50 source > 2022-05-18 03:13:48 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27105 rows 2022-05-18 03:13:50 source > 2022-05-18 03:13:48 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27239 rows 2022-05-18 03:13:50 source > 2022-05-18 03:13:48 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27324 rows 2022-05-18 03:13:50 source > 2022-05-18 03:13:48 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26901 rows 2022-05-18 03:13:50 source > 2022-05-18 03:13:49 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27152 rows 2022-05-18 03:13:50 source > 2022-05-18 03:13:49 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27276 rows 2022-05-18 03:13:50 source > 2022-05-18 03:13:49 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27516 rows 2022-05-18 03:13:51 source > 2022-05-18 03:13:49 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27593 rows 2022-05-18 03:13:51 source > 2022-05-18 03:13:49 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27678 rows 2022-05-18 03:13:51 source > 2022-05-18 03:13:50 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27302 rows 2022-05-18 03:13:51 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):313 - Records read: 122000 (228 MB) 2022-05-18 03:13:51 source > 2022-05-18 03:13:50 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27241 rows 2022-05-18 03:13:51 source > 2022-05-18 03:13:50 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27034 rows 2022-05-18 03:13:51 source > 2022-05-18 03:13:50 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26846 rows 2022-05-18 03:13:51 source > 2022-05-18 03:13:50 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26681 rows 2022-05-18 03:13:51 source > 2022-05-18 03:13:50 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26646 rows 2022-05-18 03:13:52 source > 2022-05-18 03:13:50 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26929 rows 2022-05-18 03:13:52 source > 2022-05-18 03:13:50 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26754 rows 2022-05-18 03:13:52 source > 2022-05-18 03:13:50 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26914 rows 2022-05-18 03:13:52 source > 2022-05-18 03:13:51 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26756 rows 2022-05-18 03:13:52 source > 2022-05-18 03:13:51 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26713 rows 2022-05-18 03:13:52 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):313 - Records read: 123000 (230 MB) 2022-05-18 03:13:52 source > 2022-05-18 03:13:51 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26874 rows 2022-05-18 03:13:53 source > 2022-05-18 03:13:51 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26817 rows 2022-05-18 03:13:53 source > 2022-05-18 03:13:51 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26762 rows 2022-05-18 03:13:53 source > 2022-05-18 03:13:52 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26924 rows 2022-05-18 03:13:53 source > 2022-05-18 03:13:52 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26809 rows 2022-05-18 03:13:53 source > 2022-05-18 03:13:52 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26645 rows 2022-05-18 03:13:53 source > 2022-05-18 03:13:52 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26612 rows 2022-05-18 03:13:53 source > 2022-05-18 03:13:52 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26717 rows 2022-05-18 03:13:54 source > 2022-05-18 03:13:53 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26563 rows 2022-05-18 03:13:54 source > 2022-05-18 03:13:53 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26387 rows 2022-05-18 03:13:54 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):313 - Records read: 124000 (232 MB) 2022-05-18 03:13:54 source > 2022-05-18 03:13:53 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26055 rows 2022-05-18 03:13:54 source > 2022-05-18 03:13:53 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 25763 rows 2022-05-18 03:13:54 source > 2022-05-18 03:13:53 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 25671 rows 2022-05-18 03:13:54 source > 2022-05-18 03:13:53 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 25685 rows 2022-05-18 03:13:55 source > 2022-05-18 03:13:53 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 25753 rows 2022-05-18 03:13:55 source > 2022-05-18 03:13:53 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26046 rows 2022-05-18 03:13:55 source > 2022-05-18 03:13:53 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26143 rows [removed] 2022-05-18 05:13:32 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):313 - Records read: 5148000 (9 GB) 2022-05-18 05:13:32 source > 2022-05-18 05:13:31 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 24696 rows 2022-05-18 05:13:32 source > 2022-05-18 05:13:31 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 24927 rows 2022-05-18 05:13:32 source > 2022-05-18 05:13:31 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 24949 rows 2022-05-18 05:13:33 source > 2022-05-18 05:13:31 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 24760 rows 2022-05-18 05:13:33 source > 2022-05-18 05:13:31 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 24799 rows 2022-05-18 05:13:33 source > 2022-05-18 05:13:31 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 24858 rows 2022-05-18 05:13:33 source > 2022-05-18 05:13:32 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 25006 rows 2022-05-18 05:13:33 source > 2022-05-18 05:13:32 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 25030 rows 2022-05-18 05:13:33 source > 2022-05-18 05:13:32 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 25011 rows 2022-05-18 05:13:33 source > 2022-05-18 05:13:32 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 25020 rows 2022-05-18 05:13:33 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):313 - Records read: 5149000 (9 GB) 2022-05-18 05:13:33 source > 2022-05-18 05:13:33 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 25001 rows 2022-05-18 05:13:34 source > 2022-05-18 05:13:33 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 25287 rows 2022-05-18 05:13:34 source > 2022-05-18 05:13:33 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 25324 rows 2022-05-18 05:13:34 source > 2022-05-18 05:13:33 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 25092 rows 2022-05-18 05:13:34 source > 2022-05-18 05:13:33 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 25091 rows 2022-05-18 05:13:34 source > 2022-05-18 05:13:33 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 24847 rows 2022-05-18 05:13:34 source > 2022-05-18 05:13:33 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 24563 rows 2022-05-18 05:13:34 source > 2022-05-18 05:13:33 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 24314 rows 2022-05-18 05:13:35 source > 2022-05-18 05:13:33 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 24161 rows 2022-05-18 05:13:35 source > 2022-05-18 05:13:34 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 24301 rows 2022-05-18 05:13:35 source > 2022-05-18 05:13:34 INFO i.a.i.s.r.AbstractDbSource(lambda$createReadIterator$7):250 - Reading stream table_name. Records read: 5150000 2022-05-18 05:13:35 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):313 - Records read: 5150000 (9 GB) 2022-05-18 05:13:35 source > 2022-05-18 05:13:34 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 24432 rows 2022-05-18 05:13:35 source > 2022-05-18 05:13:34 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 24776 rows 2022-05-18 05:13:35 source > 2022-05-18 05:13:34 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 25091 rows 2022-05-18 05:13:35 source > 2022-05-18 05:13:34 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 24790 rows 2022-05-18 05:13:35 source > 2022-05-18 05:13:34 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 24567 rows 2022-05-18 05:13:36 source > 2022-05-18 05:13:34 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 24383 rows 2022-05-18 05:13:36 source > 2022-05-18 05:13:35 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 24157 rows 2022-05-18 05:13:36 source > 2022-05-18 05:13:35 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 24386 rows 2022-05-18 05:13:36 source > 2022-05-18 05:13:35 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 24506 rows 2022-05-18 05:13:36 source > 2022-05-18 05:13:35 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 24816 rows 2022-05-18 05:13:36 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):313 - Records read: 5151000 (9 GB) 2022-05-18 05:13:36 source > 2022-05-18 05:13:35 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 24778 rows 2022-05-18 05:13:36 source > 2022-05-18 05:13:35 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 25088 rows 2022-05-18 05:13:37 source > 2022-05-18 05:13:36 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 24954 rows 2022-05-18 05:13:37 source > 2022-05-18 05:13:36 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 25120 rows 2022-05-18 05:13:37 source > 2022-05-18 05:13:36 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 25458 rows 2022-05-18 05:13:37 source > 2022-05-18 05:13:36 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 25456 rows 2022-05-18 05:13:37 source > 2022-05-18 05:13:36 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 25667 rows 2022-05-18 05:13:37 source > 2022-05-18 05:13:36 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 25615 rows 2022-05-18 05:13:37 source > 2022-05-18 05:13:36 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 25863 rows 2022-05-18 05:13:38 source > 2022-05-18 05:13:36 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26146 rows 2022-05-18 05:13:38 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):313 - Records read: 5152000 (9 GB) 2022-05-18 05:13:38 source > 2022-05-18 05:13:36 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 25807 rows 2022-05-18 05:13:38 source > 2022-05-18 05:13:37 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 25380 rows 2022-05-18 05:13:38 source > 2022-05-18 05:13:37 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 25621 rows 2022-05-18 05:13:38 source > 2022-05-18 05:13:37 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 25521 rows 2022-05-18 05:13:38 source > 2022-05-18 05:13:37 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 25229 rows 2022-05-18 05:13:38 source > 2022-05-18 05:13:37 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 25275 rows 2022-05-18 05:13:39 source > 2022-05-18 05:13:38 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 25566 rows 2022-05-18 05:13:39 source > 2022-05-18 05:13:38 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 25506 rows 2022-05-18 05:13:39 source > 2022-05-18 05:13:38 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 25317 rows 2022-05-18 05:13:39 source > 2022-05-18 05:13:38 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 25028 rows 2022-05-18 05:13:39 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):313 - Records read: 5153000 (9 GB) 2022-05-18 05:13:39 source > 2022-05-18 05:13:38 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 24783 rows 2022-05-18 05:13:39 source > 2022-05-18 05:13:38 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 24568 rows 2022-05-18 05:13:40 source > 2022-05-18 05:13:38 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 24348 rows 2022-05-18 05:13:40 source > 2022-05-18 05:13:38 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 24056 rows 2022-05-18 05:13:40 source > 2022-05-18 05:13:38 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 24372 rows 2022-05-18 05:13:40 source > 2022-05-18 05:13:39 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 24442 rows 2022-05-18 05:13:40 source > 2022-05-18 05:13:39 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 24457 rows 2022-05-18 05:13:40 source > 2022-05-18 05:13:39 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 24281 rows 2022-05-18 05:13:40 source > 2022-05-18 05:13:39 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 24409 rows 2022-05-18 05:13:41 source > 2022-05-18 05:13:40 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 24453 rows 2022-05-18 05:13:41 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):313 - Records read: 5154000 (9 GB) 2022-05-18 05:13:41 source > 2022-05-18 05:13:40 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 24665 rows 2022-05-18 05:13:41 source > 2022-05-18 05:13:40 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 24687 rows 2022-05-18 05:13:41 source > 2022-05-18 05:13:40 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 24878 rows 2022-05-18 05:13:41 source > 2022-05-18 05:13:40 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 24855 rows 2022-05-18 05:13:41 source > 2022-05-18 05:13:40 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 24955 rows 2022-05-18 05:13:41 source > 2022-05-18 05:13:40 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 24667 rows 2022-05-18 05:13:42 source > 2022-05-18 05:13:40 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 24860 rows 2022-05-18 05:13:42 source > 2022-05-18 05:13:40 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 24980 rows 2022-05-18 05:13:42 source > 2022-05-18 05:13:41 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 24729 rows 2022-05-18 05:13:42 source > 2022-05-18 05:13:41 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 24821 rows 2022-05-18 05:13:42 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):313 - Records read: 5155000 (9 GB) 2022-05-18 05:13:42 source > 2022-05-18 05:13:41 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 24792 rows 2022-05-18 05:13:42 source > 2022-05-18 05:13:41 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 24853 rows 2022-05-18 05:13:42 source > 2022-05-18 05:13:41 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 25186 rows 2022-05-18 05:13:43 source > 2022-05-18 05:13:42 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 24966 rows 2022-05-18 05:13:43 source > 2022-05-18 05:13:42 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 24634 rows 2022-05-18 05:13:43 source > 2022-05-18 05:13:42 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 24835 rows 2022-05-18 05:13:43 source > 2022-05-18 05:13:42 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 25145 rows 2022-05-18 05:13:43 source > 2022-05-18 05:13:42 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 25408 rows 2022-05-18 05:13:43 source > 2022-05-18 05:13:42 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 25410 rows 2022-05-18 05:13:43 source > 2022-05-18 05:13:42 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 25642 rows 2022-05-18 05:13:43 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):313 - Records read: 5156000 (9 GB) 2022-05-18 05:13:44 source > 2022-05-18 05:13:42 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 25184 rows 2022-05-18 05:13:44 source > 2022-05-18 05:13:42 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 24968 rows 2022-05-18 05:13:44 source > 2022-05-18 05:13:43 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 24680 rows 2022-05-18 05:13:44 source > 2022-05-18 05:13:43 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 24978 rows 2022-05-18 05:13:44 source > 2022-05-18 05:13:43 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 25246 rows 2022-05-18 05:13:44 source > 2022-05-18 05:13:43 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 25473 rows 2022-05-18 05:13:44 source > 2022-05-18 05:13:43 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 25694 rows 2022-05-18 05:13:44 source > 2022-05-18 05:13:43 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 25376 rows 2022-05-18 05:13:45 source > 2022-05-18 05:13:43 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 25351 rows 2022-05-18 05:13:45 source > 2022-05-18 05:13:44 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 25329 rows 2022-05-18 05:13:45 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):313 - Records read: 5157000 (9 GB) 2022-05-18 05:13:45 source > 2022-05-18 05:13:44 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 25601 rows 2022-05-18 05:13:45 source > 2022-05-18 05:13:44 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 25192 rows 2022-05-18 05:13:45 source > 2022-05-18 05:13:44 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 25149 rows 2022-05-18 05:13:45 source > 2022-05-18 05:13:44 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 25185 rows 2022-05-18 05:13:45 source > 2022-05-18 05:13:44 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 24866 rows 2022-05-18 05:13:46 source > 2022-05-18 05:13:45 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 24878 rows 2022-05-18 05:13:46 source > 2022-05-18 05:13:45 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 24692 rows 2022-05-18 05:13:46 source > 2022-05-18 05:13:45 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 25064 rows 2022-05-18 05:13:46 source > 2022-05-18 05:13:45 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 25377 rows 2022-05-18 05:13:46 source > 2022-05-18 05:13:45 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 25576 rows 2022-05-18 05:13:46 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):313 - Records read: 5158000 (9 GB) 2022-05-18 05:13:46 source > 2022-05-18 05:13:45 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 25750 rows 2022-05-18 05:13:46 source > 2022-05-18 05:13:45 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 25465 rows 2022-05-18 05:13:46 source > 2022-05-18 05:13:45 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 25322 rows 2022-05-18 05:13:47 source > 2022-05-18 05:13:45 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 25264 rows 2022-05-18 05:13:47 source > 2022-05-18 05:13:46 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 25485 rows 2022-05-18 05:13:47 source > 2022-05-18 05:13:46 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 25383 rows 2022-05-18 05:13:47 source > 2022-05-18 05:13:46 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 25704 rows 2022-05-18 05:13:47 source > 2022-05-18 05:13:46 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 25851 rows 2022-05-18 05:13:47 source > 2022-05-18 05:13:46 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26045 rows 2022-05-18 05:13:47 source > 2022-05-18 05:13:46 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 25949 rows 2022-05-18 05:13:48 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):313 - Records read: 5159000 (9 GB) 2022-05-18 05:13:48 source > 2022-05-18 05:13:46 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26159 rows 2022-05-18 05:13:48 source > 2022-05-18 05:13:47 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26044 rows 2022-05-18 05:13:48 source > 2022-05-18 05:13:47 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 25851 rows 2022-05-18 05:13:48 source > 2022-05-18 05:13:47 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26057 rows 2022-05-18 05:13:48 source > 2022-05-18 05:13:47 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 25904 rows 2022-05-18 05:13:48 source > 2022-05-18 05:13:47 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 25750 rows 2022-05-18 05:13:48 source > 2022-05-18 05:13:47 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 25465 rows 2022-05-18 05:13:49 source > 2022-05-18 05:13:47 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 25484 rows 2022-05-18 05:13:49 source > 2022-05-18 05:13:48 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 25178 rows 2022-05-18 05:13:49 source > 2022-05-18 05:13:48 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 25632 rows 2022-05-18 05:13:49 source > 2022-05-18 05:13:48 INFO i.a.i.s.r.AbstractDbSource(lambda$createReadIterator$7):250 - Reading stream table_name. Records read: 5160000 2022-05-18 05:13:49 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):313 - Records read: 5160000 (9 GB) 2022-05-18 05:13:49 source > 2022-05-18 05:13:48 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 25933 rows 2022-05-18 05:13:49 source > 2022-05-18 05:13:48 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 25873 rows 2022-05-18 05:13:49 source > 2022-05-18 05:13:48 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 25799 rows 2022-05-18 05:13:49 source > 2022-05-18 05:13:48 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 25666 rows 2022-05-18 05:13:49 source > 2022-05-18 05:13:48 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 25550 rows 2022-05-18 05:13:50 source > 2022-05-18 05:13:48 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 25739 rows 2022-05-18 05:13:50 source > 2022-05-18 05:13:48 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 25372 rows 2022-05-18 05:13:50 source > 2022-05-18 05:13:49 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 25694 rows 2022-05-18 05:13:50 source > 2022-05-18 05:13:49 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 25757 rows 2022-05-18 05:13:50 source > 2022-05-18 05:13:49 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 25752 rows 2022-05-18 05:13:50 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):313 - Records read: 5161000 (9 GB) 2022-05-18 05:13:50 source > 2022-05-18 05:13:49 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 25916 rows 2022-05-18 05:13:50 source > 2022-05-18 05:13:49 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 25782 rows 2022-05-18 05:13:50 source > 2022-05-18 05:13:50 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 25738 rows 2022-05-18 05:13:51 source > 2022-05-18 05:13:50 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 25908 rows 2022-05-18 05:13:51 source > 2022-05-18 05:13:50 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 25778 rows 2022-05-18 05:13:51 source > 2022-05-18 05:13:50 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 25839 rows 2022-05-18 05:13:51 source > 2022-05-18 05:13:50 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 25762 rows 2022-05-18 05:13:51 source > 2022-05-18 05:13:50 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 25631 rows 2022-05-18 05:13:51 source > 2022-05-18 05:13:50 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 25721 rows 2022-05-18 05:13:51 source > 2022-05-18 05:13:50 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26012 rows 2022-05-18 05:13:52 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):313 - Records read: 5162000 (9 GB) 2022-05-18 05:13:52 source > 2022-05-18 05:13:50 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 25883 rows 2022-05-18 05:13:52 source > 2022-05-18 05:13:51 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26166 rows 2022-05-18 05:13:52 source > 2022-05-18 05:13:51 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 25777 rows 2022-05-18 05:13:52 source > 2022-05-18 05:13:51 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 25705 rows 2022-05-18 05:13:52 source > 2022-05-18 05:13:51 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 25869 rows 2022-05-18 05:13:52 source > 2022-05-18 05:13:51 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 25789 rows 2022-05-18 05:13:52 source > 2022-05-18 05:13:51 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 25724 rows 2022-05-18 05:13:52 source > 2022-05-18 05:13:51 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 25612 rows 2022-05-18 05:13:53 source > 2022-05-18 05:13:51 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 25596 rows 2022-05-18 05:13:53 source > 2022-05-18 05:13:51 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 25529 rows 2022-05-18 05:13:53 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):313 - Records read: 5163000 (9 GB) 2022-05-18 05:13:53 source > 2022-05-18 05:13:52 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 25218 rows 2022-05-18 05:13:53 source > 2022-05-18 05:13:52 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 24920 rows 2022-05-18 05:13:53 source > 2022-05-18 05:13:52 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 25194 rows 2022-05-18 05:13:53 source > 2022-05-18 05:13:52 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 25289 rows 2022-05-18 05:13:54 source > 2022-05-18 05:13:53 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 25054 rows 2022-05-18 05:13:54 source > 2022-05-18 05:13:53 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 25124 rows 2022-05-18 05:13:54 source > 2022-05-18 05:13:53 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 25391 rows 2022-05-18 05:13:54 source > 2022-05-18 05:13:53 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 25420 rows 2022-05-18 05:13:54 source > 2022-05-18 05:13:53 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 25639 rows 2022-05-18 05:13:54 source > 2022-05-18 05:13:53 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 25565 rows 2022-05-18 05:13:54 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):313 - Records read: 5164000 (9 GB) 2022-05-18 05:13:54 source > 2022-05-18 05:13:53 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 25837 rows 2022-05-18 05:13:55 source > 2022-05-18 05:13:53 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 25871 rows 2022-05-18 05:13:55 source > 2022-05-18 05:13:53 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26078 rows 2022-05-18 05:13:55 source > 2022-05-18 05:13:54 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 25819 rows 2022-05-18 05:13:55 source > 2022-05-18 05:13:54 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26056 rows 2022-05-18 05:13:55 source > 2022-05-18 05:13:54 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 25730 rows 2022-05-18 05:13:55 source > 2022-05-18 05:13:54 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 25639 rows 2022-05-18 05:13:55 source > 2022-05-18 05:13:54 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 25876 rows 2022-05-18 05:13:55 source > 2022-05-18 05:13:55 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26047 rows 2022-05-18 05:13:56 source > 2022-05-18 05:13:55 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 25927 rows 2022-05-18 05:13:56 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):313 - Records read: 5165000 (9 GB) 2022-05-18 05:13:56 source > 2022-05-18 05:13:55 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26288 rows 2022-05-18 05:13:56 source > 2022-05-18 05:13:55 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26087 rows 2022-05-18 05:13:56 source > 2022-05-18 05:13:55 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26241 rows 2022-05-18 05:13:56 source > 2022-05-18 05:13:55 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26201 rows 2022-05-18 05:13:56 source > 2022-05-18 05:13:55 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 25908 rows 2022-05-18 05:13:56 source > 2022-05-18 05:13:55 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 25851 rows 2022-05-18 05:13:57 source > 2022-05-18 05:13:55 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26044 rows 2022-05-18 05:13:57 source > 2022-05-18 05:13:56 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26244 rows 2022-05-18 05:13:57 source > 2022-05-18 05:13:56 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 25858 rows 2022-05-18 05:13:57 source > 2022-05-18 05:13:56 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 25951 rows 2022-05-18 05:13:57 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):313 - Records read: 5166000 (9 GB) 2022-05-18 05:13:57 source > 2022-05-18 05:13:56 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 25868 rows 2022-05-18 05:13:57 source > 2022-05-18 05:13:56 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 25795 rows 2022-05-18 05:13:57 source > 2022-05-18 05:13:56 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 25612 rows 2022-05-18 05:13:58 source > 2022-05-18 05:13:56 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 25811 rows 2022-05-18 05:13:58 source > 2022-05-18 05:13:56 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 25697 rows 2022-05-18 05:13:58 source > 2022-05-18 05:13:56 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 25933 rows 2022-05-18 05:13:58 source > 2022-05-18 05:13:57 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 25638 rows 2022-05-18 05:13:58 source > 2022-05-18 05:13:57 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 25643 rows 2022-05-18 05:13:58 source > 2022-05-18 05:13:57 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 25272 rows 2022-05-18 05:13:58 source > 2022-05-18 05:13:57 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 25287 rows 2022-05-18 05:13:58 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):313 - Records read: 5167000 (9 GB) 2022-05-18 05:13:58 source > 2022-05-18 05:13:57 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 25314 rows 2022-05-18 05:13:59 source > 2022-05-18 05:13:58 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 25466 rows 2022-05-18 05:13:59 source > 2022-05-18 05:13:58 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 25435 rows 2022-05-18 05:13:59 source > 2022-05-18 05:13:58 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 25124 rows 2022-05-18 05:13:59 source > 2022-05-18 05:13:58 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 25260 rows 2022-05-18 05:13:59 source > 2022-05-18 05:13:58 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 24995 rows 2022-05-18 05:13:59 source > 2022-05-18 05:13:58 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 24751 rows 2022-05-18 05:13:59 source > 2022-05-18 05:13:58 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 24764 rows 2022-05-18 05:14:00 source > 2022-05-18 05:13:58 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 24851 rows 2022-05-18 05:14:00 source > 2022-05-18 05:13:58 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 24613 rows 2022-05-18 05:14:00 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):313 - Records read: 5168000 (9 GB) 2022-05-18 05:14:00 source > 2022-05-18 05:13:59 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 24612 rows 2022-05-18 05:14:00 source > 2022-05-18 05:13:59 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 24409 rows 2022-05-18 05:14:00 source > 2022-05-18 05:13:59 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 24356 rows 2022-05-18 05:14:00 source > 2022-05-18 05:13:59 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 24336 rows 2022-05-18 05:14:00 source > 2022-05-18 05:13:59 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 24464 rows 2022-05-18 05:14:01 source > 2022-05-18 05:13:59 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 24784 rows 2022-05-18 05:14:01 source > 2022-05-18 05:13:59 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 25024 rows 2022-05-18 05:14:01 source > 2022-05-18 05:13:59 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 25061 rows 2022-05-18 05:14:01 source > 2022-05-18 05:14:00 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 25266 rows 2022-05-18 05:14:01 source > 2022-05-18 05:14:00 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 25307 rows 2022-05-18 05:14:01 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):313 - Records read: 5169000 (9 GB) 2022-05-18 05:14:01 source > 2022-05-18 05:14:00 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 25423 rows 2022-05-18 05:14:01 source > 2022-05-18 05:14:00 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 25403 rows 2022-05-18 05:14:02 source > 2022-05-18 05:14:00 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 25163 rows 2022-05-18 05:14:02 source > 2022-05-18 05:14:01 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 25456 rows 2022-05-18 05:14:02 source > 2022-05-18 05:14:01 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 25771 rows 2022-05-18 05:14:02 source > 2022-05-18 05:14:01 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 25776 rows 2022-05-18 05:14:02 source > 2022-05-18 05:14:01 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 25707 rows 2022-05-18 05:14:02 source > 2022-05-18 05:14:01 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 25959 rows 2022-05-18 05:14:02 source > 2022-05-18 05:14:01 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 25915 rows 2022-05-18 05:14:03 source > 2022-05-18 05:14:01 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 25766 rows 2022-05-18 05:14:03 source > 2022-05-18 05:14:01 INFO i.a.i.s.r.AbstractDbSource(lambda$createReadIterator$7):250 - Reading stream table_name. Records read: 5170000 2022-05-18 05:14:03 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):313 - Records read: 5170000 (9 GB) 2022-05-18 05:14:03 source > 2022-05-18 05:14:01 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 25655 rows 2022-05-18 05:14:03 source > 2022-05-18 05:14:01 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 25726 rows 2022-05-18 05:14:03 source > 2022-05-18 05:14:02 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 25738 rows 2022-05-18 05:14:03 source > 2022-05-18 05:14:02 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 25772 rows 2022-05-18 05:14:03 source > 2022-05-18 05:14:02 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 25758 rows 2022-05-18 05:14:03 source > 2022-05-18 05:14:02 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 25889 rows 2022-05-18 05:14:03 source > 2022-05-18 05:14:02 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 25468 rows 2022-05-18 05:14:04 source > 2022-05-18 05:14:03 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 25488 rows 2022-05-18 05:14:04 source > 2022-05-18 05:14:03 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 25129 rows 2022-05-18 05:14:04 source > 2022-05-18 05:14:03 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 25314 rows 2022-05-18 05:14:04 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):313 - Records read: 5171000 (9 GB) 2022-05-18 05:14:04 source > 2022-05-18 05:14:03 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 24979 rows 2022-05-18 05:14:04 source > 2022-05-18 05:14:03 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 25312 rows 2022-05-18 05:14:04 source > 2022-05-18 05:14:03 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 25077 rows 2022-05-18 05:14:04 source > 2022-05-18 05:14:03 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 25059 rows [removed] 2022-05-18 07:15:01 source > 2022-05-18 07:15:00 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27205 rows 2022-05-18 07:15:01 source > 2022-05-18 07:15:00 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27354 rows 2022-05-18 07:15:01 source > 2022-05-18 07:15:00 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27504 rows 2022-05-18 07:15:01 source > 2022-05-18 07:15:00 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27474 rows 2022-05-18 07:15:01 source > 2022-05-18 07:15:00 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27754 rows 2022-05-18 07:15:01 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):313 - Records read: 10297000 (19 GB) 2022-05-18 07:15:01 source > 2022-05-18 07:15:00 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27804 rows 2022-05-18 07:15:01 source > 2022-05-18 07:15:00 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27411 rows 2022-05-18 07:15:01 source > 2022-05-18 07:15:00 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27468 rows 2022-05-18 07:15:02 source > 2022-05-18 07:15:00 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27701 rows 2022-05-18 07:15:02 source > 2022-05-18 07:15:00 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27438 rows 2022-05-18 07:15:02 source > 2022-05-18 07:15:01 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27674 rows 2022-05-18 07:15:02 source > 2022-05-18 07:15:01 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27917 rows 2022-05-18 07:15:02 source > 2022-05-18 07:15:01 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27889 rows 2022-05-18 07:15:02 source > 2022-05-18 07:15:01 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28027 rows 2022-05-18 07:15:02 source > 2022-05-18 07:15:01 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28103 rows 2022-05-18 07:15:03 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):313 - Records read: 10298000 (19 GB) 2022-05-18 07:15:03 source > 2022-05-18 07:15:02 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27957 rows 2022-05-18 07:15:03 source > 2022-05-18 07:15:02 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28056 rows 2022-05-18 07:15:03 source > 2022-05-18 07:15:02 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28078 rows 2022-05-18 07:15:03 source > 2022-05-18 07:15:02 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28122 rows 2022-05-18 07:15:03 source > 2022-05-18 07:15:02 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27936 rows 2022-05-18 07:15:03 source > 2022-05-18 07:15:02 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28100 rows 2022-05-18 07:15:03 source > 2022-05-18 07:15:02 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28116 rows 2022-05-18 07:15:03 source > 2022-05-18 07:15:02 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27604 rows 2022-05-18 07:15:04 source > 2022-05-18 07:15:02 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27545 rows 2022-05-18 07:15:04 source > 2022-05-18 07:15:02 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27613 rows 2022-05-18 07:15:04 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):313 - Records read: 10299000 (19 GB) 2022-05-18 07:15:04 source > 2022-05-18 07:15:03 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27743 rows 2022-05-18 07:15:04 source > 2022-05-18 07:15:03 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27864 rows 2022-05-18 07:15:04 source > 2022-05-18 07:15:03 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27966 rows 2022-05-18 07:15:04 source > 2022-05-18 07:15:03 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28141 rows 2022-05-18 07:15:04 source > 2022-05-18 07:15:03 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28030 rows 2022-05-18 07:15:04 source > 2022-05-18 07:15:04 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27858 rows 2022-05-18 07:15:05 source > 2022-05-18 07:15:04 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28084 rows 2022-05-18 07:15:05 source > 2022-05-18 07:15:04 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28107 rows 2022-05-18 07:15:05 source > 2022-05-18 07:15:04 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28122 rows 2022-05-18 07:15:05 source > 2022-05-18 07:15:04 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28103 rows 2022-05-18 07:15:05 source > 2022-05-18 07:15:04 INFO i.a.i.s.r.AbstractDbSource(lambda$createReadIterator$7):250 - Reading stream table_name. Records read: 10300000 2022-05-18 07:15:05 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):313 - Records read: 10300000 (19 GB) 2022-05-18 07:15:05 source > 2022-05-18 07:15:04 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28309 rows 2022-05-18 07:15:05 source > 2022-05-18 07:15:04 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28376 rows 2022-05-18 07:15:06 source > 2022-05-18 07:15:04 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27960 rows 2022-05-18 07:15:06 source > 2022-05-18 07:15:04 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28146 rows 2022-05-18 07:15:06 source > 2022-05-18 07:15:05 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28307 rows 2022-05-18 07:15:06 source > 2022-05-18 07:15:05 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28149 rows 2022-05-18 07:15:06 source > 2022-05-18 07:15:05 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28320 rows 2022-05-18 07:15:06 source > 2022-05-18 07:15:05 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28302 rows 2022-05-18 07:15:06 source > 2022-05-18 07:15:05 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28306 rows 2022-05-18 07:15:07 source > 2022-05-18 07:15:06 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28374 rows 2022-05-18 07:15:07 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):313 - Records read: 10301000 (19 GB) 2022-05-18 07:15:07 source > 2022-05-18 07:15:06 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28344 rows 2022-05-18 07:15:07 source > 2022-05-18 07:15:06 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28399 rows 2022-05-18 07:15:07 source > 2022-05-18 07:15:06 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28480 rows 2022-05-18 07:15:07 source > 2022-05-18 07:15:06 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28590 rows 2022-05-18 07:15:07 source > 2022-05-18 07:15:06 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28496 rows 2022-05-18 07:15:07 source > 2022-05-18 07:15:06 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28298 rows 2022-05-18 07:15:07 source > 2022-05-18 07:15:06 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28262 rows 2022-05-18 07:15:08 source > 2022-05-18 07:15:06 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28073 rows 2022-05-18 07:15:08 source > 2022-05-18 07:15:06 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28086 rows 2022-05-18 07:15:08 source > 2022-05-18 07:15:07 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28149 rows 2022-05-18 07:15:08 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):313 - Records read: 10302000 (19 GB) 2022-05-18 07:15:08 source > 2022-05-18 07:15:07 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28227 rows 2022-05-18 07:15:08 source > 2022-05-18 07:15:07 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28235 rows 2022-05-18 07:15:08 source > 2022-05-18 07:15:07 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28323 rows 2022-05-18 07:15:08 source > 2022-05-18 07:15:07 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28347 rows 2022-05-18 07:15:08 source > 2022-05-18 07:15:08 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28239 rows 2022-05-18 07:15:09 source > 2022-05-18 07:15:08 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28214 rows 2022-05-18 07:15:09 source > 2022-05-18 07:15:08 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28271 rows 2022-05-18 07:15:09 source > 2022-05-18 07:15:08 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28238 rows 2022-05-18 07:15:09 source > 2022-05-18 07:15:08 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28198 rows 2022-05-18 07:15:09 source > 2022-05-18 07:15:08 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28237 rows 2022-05-18 07:15:09 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):313 - Records read: 10303000 (19 GB) 2022-05-18 07:15:09 source > 2022-05-18 07:15:08 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28257 rows 2022-05-18 07:15:09 source > 2022-05-18 07:15:08 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28278 rows 2022-05-18 07:15:10 source > 2022-05-18 07:15:08 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28292 rows 2022-05-18 07:15:10 source > 2022-05-18 07:15:08 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28524 rows 2022-05-18 07:15:10 source > 2022-05-18 07:15:09 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28712 rows 2022-05-18 07:15:10 source > 2022-05-18 07:15:09 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28710 rows 2022-05-18 07:15:10 source > 2022-05-18 07:15:09 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28321 rows 2022-05-18 07:15:10 source > 2022-05-18 07:15:10 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28297 rows 2022-05-18 07:15:10 source > 2022-05-18 07:15:10 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28295 rows 2022-05-18 07:15:11 source > 2022-05-18 07:15:10 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28297 rows 2022-05-18 07:15:11 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):313 - Records read: 10304000 (19 GB) 2022-05-18 07:15:11 source > 2022-05-18 07:15:10 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28361 rows 2022-05-18 07:15:11 source > 2022-05-18 07:15:10 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28353 rows 2022-05-18 07:15:11 source > 2022-05-18 07:15:10 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28279 rows 2022-05-18 07:15:11 source > 2022-05-18 07:15:10 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26822 rows 2022-05-18 07:15:11 source > 2022-05-18 07:15:10 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27134 rows 2022-05-18 07:15:11 source > 2022-05-18 07:15:10 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27304 rows 2022-05-18 07:15:11 source > 2022-05-18 07:15:10 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27307 rows 2022-05-18 07:15:12 source > 2022-05-18 07:15:10 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27499 rows 2022-05-18 07:15:12 source > 2022-05-18 07:15:10 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27636 rows 2022-05-18 07:15:12 source > 2022-05-18 07:15:11 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27824 rows 2022-05-18 07:15:12 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):313 - Records read: 10305000 (19 GB) 2022-05-18 07:15:12 source > 2022-05-18 07:15:11 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27936 rows 2022-05-18 07:15:12 source > 2022-05-18 07:15:11 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27817 rows 2022-05-18 07:15:12 source > 2022-05-18 07:15:11 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28082 rows 2022-05-18 07:15:12 source > 2022-05-18 07:15:12 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28019 rows 2022-05-18 07:15:13 source > 2022-05-18 07:15:12 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27711 rows 2022-05-18 07:15:13 source > 2022-05-18 07:15:12 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27830 rows 2022-05-18 07:15:13 source > 2022-05-18 07:15:12 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27837 rows 2022-05-18 07:15:13 source > 2022-05-18 07:15:12 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27881 rows 2022-05-18 07:15:13 source > 2022-05-18 07:15:12 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28094 rows 2022-05-18 07:15:13 source > 2022-05-18 07:15:12 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28179 rows 2022-05-18 07:15:13 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):313 - Records read: 10306000 (19 GB) 2022-05-18 07:15:13 source > 2022-05-18 07:15:12 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27693 rows 2022-05-18 07:15:13 source > 2022-05-18 07:15:12 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27819 rows 2022-05-18 07:15:14 source > 2022-05-18 07:15:12 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27859 rows 2022-05-18 07:15:14 source > 2022-05-18 07:15:13 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27961 rows 2022-05-18 07:15:14 source > 2022-05-18 07:15:13 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27436 rows 2022-05-18 07:15:14 source > 2022-05-18 07:15:13 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27548 rows 2022-05-18 07:15:14 source > 2022-05-18 07:15:13 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27675 rows 2022-05-18 07:15:14 source > 2022-05-18 07:15:13 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27858 rows 2022-05-18 07:15:15 source > 2022-05-18 07:15:13 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28053 rows 2022-05-18 07:15:15 source > 2022-05-18 07:15:13 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28279 rows 2022-05-18 07:15:15 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):313 - Records read: 10307000 (19 GB) 2022-05-18 07:15:15 source > 2022-05-18 07:15:13 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28172 rows 2022-05-18 07:15:15 source > 2022-05-18 07:15:13 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28254 rows 2022-05-18 07:15:15 source > 2022-05-18 07:15:13 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28280 rows 2022-05-18 07:15:15 source > 2022-05-18 07:15:14 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28350 rows 2022-05-18 07:15:15 source > 2022-05-18 07:15:14 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28520 rows 2022-05-18 07:15:16 source > 2022-05-18 07:15:14 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28531 rows 2022-05-18 07:15:16 source > 2022-05-18 07:15:14 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28511 rows 2022-05-18 07:15:16 source > 2022-05-18 07:15:14 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28535 rows 2022-05-18 07:15:16 source > 2022-05-18 07:15:15 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28581 rows 2022-05-18 07:15:16 source > 2022-05-18 07:15:15 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28619 rows 2022-05-18 07:15:16 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):313 - Records read: 10308000 (19 GB) 2022-05-18 07:15:16 source > 2022-05-18 07:15:15 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28448 rows 2022-05-18 07:15:17 source > 2022-05-18 07:15:15 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28336 rows 2022-05-18 07:15:17 source > 2022-05-18 07:15:15 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28558 rows 2022-05-18 07:15:17 source > 2022-05-18 07:15:16 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28603 rows 2022-05-18 07:15:17 source > 2022-05-18 07:15:16 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28644 rows 2022-05-18 07:15:17 source > 2022-05-18 07:15:16 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28610 rows 2022-05-18 07:15:17 source > 2022-05-18 07:15:16 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28546 rows 2022-05-18 07:15:17 source > 2022-05-18 07:15:16 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28395 rows 2022-05-18 07:15:17 source > 2022-05-18 07:15:16 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28368 rows 2022-05-18 07:15:18 source > 2022-05-18 07:15:16 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28292 rows 2022-05-18 07:15:18 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):313 - Records read: 10309000 (19 GB) 2022-05-18 07:15:18 source > 2022-05-18 07:15:16 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28356 rows 2022-05-18 07:15:18 source > 2022-05-18 07:15:16 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28347 rows 2022-05-18 07:15:18 source > 2022-05-18 07:15:17 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28496 rows 2022-05-18 07:15:18 source > 2022-05-18 07:15:17 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28207 rows 2022-05-18 07:15:18 source > 2022-05-18 07:15:17 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28199 rows 2022-05-18 07:15:18 source > 2022-05-18 07:15:17 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27676 rows 2022-05-18 07:15:18 source > 2022-05-18 07:15:17 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27684 rows 2022-05-18 07:15:19 source > 2022-05-18 07:15:18 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27748 rows 2022-05-18 07:15:19 source > 2022-05-18 07:15:18 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27776 rows 2022-05-18 07:15:19 source > 2022-05-18 07:15:18 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27808 rows 2022-05-18 07:15:19 source > 2022-05-18 07:15:18 INFO i.a.i.s.r.AbstractDbSource(lambda$createReadIterator$7):250 - Reading stream table_name. Records read: 10310000 2022-05-18 07:15:19 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):313 - Records read: 10310000 (19 GB) 2022-05-18 07:15:19 source > 2022-05-18 07:15:18 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28066 rows 2022-05-18 07:15:19 source > 2022-05-18 07:15:18 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28315 rows 2022-05-18 07:15:19 source > 2022-05-18 07:15:18 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28369 rows 2022-05-18 07:15:19 source > 2022-05-18 07:15:18 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28433 rows 2022-05-18 07:15:19 source > 2022-05-18 07:15:18 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27974 rows 2022-05-18 07:15:20 source > 2022-05-18 07:15:18 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27973 rows 2022-05-18 07:15:20 source > 2022-05-18 07:15:18 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28036 rows 2022-05-18 07:15:20 source > 2022-05-18 07:15:19 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27867 rows 2022-05-18 07:15:20 source > 2022-05-18 07:15:19 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27995 rows 2022-05-18 07:15:20 source > 2022-05-18 07:15:19 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28025 rows 2022-05-18 07:15:20 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):313 - Records read: 10311000 (19 GB) 2022-05-18 07:15:20 source > 2022-05-18 07:15:19 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28218 rows 2022-05-18 07:15:21 source > 2022-05-18 07:15:19 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28268 rows 2022-05-18 07:15:21 source > 2022-05-18 07:15:20 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28302 rows 2022-05-18 07:15:21 source > 2022-05-18 07:15:20 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28366 rows 2022-05-18 07:15:21 source > 2022-05-18 07:15:20 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28129 rows 2022-05-18 07:15:21 source > 2022-05-18 07:15:20 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28108 rows 2022-05-18 07:15:21 source > 2022-05-18 07:15:20 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28105 rows 2022-05-18 07:15:21 source > 2022-05-18 07:15:20 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28314 rows 2022-05-18 07:15:22 source > 2022-05-18 07:15:20 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28388 rows 2022-05-18 07:15:22 source > 2022-05-18 07:15:20 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28150 rows 2022-05-18 07:15:22 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):313 - Records read: 10312000 (19 GB) 2022-05-18 07:15:22 source > 2022-05-18 07:15:20 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27834 rows 2022-05-18 07:15:22 source > 2022-05-18 07:15:20 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28018 rows 2022-05-18 07:15:22 source > 2022-05-18 07:15:21 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27945 rows 2022-05-18 07:15:22 source > 2022-05-18 07:15:21 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28204 rows 2022-05-18 07:15:22 source > 2022-05-18 07:15:21 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28398 rows 2022-05-18 07:15:23 source > 2022-05-18 07:15:21 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28558 rows 2022-05-18 07:15:23 source > 2022-05-18 07:15:21 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28370 rows 2022-05-18 07:15:23 source > 2022-05-18 07:15:22 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28477 rows 2022-05-18 07:15:23 source > 2022-05-18 07:15:22 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28455 rows 2022-05-18 07:15:23 source > 2022-05-18 07:15:22 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28319 rows 2022-05-18 07:15:23 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):313 - Records read: 10313000 (19 GB) 2022-05-18 07:15:23 source > 2022-05-18 07:15:22 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28327 rows 2022-05-18 07:15:23 source > 2022-05-18 07:15:22 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28248 rows 2022-05-18 07:15:23 source > 2022-05-18 07:15:22 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28189 rows 2022-05-18 07:15:24 source > 2022-05-18 07:15:22 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28071 rows 2022-05-18 07:15:24 source > 2022-05-18 07:15:23 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28311 rows 2022-05-18 07:15:24 source > 2022-05-18 07:15:23 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28235 rows 2022-05-18 07:15:24 source > 2022-05-18 07:15:23 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28380 rows 2022-05-18 07:15:24 source > 2022-05-18 07:15:23 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27512 rows 2022-05-18 07:15:24 source > 2022-05-18 07:15:23 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27589 rows 2022-05-18 07:15:25 source > 2022-05-18 07:15:23 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27647 rows 2022-05-18 07:15:25 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):313 - Records read: 10314000 (19 GB) 2022-05-18 07:15:25 source > 2022-05-18 07:15:23 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27591 rows 2022-05-18 07:15:25 source > 2022-05-18 07:15:23 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27613 rows 2022-05-18 07:15:25 source > 2022-05-18 07:15:24 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27656 rows 2022-05-18 07:15:25 source > 2022-05-18 07:15:24 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27703 rows 2022-05-18 07:15:25 source > 2022-05-18 07:15:24 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27290 rows 2022-05-18 07:15:25 source > 2022-05-18 07:15:24 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27387 rows 2022-05-18 07:15:26 source > 2022-05-18 07:15:25 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27687 rows 2022-05-18 07:15:26 source > 2022-05-18 07:15:25 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27810 rows 2022-05-18 07:15:26 source > 2022-05-18 07:15:25 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27921 rows 2022-05-18 07:15:26 source > 2022-05-18 07:15:25 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27898 rows 2022-05-18 07:15:26 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):313 - Records read: 10315000 (19 GB) 2022-05-18 07:15:26 source > 2022-05-18 07:15:25 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27952 rows 2022-05-18 07:15:26 source > 2022-05-18 07:15:25 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28211 rows 2022-05-18 07:15:26 source > 2022-05-18 07:15:25 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28332 rows 2022-05-18 07:15:26 source > 2022-05-18 07:15:25 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28164 rows [removed] 2022-05-18 09:15:27 source > 2022-05-18 09:15:26 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28490 rows 2022-05-18 09:15:27 source > 2022-05-18 09:15:26 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28574 rows 2022-05-18 09:15:27 source > 2022-05-18 09:15:26 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28040 rows 2022-05-18 09:15:27 source > 2022-05-18 09:15:26 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28073 rows 2022-05-18 09:15:27 source > 2022-05-18 09:15:26 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28327 rows 2022-05-18 09:15:27 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):313 - Records read: 15467000 (29 GB) 2022-05-18 09:15:27 source > 2022-05-18 09:15:26 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28388 rows 2022-05-18 09:15:27 source > 2022-05-18 09:15:26 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28272 rows 2022-05-18 09:15:28 source > 2022-05-18 09:15:26 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28477 rows 2022-05-18 09:15:28 source > 2022-05-18 09:15:26 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28531 rows 2022-05-18 09:15:28 source > 2022-05-18 09:15:26 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28671 rows 2022-05-18 09:15:28 source > 2022-05-18 09:15:27 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28736 rows 2022-05-18 09:15:28 source > 2022-05-18 09:15:27 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28445 rows 2022-05-18 09:15:28 source > 2022-05-18 09:15:27 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27630 rows 2022-05-18 09:15:28 source > 2022-05-18 09:15:27 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27618 rows 2022-05-18 09:15:29 source > 2022-05-18 09:15:27 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27568 rows 2022-05-18 09:15:29 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):313 - Records read: 15468000 (29 GB) 2022-05-18 09:15:29 source > 2022-05-18 09:15:28 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27489 rows 2022-05-18 09:15:29 source > 2022-05-18 09:15:28 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27587 rows 2022-05-18 09:15:29 source > 2022-05-18 09:15:28 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27869 rows 2022-05-18 09:15:29 source > 2022-05-18 09:15:28 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27976 rows 2022-05-18 09:15:29 source > 2022-05-18 09:15:28 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28163 rows 2022-05-18 09:15:29 source > 2022-05-18 09:15:28 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28337 rows 2022-05-18 09:15:29 source > 2022-05-18 09:15:28 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28487 rows 2022-05-18 09:15:30 source > 2022-05-18 09:15:28 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28440 rows 2022-05-18 09:15:30 source > 2022-05-18 09:15:28 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28318 rows 2022-05-18 09:15:30 source > 2022-05-18 09:15:28 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28236 rows 2022-05-18 09:15:30 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):313 - Records read: 15469000 (29 GB) 2022-05-18 09:15:30 source > 2022-05-18 09:15:29 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27968 rows 2022-05-18 09:15:30 source > 2022-05-18 09:15:29 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27925 rows 2022-05-18 09:15:30 source > 2022-05-18 09:15:29 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28082 rows 2022-05-18 09:15:30 source > 2022-05-18 09:15:29 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27556 rows 2022-05-18 09:15:30 source > 2022-05-18 09:15:30 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27592 rows 2022-05-18 09:15:31 source > 2022-05-18 09:15:30 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27726 rows 2022-05-18 09:15:31 source > 2022-05-18 09:15:30 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27782 rows 2022-05-18 09:15:31 source > 2022-05-18 09:15:30 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28060 rows 2022-05-18 09:15:31 source > 2022-05-18 09:15:30 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28123 rows 2022-05-18 09:15:31 source > 2022-05-18 09:15:30 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28070 rows 2022-05-18 09:15:31 source > 2022-05-18 09:15:30 INFO i.a.i.s.r.AbstractDbSource(lambda$createReadIterator$7):250 - Reading stream table_name. Records read: 15470000 2022-05-18 09:15:31 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):313 - Records read: 15470000 (29 GB) 2022-05-18 09:15:31 source > 2022-05-18 09:15:30 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27829 rows 2022-05-18 09:15:31 source > 2022-05-18 09:15:30 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28091 rows 2022-05-18 09:15:31 source > 2022-05-18 09:15:30 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28176 rows 2022-05-18 09:15:32 source > 2022-05-18 09:15:30 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28177 rows 2022-05-18 09:15:32 source > 2022-05-18 09:15:31 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28305 rows 2022-05-18 09:15:32 source > 2022-05-18 09:15:31 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28296 rows 2022-05-18 09:15:32 source > 2022-05-18 09:15:31 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27795 rows 2022-05-18 09:15:32 source > 2022-05-18 09:15:31 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27995 rows 2022-05-18 09:15:32 source > 2022-05-18 09:15:31 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28028 rows 2022-05-18 09:15:32 source > 2022-05-18 09:15:31 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28122 rows 2022-05-18 09:15:33 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):313 - Records read: 15471000 (29 GB) 2022-05-18 09:15:33 source > 2022-05-18 09:15:31 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28201 rows 2022-05-18 09:15:33 source > 2022-05-18 09:15:32 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27688 rows 2022-05-18 09:15:33 source > 2022-05-18 09:15:32 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27797 rows 2022-05-18 09:15:33 source > 2022-05-18 09:15:32 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27061 rows 2022-05-18 09:15:33 source > 2022-05-18 09:15:32 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27109 rows 2022-05-18 09:15:33 source > 2022-05-18 09:15:32 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27225 rows 2022-05-18 09:15:34 source > 2022-05-18 09:15:32 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27263 rows 2022-05-18 09:15:34 source > 2022-05-18 09:15:33 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27513 rows 2022-05-18 09:15:34 source > 2022-05-18 09:15:33 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27650 rows 2022-05-18 09:15:34 source > 2022-05-18 09:15:33 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27703 rows 2022-05-18 09:15:34 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):313 - Records read: 15472000 (29 GB) 2022-05-18 09:15:34 source > 2022-05-18 09:15:33 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27573 rows 2022-05-18 09:15:34 source > 2022-05-18 09:15:33 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27646 rows 2022-05-18 09:15:34 source > 2022-05-18 09:15:33 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27855 rows 2022-05-18 09:15:34 source > 2022-05-18 09:15:33 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27822 rows 2022-05-18 09:15:35 source > 2022-05-18 09:15:34 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28062 rows 2022-05-18 09:15:35 source > 2022-05-18 09:15:34 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28088 rows 2022-05-18 09:15:35 source > 2022-05-18 09:15:34 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28175 rows 2022-05-18 09:15:35 source > 2022-05-18 09:15:34 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28074 rows 2022-05-18 09:15:35 source > 2022-05-18 09:15:34 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27826 rows 2022-05-18 09:15:35 source > 2022-05-18 09:15:34 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27266 rows 2022-05-18 09:15:35 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):313 - Records read: 15473000 (29 GB) 2022-05-18 09:15:35 source > 2022-05-18 09:15:34 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27568 rows 2022-05-18 09:15:36 source > 2022-05-18 09:15:34 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27858 rows 2022-05-18 09:15:36 source > 2022-05-18 09:15:34 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27962 rows 2022-05-18 09:15:36 source > 2022-05-18 09:15:35 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28216 rows 2022-05-18 09:15:36 source > 2022-05-18 09:15:35 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28291 rows 2022-05-18 09:15:36 source > 2022-05-18 09:15:35 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27903 rows 2022-05-18 09:15:36 source > 2022-05-18 09:15:35 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27948 rows 2022-05-18 09:15:36 source > 2022-05-18 09:15:35 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27906 rows 2022-05-18 09:15:37 source > 2022-05-18 09:15:35 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27869 rows 2022-05-18 09:15:37 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):313 - Records read: 15474000 (29 GB) 2022-05-18 09:15:37 source > 2022-05-18 09:15:35 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28034 rows 2022-05-18 09:15:37 source > 2022-05-18 09:15:35 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27988 rows 2022-05-18 09:15:37 source > 2022-05-18 09:15:35 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28026 rows 2022-05-18 09:15:37 source > 2022-05-18 09:15:36 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28114 rows 2022-05-18 09:15:37 source > 2022-05-18 09:15:36 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28052 rows 2022-05-18 09:15:37 source > 2022-05-18 09:15:36 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28070 rows 2022-05-18 09:15:38 source > 2022-05-18 09:15:36 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28056 rows 2022-05-18 09:15:38 source > 2022-05-18 09:15:36 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28143 rows 2022-05-18 09:15:38 source > 2022-05-18 09:15:37 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28047 rows 2022-05-18 09:15:38 source > 2022-05-18 09:15:37 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28133 rows 2022-05-18 09:15:38 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):313 - Records read: 15475000 (29 GB) 2022-05-18 09:15:38 source > 2022-05-18 09:15:37 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28252 rows 2022-05-18 09:15:38 source > 2022-05-18 09:15:37 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28301 rows 2022-05-18 09:15:38 source > 2022-05-18 09:15:37 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28094 rows 2022-05-18 09:15:38 source > 2022-05-18 09:15:37 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28334 rows 2022-05-18 09:15:39 source > 2022-05-18 09:15:37 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28322 rows 2022-05-18 09:15:39 source > 2022-05-18 09:15:37 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28526 rows 2022-05-18 09:15:39 source > 2022-05-18 09:15:37 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28569 rows 2022-05-18 09:15:39 source > 2022-05-18 09:15:38 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28607 rows 2022-05-18 09:15:39 source > 2022-05-18 09:15:38 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28603 rows 2022-05-18 09:15:39 source > 2022-05-18 09:15:38 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28205 rows 2022-05-18 09:15:39 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):313 - Records read: 15476000 (29 GB) 2022-05-18 09:15:39 source > 2022-05-18 09:15:38 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28423 rows 2022-05-18 09:15:39 source > 2022-05-18 09:15:38 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28635 rows 2022-05-18 09:15:40 source > 2022-05-18 09:15:39 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28775 rows 2022-05-18 09:15:40 source > 2022-05-18 09:15:39 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28848 rows 2022-05-18 09:15:40 source > 2022-05-18 09:15:39 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 29021 rows 2022-05-18 09:15:40 source > 2022-05-18 09:15:39 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28886 rows 2022-05-18 09:15:40 source > 2022-05-18 09:15:39 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28916 rows 2022-05-18 09:15:40 source > 2022-05-18 09:15:39 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 29085 rows 2022-05-18 09:15:40 source > 2022-05-18 09:15:39 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 29247 rows 2022-05-18 09:15:41 source > 2022-05-18 09:15:39 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 29310 rows 2022-05-18 09:15:41 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):313 - Records read: 15477000 (29 GB) 2022-05-18 09:15:41 source > 2022-05-18 09:15:39 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 29207 rows 2022-05-18 09:15:41 source > 2022-05-18 09:15:39 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 29203 rows 2022-05-18 09:15:41 source > 2022-05-18 09:15:40 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28839 rows 2022-05-18 09:15:41 source > 2022-05-18 09:15:40 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28759 rows 2022-05-18 09:15:41 source > 2022-05-18 09:15:40 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28778 rows 2022-05-18 09:15:41 source > 2022-05-18 09:15:40 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28965 rows 2022-05-18 09:15:41 source > 2022-05-18 09:15:40 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 29066 rows 2022-05-18 09:15:42 source > 2022-05-18 09:15:41 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 29150 rows 2022-05-18 09:15:42 source > 2022-05-18 09:15:41 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28767 rows 2022-05-18 09:15:42 source > 2022-05-18 09:15:41 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28622 rows 2022-05-18 09:15:42 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):313 - Records read: 15478000 (29 GB) 2022-05-18 09:15:42 source > 2022-05-18 09:15:41 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28239 rows 2022-05-18 09:15:42 source > 2022-05-18 09:15:41 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28009 rows 2022-05-18 09:15:42 source > 2022-05-18 09:15:41 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28158 rows 2022-05-18 09:15:43 source > 2022-05-18 09:15:41 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28082 rows 2022-05-18 09:15:43 source > 2022-05-18 09:15:41 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28174 rows 2022-05-18 09:15:43 source > 2022-05-18 09:15:41 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28108 rows 2022-05-18 09:15:43 source > 2022-05-18 09:15:42 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28255 rows 2022-05-18 09:15:43 source > 2022-05-18 09:15:42 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28323 rows 2022-05-18 09:15:43 source > 2022-05-18 09:15:42 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28079 rows 2022-05-18 09:15:43 source > 2022-05-18 09:15:42 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28171 rows 2022-05-18 09:15:44 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):313 - Records read: 15479000 (29 GB) 2022-05-18 09:15:44 source > 2022-05-18 09:15:42 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28252 rows 2022-05-18 09:15:44 source > 2022-05-18 09:15:43 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28409 rows 2022-05-18 09:15:44 source > 2022-05-18 09:15:43 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28388 rows 2022-05-18 09:15:44 source > 2022-05-18 09:15:43 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28384 rows 2022-05-18 09:15:44 source > 2022-05-18 09:15:43 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28503 rows 2022-05-18 09:15:45 source > 2022-05-18 09:15:43 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28311 rows 2022-05-18 09:15:45 source > 2022-05-18 09:15:43 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28276 rows 2022-05-18 09:15:45 source > 2022-05-18 09:15:43 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28428 rows 2022-05-18 09:15:45 source > 2022-05-18 09:15:44 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28362 rows 2022-05-18 09:15:45 source > 2022-05-18 09:15:44 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28241 rows 2022-05-18 09:15:45 source > 2022-05-18 09:15:44 INFO i.a.i.s.r.AbstractDbSource(lambda$createReadIterator$7):250 - Reading stream table_name. Records read: 15480000 2022-05-18 09:15:45 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):313 - Records read: 15480000 (29 GB) 2022-05-18 09:15:45 source > 2022-05-18 09:15:44 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28348 rows 2022-05-18 09:15:45 source > 2022-05-18 09:15:44 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28340 rows 2022-05-18 09:15:46 source > 2022-05-18 09:15:44 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28400 rows 2022-05-18 09:15:46 source > 2022-05-18 09:15:44 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28583 rows 2022-05-18 09:15:46 source > 2022-05-18 09:15:44 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28434 rows 2022-05-18 09:15:46 source > 2022-05-18 09:15:44 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28625 rows 2022-05-18 09:15:46 source > 2022-05-18 09:15:45 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28623 rows 2022-05-18 09:15:46 source > 2022-05-18 09:15:45 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28414 rows 2022-05-18 09:15:47 source > 2022-05-18 09:15:45 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28230 rows 2022-05-18 09:15:47 source > 2022-05-18 09:15:45 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27883 rows 2022-05-18 09:15:47 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):313 - Records read: 15481000 (29 GB) 2022-05-18 09:15:47 source > 2022-05-18 09:15:45 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27857 rows 2022-05-18 09:15:47 source > 2022-05-18 09:15:46 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28052 rows 2022-05-18 09:15:47 source > 2022-05-18 09:15:46 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28121 rows 2022-05-18 09:15:47 source > 2022-05-18 09:15:46 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28205 rows 2022-05-18 09:15:48 source > 2022-05-18 09:15:46 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28445 rows 2022-05-18 09:15:48 source > 2022-05-18 09:15:47 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28517 rows 2022-05-18 09:15:48 source > 2022-05-18 09:15:47 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28728 rows 2022-05-18 09:15:48 source > 2022-05-18 09:15:47 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28592 rows 2022-05-18 09:15:48 source > 2022-05-18 09:15:47 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28469 rows 2022-05-18 09:15:48 source > 2022-05-18 09:15:47 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28441 rows 2022-05-18 09:15:48 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):313 - Records read: 15482000 (29 GB) 2022-05-18 09:15:48 source > 2022-05-18 09:15:47 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28579 rows 2022-05-18 09:15:48 source > 2022-05-18 09:15:47 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28787 rows 2022-05-18 09:15:49 source > 2022-05-18 09:15:47 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28807 rows 2022-05-18 09:15:49 source > 2022-05-18 09:15:47 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28668 rows 2022-05-18 09:15:49 source > 2022-05-18 09:15:47 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28783 rows 2022-05-18 09:15:49 source > 2022-05-18 09:15:48 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28899 rows 2022-05-18 09:15:49 source > 2022-05-18 09:15:48 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28828 rows 2022-05-18 09:15:49 source > 2022-05-18 09:15:48 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28894 rows 2022-05-18 09:15:49 source > 2022-05-18 09:15:48 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28571 rows 2022-05-18 09:15:49 source > 2022-05-18 09:15:48 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28696 rows 2022-05-18 09:15:50 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):313 - Records read: 15483000 (29 GB) 2022-05-18 09:15:50 source > 2022-05-18 09:15:49 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28715 rows 2022-05-18 09:15:50 source > 2022-05-18 09:15:49 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28704 rows 2022-05-18 09:15:50 source > 2022-05-18 09:15:49 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28475 rows 2022-05-18 09:15:50 source > 2022-05-18 09:15:49 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28522 rows 2022-05-18 09:15:50 source > 2022-05-18 09:15:49 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28093 rows 2022-05-18 09:15:50 source > 2022-05-18 09:15:49 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28254 rows 2022-05-18 09:15:50 source > 2022-05-18 09:15:49 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28090 rows 2022-05-18 09:15:51 source > 2022-05-18 09:15:49 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27990 rows 2022-05-18 09:15:51 source > 2022-05-18 09:15:49 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28169 rows 2022-05-18 09:15:51 source > 2022-05-18 09:15:49 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28338 rows 2022-05-18 09:15:51 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):313 - Records read: 15484000 (29 GB) 2022-05-18 09:15:51 source > 2022-05-18 09:15:50 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28343 rows 2022-05-18 09:15:51 source > 2022-05-18 09:15:50 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28407 rows 2022-05-18 09:15:51 source > 2022-05-18 09:15:50 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28316 rows 2022-05-18 09:15:51 source > 2022-05-18 09:15:50 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28545 rows 2022-05-18 09:15:52 source > 2022-05-18 09:15:50 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28753 rows 2022-05-18 09:15:52 source > 2022-05-18 09:15:51 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28705 rows 2022-05-18 09:15:52 source > 2022-05-18 09:15:51 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28715 rows 2022-05-18 09:15:52 source > 2022-05-18 09:15:51 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28732 rows 2022-05-18 09:15:52 source > 2022-05-18 09:15:51 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28598 rows 2022-05-18 09:15:52 source > 2022-05-18 09:15:51 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28636 rows 2022-05-18 09:15:52 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):313 - Records read: 15485000 (29 GB) 2022-05-18 09:15:52 source > 2022-05-18 09:15:51 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28704 rows 2022-05-18 09:15:53 source > 2022-05-18 09:15:51 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28816 rows 2022-05-18 09:15:53 source > 2022-05-18 09:15:51 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28991 rows 2022-05-18 09:15:53 source > 2022-05-18 09:15:51 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28867 rows 2022-05-18 09:15:53 source > 2022-05-18 09:15:52 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28920 rows 2022-05-18 09:15:53 source > 2022-05-18 09:15:52 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28913 rows 2022-05-18 09:15:53 source > 2022-05-18 09:15:52 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28359 rows 2022-05-18 09:15:53 source > 2022-05-18 09:15:52 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28175 rows 2022-05-18 09:15:53 source > 2022-05-18 09:15:52 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28246 rows 2022-05-18 09:15:54 source > 2022-05-18 09:15:53 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28406 rows 2022-05-18 09:15:54 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):313 - Records read: 15486000 (29 GB) 2022-05-18 09:15:54 source > 2022-05-18 09:15:53 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28117 rows 2022-05-18 09:15:54 source > 2022-05-18 09:15:53 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28129 rows 2022-05-18 09:15:54 source > 2022-05-18 09:15:53 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28365 rows 2022-05-18 09:15:54 source > 2022-05-18 09:15:53 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28424 rows 2022-05-18 09:15:54 source > 2022-05-18 09:15:53 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28394 rows 2022-05-18 09:15:54 source > 2022-05-18 09:15:53 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28382 rows 2022-05-18 09:15:55 source > 2022-05-18 09:15:53 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28401 rows 2022-05-18 09:15:55 source > 2022-05-18 09:15:53 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28400 rows 2022-05-18 09:15:55 source > 2022-05-18 09:15:53 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28457 rows 2022-05-18 09:15:55 source > 2022-05-18 09:15:54 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28287 rows 2022-05-18 09:15:55 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):313 - Records read: 15487000 (29 GB) 2022-05-18 09:15:55 source > 2022-05-18 09:15:54 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28514 rows 2022-05-18 09:15:55 source > 2022-05-18 09:15:54 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28529 rows 2022-05-18 09:15:55 source > 2022-05-18 09:15:54 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28373 rows 2022-05-18 09:15:55 source > 2022-05-18 09:15:55 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28177 rows 2022-05-18 09:15:56 source > 2022-05-18 09:15:55 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28332 rows 2022-05-18 09:15:56 source > 2022-05-18 09:15:55 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28390 rows 2022-05-18 09:15:56 source > 2022-05-18 09:15:55 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28302 rows 2022-05-18 09:15:56 source > 2022-05-18 09:15:55 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28074 rows 2022-05-18 09:15:56 source > 2022-05-18 09:15:55 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28164 rows 2022-05-18 09:15:56 source > 2022-05-18 09:15:55 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28346 rows 2022-05-18 09:15:56 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):313 - Records read: 15488000 (29 GB) 2022-05-18 09:15:56 source > 2022-05-18 09:15:55 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28270 rows 2022-05-18 09:15:57 source > 2022-05-18 09:15:55 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28488 rows 2022-05-18 09:15:57 source > 2022-05-18 09:15:55 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28470 rows 2022-05-18 09:15:57 source > 2022-05-18 09:15:56 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28447 rows 2022-05-18 09:15:57 source > 2022-05-18 09:15:56 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28253 rows [removed] 2022-05-18 11:15:06 source > 2022-05-18 11:15:05 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 29184 rows 2022-05-18 11:15:06 source > 2022-05-18 11:15:05 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 29216 rows 2022-05-18 11:15:06 source > 2022-05-18 11:15:05 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 29282 rows 2022-05-18 11:15:06 source > 2022-05-18 11:15:05 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 29350 rows 2022-05-18 11:15:07 source > 2022-05-18 11:15:05 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 29403 rows 2022-05-18 11:15:07 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):313 - Records read: 20734000 (38 GB) 2022-05-18 11:15:07 source > 2022-05-18 11:15:05 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 29458 rows 2022-05-18 11:15:07 source > 2022-05-18 11:15:06 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 29504 rows 2022-05-18 11:15:07 source > 2022-05-18 11:15:06 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 29244 rows 2022-05-18 11:15:07 source > 2022-05-18 11:15:06 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 29203 rows 2022-05-18 11:15:07 source > 2022-05-18 11:15:06 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28600 rows 2022-05-18 11:15:07 source > 2022-05-18 11:15:06 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28368 rows 2022-05-18 11:15:07 source > 2022-05-18 11:15:06 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28515 rows 2022-05-18 11:15:08 source > 2022-05-18 11:15:06 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28654 rows 2022-05-18 11:15:08 source > 2022-05-18 11:15:06 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28265 rows 2022-05-18 11:15:08 source > 2022-05-18 11:15:06 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28419 rows 2022-05-18 11:15:08 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):313 - Records read: 20735000 (38 GB) 2022-05-18 11:15:08 source > 2022-05-18 11:15:06 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28306 rows 2022-05-18 11:15:08 source > 2022-05-18 11:15:07 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28285 rows 2022-05-18 11:15:08 source > 2022-05-18 11:15:07 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28442 rows 2022-05-18 11:15:08 source > 2022-05-18 11:15:07 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28042 rows 2022-05-18 11:15:08 source > 2022-05-18 11:15:07 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28141 rows 2022-05-18 11:15:09 source > 2022-05-18 11:15:07 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28316 rows 2022-05-18 11:15:09 source > 2022-05-18 11:15:08 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28285 rows 2022-05-18 11:15:09 source > 2022-05-18 11:15:08 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27682 rows 2022-05-18 11:15:09 source > 2022-05-18 11:15:08 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27812 rows 2022-05-18 11:15:09 source > 2022-05-18 11:15:08 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28011 rows 2022-05-18 11:15:09 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):313 - Records read: 20736000 (38 GB) 2022-05-18 11:15:09 source > 2022-05-18 11:15:08 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28193 rows 2022-05-18 11:15:09 source > 2022-05-18 11:15:08 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28358 rows 2022-05-18 11:15:09 source > 2022-05-18 11:15:08 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27890 rows 2022-05-18 11:15:10 source > 2022-05-18 11:15:08 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28068 rows 2022-05-18 11:15:10 source > 2022-05-18 11:15:08 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28246 rows 2022-05-18 11:15:10 source > 2022-05-18 11:15:09 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28406 rows 2022-05-18 11:15:10 source > 2022-05-18 11:15:09 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28552 rows 2022-05-18 11:15:10 source > 2022-05-18 11:15:09 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28753 rows 2022-05-18 11:15:10 source > 2022-05-18 11:15:09 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28868 rows 2022-05-18 11:15:10 source > 2022-05-18 11:15:09 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28699 rows 2022-05-18 11:15:11 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):313 - Records read: 20737000 (38 GB) 2022-05-18 11:15:11 source > 2022-05-18 11:15:10 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28826 rows 2022-05-18 11:15:11 source > 2022-05-18 11:15:10 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28931 rows 2022-05-18 11:15:11 source > 2022-05-18 11:15:10 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 29029 rows 2022-05-18 11:15:11 source > 2022-05-18 11:15:10 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 29153 rows 2022-05-18 11:15:11 source > 2022-05-18 11:15:10 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 29235 rows 2022-05-18 11:15:11 source > 2022-05-18 11:15:10 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 29306 rows 2022-05-18 11:15:11 source > 2022-05-18 11:15:10 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 29270 rows 2022-05-18 11:15:12 source > 2022-05-18 11:15:10 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 29341 rows 2022-05-18 11:15:12 source > 2022-05-18 11:15:10 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 29074 rows 2022-05-18 11:15:12 source > 2022-05-18 11:15:10 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 29165 rows 2022-05-18 11:15:12 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):313 - Records read: 20738000 (38 GB) 2022-05-18 11:15:12 source > 2022-05-18 11:15:11 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 29241 rows 2022-05-18 11:15:12 source > 2022-05-18 11:15:11 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 29236 rows 2022-05-18 11:15:12 source > 2022-05-18 11:15:11 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 29303 rows 2022-05-18 11:15:12 source > 2022-05-18 11:15:11 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 29364 rows 2022-05-18 11:15:12 source > 2022-05-18 11:15:11 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 29410 rows 2022-05-18 11:15:13 source > 2022-05-18 11:15:12 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 29538 rows 2022-05-18 11:15:13 source > 2022-05-18 11:15:12 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 29568 rows 2022-05-18 11:15:13 source > 2022-05-18 11:15:12 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 29380 rows 2022-05-18 11:15:13 source > 2022-05-18 11:15:12 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 29002 rows 2022-05-18 11:15:13 source > 2022-05-18 11:15:12 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 29092 rows 2022-05-18 11:15:13 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):313 - Records read: 20739000 (38 GB) 2022-05-18 11:15:13 source > 2022-05-18 11:15:12 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28563 rows 2022-05-18 11:15:13 source > 2022-05-18 11:15:12 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28695 rows 2022-05-18 11:15:13 source > 2022-05-18 11:15:12 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28807 rows 2022-05-18 11:15:14 source > 2022-05-18 11:15:12 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28918 rows 2022-05-18 11:15:14 source > 2022-05-18 11:15:12 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 29017 rows 2022-05-18 11:15:14 source > 2022-05-18 11:15:13 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 29094 rows 2022-05-18 11:15:14 source > 2022-05-18 11:15:13 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28969 rows 2022-05-18 11:15:14 source > 2022-05-18 11:15:13 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 29063 rows 2022-05-18 11:15:14 source > 2022-05-18 11:15:13 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 29216 rows 2022-05-18 11:15:14 source > 2022-05-18 11:15:13 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28920 rows 2022-05-18 11:15:14 source > 2022-05-18 11:15:14 INFO i.a.i.s.r.AbstractDbSource(lambda$createReadIterator$7):250 - Reading stream table_name. Records read: 20740000 2022-05-18 11:15:14 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):313 - Records read: 20740000 (38 GB) 2022-05-18 11:15:14 source > 2022-05-18 11:15:14 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 29024 rows 2022-05-18 11:15:15 source > 2022-05-18 11:15:14 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 29202 rows 2022-05-18 11:15:15 source > 2022-05-18 11:15:14 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28870 rows 2022-05-18 11:15:15 source > 2022-05-18 11:15:14 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28521 rows 2022-05-18 11:15:15 source > 2022-05-18 11:15:14 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28654 rows 2022-05-18 11:15:15 source > 2022-05-18 11:15:14 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28239 rows 2022-05-18 11:15:15 source > 2022-05-18 11:15:14 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28468 rows 2022-05-18 11:15:15 source > 2022-05-18 11:15:14 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28612 rows 2022-05-18 11:15:16 source > 2022-05-18 11:15:14 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28740 rows 2022-05-18 11:15:16 source > 2022-05-18 11:15:14 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28856 rows 2022-05-18 11:15:16 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):313 - Records read: 20741000 (38 GB) 2022-05-18 11:15:16 source > 2022-05-18 11:15:15 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28961 rows 2022-05-18 11:15:16 source > 2022-05-18 11:15:15 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 29054 rows 2022-05-18 11:15:16 source > 2022-05-18 11:15:15 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 29094 rows 2022-05-18 11:15:16 source > 2022-05-18 11:15:15 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 29175 rows 2022-05-18 11:15:16 source > 2022-05-18 11:15:15 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 29123 rows 2022-05-18 11:15:16 source > 2022-05-18 11:15:16 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28677 rows 2022-05-18 11:15:17 source > 2022-05-18 11:15:16 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28799 rows 2022-05-18 11:15:17 source > 2022-05-18 11:15:16 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28909 rows 2022-05-18 11:15:17 source > 2022-05-18 11:15:16 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 29014 rows 2022-05-18 11:15:17 source > 2022-05-18 11:15:16 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 29019 rows 2022-05-18 11:15:17 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):313 - Records read: 20742000 (38 GB) 2022-05-18 11:15:17 source > 2022-05-18 11:15:16 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 29112 rows 2022-05-18 11:15:17 source > 2022-05-18 11:15:16 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 29107 rows 2022-05-18 11:15:17 source > 2022-05-18 11:15:16 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 29193 rows 2022-05-18 11:15:17 source > 2022-05-18 11:15:16 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 29267 rows 2022-05-18 11:15:18 source > 2022-05-18 11:15:16 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 29333 rows 2022-05-18 11:15:18 source > 2022-05-18 11:15:17 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 29399 rows 2022-05-18 11:15:18 source > 2022-05-18 11:15:17 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 29454 rows 2022-05-18 11:15:18 source > 2022-05-18 11:15:17 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 29506 rows 2022-05-18 11:15:18 source > 2022-05-18 11:15:17 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 29237 rows 2022-05-18 11:15:18 source > 2022-05-18 11:15:17 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 29313 rows 2022-05-18 11:15:18 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):313 - Records read: 20743000 (38 GB) 2022-05-18 11:15:18 source > 2022-05-18 11:15:17 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 29375 rows 2022-05-18 11:15:19 source > 2022-05-18 11:15:17 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 29429 rows 2022-05-18 11:15:19 source > 2022-05-18 11:15:17 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 29481 rows 2022-05-18 11:15:19 source > 2022-05-18 11:15:17 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 29528 rows 2022-05-18 11:15:19 source > 2022-05-18 11:15:17 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 29567 rows 2022-05-18 11:15:19 source > 2022-05-18 11:15:18 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 29079 rows 2022-05-18 11:15:19 source > 2022-05-18 11:15:18 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28631 rows 2022-05-18 11:15:19 source > 2022-05-18 11:15:18 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28833 rows 2022-05-18 11:15:19 source > 2022-05-18 11:15:18 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28868 rows 2022-05-18 11:15:20 source > 2022-05-18 11:15:18 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28974 rows 2022-05-18 11:15:20 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):313 - Records read: 20744000 (38 GB) 2022-05-18 11:15:20 source > 2022-05-18 11:15:19 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28819 rows 2022-05-18 11:15:20 source > 2022-05-18 11:15:19 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28934 rows 2022-05-18 11:15:20 source > 2022-05-18 11:15:19 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28239 rows 2022-05-18 11:15:20 source > 2022-05-18 11:15:19 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28403 rows 2022-05-18 11:15:20 source > 2022-05-18 11:15:19 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28548 rows 2022-05-18 11:15:20 source > 2022-05-18 11:15:19 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28673 rows 2022-05-18 11:15:21 source > 2022-05-18 11:15:19 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28793 rows 2022-05-18 11:15:21 source > 2022-05-18 11:15:19 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27742 rows 2022-05-18 11:15:21 source > 2022-05-18 11:15:19 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27952 rows 2022-05-18 11:15:21 source > 2022-05-18 11:15:19 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28137 rows 2022-05-18 11:15:21 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):313 - Records read: 20745000 (38 GB) 2022-05-18 11:15:21 source > 2022-05-18 11:15:20 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28116 rows 2022-05-18 11:15:21 source > 2022-05-18 11:15:20 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28093 rows 2022-05-18 11:15:21 source > 2022-05-18 11:15:20 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28273 rows 2022-05-18 11:15:21 source > 2022-05-18 11:15:20 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28433 rows 2022-05-18 11:15:22 source > 2022-05-18 11:15:20 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28569 rows 2022-05-18 11:15:22 source > 2022-05-18 11:15:21 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28697 rows 2022-05-18 11:15:22 source > 2022-05-18 11:15:21 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28816 rows 2022-05-18 11:15:22 source > 2022-05-18 11:15:21 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28915 rows 2022-05-18 11:15:22 source > 2022-05-18 11:15:21 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28583 rows 2022-05-18 11:15:22 source > 2022-05-18 11:15:21 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28721 rows 2022-05-18 11:15:22 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):313 - Records read: 20746000 (38 GB) 2022-05-18 11:15:22 source > 2022-05-18 11:15:21 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28838 rows 2022-05-18 11:15:22 source > 2022-05-18 11:15:21 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28532 rows 2022-05-18 11:15:23 source > 2022-05-18 11:15:21 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28672 rows 2022-05-18 11:15:23 source > 2022-05-18 11:15:21 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28799 rows 2022-05-18 11:15:23 source > 2022-05-18 11:15:22 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28909 rows 2022-05-18 11:15:23 source > 2022-05-18 11:15:22 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28863 rows 2022-05-18 11:15:23 source > 2022-05-18 11:15:22 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28922 rows 2022-05-18 11:15:23 source > 2022-05-18 11:15:22 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 29021 rows 2022-05-18 11:15:23 source > 2022-05-18 11:15:22 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28915 rows 2022-05-18 11:15:23 source > 2022-05-18 11:15:23 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 29098 rows 2022-05-18 11:15:24 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):313 - Records read: 20747000 (38 GB) 2022-05-18 11:15:24 source > 2022-05-18 11:15:23 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28980 rows 2022-05-18 11:15:24 source > 2022-05-18 11:15:23 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 29071 rows 2022-05-18 11:15:24 source > 2022-05-18 11:15:23 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 29155 rows 2022-05-18 11:15:24 source > 2022-05-18 11:15:23 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 29231 rows 2022-05-18 11:15:24 source > 2022-05-18 11:15:23 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 29299 rows 2022-05-18 11:15:24 source > 2022-05-18 11:15:23 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 29416 rows 2022-05-18 11:15:24 source > 2022-05-18 11:15:23 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 29042 rows 2022-05-18 11:15:24 source > 2022-05-18 11:15:23 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 29068 rows 2022-05-18 11:15:25 source > 2022-05-18 11:15:23 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 29153 rows 2022-05-18 11:15:25 source > 2022-05-18 11:15:24 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 29299 rows 2022-05-18 11:15:25 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):313 - Records read: 20748000 (38 GB) 2022-05-18 11:15:25 source > 2022-05-18 11:15:24 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 29085 rows 2022-05-18 11:15:25 source > 2022-05-18 11:15:24 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 29170 rows 2022-05-18 11:15:25 source > 2022-05-18 11:15:24 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28674 rows 2022-05-18 11:15:25 source > 2022-05-18 11:15:24 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28560 rows 2022-05-18 11:15:25 source > 2022-05-18 11:15:24 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28766 rows 2022-05-18 11:15:26 source > 2022-05-18 11:15:24 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28879 rows 2022-05-18 11:15:26 source > 2022-05-18 11:15:24 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28930 rows 2022-05-18 11:15:26 source > 2022-05-18 11:15:24 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 29026 rows 2022-05-18 11:15:26 source > 2022-05-18 11:15:24 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 29059 rows 2022-05-18 11:15:26 source > 2022-05-18 11:15:25 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 29143 rows 2022-05-18 11:15:26 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):313 - Records read: 20749000 (38 GB) 2022-05-18 11:15:26 source > 2022-05-18 11:15:25 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 29247 rows 2022-05-18 11:15:26 source > 2022-05-18 11:15:25 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 29070 rows 2022-05-18 11:15:26 source > 2022-05-18 11:15:25 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 29150 rows 2022-05-18 11:15:27 source > 2022-05-18 11:15:25 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 29234 rows 2022-05-18 11:15:27 source > 2022-05-18 11:15:26 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 29305 rows 2022-05-18 11:15:27 source > 2022-05-18 11:15:26 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28966 rows 2022-05-18 11:15:27 source > 2022-05-18 11:15:26 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 29066 rows 2022-05-18 11:15:27 source > 2022-05-18 11:15:26 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 29237 rows 2022-05-18 11:15:27 source > 2022-05-18 11:15:26 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28382 rows 2022-05-18 11:15:27 source > 2022-05-18 11:15:26 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28527 rows 2022-05-18 11:15:27 source > 2022-05-18 11:15:26 INFO i.a.i.s.r.AbstractDbSource(lambda$createReadIterator$7):250 - Reading stream table_name. Records read: 20750000 2022-05-18 11:15:27 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):313 - Records read: 20750000 (38 GB) 2022-05-18 11:15:27 source > 2022-05-18 11:15:26 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28363 rows 2022-05-18 11:15:28 source > 2022-05-18 11:15:26 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28504 rows 2022-05-18 11:15:28 source > 2022-05-18 11:15:26 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28642 rows 2022-05-18 11:15:28 source > 2022-05-18 11:15:26 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28772 rows 2022-05-18 11:15:28 source > 2022-05-18 11:15:27 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28767 rows 2022-05-18 11:15:28 source > 2022-05-18 11:15:27 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28456 rows 2022-05-18 11:15:28 source > 2022-05-18 11:15:27 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28670 rows 2022-05-18 11:15:28 source > 2022-05-18 11:15:27 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28792 rows 2022-05-18 11:15:29 source > 2022-05-18 11:15:27 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28492 rows 2022-05-18 11:15:29 source > 2022-05-18 11:15:28 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28593 rows 2022-05-18 11:15:29 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):313 - Records read: 20751000 (38 GB) 2022-05-18 11:15:29 source > 2022-05-18 11:15:28 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28727 rows 2022-05-18 11:15:29 source > 2022-05-18 11:15:28 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28782 rows 2022-05-18 11:15:29 source > 2022-05-18 11:15:28 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28635 rows 2022-05-18 11:15:29 source > 2022-05-18 11:15:28 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28764 rows 2022-05-18 11:15:29 source > 2022-05-18 11:15:28 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28418 rows 2022-05-18 11:15:30 source > 2022-05-18 11:15:28 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28404 rows 2022-05-18 11:15:30 source > 2022-05-18 11:15:28 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28553 rows 2022-05-18 11:15:30 source > 2022-05-18 11:15:28 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28431 rows 2022-05-18 11:15:30 source > 2022-05-18 11:15:29 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28574 rows 2022-05-18 11:15:30 source > 2022-05-18 11:15:29 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28473 rows 2022-05-18 11:15:30 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):313 - Records read: 20752000 (38 GB) 2022-05-18 11:15:30 source > 2022-05-18 11:15:29 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28643 rows 2022-05-18 11:15:30 source > 2022-05-18 11:15:29 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28769 rows 2022-05-18 11:15:30 source > 2022-05-18 11:15:29 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28116 rows 2022-05-18 11:15:31 source > 2022-05-18 11:15:30 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28293 rows 2022-05-18 11:15:31 source > 2022-05-18 11:15:30 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28448 rows 2022-05-18 11:15:31 source > 2022-05-18 11:15:30 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28079 rows 2022-05-18 11:15:31 source > 2022-05-18 11:15:30 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27803 rows 2022-05-18 11:15:31 source > 2022-05-18 11:15:30 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28004 rows 2022-05-18 11:15:31 source > 2022-05-18 11:15:30 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28190 rows 2022-05-18 11:15:31 source > 2022-05-18 11:15:30 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28360 rows 2022-05-18 11:15:31 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):313 - Records read: 20753000 (38 GB) 2022-05-18 11:15:32 source > 2022-05-18 11:15:30 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28508 rows 2022-05-18 11:15:32 source > 2022-05-18 11:15:30 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28647 rows 2022-05-18 11:15:32 source > 2022-05-18 11:15:30 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28722 rows 2022-05-18 11:15:32 source > 2022-05-18 11:15:31 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28504 rows 2022-05-18 11:15:32 source > 2022-05-18 11:15:31 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28634 rows 2022-05-18 11:15:32 source > 2022-05-18 11:15:31 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28771 rows 2022-05-18 11:15:32 source > 2022-05-18 11:15:31 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28880 rows 2022-05-18 11:15:32 source > 2022-05-18 11:15:31 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28988 rows 2022-05-18 11:15:33 source > 2022-05-18 11:15:32 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 29081 rows 2022-05-18 11:15:33 source > 2022-05-18 11:15:32 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28842 rows 2022-05-18 11:15:33 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):313 - Records read: 20754000 (38 GB) 2022-05-18 11:15:33 source > 2022-05-18 11:15:32 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28561 rows 2022-05-18 11:15:33 source > 2022-05-18 11:15:32 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28632 rows 2022-05-18 11:15:33 source > 2022-05-18 11:15:32 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28821 rows 2022-05-18 11:15:33 source > 2022-05-18 11:15:32 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28926 rows 2022-05-18 11:15:33 source > 2022-05-18 11:15:32 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 29025 rows 2022-05-18 11:15:34 source > 2022-05-18 11:15:32 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28867 rows 2022-05-18 11:15:34 source > 2022-05-18 11:15:32 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28925 rows 2022-05-18 11:15:34 source > 2022-05-18 11:15:33 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 29020 rows 2022-05-18 11:15:34 source > 2022-05-18 11:15:33 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 29191 rows 2022-05-18 11:15:34 source > 2022-05-18 11:15:33 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 29212 rows 2022-05-18 11:15:34 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):313 - Records read: 20755000 (38 GB) 2022-05-18 11:15:34 source > 2022-05-18 11:15:33 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 29349 rows 2022-05-18 11:15:34 source > 2022-05-18 11:15:33 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 29304 rows 2022-05-18 11:15:34 source > 2022-05-18 11:15:33 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 29325 rows 2022-05-18 11:15:35 source > 2022-05-18 11:15:33 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28927 rows 2022-05-18 11:15:35 source > 2022-05-18 11:15:33 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 29001 rows 2022-05-18 11:15:35 source > 2022-05-18 11:15:33 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28532 rows 2022-05-18 11:15:35 source > 2022-05-18 11:15:34 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28743 rows 2022-05-18 11:15:35 source > 2022-05-18 11:15:34 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28759 rows 2022-05-18 11:15:35 source > 2022-05-18 11:15:34 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28543 rows 2022-05-18 11:15:35 source > 2022-05-18 11:15:34 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28666 rows 2022-05-18 11:15:35 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):313 - Records read: 20756000 (38 GB) 2022-05-18 11:15:35 source > 2022-05-18 11:15:34 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28232 rows 2022-05-18 11:15:36 source > 2022-05-18 11:15:35 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28386 rows 2022-05-18 11:15:36 source > 2022-05-18 11:15:35 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28437 rows 2022-05-18 11:15:36 source > 2022-05-18 11:15:35 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28536 rows 2022-05-18 11:15:36 source > 2022-05-18 11:15:35 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28667 rows 2022-05-18 11:15:36 source > 2022-05-18 11:15:35 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28795 rows 2022-05-18 11:15:36 source > 2022-05-18 11:15:35 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28878 rows 2022-05-18 11:15:36 source > 2022-05-18 11:15:35 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28607 rows 2022-05-18 11:15:36 source > 2022-05-18 11:15:35 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28603 rows 2022-05-18 11:15:37 source > 2022-05-18 11:15:35 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28147 rows 2022-05-18 11:15:37 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):313 - Records read: 20757000 (38 GB) 2022-05-18 11:15:37 source > 2022-05-18 11:15:36 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28116 rows 2022-05-18 11:15:37 source > 2022-05-18 11:15:36 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28361 rows 2022-05-18 11:15:37 source > 2022-05-18 11:15:36 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28586 rows 2022-05-18 11:15:37 source > 2022-05-18 11:15:36 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28787 rows 2022-05-18 11:15:37 source > 2022-05-18 11:15:36 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28980 rows 2022-05-18 11:15:37 source > 2022-05-18 11:15:36 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28696 rows 2022-05-18 11:15:38 source > 2022-05-18 11:15:36 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28835 rows 2022-05-18 11:15:38 source > 2022-05-18 11:15:36 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28944 rows 2022-05-18 11:15:38 source > 2022-05-18 11:15:36 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 29016 rows 2022-05-18 11:15:38 source > 2022-05-18 11:15:36 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 29036 rows 2022-05-18 11:15:38 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):313 - Records read: 20758000 (38 GB) 2022-05-18 11:15:38 source > 2022-05-18 11:15:37 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 29080 rows 2022-05-18 11:15:38 source > 2022-05-18 11:15:37 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28596 rows 2022-05-18 11:15:38 source > 2022-05-18 11:15:37 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28702 rows 2022-05-18 11:15:38 source > 2022-05-18 11:15:37 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28772 rows 2022-05-18 11:15:39 source > 2022-05-18 11:15:37 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28758 rows 2022-05-18 11:15:39 source > 2022-05-18 11:15:38 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28852 rows 2022-05-18 11:15:39 source > 2022-05-18 11:15:38 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28877 rows 2022-05-18 11:15:39 source > 2022-05-18 11:15:38 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28937 rows 2022-05-18 11:15:39 source > 2022-05-18 11:15:38 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 29111 rows 2022-05-18 11:15:39 source > 2022-05-18 11:15:38 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 29072 rows 2022-05-18 11:15:39 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):313 - Records read: 20759000 (38 GB) 2022-05-18 11:15:39 source > 2022-05-18 11:15:38 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28504 rows 2022-05-18 11:15:39 source > 2022-05-18 11:15:38 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28680 rows 2022-05-18 11:15:40 source > 2022-05-18 11:15:38 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28198 rows 2022-05-18 11:15:40 source > 2022-05-18 11:15:38 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28271 rows 2022-05-18 11:15:40 source > 2022-05-18 11:15:39 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28512 rows 2022-05-18 11:15:40 source > 2022-05-18 11:15:39 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28546 rows 2022-05-18 11:15:40 source > 2022-05-18 11:15:39 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28539 rows 2022-05-18 11:15:40 source > 2022-05-18 11:15:39 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28203 rows 2022-05-18 11:15:40 source > 2022-05-18 11:15:39 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28365 rows 2022-05-18 11:15:41 source > 2022-05-18 11:15:40 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28175 rows 2022-05-18 11:15:41 source > 2022-05-18 11:15:40 INFO i.a.i.s.r.AbstractDbSource(lambda$createReadIterator$7):250 - Reading stream table_name. Records read: 20760000 2022-05-18 11:15:41 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):313 - Records read: 20760000 (38 GB) 2022-05-18 11:15:41 source > 2022-05-18 11:15:40 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28342 rows 2022-05-18 11:15:41 source > 2022-05-18 11:15:40 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28544 rows 2022-05-18 11:15:41 source > 2022-05-18 11:15:40 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28682 rows 2022-05-18 11:15:41 source > 2022-05-18 11:15:40 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28802 rows 2022-05-18 11:15:41 source > 2022-05-18 11:15:40 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28345 rows 2022-05-18 11:15:41 source > 2022-05-18 11:15:40 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28501 rows 2022-05-18 11:15:41 source > 2022-05-18 11:15:40 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27619 rows 2022-05-18 11:15:42 source > 2022-05-18 11:15:40 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27832 rows 2022-05-18 11:15:42 source > 2022-05-18 11:15:41 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27972 rows 2022-05-18 11:15:42 source > 2022-05-18 11:15:41 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28127 rows 2022-05-18 11:15:42 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):313 - Records read: 20761000 (38 GB) 2022-05-18 11:15:42 source > 2022-05-18 11:15:41 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28074 rows 2022-05-18 11:15:42 source > 2022-05-18 11:15:41 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28191 rows 2022-05-18 11:15:42 source > 2022-05-18 11:15:41 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27202 rows 2022-05-18 11:15:42 source > 2022-05-18 11:15:41 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27455 rows 2022-05-18 11:15:42 source > 2022-05-18 11:15:41 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26917 rows 2022-05-18 11:15:43 source > 2022-05-18 11:15:41 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 26888 rows 2022-05-18 11:15:43 source > 2022-05-18 11:15:41 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27162 rows 2022-05-18 11:15:43 source > 2022-05-18 11:15:42 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27421 rows 2022-05-18 11:15:43 source > 2022-05-18 11:15:42 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27658 rows 2022-05-18 11:15:43 source > 2022-05-18 11:15:42 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27617 rows 2022-05-18 11:15:43 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):313 - Records read: 20762000 (38 GB) 2022-05-18 11:15:43 source > 2022-05-18 11:15:42 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27826 rows 2022-05-18 11:15:43 source > 2022-05-18 11:15:42 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27716 rows 2022-05-18 11:15:44 source > 2022-05-18 11:15:43 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27928 rows 2022-05-18 11:15:44 source > 2022-05-18 11:15:43 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27447 rows 2022-05-18 11:15:44 source > 2022-05-18 11:15:43 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27747 rows 2022-05-18 11:15:44 source > 2022-05-18 11:15:43 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27949 rows 2022-05-18 11:15:44 source > 2022-05-18 11:15:43 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28080 rows 2022-05-18 11:15:44 source > 2022-05-18 11:15:43 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28254 rows 2022-05-18 11:15:44 source > 2022-05-18 11:15:43 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28365 rows 2022-05-18 11:15:44 source > 2022-05-18 11:15:43 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28502 rows 2022-05-18 11:15:44 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):313 - Records read: 20763000 (38 GB) 2022-05-18 11:15:45 source > 2022-05-18 11:15:43 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28632 rows 2022-05-18 11:15:45 source > 2022-05-18 11:15:43 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28748 rows 2022-05-18 11:15:45 source > 2022-05-18 11:15:44 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28861 rows 2022-05-18 11:15:45 source > 2022-05-18 11:15:44 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 29037 rows 2022-05-18 11:15:45 source > 2022-05-18 11:15:44 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28155 rows 2022-05-18 11:15:45 source > 2022-05-18 11:15:44 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28321 rows 2022-05-18 11:15:45 source > 2022-05-18 11:15:44 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28467 rows 2022-05-18 11:15:45 source > 2022-05-18 11:15:44 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28254 rows 2022-05-18 11:15:46 source > 2022-05-18 11:15:44 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27645 rows 2022-05-18 11:15:46 source > 2022-05-18 11:15:44 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 27858 rows 2022-05-18 11:15:46 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):313 - Records read: 20764000 (38 GB) 2022-05-18 11:15:46 source > 2022-05-18 11:15:45 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28044 rows 2022-05-18 11:15:46 source > 2022-05-18 11:15:45 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28294 rows 2022-05-18 11:15:46 source > 2022-05-18 11:15:45 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28456 rows 2022-05-18 11:15:46 source > 2022-05-18 11:15:45 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28601 rows 2022-05-18 11:15:46 source > 2022-05-18 11:15:45 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28718 rows 2022-05-18 11:15:46 source > 2022-05-18 11:15:45 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28835 rows 2022-05-18 11:15:47 source > 2022-05-18 11:15:45 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28940 rows 2022-05-18 11:15:47 source > 2022-05-18 11:15:46 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 29042 rows 2022-05-18 11:15:47 source > 2022-05-18 11:15:46 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 29133 rows 2022-05-18 11:15:47 source > 2022-05-18 11:15:46 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 29165 rows 2022-05-18 11:15:47 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):313 - Records read: 20765000 (38 GB) 2022-05-18 11:15:47 source > 2022-05-18 11:15:46 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 29224 rows 2022-05-18 11:15:47 source > 2022-05-18 11:15:46 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 29179 rows 2022-05-18 11:15:47 source > 2022-05-18 11:15:46 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28996 rows 2022-05-18 11:15:47 source > 2022-05-18 11:15:46 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 29086 rows 2022-05-18 11:15:48 source > 2022-05-18 11:15:46 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28916 rows 2022-05-18 11:15:48 source > 2022-05-18 11:15:46 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28095 rows 2022-05-18 11:15:48 source > 2022-05-18 11:15:46 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28271 rows 2022-05-18 11:15:48 source > 2022-05-18 11:15:47 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28429 rows 2022-05-18 11:15:48 source > 2022-05-18 11:15:47 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28569 rows 2022-05-18 11:15:48 source > 2022-05-18 11:15:47 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28701 rows 2022-05-18 11:15:48 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):313 - Records read: 20766000 (38 GB) 2022-05-18 11:15:48 source > 2022-05-18 11:15:47 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28893 rows 2022-05-18 11:15:49 source > 2022-05-18 11:15:47 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 29087 rows 2022-05-18 11:15:49 source > 2022-05-18 11:15:48 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 29170 rows 2022-05-18 11:15:49 source > 2022-05-18 11:15:48 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 29237 rows [removed] 2022-05-18 11:26:24 source > 2022-05-18 11:26:23 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 29694 rows 2022-05-18 11:26:24 source > 2022-05-18 11:26:23 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 29721 rows 2022-05-18 11:26:24 source > 2022-05-18 11:26:23 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 29741 rows 2022-05-18 11:26:24 source > 2022-05-18 11:26:23 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 29420 rows 2022-05-18 11:26:25 source > 2022-05-18 11:26:23 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 29558 rows 2022-05-18 11:26:25 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):313 - Records read: 21249000 (39 GB) 2022-05-18 11:26:25 source > 2022-05-18 11:26:23 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 29675 rows 2022-05-18 11:26:25 source > 2022-05-18 11:26:23 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 29700 rows 2022-05-18 11:26:25 source > 2022-05-18 11:26:23 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 29724 rows 2022-05-18 11:26:25 source > 2022-05-18 11:26:24 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 29742 rows 2022-05-18 11:26:25 source > 2022-05-18 11:26:24 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 29758 rows 2022-05-18 11:26:25 source > 2022-05-18 11:26:24 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 29778 rows 2022-05-18 11:26:25 source > 2022-05-18 11:26:24 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 29793 rows 2022-05-18 11:26:26 source > 2022-05-18 11:26:24 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 29813 rows 2022-05-18 11:26:26 source > 2022-05-18 11:26:25 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 29831 rows 2022-05-18 11:26:26 source > 2022-05-18 11:26:25 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 29840 rows 2022-05-18 11:26:26 source > 2022-05-18 11:26:25 INFO i.a.i.s.r.AbstractDbSource(lambda$createReadIterator$7):250 - Reading stream table_name. Records read: 21250000 2022-05-18 11:26:26 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):313 - Records read: 21250000 (39 GB) 2022-05-18 11:26:26 source > 2022-05-18 11:26:25 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 29845 rows 2022-05-18 11:26:26 source > 2022-05-18 11:26:25 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 29831 rows 2022-05-18 11:26:26 source > 2022-05-18 11:26:25 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 29914 rows 2022-05-18 11:26:26 source > 2022-05-18 11:26:25 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 29906 rows 2022-05-18 11:26:26 source > 2022-05-18 11:26:25 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 29912 rows 2022-05-18 11:26:27 source > 2022-05-18 11:26:25 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 30004 rows 2022-05-18 11:26:27 source > 2022-05-18 11:26:25 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 29996 rows 2022-05-18 11:26:27 source > 2022-05-18 11:26:25 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 29703 rows 2022-05-18 11:26:27 source > 2022-05-18 11:26:26 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 29729 rows 2022-05-18 11:26:27 source > 2022-05-18 11:26:26 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 29838 rows 2022-05-18 11:26:27 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):313 - Records read: 21251000 (39 GB) 2022-05-18 11:26:27 source > 2022-05-18 11:26:26 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 29845 rows 2022-05-18 11:26:27 source > 2022-05-18 11:26:26 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 29851 rows 2022-05-18 11:26:27 source > 2022-05-18 11:26:26 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 29862 rows 2022-05-18 11:26:28 source > 2022-05-18 11:26:27 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 29500 rows 2022-05-18 11:26:28 source > 2022-05-18 11:26:27 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 29479 rows 2022-05-18 11:26:28 source > 2022-05-18 11:26:27 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 29429 rows 2022-05-18 11:26:28 source > 2022-05-18 11:26:27 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 29549 rows 2022-05-18 11:26:28 source > 2022-05-18 11:26:27 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 29595 rows 2022-05-18 11:26:28 source > 2022-05-18 11:26:27 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 29486 rows 2022-05-18 11:26:28 source > 2022-05-18 11:26:27 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 29532 rows 2022-05-18 11:26:29 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):313 - Records read: 21252000 (39 GB) 2022-05-18 11:26:29 source > 2022-05-18 11:26:27 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 29603 rows 2022-05-18 11:26:29 source > 2022-05-18 11:26:27 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 29641 rows 2022-05-18 11:26:29 source > 2022-05-18 11:26:27 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 29759 rows 2022-05-18 11:26:29 source > 2022-05-18 11:26:27 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 29853 rows 2022-05-18 11:26:29 source > 2022-05-18 11:26:28 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 29387 rows 2022-05-18 11:26:29 source > 2022-05-18 11:26:28 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 29445 rows 2022-05-18 11:26:29 source > 2022-05-18 11:26:28 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 29280 rows 2022-05-18 11:26:29 source > 2022-05-18 11:26:28 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 29345 rows 2022-05-18 11:26:30 source > 2022-05-18 11:26:28 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 29392 rows 2022-05-18 11:26:30 source > 2022-05-18 11:26:29 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 29309 rows 2022-05-18 11:26:30 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):313 - Records read: 21253000 (39 GB) 2022-05-18 11:26:30 source > 2022-05-18 11:26:29 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 29375 rows 2022-05-18 11:26:30 source > 2022-05-18 11:26:29 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 29437 rows 2022-05-18 11:26:30 source > 2022-05-18 11:26:29 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 29568 rows 2022-05-18 11:26:30 source > 2022-05-18 11:26:29 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 29674 rows 2022-05-18 11:26:30 source > 2022-05-18 11:26:29 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 29242 rows 2022-05-18 11:26:30 source > 2022-05-18 11:26:29 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 29379 rows 2022-05-18 11:26:31 source > 2022-05-18 11:26:29 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 29440 rows 2022-05-18 11:26:31 source > 2022-05-18 11:26:29 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 29564 rows 2022-05-18 11:26:31 source > 2022-05-18 11:26:29 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 29688 rows 2022-05-18 11:26:31 source > 2022-05-18 11:26:30 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 29719 rows 2022-05-18 11:26:31 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):313 - Records read: 21254000 (39 GB) 2022-05-18 11:26:31 source > 2022-05-18 11:26:30 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 29748 rows 2022-05-18 11:26:31 source > 2022-05-18 11:26:30 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 29651 rows 2022-05-18 11:26:31 source > 2022-05-18 11:26:30 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 29680 rows 2022-05-18 11:26:31 source > 2022-05-18 11:26:30 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 29773 rows 2022-05-18 11:26:32 source > 2022-05-18 11:26:31 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 29860 rows 2022-05-18 11:26:32 source > 2022-05-18 11:26:31 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 29618 rows 2022-05-18 11:26:32 source > 2022-05-18 11:26:31 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 29598 rows 2022-05-18 11:26:32 source > 2022-05-18 11:26:31 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 29631 rows 2022-05-18 11:26:32 source > 2022-05-18 11:26:31 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 29663 rows 2022-05-18 11:26:32 source > 2022-05-18 11:26:31 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 29708 rows 2022-05-18 11:26:32 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):313 - Records read: 21255000 (39 GB) 2022-05-18 11:26:32 source > 2022-05-18 11:26:31 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 29719 rows 2022-05-18 11:26:32 source > 2022-05-18 11:26:31 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 29275 rows 2022-05-18 11:26:33 source > 2022-05-18 11:26:31 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 29345 rows 2022-05-18 11:26:33 source > 2022-05-18 11:26:31 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 29409 rows 2022-05-18 11:26:33 source > 2022-05-18 11:26:32 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 29119 rows 2022-05-18 11:26:33 source > 2022-05-18 11:26:32 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28878 rows 2022-05-18 11:26:33 source > 2022-05-18 11:26:32 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28716 rows 2022-05-18 11:26:33 source > 2022-05-18 11:26:32 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28640 rows 2022-05-18 11:26:33 source > 2022-05-18 11:26:32 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28764 rows 2022-05-18 11:26:33 source > 2022-05-18 11:26:33 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28951 rows 2022-05-18 11:26:34 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):313 - Records read: 21256000 (39 GB) 2022-05-18 11:26:34 source > 2022-05-18 11:26:33 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 29124 rows 2022-05-18 11:26:34 source > 2022-05-18 11:26:33 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 29211 rows 2022-05-18 11:26:34 source > 2022-05-18 11:26:33 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 29287 rows 2022-05-18 11:26:34 source > 2022-05-18 11:26:33 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 29351 rows 2022-05-18 11:26:34 source > 2022-05-18 11:26:33 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 29404 rows 2022-05-18 11:26:34 source > 2022-05-18 11:26:33 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 29534 rows 2022-05-18 11:26:34 source > 2022-05-18 11:26:33 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 29541 rows 2022-05-18 11:26:34 source > 2022-05-18 11:26:33 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 29656 rows 2022-05-18 11:26:35 source > 2022-05-18 11:26:33 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 29687 rows 2022-05-18 11:26:35 source > 2022-05-18 11:26:34 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 29718 rows 2022-05-18 11:26:35 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):313 - Records read: 21257000 (39 GB) 2022-05-18 11:26:35 source > 2022-05-18 11:26:34 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 29738 rows 2022-05-18 11:26:35 source > 2022-05-18 11:26:34 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 29759 rows 2022-05-18 11:26:35 source > 2022-05-18 11:26:34 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 29829 rows 2022-05-18 11:26:35 source > 2022-05-18 11:26:34 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 29844 rows 2022-05-18 11:26:35 source > 2022-05-18 11:26:34 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 29917 rows 2022-05-18 11:26:36 source > 2022-05-18 11:26:34 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 29919 rows 2022-05-18 11:26:36 source > 2022-05-18 11:26:34 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 29239 rows 2022-05-18 11:26:36 source > 2022-05-18 11:26:34 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 29053 rows 2022-05-18 11:26:36 source > 2022-05-18 11:26:34 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 29138 rows 2022-05-18 11:26:36 source > 2022-05-18 11:26:34 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 29210 rows 2022-05-18 11:26:36 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):313 - Records read: 21258000 (39 GB) 2022-05-18 11:26:36 source > 2022-05-18 11:26:35 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 29278 rows 2022-05-18 11:26:36 source > 2022-05-18 11:26:35 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 29422 rows 2022-05-18 11:26:36 source > 2022-05-18 11:26:35 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 29555 rows 2022-05-18 11:26:36 source > 2022-05-18 11:26:35 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 29652 rows 2022-05-18 11:26:37 source > 2022-05-18 11:26:35 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 29598 rows 2022-05-18 11:26:37 source > 2022-05-18 11:26:36 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 29629 rows 2022-05-18 11:26:37 source > 2022-05-18 11:26:36 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 29655 rows 2022-05-18 11:26:37 source > 2022-05-18 11:26:36 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 29478 rows 2022-05-18 11:26:37 source > 2022-05-18 11:26:36 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 29519 rows 2022-05-18 11:26:37 source > 2022-05-18 11:26:36 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 29556 rows 2022-05-18 11:26:37 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):313 - Records read: 21259000 (39 GB) 2022-05-18 11:26:38 source > 2022-05-18 11:26:37 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 29679 rows 2022-05-18 11:26:38 source > 2022-05-18 11:26:37 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 29704 rows 2022-05-18 11:26:38 source > 2022-05-18 11:26:37 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 29727 rows 2022-05-18 11:26:38 source > 2022-05-18 11:26:37 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 29828 rows 2022-05-18 11:26:38 source > 2022-05-18 11:26:37 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 29489 rows 2022-05-18 11:26:38 source > 2022-05-18 11:26:37 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 29527 rows 2022-05-18 11:26:38 source > 2022-05-18 11:26:37 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 29573 rows 2022-05-18 11:26:38 source > 2022-05-18 11:26:37 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 29613 rows 2022-05-18 11:26:39 source > 2022-05-18 11:26:37 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 29642 rows 2022-05-18 11:26:39 source > 2022-05-18 11:26:38 INFO i.a.i.s.r.AbstractDbSource(lambda$createReadIterator$7):250 - Reading stream table_name. Records read: 21260000 2022-05-18 11:26:39 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):313 - Records read: 21260000 (39 GB) 2022-05-18 11:26:39 source > 2022-05-18 11:26:38 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 29384 rows 2022-05-18 11:26:39 source > 2022-05-18 11:26:38 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 29437 rows 2022-05-18 11:26:39 source > 2022-05-18 11:26:38 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 29485 rows 2022-05-18 11:26:39 source > 2022-05-18 11:26:38 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 29609 rows 2022-05-18 11:26:39 source > 2022-05-18 11:26:38 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 29640 rows 2022-05-18 11:26:39 source > 2022-05-18 11:26:38 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 29667 rows 2022-05-18 11:26:39 source > 2022-05-18 11:26:38 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 29650 rows 2022-05-18 11:26:40 source > 2022-05-18 11:26:38 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 29679 rows 2022-05-18 11:26:40 source > 2022-05-18 11:26:38 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 29704 rows 2022-05-18 11:26:40 source > 2022-05-18 11:26:38 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 29731 rows 2022-05-18 11:26:40 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):313 - Records read: 21261000 (39 GB) 2022-05-18 11:26:40 source > 2022-05-18 11:26:39 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 29748 rows 2022-05-18 11:26:40 source > 2022-05-18 11:26:39 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 29773 rows 2022-05-18 11:26:40 source > 2022-05-18 11:26:39 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 29871 rows 2022-05-18 11:26:40 source > 2022-05-18 11:26:39 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 29875 rows 2022-05-18 11:26:40 source > 2022-05-18 11:26:39 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 29518 rows 2022-05-18 11:26:41 source > 2022-05-18 11:26:39 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 29639 rows 2022-05-18 11:26:41 source > 2022-05-18 11:26:40 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 29383 rows 2022-05-18 11:26:41 source > 2022-05-18 11:26:40 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 29433 rows 2022-05-18 11:26:41 source > 2022-05-18 11:26:40 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 29438 rows 2022-05-18 11:26:41 source > 2022-05-18 11:26:40 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 29176 rows 2022-05-18 11:26:41 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):313 - Records read: 21262000 (39 GB) 2022-05-18 11:26:41 source > 2022-05-18 11:26:40 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 29324 rows 2022-05-18 11:26:41 source > 2022-05-18 11:26:40 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 29464 rows 2022-05-18 11:26:41 source > 2022-05-18 11:26:40 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 29508 rows 2022-05-18 11:26:42 source > 2022-05-18 11:26:40 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 29251 rows 2022-05-18 11:26:42 source > 2022-05-18 11:26:40 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28838 rows 2022-05-18 11:26:42 source > 2022-05-18 11:26:40 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28946 rows 2022-05-18 11:26:42 source > 2022-05-18 11:26:41 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 29112 rows 2022-05-18 11:26:42 source > 2022-05-18 11:26:41 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 29267 rows 2022-05-18 11:26:42 source > 2022-05-18 11:26:41 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 29328 rows 2022-05-18 11:26:42 source > 2022-05-18 11:26:41 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 29466 rows 2022-05-18 11:26:42 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):313 - Records read: 21263000 (39 GB) 2022-05-18 11:26:42 source > 2022-05-18 11:26:41 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 29518 rows 2022-05-18 11:26:43 source > 2022-05-18 11:26:42 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 29556 rows 2022-05-18 11:26:43 source > 2022-05-18 11:26:42 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 29405 rows 2022-05-18 11:26:43 source > 2022-05-18 11:26:42 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 29259 rows 2022-05-18 11:26:43 source > 2022-05-18 11:26:42 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 29331 rows 2022-05-18 11:26:43 source > 2022-05-18 11:26:42 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 29470 rows 2022-05-18 11:26:43 source > 2022-05-18 11:26:42 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 29517 rows 2022-05-18 11:26:43 source > 2022-05-18 11:26:42 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 29107 rows 2022-05-18 11:26:44 source > 2022-05-18 11:26:42 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 29272 rows 2022-05-18 11:26:44 source > 2022-05-18 11:26:42 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 29403 rows 2022-05-18 11:26:44 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):313 - Records read: 21264000 (39 GB) 2022-05-18 11:26:44 source > 2022-05-18 11:26:42 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 29179 rows 2022-05-18 11:26:44 source > 2022-05-18 11:26:43 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 29246 rows 2022-05-18 11:26:44 source > 2022-05-18 11:26:43 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 29386 rows 2022-05-18 11:26:44 source > 2022-05-18 11:26:43 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 29434 rows 2022-05-18 11:26:44 source > 2022-05-18 11:26:43 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 29489 rows 2022-05-18 11:26:44 source > 2022-05-18 11:26:43 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 29611 rows 2022-05-18 11:26:45 source > 2022-05-18 11:26:44 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 29633 rows 2022-05-18 11:26:45 source > 2022-05-18 11:26:44 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 29726 rows 2022-05-18 11:26:45 source > 2022-05-18 11:26:44 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 29753 rows 2022-05-18 11:26:45 source > 2022-05-18 11:26:44 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 29770 rows 2022-05-18 11:26:45 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):313 - Records read: 21265000 (39 GB) 2022-05-18 11:26:45 source > 2022-05-18 11:26:44 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 29855 rows 2022-05-18 11:26:45 source > 2022-05-18 11:26:44 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 29937 rows 2022-05-18 11:26:45 source > 2022-05-18 11:26:44 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 30011 rows 2022-05-18 11:26:45 source > 2022-05-18 11:26:44 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 30003 rows 2022-05-18 11:26:46 source > 2022-05-18 11:26:44 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 30007 rows 2022-05-18 11:26:46 source > 2022-05-18 11:26:44 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 29999 rows 2022-05-18 11:26:46 source > 2022-05-18 11:26:44 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 29983 rows 2022-05-18 11:26:46 source > 2022-05-18 11:26:45 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 29977 rows 2022-05-18 11:26:46 source > 2022-05-18 11:26:45 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 29476 rows 2022-05-18 11:26:46 source > 2022-05-18 11:26:45 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 29522 rows 2022-05-18 11:26:46 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):313 - Records read: 21266000 (39 GB) 2022-05-18 11:26:46 source > 2022-05-18 11:26:45 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 29641 rows 2022-05-18 11:26:46 source > 2022-05-18 11:26:45 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 29745 rows 2022-05-18 11:26:47 source > 2022-05-18 11:26:46 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 29842 rows 2022-05-18 11:26:47 source > 2022-05-18 11:26:46 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 29939 rows 2022-05-18 11:26:47 source > 2022-05-18 11:26:46 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 29739 rows 2022-05-18 11:26:47 source > 2022-05-18 11:26:46 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 29805 rows 2022-05-18 11:26:47 source > 2022-05-18 11:26:46 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 29820 rows 2022-05-18 11:26:47 source > 2022-05-18 11:26:46 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 29837 rows 2022-05-18 11:26:47 source > 2022-05-18 11:26:46 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 29851 rows 2022-05-18 11:26:47 source > 2022-05-18 11:26:46 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 29900 rows 2022-05-18 11:26:48 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):313 - Records read: 21267000 (39 GB) 2022-05-18 11:26:48 source > 2022-05-18 11:26:46 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 29902 rows 2022-05-18 11:26:48 source > 2022-05-18 11:26:46 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 29843 rows 2022-05-18 11:26:48 source > 2022-05-18 11:26:46 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 29943 rows 2022-05-18 11:26:48 source > 2022-05-18 11:26:47 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 29942 rows 2022-05-18 11:26:48 source > 2022-05-18 11:26:47 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 29940 rows 2022-05-18 11:26:48 source > 2022-05-18 11:26:47 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 30022 rows 2022-05-18 11:26:49 source > 2022-05-18 11:26:48 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 30094 rows 2022-05-18 11:26:49 source > 2022-05-18 11:26:48 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 30155 rows 2022-05-18 11:26:49 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):313 - Records read: 21268000 (39 GB) 2022-05-18 11:26:49 source > 2022-05-18 11:26:48 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 30211 rows 2022-05-18 11:26:49 source > 2022-05-18 11:26:48 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 30182 rows 2022-05-18 11:26:49 source > 2022-05-18 11:26:48 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 30141 rows 2022-05-18 11:26:49 source > 2022-05-18 11:26:48 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 29027 rows 2022-05-18 11:26:49 source > 2022-05-18 11:26:48 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 29111 rows 2022-05-18 11:26:49 source > 2022-05-18 11:26:48 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 29197 rows 2022-05-18 11:26:50 source > 2022-05-18 11:26:48 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 29275 rows 2022-05-18 11:26:50 source > 2022-05-18 11:26:48 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 29339 rows 2022-05-18 11:26:50 source > 2022-05-18 11:26:48 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 29396 rows 2022-05-18 11:26:50 source > 2022-05-18 11:26:49 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 29450 rows 2022-05-18 11:26:51 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):313 - Records read: 21269000 (39 GB) 2022-05-18 11:26:51 source > 2022-05-18 11:26:51 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 29580 rows 2022-05-18 11:26:51 source > 2022-05-18 11:26:51 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 29701 rows 2022-05-18 11:26:51 source > 2022-05-18 11:26:51 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 29767 rows 2022-05-18 11:26:51 source > 2022-05-18 11:26:51 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 29871 rows 2022-05-18 11:26:51 source > 2022-05-18 11:26:51 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 29890 rows 2022-05-18 11:26:51 source > 2022-05-18 11:26:51 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 29716 rows 2022-05-18 11:26:51 source > 2022-05-18 11:26:51 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 29733 rows 2022-05-18 11:26:51 source > 2022-05-18 11:26:51 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 29018 rows 2022-05-18 11:26:51 source > 2022-05-18 11:26:51 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 29111 rows 2022-05-18 11:26:52 source > 2022-05-18 11:26:51 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28632 rows 2022-05-18 11:26:52 source > 2022-05-18 11:26:51 INFO i.a.i.s.r.AbstractDbSource(lambda$createReadIterator$7):250 - Reading stream table_name. Records read: 21270000 2022-05-18 11:26:52 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):313 - Records read: 21270000 (39 GB) 2022-05-18 11:26:52 source > 2022-05-18 11:26:51 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28834 rows 2022-05-18 11:26:52 source > 2022-05-18 11:26:51 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 28944 rows 2022-05-18 11:26:52 source > 2022-05-18 11:26:51 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 29114 rows 2022-05-18 11:26:52 source > 2022-05-18 11:26:51 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 29191 rows 2022-05-18 11:26:52 source > 2022-05-18 11:26:51 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 29261 rows 2022-05-18 11:26:52 source > 2022-05-18 11:26:51 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 29331 rows 2022-05-18 11:26:52 source > 2022-05-18 11:26:51 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 29396 rows 2022-05-18 11:26:53 source > 2022-05-18 11:26:51 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 29447 rows 2022-05-18 11:26:53 source > 2022-05-18 11:26:52 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 29492 rows 2022-05-18 11:26:53 source > 2022-05-18 11:26:52 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 29620 rows 2022-05-18 11:26:53 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):313 - Records read: 21271000 (39 GB) 2022-05-18 11:26:53 source > 2022-05-18 11:26:52 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 29652 rows 2022-05-18 11:26:53 source > 2022-05-18 11:26:52 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 29505 rows 2022-05-18 11:26:53 source > 2022-05-18 11:26:52 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 29582 rows 2022-05-18 11:26:53 source > 2022-05-18 11:26:52 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 29703 rows 2022-05-18 11:26:53 source > 2022-05-18 11:26:52 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 29732 rows 2022-05-18 11:26:54 source > 2022-05-18 11:26:52 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 29754 rows 2022-05-18 11:26:54 source > 2022-05-18 11:26:52 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 29778 rows 2022-05-18 11:26:54 source > 2022-05-18 11:26:52 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 29884 rows 2022-05-18 11:26:54 source > 2022-05-18 11:26:52 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 29969 rows 2022-05-18 11:26:54 source > 2022-05-18 11:26:53 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 30054 rows 2022-05-18 11:26:54 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):313 - Records read: 21272000 (39 GB) 2022-05-18 11:26:54 source > 2022-05-18 11:26:53 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 30048 rows 2022-05-18 11:26:54 source > 2022-05-18 11:26:53 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 30075 rows 2022-05-18 11:26:54 source > 2022-05-18 11:26:53 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 30058 rows 2022-05-18 11:26:55 source > 2022-05-18 11:26:53 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 30114 rows 2022-05-18 11:26:55 source > 2022-05-18 11:26:54 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 30083 rows 2022-05-18 11:26:55 source > 2022-05-18 11:26:54 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 30053 rows 2022-05-18 11:26:55 source > 2022-05-18 11:26:54 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 30083 rows 2022-05-18 11:26:55 source > 2022-05-18 11:26:54 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 29975 rows 2022-05-18 11:26:55 source > 2022-05-18 11:26:54 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 29977 rows 2022-05-18 11:26:55 source > 2022-05-18 11:26:54 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 30045 rows 2022-05-18 11:26:55 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):313 - Records read: 21273000 (39 GB) 2022-05-18 11:26:55 source > 2022-05-18 11:26:54 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 30037 rows 2022-05-18 11:26:56 source > 2022-05-18 11:26:54 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 30094 rows 2022-05-18 11:26:56 source > 2022-05-18 11:26:54 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 30074 rows 2022-05-18 11:26:56 source > 2022-05-18 11:26:54 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 30013 rows 2022-05-18 11:26:56 source > 2022-05-18 11:26:54 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 30086 rows 2022-05-18 11:26:56 source > 2022-05-18 11:26:55 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 30145 rows 2022-05-18 11:26:56 source > 2022-05-18 11:26:55 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 30124 rows 2022-05-18 11:26:56 source > 2022-05-18 11:26:55 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 30092 rows 2022-05-18 11:26:56 source > 2022-05-18 11:26:55 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 30169 rows 2022-05-18 11:26:57 source > 2022-05-18 11:26:55 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 30233 rows 2022-05-18 11:26:57 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):313 - Records read: 21274000 (39 GB) 2022-05-18 11:26:57 source > 2022-05-18 11:26:56 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 30266 rows 2022-05-18 11:26:57 source > 2022-05-18 11:26:56 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 30230 rows 2022-05-18 11:26:57 source > 2022-05-18 11:26:56 INFO i.a.i.s.r.AbstractDbSource(lambda$read$2):124 - Closing database connection pool. 2022-05-18 11:26:57 source > 2022-05-18 11:26:56 INFO i.a.i.s.r.AbstractDbSource(lambda$read$2):126 - Closed database connection pool. 2022-05-18 11:26:57 source > 2022-05-18 11:26:56 INFO i.a.i.b.IntegrationRunner(runInternal):169 - Completed integration: io.airbyte.integrations.base.ssh.SshWrappedSource 2022-05-18 11:26:57 source > 2022-05-18 11:26:56 INFO i.a.i.s.m.MySqlSource(main):212 - completed source: class io.airbyte.integrations.source.mysql.MySqlSource 2022-05-18 11:26:57 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):324 - Total records read: 21274172 (39 GB) 2022-05-18 11:26:57 INFO i.a.w.DefaultReplicationWorker(run):166 - One of source or destination thread complete. Waiting on the other. 2022-05-18 11:26:57 destination > 2022-05-18 11:26:57 INFO i.a.i.b.FailureTrackingAirbyteMessageConsumer(close):65 - Airbyte message consumer: succeeded. 2022-05-18 11:26:57 destination > 2022-05-18 11:26:57 INFO i.a.i.d.b.BufferedStreamConsumer(close):170 - executing on success close procedure. 2022-05-18 11:26:57 destination > 2022-05-18 11:26:57 INFO i.a.i.d.r.SerializedBufferingStrategy(flushAll):92 - Flushing all 1 current buffers (177 MB in total) 2022-05-18 11:26:57 destination > 2022-05-18 11:26:57 INFO i.a.i.d.r.SerializedBufferingStrategy(lambda$flushAll$2):95 - Flushing buffer of stream table_name (177 MB) 2022-05-18 11:26:57 destination > 2022-05-18 11:26:57 INFO i.a.i.d.b.BigQueryStagingConsumerFactory(lambda$flushBufferFunction$4):115 - Flushing buffer for stream table_name (177 MB) to staging 2022-05-18 11:26:57 destination > 2022-05-18 11:26:57 INFO i.a.i.d.r.BaseSerializedBuffer(flush):138 - Finished writing data to 30110945-804f-4eba-b1b2-56cc9d9d9cd910045325247181775958.avro (177 MB) 2022-05-18 11:26:57 destination > 2022-05-18 11:26:57 INFO i.a.i.d.b.BigQueryGcsOperations(uploadRecordsToStage):108 - Uploading records to staging for stream table_name (dataset airbyte): data/airbyte_table_name/2022/05/18/03/2be46f80-0f62-497c-b208-80e5e49bb52f/ 2022-05-18 11:26:57 destination > 2022-05-18 11:26:57 INFO i.a.i.d.s.u.StreamTransferManagerHelper(getDefault):60 - PartSize arg is set to 100 MB 2022-05-18 11:26:58 destination > 2022-05-18 11:26:58 INFO a.m.s.StreamTransferManager(getMultiPartOutputStreams):329 - Initiated multipart upload to gcp-bucket-name/data/airbyte_table_name/2022/05/18/03/2be46f80-0f62-497c-b208-80e5e49bb52f/101.avro with full ID ABPnzm7pw-dwC_G03bPENGjohiSTY3jG3d2L07CPZ-GimGy86Au7sFBbucLbMi9ne9HNuwer 2022-05-18 11:26:58 destination > 2022-05-18 11:26:58 INFO a.m.s.MultiPartOutputStream(close):158 - Called close() on [MultipartOutputStream for parts 1 - 10000] 2022-05-18 11:26:59 destination > 2022-05-18 11:26:59 INFO a.m.s.StreamTransferManager(uploadStreamPart):558 - [Manager uploading to gcp-bucket-name/data/airbyte_table_name/2022/05/18/03/2be46f80-0f62-497c-b208-80e5e49bb52f/101.avro with id ABPnzm7pw...ne9HNuwer]: Finished uploading [Part number 2 containing 77.95 MB] 2022-05-18 11:26:59 destination > 2022-05-18 11:26:59 INFO a.m.s.StreamTransferManager(uploadStreamPart):558 - [Manager uploading to gcp-bucket-name/data/airbyte_table_name/2022/05/18/03/2be46f80-0f62-497c-b208-80e5e49bb52f/101.avro with id ABPnzm7pw...ne9HNuwer]: Finished uploading [Part number 1 containing 100.01 MB] 2022-05-18 11:26:59 destination > 2022-05-18 11:26:59 INFO a.m.s.StreamTransferManager(complete):395 - [Manager uploading to gcp-bucket-name/data/airbyte_table_name/2022/05/18/03/2be46f80-0f62-497c-b208-80e5e49bb52f/101.avro with id ABPnzm7pw...ne9HNuwer]: Completed 2022-05-18 11:27:00 destination > 2022-05-18 11:27:00 INFO i.a.i.d.s.S3StorageOperations(loadDataIntoBucket):176 - Uploaded buffer file to storage: 30110945-804f-4eba-b1b2-56cc9d9d9cd910045325247181775958.avro -> data/airbyte_table_name/2022/05/18/03/2be46f80-0f62-497c-b208-80e5e49bb52f/101.avro (filename: 101.avro) 2022-05-18 11:27:00 destination > 2022-05-18 11:27:00 INFO i.a.i.d.b.BigQueryWriteConfig(addStagedFile):53 - Added staged file: 101.avro 2022-05-18 11:27:00 destination > 2022-05-18 11:27:00 INFO i.a.i.d.r.FileBuffer(deleteFile):81 - Deleting tempFile data 30110945-804f-4eba-b1b2-56cc9d9d9cd910045325247181775958.avro 2022-05-18 11:27:00 destination > 2022-05-18 11:27:00 INFO i.a.i.d.r.SerializedBufferingStrategy(close):119 - Closing buffer for stream table_name 2022-05-18 11:27:00 destination > 2022-05-18 11:27:00 INFO i.a.i.d.b.BigQueryStagingConsumerFactory(lambda$onCloseFunction$5):137 - Copying into tables in destination started for 1 streams 2022-05-18 11:27:00 destination > 2022-05-18 11:27:00 INFO i.a.i.d.b.BigQueryGcsOperations(copyIntoTmpTableFromStage):122 - Uploading records from staging files to tmp table GenericData{... (dataset airbyte): [1.avro, 2.avro, 3.avro, 4.avro, 5.avro, 6.avro, 7.avro, 8.avro, 9.avro, 10.avro, 11.avro, 12.avro, 13.avro, 14.avro, 15.avro, 16.avro, 17.avro, 18.avro, 19.avro, 20.avro, 21.avro, 22.avro, 23.avro, 24.avro, 25.avro, 26.avro, 27.avro, 28.avro, 29.avro, 30.avro, 31.avro, 32.avro, 33.avro, 34.avro, 35.avro, 36.avro, 37.avro, 38.avro, 39.avro, 40.avro, 41.avro, 42.avro, 43.avro, 44.avro, 45.avro, 46.avro, 47.avro, 48.avro, 49.avro, 50.avro, 51.avro, 52.avro, 53.avro, 54.avro, 55.avro, 56.avro, 57.avro, 58.avro, 59.avro, 60.avro, 61.avro, 62.avro, 63.avro, 64.avro, 65.avro, 66.avro, 67.avro, 68.avro, 69.avro, 70.avro, 71.avro, 72.avro, 73.avro, 74.avro, 75.avro, 76.avro, 77.avro, 78.avro, 79.avro, 80.avro, 81.avro, 82.avro, 83.avro, 84.avro, 85.avro, 86.avro, 87.avro, 88.avro, 89.avro, 90.avro, 91.avro, 92.avro, 93.avro, 94.avro, 95.avro, 96.avro, 97.avro, 98.avro, 99.avro, 100.avro, 101.avro] 2022-05-18 11:27:00 destination > 2022-05-18 11:27:00 INFO i.a.i.d.b.BigQueryGcsOperations(lambda$copyIntoTmpTableFromStage$0):126 - Uploading staged file: gs://gcp-bucket-name/data/airbyte_table_name/2022/05/18/03/2be46f80-0f62-497c-b208-80e5e49bb52f/66.avro 2022-05-18 11:27:00 destination > 2022-05-18 11:27:00 INFO i.a.i.d.b.BigQueryGcsOperations(lambda$copyIntoTmpTableFromStage$0):126 - Uploading staged file: gs://gcp-bucket-name/data/airbyte_table_name/2022/05/18/03/2be46f80-0f62-497c-b208-80e5e49bb52f/32.avro 2022-05-18 11:27:00 destination > 2022-05-18 11:27:00 INFO i.a.i.d.b.BigQueryGcsOperations(lambda$copyIntoTmpTableFromStage$0):126 - Uploading staged file: gs://gcp-bucket-name/data/airbyte_table_name/2022/05/18/03/2be46f80-0f62-497c-b208-80e5e49bb52f/92.avro 2022-05-18 11:27:00 destination > 2022-05-18 11:27:00 INFO i.a.i.d.b.BigQueryGcsOperations(lambda$copyIntoTmpTableFromStage$0):126 - Uploading staged file: gs://gcp-bucket-name/data/airbyte_table_name/2022/05/18/03/2be46f80-0f62-497c-b208-80e5e49bb52f/16.avro 2022-05-18 11:27:00 destination > 2022-05-18 11:27:00 INFO i.a.i.d.b.BigQueryGcsOperations(lambda$copyIntoTmpTableFromStage$0):126 - Uploading staged file: gs://gcp-bucket-name/data/airbyte_table_name/2022/05/18/03/2be46f80-0f62-497c-b208-80e5e49bb52f/57.avro 2022-05-18 11:27:00 destination > 2022-05-18 11:27:00 INFO i.a.i.d.b.BigQueryGcsOperations(lambda$copyIntoTmpTableFromStage$0):126 - Uploading staged file: gs://gcp-bucket-name/data/airbyte_table_name/2022/05/18/03/2be46f80-0f62-497c-b208-80e5e49bb52f/44.avro 2022-05-18 11:27:00 destination > 2022-05-18 11:27:00 INFO i.a.i.d.b.BigQueryGcsOperations(lambda$copyIntoTmpTableFromStage$0):126 - Uploading staged file: gs://gcp-bucket-name/data/airbyte_table_name/2022/05/18/03/2be46f80-0f62-497c-b208-80e5e49bb52f/41.avro 2022-05-18 11:27:00 destination > 2022-05-18 11:27:00 INFO i.a.i.d.b.BigQueryGcsOperations(lambda$copyIntoTmpTableFromStage$0):126 - Uploading staged file: gs://gcp-bucket-name/data/airbyte_table_name/2022/05/18/03/2be46f80-0f62-497c-b208-80e5e49bb52f/7.avro 2022-05-18 11:27:00 destination > 2022-05-18 11:27:00 INFO i.a.i.d.b.BigQueryGcsOperations(lambda$copyIntoTmpTableFromStage$0):135 - ... [redacted: BigQuery load jobs logs] 2022-05-18 11:29:17 destination > 2022-05-18 11:29:17 INFO i.a.i.d.b.u.AbstractBigQueryUploader(copyTable):185 - successfully copied table: GenericData{... 2022-05-18 11:29:17 destination > 2022-05-18 11:29:17 INFO i.a.i.d.b.BigQueryStagingConsumerFactory(lambda$onCloseFunction$5):156 - Finalizing tables in destination completed 2022-05-18 11:29:17 destination > 2022-05-18 11:29:17 INFO i.a.i.d.b.BigQueryStagingConsumerFactory(lambda$onCloseFunction$5):159 - Cleaning up destination started for 1 streams 2022-05-18 11:29:17 destination > 2022-05-18 11:29:17 INFO i.a.i.d.b.BigQueryGcsOperations(dropTableIfExists):172 - Deleting tmp table GenericData{... 2022-05-18 11:29:17 destination > 2022-05-18 11:29:17 INFO i.a.i.d.b.BigQueryGcsOperations(dropStageIfExists):183 - Cleaning up staging path for stream table_name (dataset airbyte): data/airbyte_table_name 2022-05-18 11:29:17 destination > 2022-05-18 11:29:17 INFO i.a.i.d.g.GcsStorageOperations(cleanUpObjects):43 - Deleting object data/airbyte_table_name/2022/05/18/03/2be46f80-0f62-497c-b208-80e5e49bb52f/ 2022-05-18 11:29:18 destination > 2022-05-18 11:29:18 INFO i.a.i.d.g.GcsStorageOperations(cleanUpObjects):43 - Deleting object data/airbyte_table_name/2022/05/18/03/2be46f80-0f62-497c-b208-80e5e49bb52f/1.avro 2022-05-18 11:29:18 destination > 2022-05-18 11:29:18 INFO i.a.i.d.g.GcsStorageOperations(cleanUpObjects):43 - Deleting object data/airbyte_table_name/2022/05/18/03/2be46f80-0f62-497c-b208-80e5e49bb52f/10.avro 2022-05-18 11:29:18 destination > 2022-05-18 11:29:18 INFO i.a.i.d.g.GcsStorageOperations(cleanUpObjects):43 - Deleting object data/airbyte_table_name/2022/05/18/03/2be46f80-0f62-497c-b208-80e5e49bb52f/100.avro 2022-05-18 11:29:18 destination > 2022-05-18 11:29:18 INFO i.a.i.d.g.GcsStorageOperations(cleanUpObjects):43 - Deleting object data/airbyte_table_name/2022/05/18/03/2be46f80-0f62-497c-b208-80e5e49bb52f/101.avro 2022-05-18 11:29:18 destination > 2022-05-18 11:29:18 INFO i.a.i.d.g.GcsStorageOperations(cleanUpObjects):43 - Deleting object data/airbyte_table_name/2022/05/18/03/2be46f80-0f62-497c-b208-80e5e49bb52f/11.avro 2022-05-18 11:29:18 destination > 2022-05-18 11:29:18 INFO i.a.i.d.g.GcsStorageOperations(cleanUpObjects):43 - Deleting object data/airbyte_table_name/2022/05/18/03/2be46f80-0f62-497c-b208-80e5e49bb52f/12.avro 2022-05-18 11:29:19 destination > 2022-05-18 11:29:19 INFO i.a.i.d.g.GcsStorageOperations(cleanUpObjects):43 - Deleting object data/airbyte_table_name/2022/05/18/03/2be46f80-0f62-497c-b208-80e5e49bb52f/13.avro 2022-05-18 11:29:19 destination > 2022-05-18 11:29:19 INFO i.a.i.d.g.GcsStorageOperations(cleanUpObjects):43 - Deleting object data/airbyte_table_name/2022/05/18/03/2be46f80-0f62-497c-b208-80e5e49bb52f/14.avro 2022-05-18 11:29:19 destination > 2022-05-18 11:29:19 INFO i.a.i.d.g.GcsStorageOperations(cleanUpObjects):43 - Deleting object data/airbyte_table_name/2022/05/18/03/2be46f80-0f62-497c-b208-80e5e49bb52f/15.avro 2022-05-18 11:29:19 destination > 2022-05-18 11:29:19 INFO i.a.i.d.g.GcsStorageOperations(cleanUpObjects):43 - Deleting object data/airbyte_table_name/2022/05/18/03/2be46f80-0f62-497c-b208-80e5e49bb52f/16.avro 2022-05-18 11:29:19 destination > 2022-05-18 11:29:19 INFO i.a.i.d.g.GcsStorageOperations(cleanUpObjects):43 - Deleting object data/airbyte_table_name/2022/05/18/03/2be46f80-0f62-497c-b208-80e5e49bb52f/17.avro 2022-05-18 11:29:19 destination > 2022-05-18 11:29:19 INFO i.a.i.d.g.GcsStorageOperations(cleanUpObjects):43 - Deleting object data/airbyte_table_name/2022/05/18/03/2be46f80-0f62-497c-b208-80e5e49bb52f/18.avro 2022-05-18 11:29:19 destination > 2022-05-18 11:29:19 INFO i.a.i.d.g.GcsStorageOperations(cleanUpObjects):43 - Deleting object data/airbyte_table_name/2022/05/18/03/2be46f80-0f62-497c-b208-80e5e49bb52f/19.avro 2022-05-18 11:29:19 destination > 2022-05-18 11:29:19 INFO i.a.i.d.g.GcsStorageOperations(cleanUpObjects):43 - Deleting object data/airbyte_table_name/2022/05/18/03/2be46f80-0f62-497c-b208-80e5e49bb52f/2.avro 2022-05-18 11:29:20 destination > 2022-05-18 11:29:20 INFO i.a.i.d.g.GcsStorageOperations(cleanUpObjects):43 - Deleting object data/airbyte_table_name/2022/05/18/03/2be46f80-0f62-497c-b208-80e5e49bb52f/20.avro 2022-05-18 11:29:20 destination > 2022-05-18 11:29:20 INFO i.a.i.d.g.GcsStorageOperations(cleanUpObjects):43 - Deleting object data/airbyte_table_name/2022/05/18/03/2be46f80-0f62-497c-b208-80e5e49bb52f/21.avro 2022-05-18 11:29:20 destination > 2022-05-18 11:29:20 INFO i.a.i.d.g.GcsStorageOperations(cleanUpObjects):43 - Deleting object data/airbyte_table_name/2022/05/18/03/2be46f80-0f62-497c-b208-80e5e49bb52f/22.avro 2022-05-18 11:29:20 destination > 2022-05-18 11:29:20 INFO i.a.i.d.g.GcsStorageOperations(cleanUpObjects):43 - Deleting object data/airbyte_table_name/2022/05/18/03/2be46f80-0f62-497c-b208-80e5e49bb52f/23.avro 2022-05-18 11:29:20 destination > 2022-05-18 11:29:20 INFO i.a.i.d.g.GcsStorageOperations(cleanUpObjects):43 - Deleting object data/airbyte_table_name/2022/05/18/03/2be46f80-0f62-497c-b208-80e5e49bb52f/24.avro 2022-05-18 11:29:20 destination > 2022-05-18 11:29:20 INFO i.a.i.d.g.GcsStorageOperations(cleanUpObjects):43 - Deleting object data/airbyte_table_name/2022/05/18/03/2be46f80-0f62-497c-b208-80e5e49bb52f/25.avro 2022-05-18 11:29:20 destination > 2022-05-18 11:29:20 INFO i.a.i.d.g.GcsStorageOperations(cleanUpObjects):43 - Deleting object data/airbyte_table_name/2022/05/18/03/2be46f80-0f62-497c-b208-80e5e49bb52f/26.avro 2022-05-18 11:29:21 destination > 2022-05-18 11:29:21 INFO i.a.i.d.g.GcsStorageOperations(cleanUpObjects):43 - Deleting object data/airbyte_table_name/2022/05/18/03/2be46f80-0f62-497c-b208-80e5e49bb52f/27.avro 2022-05-18 11:29:21 destination > 2022-05-18 11:29:21 INFO i.a.i.d.g.GcsStorageOperations(cleanUpObjects):43 - Deleting object data/airbyte_table_name/2022/05/18/03/2be46f80-0f62-497c-b208-80e5e49bb52f/28.avro 2022-05-18 11:29:21 destination > 2022-05-18 11:29:21 INFO i.a.i.d.g.GcsStorageOperations(cleanUpObjects):43 - Deleting object data/airbyte_table_name/2022/05/18/03/2be46f80-0f62-497c-b208-80e5e49bb52f/29.avro 2022-05-18 11:29:21 destination > 2022-05-18 11:29:21 INFO i.a.i.d.g.GcsStorageOperations(cleanUpObjects):43 - Deleting object data/airbyte_table_name/2022/05/18/03/2be46f80-0f62-497c-b208-80e5e49bb52f/3.avro 2022-05-18 11:29:21 destination > 2022-05-18 11:29:21 INFO i.a.i.d.g.GcsStorageOperations(cleanUpObjects):43 - Deleting object data/airbyte_table_name/2022/05/18/03/2be46f80-0f62-497c-b208-80e5e49bb52f/30.avro 2022-05-18 11:29:21 destination > 2022-05-18 11:29:21 INFO i.a.i.d.g.GcsStorageOperations(cleanUpObjects):43 - Deleting object data/airbyte_table_name/2022/05/18/03/2be46f80-0f62-497c-b208-80e5e49bb52f/31.avro 2022-05-18 11:29:21 destination > 2022-05-18 11:29:21 INFO i.a.i.d.g.GcsStorageOperations(cleanUpObjects):43 - Deleting object data/airbyte_table_name/2022/05/18/03/2be46f80-0f62-497c-b208-80e5e49bb52f/32.avro 2022-05-18 11:29:22 destination > 2022-05-18 11:29:22 INFO i.a.i.d.g.GcsStorageOperations(cleanUpObjects):43 - Deleting object data/airbyte_table_name/2022/05/18/03/2be46f80-0f62-497c-b208-80e5e49bb52f/33.avro 2022-05-18 11:29:22 destination > 2022-05-18 11:29:22 INFO i.a.i.d.g.GcsStorageOperations(cleanUpObjects):43 - Deleting object data/airbyte_table_name/2022/05/18/03/2be46f80-0f62-497c-b208-80e5e49bb52f/34.avro 2022-05-18 11:29:22 destination > 2022-05-18 11:29:22 INFO i.a.i.d.g.GcsStorageOperations(cleanUpObjects):43 - Deleting object data/airbyte_table_name/2022/05/18/03/2be46f80-0f62-497c-b208-80e5e49bb52f/35.avro 2022-05-18 11:29:22 destination > 2022-05-18 11:29:22 INFO i.a.i.d.g.GcsStorageOperations(cleanUpObjects):43 - Deleting object data/airbyte_table_name/2022/05/18/03/2be46f80-0f62-497c-b208-80e5e49bb52f/36.avro 2022-05-18 11:29:22 destination > 2022-05-18 11:29:22 INFO i.a.i.d.g.GcsStorageOperations(cleanUpObjects):43 - Deleting object data/airbyte_table_name/2022/05/18/03/2be46f80-0f62-497c-b208-80e5e49bb52f/37.avro 2022-05-18 11:29:22 destination > 2022-05-18 11:29:22 INFO i.a.i.d.g.GcsStorageOperations(cleanUpObjects):43 - Deleting object data/airbyte_table_name/2022/05/18/03/2be46f80-0f62-497c-b208-80e5e49bb52f/38.avro 2022-05-18 11:29:22 destination > 2022-05-18 11:29:22 INFO i.a.i.d.g.GcsStorageOperations(cleanUpObjects):43 - Deleting object data/airbyte_table_name/2022/05/18/03/2be46f80-0f62-497c-b208-80e5e49bb52f/39.avro 2022-05-18 11:29:22 destination > 2022-05-18 11:29:22 INFO i.a.i.d.g.GcsStorageOperations(cleanUpObjects):43 - Deleting object data/airbyte_table_name/2022/05/18/03/2be46f80-0f62-497c-b208-80e5e49bb52f/4.avro 2022-05-18 11:29:23 destination > 2022-05-18 11:29:23 INFO i.a.i.d.g.GcsStorageOperations(cleanUpObjects):43 - Deleting object data/airbyte_table_name/2022/05/18/03/2be46f80-0f62-497c-b208-80e5e49bb52f/40.avro 2022-05-18 11:29:23 destination > 2022-05-18 11:29:23 INFO i.a.i.d.g.GcsStorageOperations(cleanUpObjects):43 - Deleting object data/airbyte_table_name/2022/05/18/03/2be46f80-0f62-497c-b208-80e5e49bb52f/41.avro 2022-05-18 11:29:23 destination > 2022-05-18 11:29:23 INFO i.a.i.d.g.GcsStorageOperations(cleanUpObjects):43 - Deleting object data/airbyte_table_name/2022/05/18/03/2be46f80-0f62-497c-b208-80e5e49bb52f/42.avro 2022-05-18 11:29:23 destination > 2022-05-18 11:29:23 INFO i.a.i.d.g.GcsStorageOperations(cleanUpObjects):43 - Deleting object data/airbyte_table_name/2022/05/18/03/2be46f80-0f62-497c-b208-80e5e49bb52f/43.avro 2022-05-18 11:29:23 destination > 2022-05-18 11:29:23 INFO i.a.i.d.g.GcsStorageOperations(cleanUpObjects):43 - Deleting object data/airbyte_table_name/2022/05/18/03/2be46f80-0f62-497c-b208-80e5e49bb52f/44.avro 2022-05-18 11:29:23 destination > 2022-05-18 11:29:23 INFO i.a.i.d.g.GcsStorageOperations(cleanUpObjects):43 - Deleting object data/airbyte_table_name/2022/05/18/03/2be46f80-0f62-497c-b208-80e5e49bb52f/45.avro 2022-05-18 11:29:23 destination > 2022-05-18 11:29:23 INFO i.a.i.d.g.GcsStorageOperations(cleanUpObjects):43 - Deleting object data/airbyte_table_name/2022/05/18/03/2be46f80-0f62-497c-b208-80e5e49bb52f/46.avro 2022-05-18 11:29:23 destination > 2022-05-18 11:29:23 INFO i.a.i.d.g.GcsStorageOperations(cleanUpObjects):43 - Deleting object data/airbyte_table_name/2022/05/18/03/2be46f80-0f62-497c-b208-80e5e49bb52f/47.avro 2022-05-18 11:29:23 destination > 2022-05-18 11:29:23 INFO i.a.i.d.g.GcsStorageOperations(cleanUpObjects):43 - Deleting object data/airbyte_table_name/2022/05/18/03/2be46f80-0f62-497c-b208-80e5e49bb52f/48.avro 2022-05-18 11:29:23 destination > 2022-05-18 11:29:23 INFO i.a.i.d.g.GcsStorageOperations(cleanUpObjects):43 - Deleting object data/airbyte_table_name/2022/05/18/03/2be46f80-0f62-497c-b208-80e5e49bb52f/49.avro 2022-05-18 11:29:23 destination > 2022-05-18 11:29:23 INFO i.a.i.d.g.GcsStorageOperations(cleanUpObjects):43 - Deleting object data/airbyte_table_name/2022/05/18/03/2be46f80-0f62-497c-b208-80e5e49bb52f/5.avro 2022-05-18 11:29:23 destination > 2022-05-18 11:29:23 INFO i.a.i.d.g.GcsStorageOperations(cleanUpObjects):43 - Deleting object data/airbyte_table_name/2022/05/18/03/2be46f80-0f62-497c-b208-80e5e49bb52f/50.avro 2022-05-18 11:29:23 destination > 2022-05-18 11:29:23 INFO i.a.i.d.g.GcsStorageOperations(cleanUpObjects):43 - Deleting object data/airbyte_table_name/2022/05/18/03/2be46f80-0f62-497c-b208-80e5e49bb52f/51.avro 2022-05-18 11:29:23 destination > 2022-05-18 11:29:23 INFO i.a.i.d.g.GcsStorageOperations(cleanUpObjects):43 - Deleting object data/airbyte_table_name/2022/05/18/03/2be46f80-0f62-497c-b208-80e5e49bb52f/52.avro 2022-05-18 11:29:23 destination > 2022-05-18 11:29:23 INFO i.a.i.d.g.GcsStorageOperations(cleanUpObjects):43 - Deleting object data/airbyte_table_name/2022/05/18/03/2be46f80-0f62-497c-b208-80e5e49bb52f/53.avro 2022-05-18 11:29:23 destination > 2022-05-18 11:29:23 INFO i.a.i.d.g.GcsStorageOperations(cleanUpObjects):43 - Deleting object data/airbyte_table_name/2022/05/18/03/2be46f80-0f62-497c-b208-80e5e49bb52f/54.avro 2022-05-18 11:29:23 destination > 2022-05-18 11:29:23 INFO i.a.i.d.g.GcsStorageOperations(cleanUpObjects):43 - Deleting object data/airbyte_table_name/2022/05/18/03/2be46f80-0f62-497c-b208-80e5e49bb52f/55.avro 2022-05-18 11:29:23 destination > 2022-05-18 11:29:23 INFO i.a.i.d.g.GcsStorageOperations(cleanUpObjects):43 - Deleting object data/airbyte_table_name/2022/05/18/03/2be46f80-0f62-497c-b208-80e5e49bb52f/56.avro 2022-05-18 11:29:23 destination > 2022-05-18 11:29:23 INFO i.a.i.d.g.GcsStorageOperations(cleanUpObjects):43 - Deleting object data/airbyte_table_name/2022/05/18/03/2be46f80-0f62-497c-b208-80e5e49bb52f/57.avro 2022-05-18 11:29:23 destination > 2022-05-18 11:29:23 INFO i.a.i.d.g.GcsStorageOperations(cleanUpObjects):43 - Deleting object data/airbyte_table_name/2022/05/18/03/2be46f80-0f62-497c-b208-80e5e49bb52f/58.avro 2022-05-18 11:29:23 destination > 2022-05-18 11:29:23 INFO i.a.i.d.g.GcsStorageOperations(cleanUpObjects):43 - Deleting object data/airbyte_table_name/2022/05/18/03/2be46f80-0f62-497c-b208-80e5e49bb52f/59.avro 2022-05-18 11:29:24 destination > 2022-05-18 11:29:24 INFO i.a.i.d.g.GcsStorageOperations(cleanUpObjects):43 - Deleting object data/airbyte_table_name/2022/05/18/03/2be46f80-0f62-497c-b208-80e5e49bb52f/6.avro 2022-05-18 11:29:24 destination > 2022-05-18 11:29:24 INFO i.a.i.d.g.GcsStorageOperations(cleanUpObjects):43 - Deleting object data/airbyte_table_name/2022/05/18/03/2be46f80-0f62-497c-b208-80e5e49bb52f/60.avro 2022-05-18 11:29:24 destination > 2022-05-18 11:29:24 INFO i.a.i.d.g.GcsStorageOperations(cleanUpObjects):43 - Deleting object data/airbyte_table_name/2022/05/18/03/2be46f80-0f62-497c-b208-80e5e49bb52f/61.avro 2022-05-18 11:29:24 destination > 2022-05-18 11:29:24 INFO i.a.i.d.g.GcsStorageOperations(cleanUpObjects):43 - Deleting object data/airbyte_table_name/2022/05/18/03/2be46f80-0f62-497c-b208-80e5e49bb52f/62.avro 2022-05-18 11:29:24 destination > 2022-05-18 11:29:24 INFO i.a.i.d.g.GcsStorageOperations(cleanUpObjects):43 - Deleting object data/airbyte_table_name/2022/05/18/03/2be46f80-0f62-497c-b208-80e5e49bb52f/63.avro 2022-05-18 11:29:24 destination > 2022-05-18 11:29:24 INFO i.a.i.d.g.GcsStorageOperations(cleanUpObjects):43 - Deleting object data/airbyte_table_name/2022/05/18/03/2be46f80-0f62-497c-b208-80e5e49bb52f/64.avro 2022-05-18 11:29:24 destination > 2022-05-18 11:29:24 INFO i.a.i.d.g.GcsStorageOperations(cleanUpObjects):43 - Deleting object data/airbyte_table_name/2022/05/18/03/2be46f80-0f62-497c-b208-80e5e49bb52f/65.avro 2022-05-18 11:29:24 destination > 2022-05-18 11:29:24 INFO i.a.i.d.g.GcsStorageOperations(cleanUpObjects):43 - Deleting object data/airbyte_table_name/2022/05/18/03/2be46f80-0f62-497c-b208-80e5e49bb52f/66.avro 2022-05-18 11:29:24 destination > 2022-05-18 11:29:24 INFO i.a.i.d.g.GcsStorageOperations(cleanUpObjects):43 - Deleting object data/airbyte_table_name/2022/05/18/03/2be46f80-0f62-497c-b208-80e5e49bb52f/67.avro 2022-05-18 11:29:24 destination > 2022-05-18 11:29:24 INFO i.a.i.d.g.GcsStorageOperations(cleanUpObjects):43 - Deleting object data/airbyte_table_name/2022/05/18/03/2be46f80-0f62-497c-b208-80e5e49bb52f/68.avro 2022-05-18 11:29:24 destination > 2022-05-18 11:29:24 INFO i.a.i.d.g.GcsStorageOperations(cleanUpObjects):43 - Deleting object data/airbyte_table_name/2022/05/18/03/2be46f80-0f62-497c-b208-80e5e49bb52f/69.avro 2022-05-18 11:29:24 destination > 2022-05-18 11:29:24 INFO i.a.i.d.g.GcsStorageOperations(cleanUpObjects):43 - Deleting object data/airbyte_table_name/2022/05/18/03/2be46f80-0f62-497c-b208-80e5e49bb52f/7.avro 2022-05-18 11:29:24 destination > 2022-05-18 11:29:24 INFO i.a.i.d.g.GcsStorageOperations(cleanUpObjects):43 - Deleting object data/airbyte_table_name/2022/05/18/03/2be46f80-0f62-497c-b208-80e5e49bb52f/70.avro 2022-05-18 11:29:24 destination > 2022-05-18 11:29:24 INFO i.a.i.d.g.GcsStorageOperations(cleanUpObjects):43 - Deleting object data/airbyte_table_name/2022/05/18/03/2be46f80-0f62-497c-b208-80e5e49bb52f/71.avro 2022-05-18 11:29:24 destination > 2022-05-18 11:29:24 INFO i.a.i.d.g.GcsStorageOperations(cleanUpObjects):43 - Deleting object data/airbyte_table_name/2022/05/18/03/2be46f80-0f62-497c-b208-80e5e49bb52f/72.avro 2022-05-18 11:29:24 destination > 2022-05-18 11:29:24 INFO i.a.i.d.g.GcsStorageOperations(cleanUpObjects):43 - Deleting object data/airbyte_table_name/2022/05/18/03/2be46f80-0f62-497c-b208-80e5e49bb52f/73.avro 2022-05-18 11:29:24 destination > 2022-05-18 11:29:24 INFO i.a.i.d.g.GcsStorageOperations(cleanUpObjects):43 - Deleting object data/airbyte_table_name/2022/05/18/03/2be46f80-0f62-497c-b208-80e5e49bb52f/74.avro 2022-05-18 11:29:24 destination > 2022-05-18 11:29:24 INFO i.a.i.d.g.GcsStorageOperations(cleanUpObjects):43 - Deleting object data/airbyte_table_name/2022/05/18/03/2be46f80-0f62-497c-b208-80e5e49bb52f/75.avro 2022-05-18 11:29:24 destination > 2022-05-18 11:29:24 INFO i.a.i.d.g.GcsStorageOperations(cleanUpObjects):43 - Deleting object data/airbyte_table_name/2022/05/18/03/2be46f80-0f62-497c-b208-80e5e49bb52f/76.avro 2022-05-18 11:29:24 destination > 2022-05-18 11:29:24 INFO i.a.i.d.g.GcsStorageOperations(cleanUpObjects):43 - Deleting object data/airbyte_table_name/2022/05/18/03/2be46f80-0f62-497c-b208-80e5e49bb52f/77.avro 2022-05-18 11:29:24 destination > 2022-05-18 11:29:24 INFO i.a.i.d.g.GcsStorageOperations(cleanUpObjects):43 - Deleting object data/airbyte_table_name/2022/05/18/03/2be46f80-0f62-497c-b208-80e5e49bb52f/78.avro 2022-05-18 11:29:24 destination > 2022-05-18 11:29:24 INFO i.a.i.d.g.GcsStorageOperations(cleanUpObjects):43 - Deleting object data/airbyte_table_name/2022/05/18/03/2be46f80-0f62-497c-b208-80e5e49bb52f/79.avro 2022-05-18 11:29:25 destination > 2022-05-18 11:29:25 INFO i.a.i.d.g.GcsStorageOperations(cleanUpObjects):43 - Deleting object data/airbyte_table_name/2022/05/18/03/2be46f80-0f62-497c-b208-80e5e49bb52f/8.avro 2022-05-18 11:29:25 destination > 2022-05-18 11:29:25 INFO i.a.i.d.g.GcsStorageOperations(cleanUpObjects):43 - Deleting object data/airbyte_table_name/2022/05/18/03/2be46f80-0f62-497c-b208-80e5e49bb52f/80.avro 2022-05-18 11:29:25 destination > 2022-05-18 11:29:25 INFO i.a.i.d.g.GcsStorageOperations(cleanUpObjects):43 - Deleting object data/airbyte_table_name/2022/05/18/03/2be46f80-0f62-497c-b208-80e5e49bb52f/81.avro 2022-05-18 11:29:25 destination > 2022-05-18 11:29:25 INFO i.a.i.d.g.GcsStorageOperations(cleanUpObjects):43 - Deleting object data/airbyte_table_name/2022/05/18/03/2be46f80-0f62-497c-b208-80e5e49bb52f/82.avro 2022-05-18 11:29:25 destination > 2022-05-18 11:29:25 INFO i.a.i.d.g.GcsStorageOperations(cleanUpObjects):43 - Deleting object data/airbyte_table_name/2022/05/18/03/2be46f80-0f62-497c-b208-80e5e49bb52f/83.avro 2022-05-18 11:29:25 destination > 2022-05-18 11:29:25 INFO i.a.i.d.g.GcsStorageOperations(cleanUpObjects):43 - Deleting object data/airbyte_table_name/2022/05/18/03/2be46f80-0f62-497c-b208-80e5e49bb52f/84.avro 2022-05-18 11:29:25 destination > 2022-05-18 11:29:25 INFO i.a.i.d.g.GcsStorageOperations(cleanUpObjects):43 - Deleting object data/airbyte_table_name/2022/05/18/03/2be46f80-0f62-497c-b208-80e5e49bb52f/85.avro 2022-05-18 11:29:25 destination > 2022-05-18 11:29:25 INFO i.a.i.d.g.GcsStorageOperations(cleanUpObjects):43 - Deleting object data/airbyte_table_name/2022/05/18/03/2be46f80-0f62-497c-b208-80e5e49bb52f/86.avro 2022-05-18 11:29:25 destination > 2022-05-18 11:29:25 INFO i.a.i.d.g.GcsStorageOperations(cleanUpObjects):43 - Deleting object data/airbyte_table_name/2022/05/18/03/2be46f80-0f62-497c-b208-80e5e49bb52f/87.avro 2022-05-18 11:29:25 destination > 2022-05-18 11:29:25 INFO i.a.i.d.g.GcsStorageOperations(cleanUpObjects):43 - Deleting object data/airbyte_table_name/2022/05/18/03/2be46f80-0f62-497c-b208-80e5e49bb52f/88.avro 2022-05-18 11:29:25 destination > 2022-05-18 11:29:25 INFO i.a.i.d.g.GcsStorageOperations(cleanUpObjects):43 - Deleting object data/airbyte_table_name/2022/05/18/03/2be46f80-0f62-497c-b208-80e5e49bb52f/89.avro 2022-05-18 11:29:25 destination > 2022-05-18 11:29:25 INFO i.a.i.d.g.GcsStorageOperations(cleanUpObjects):43 - Deleting object data/airbyte_table_name/2022/05/18/03/2be46f80-0f62-497c-b208-80e5e49bb52f/9.avro 2022-05-18 11:29:25 destination > 2022-05-18 11:29:25 INFO i.a.i.d.g.GcsStorageOperations(cleanUpObjects):43 - Deleting object data/airbyte_table_name/2022/05/18/03/2be46f80-0f62-497c-b208-80e5e49bb52f/90.avro 2022-05-18 11:29:25 destination > 2022-05-18 11:29:25 INFO i.a.i.d.g.GcsStorageOperations(cleanUpObjects):43 - Deleting object data/airbyte_table_name/2022/05/18/03/2be46f80-0f62-497c-b208-80e5e49bb52f/91.avro 2022-05-18 11:29:25 destination > 2022-05-18 11:29:25 INFO i.a.i.d.g.GcsStorageOperations(cleanUpObjects):43 - Deleting object data/airbyte_table_name/2022/05/18/03/2be46f80-0f62-497c-b208-80e5e49bb52f/92.avro 2022-05-18 11:29:25 destination > 2022-05-18 11:29:25 INFO i.a.i.d.g.GcsStorageOperations(cleanUpObjects):43 - Deleting object data/airbyte_table_name/2022/05/18/03/2be46f80-0f62-497c-b208-80e5e49bb52f/93.avro 2022-05-18 11:29:25 destination > 2022-05-18 11:29:25 INFO i.a.i.d.g.GcsStorageOperations(cleanUpObjects):43 - Deleting object data/airbyte_table_name/2022/05/18/03/2be46f80-0f62-497c-b208-80e5e49bb52f/94.avro 2022-05-18 11:29:25 destination > 2022-05-18 11:29:25 INFO i.a.i.d.g.GcsStorageOperations(cleanUpObjects):43 - Deleting object data/airbyte_table_name/2022/05/18/03/2be46f80-0f62-497c-b208-80e5e49bb52f/95.avro 2022-05-18 11:29:25 destination > 2022-05-18 11:29:25 INFO i.a.i.d.g.GcsStorageOperations(cleanUpObjects):43 - Deleting object data/airbyte_table_name/2022/05/18/03/2be46f80-0f62-497c-b208-80e5e49bb52f/96.avro 2022-05-18 11:29:25 destination > 2022-05-18 11:29:25 INFO i.a.i.d.g.GcsStorageOperations(cleanUpObjects):43 - Deleting object data/airbyte_table_name/2022/05/18/03/2be46f80-0f62-497c-b208-80e5e49bb52f/97.avro 2022-05-18 11:29:25 destination > 2022-05-18 11:29:25 INFO i.a.i.d.g.GcsStorageOperations(cleanUpObjects):43 - Deleting object data/airbyte_table_name/2022/05/18/03/2be46f80-0f62-497c-b208-80e5e49bb52f/98.avro 2022-05-18 11:29:25 destination > 2022-05-18 11:29:25 INFO i.a.i.d.g.GcsStorageOperations(cleanUpObjects):43 - Deleting object data/airbyte_table_name/2022/05/18/03/2be46f80-0f62-497c-b208-80e5e49bb52f/99.avro 2022-05-18 11:29:25 destination > 2022-05-18 11:29:25 INFO i.a.i.d.s.S3StorageOperations(cleanUpBucketObject):268 - Storage bucket data/airbyte_table_name has been cleaned-up (102 objects were deleted)... 2022-05-18 11:29:25 destination > 2022-05-18 11:29:25 INFO i.a.i.d.b.BigQueryStagingConsumerFactory(lambda$onCloseFunction$5):164 - Cleaning up destination completed. 2022-05-18 11:29:25 destination > 2022-05-18 11:29:25 INFO i.a.i.b.IntegrationRunner(runInternal):171 - Completed integration: io.airbyte.integrations.destination.bigquery.BigQueryDenormalizedDestination 2022-05-18 11:29:26 INFO i.a.w.DefaultReplicationWorker(run):168 - Source and destination threads complete. 2022-05-18 11:29:26 INFO i.a.w.DefaultReplicationWorker(run):231 - sync summary: io.airbyte.config.ReplicationAttemptSummary@4e4090a7[status=completed,recordsSynced=21274172,bytesSynced=42380755837,startTime=1652843178441,endTime=1652873366050,totalStats=io.airbyte.config.SyncStats@548a5340[recordsEmitted=21274172,bytesEmitted=42380755837,stateMessagesEmitted=0,recordsCommitted=21274172],streamStats=[io.airbyte.config.StreamSyncStats@58f6c73b[streamName=table_name,stats=io.airbyte.config.SyncStats@389caa9a[recordsEmitted=21274172,bytesEmitted=42380755837,stateMessagesEmitted=,recordsCommitted=21274172]]]] 2022-05-18 11:29:26 INFO i.a.w.DefaultReplicationWorker(run):253 - Source did not output any state messages 2022-05-18 11:29:26 WARN i.a.w.DefaultReplicationWorker(run):264 - State capture: No state retained. 2022-05-18 11:29:26 INFO i.a.w.t.TemporalAttemptExecution(get):134 - Stopping cancellation check scheduling... 2022-05-18 11:29:26 INFO i.a.w.t.s.ReplicationActivityImpl(lambda$replicate$3):157 - sync summary: io.airbyte.config.StandardSyncOutput@6500f1da[standardSyncSummary=io.airbyte.config.StandardSyncSummary@61dbd22c[status=completed,recordsSynced=21274172,bytesSynced=42380755837,startTime=1652843178441,endTime=1652873366050,totalStats=io.airbyte.config.SyncStats@548a5340[recordsEmitted=21274172,bytesEmitted=42380755837,stateMessagesEmitted=0,recordsCommitted=21274172],streamStats=[io.airbyte.config.StreamSyncStats@58f6c73b[streamName=table_name,stats=io.airbyte.config.SyncStats@389caa9a[recordsEmitted=21274172,bytesEmitted=42380755837,stateMessagesEmitted=,recordsCommitted=21274172]]]],normalizationSummary=,state=,outputCatalog=io.airbyte.protocol.models.ConfiguredAirbyteCatalog@9288a09[streams=[io.airbyte.protocol.models.ConfiguredAirbyteStream@315ef208[stream=io.airbyte.protocol.models.AirbyteStream@53324bd8[name=table_name,jsonSchema={... 2022-05-18 11:29:26 INFO i.a.w.t.TemporalUtils(withBackgroundHeartbeat):236 - Stopping temporal heartbeating... 2022-05-18 11:29:26 INFO i.a.v.j.JsonSchemaValidator(test):56 - JSON schema validation failed. errors: $.credential: is not defined in the schema and the schema does not allow additional properties, $.part_size_mb: is not defined in the schema and the schema does not allow additional properties, $.gcs_bucket_name: is not defined in the schema and the schema does not allow additional properties, $.gcs_bucket_path: is not defined in the schema and the schema does not allow additional properties, $.keep_files_in_gcs-bucket: is not defined in the schema and the schema does not allow additional properties, $.method: must be a constant value Standard 2022-05-18 11:29:26 INFO i.a.v.j.JsonSchemaValidator(test):56 - JSON schema validation failed. errors: $.credential.hmac_key_access_id: object found, string expected, $.credential.hmac_key_secret: object found, string expected