Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug] Doris2.0.12 use flink-1.18.1 and flink-doris-connector-1.18-1.6.2 report error when sinking #45965

Open
3 tasks done
yueguanyu opened this issue Dec 25, 2024 · 2 comments

Comments

@yueguanyu
Copy link

Search before asking

  • I had searched in the issues and found no similar issues.

Version

server: GNU/Linux NeoKylin Linux Advanced Server V7Update6 (Chromium) build 5.4.277-1.el7.elrepo.x86_64 Booted: 2024-12-24T05:25:06Z Uptime: 0 days, 21:32:00 Running with elevated permissions.
Doris2.0.12 with noavx2 useing apache-doris-2.0.12-bin-x64-noavx2.tar.gz as builded package
flink-1.18.1
doris-flink-connector-1.6.2 self builded with java1.8.0_432

What's Wrong?

2024-12-25 10:08:29,516 WARN (mysql-nio-pool-19|8982) [ReadListener.lambda$handleEvent$0():60] Exception happened in one session(org.apache.doris.qe.ConnectContext@642bcb47).
java.io.IOException: Error happened when receiving packet.
at org.apache.doris.qe.ConnectProcessor.processOnce(ConnectProcessor.java:838) ~[doris-fe.jar:1.2-SNAPSHOT]
at org.apache.doris.mysql.ReadListener.lambda$handleEvent$0(ReadListener.java:52) ~[doris-fe.jar:1.2-SNAPSHOT]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) ~[?:1.8.0_252]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) ~[?:1.8.0_252]
at java.lang.Thread.run(Thread.java:748) ~[?:1.8.0_252]
2024-12-25 10:13:13,233 WARN (mysql-nio-pool-21|9173) [MysqlChannel.fetchOnePacket():301] receive packet sequence id[32] want to get[1]
2024-12-25 10:13:14,343 WARN (mysql-nio-pool-21|9173) [MysqlChannel.fetchOnePacket():301] receive packet sequence id[32] want to get[1]
2024-12-25 10:13:17,251 WARN (mysql-nio-pool-21|9173) [MysqlChannel.fetchOnePacket():301] receive packet sequence id[32] want to get[1]
2024-12-25 10:13:18,288 WARN (mysql-nio-pool-22|9174) [MysqlChannel.fetchOnePacket():301] receive packet sequence id[32] want to get[1]
2024-12-25 10:13:20,690 WARN (mysql-nio-pool-21|9173) [MysqlChannel.fetchOnePacket():301] receive packet sequence id[32] want to get[1]
2024-12-25 10:13:25,733 WARN (mysql-nio-pool-21|9173) [MysqlChannel.fetchOnePacket():301] receive packet sequence id[32] want to get[1]
2024-12-25 10:13:35,717 WARN (mysql-nio-pool-21|9173) [MysqlChannel.fetchOnePacket():301] receive packet sequence id[32] want to get[1]
2024-12-25 10:13:38,872 WARN (mysql-nio-pool-21|9173) [MysqlChannel.fetchOnePacket():301] receive packet sequence id[32] want to get[1]
2024-12-25 10:13:39,756 WARN (mysql-nio-pool-21|9173) [MysqlChannel.fetchOnePacket():301] receive packet sequence id[32] want to get[1]
2024-12-25 10:17:13,490 WARN (mysql-nio-pool-23|9207) [StmtExecutor.executeByLegacy():844] execute Exception. stmt[277, f78fe115c8ca4fdd-a1037c747da9cc33]
org.apache.doris.common.AnalysisException: errCode = 2, detailMessage = Unknown column '$$' in 'table list'
at org.apache.doris.common.ErrorReport.reportAnalysisException(ErrorReport.java:53) ~[doris-fe.jar:1.2-SNAPSHOT]
at org.apache.doris.common.ErrorReport.reportAnalysisException(ErrorReport.java:48) ~[doris-fe.jar:1.2-SNAPSHOT]
at org.apache.doris.analysis.Analyzer.registerColumnRef(Analyzer.java:1001) ~[doris-fe.jar:1.2-SNAPSHOT]
at org.apache.doris.analysis.SlotRef.analyzeImpl(SlotRef.java:207) ~[doris-fe.jar:1.2-SNAPSHOT]
at org.apache.doris.analysis.Expr.analyze(Expr.java:449) ~[doris-fe.jar:1.2-SNAPSHOT]
at org.apache.doris.analysis.SelectStmt.analyze(SelectStmt.java:576) ~[doris-fe.jar:1.2-SNAPSHOT]
at org.apache.doris.qe.StmtExecutor.analyzeAndGenerateQueryPlan(StmtExecutor.java:1152) ~[doris-fe.jar:1.2-SNAPSHOT]
at org.apache.doris.qe.StmtExecutor.analyze(StmtExecutor.java:1060) ~[doris-fe.jar:1.2-SNAPSHOT]
at org.apache.doris.qe.StmtExecutor.executeByLegacy(StmtExecutor.java:735) ~[doris-fe.jar:1.2-SNAPSHOT]
at org.apache.doris.qe.StmtExecutor.execute(StmtExecutor.java:507) ~[doris-fe.jar:1.2-SNAPSHOT]
at org.apache.doris.qe.StmtExecutor.execute(StmtExecutor.java:475) ~[doris-fe.jar:1.2-SNAPSHOT]
at org.apache.doris.qe.ConnectProcessor.handleQuery(ConnectProcessor.java:430) ~[doris-fe.jar:1.2-SNAPSHOT]
at org.apache.doris.qe.ConnectProcessor.dispatch(ConnectProcessor.java:578) ~[doris-fe.jar:1.2-SNAPSHOT]
at org.apache.doris.qe.ConnectProcessor.processOnce(ConnectProcessor.java:847) ~[doris-fe.jar:1.2-SNAPSHOT]
at org.apache.doris.mysql.ReadListener.lambda$handleEvent$0(ReadListener.java:52) ~[doris-fe.jar:1.2-SNAPSHOT]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) ~[?:1.8.0_252]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) ~[?:1.8.0_252]
at java.lang.Thread.run(Thread.java:748) ~[?:1.8.0_252]

What You Expected?

mysql data successfully sinked into doris db.
Iguess there is some thing wrong with the network binding.

How to Reproduce?

should use noavx2 package and with more then one network-interfaces, i think is should be problem with the network-interface.
add be-node with IP-adresse, for me is 10.30.251.92, and config with 10.30.251.92/32

Anything Else?

Doris info:
Git : git://VM-0-117-ubuntu@2971efd

Version : doris-2.0.12

BuildInfo : VM-0-117-ubuntu

BuildTime : Sun, 23 Jun 2024 19:59:02 CST

NetworkParameter : Network parameters: Host name: rd-dev-hgsystemmodel01 Domain name: rd-dev-hgsystemmodel01 DNS servers: [10.30.64.17, 10.30.64.17] IPv4 Gateway: 10.30.251.126 IPv6 Gateway:

Processor : Intel(R) Xeon(R) CPU E7- 4830 @ 2.13GHz 2 physical CPU package(s) 16 physical CPU core(s) 16 logical CPU(s) Identifier: Intel64 Family 6 Model 47 Stepping 2 ProcessorID: F2 06 02 00 FF FB AB 1F Microarchitecture: Westmere (Server) 2 physical CPU package(s) 16 physical CPU core(s) 16 logical CPU(s) Identifier: Intel64 Family 6 Model 47 Stepping 2 ProcessorID: F2 06 02 00 FF FB AB 1F Context Switches/Interrupts: 339810487 / 201269800 CPU, IOWait, and IRQ ticks @ 0 sec:[4292840, 780, 4279090, 1227083940, 196730, 0, 29220, 0] CPU, IOWait, and IRQ ticks @ 1 sec:[4292880, 780, 4279140, 1227099800, 196730, 0, 29220, 0] User: 0.3% Nice: 0.0% System: 0.3% Idle: 99.4% IOwait: 0.0% IRQ: 0.0% SoftIRQ: 0.0% Steal: 0.0% CPU load: 0.6% CPU load averages: 0.01 0.00 0.00 CPU load per processor: 0.0% 0.0% 0.0% 1.0% 0.0% 1.0% 0.0% 0.0% 2.0% 2.0% 1.0% 1.0% 0.0% 0.0% 0.0% 1.0% Vendor Frequency: 2.1 GHz Max Frequency: 4.2 GHz Current Frequencies: 2.1 GHz, 2.1 GHz, 2.1 GHz, 2.1 GHz, 2.1 GHz, 2.1 GHz, 2.1 GHz, 2.1 GHz, 2.1 GHz, 2.1 GHz, 2.1 GHz, 2.1 GHz, 2.1 GHz, 2.1 GHz, 2.1 GHz, 2.1 GHz

OS : GNU/Linux NeoKylin Linux Advanced Server V7Update6 (Chromium) build 5.4.277-1.el7.elrepo.x86_64 Booted: 2024-12-24T05:25:06Z Uptime: 0 days, 21:32:00 Running with elevated permissions.

Memory : Memory: 54.7 GiB/62.9 GiB Swap used: 0 bytes/0 bytes

FileSystem : File System: File Descriptors: 6464/6576687 / (Local Disk) [xfs] 11.3 GiB of 26.0 GiB free (43.5%), 13.3 M of 13.6 M files free (97.2%) is /dev/mapper/rootvg-lvroot [/dev/dm-0] and is mounted at / /dev/sdb2 (Local Disk) [ext4] 172.9 GiB of 196.7 GiB free (87.9%), 13.1 M of 13.1 M files free (99.9%) is /dev/sdb2 and is mounted at /costshare/server /dev/sda1 (Local Disk) [xfs] 789.9 MiB of 1014 MiB free (77.9%), 523.9 K of 524.3 K files free (99.9%) is /dev/sda1 and is mounted at /boot /dev/mapper/rootvg-lvvar (Local Disk) [xfs] 8.3 GiB of 10.0 GiB free (83.4%), 5.2 M of 5.2 M files free (99.9%) is /dev/mapper/rootvg-lvvar [/dev/dm-3] and is mounted at /var /dev/mapper/rootvg-lvopt (Local Disk) [xfs] 9.9 GiB of 10.0 GiB free (98.6%), 5.2 M of 5.2 M files free (100.0%) is /dev/mapper/rootvg-lvopt [/dev/dm-2] and is mounted at /opt /dev/mapper/rootvg-lvhome (Local Disk) [xfs] 962.6 MiB of 1014 MiB free (94.9%), 524.1 K of 524.3 K files free (100.0%) is /dev/mapper/rootvg-lvhome [/dev/dm-1] and is mounted at /home

NetworkInterface : Network interfaces: Name: docker0 (docker0) MAC Address: 02:42:d5:07:62:70 MTU: 1500, Speed: 0 bps IPv4: [172.17.0.1] IPv6: [] Traffic: received ?/?; transmitted ?/? Name: br-db0626f6392a (br-db0626f6392a) MAC Address: 02:42:50:00:92:2b MTU: 1500, Speed: 0 bps IPv4: [172.19.0.1] IPv6: [] Traffic: received ?/?; transmitted ?/? Name: br-93827b5a9600 (br-93827b5a9600) MAC Address: 02:42:9a:ee:fc:d6 MTU: 1500, Speed: 0 bps IPv4: [172.18.0.1] IPv6: [] Traffic: received ?/?; transmitted ?/? Name: br-4fa9a3086ea2 (br-4fa9a3086ea2) MAC Address: 02:42:26:4e:23:a2 MTU: 1500, Speed: 0 bps IPv4: [172.23.0.1] IPv6: [] Traffic: received ?/?; transmitted ?/? Name: br-47a241f649e9 (br-47a241f649e9) MAC Address: 02:42:85:21:6d:0f MTU: 1500, Speed: 0 bps IPv4: [172.22.0.1] IPv6: [] Traffic: received ?/?; transmitted ?/? Name: virbr0 (virbr0) MAC Address: 52:54:00:5d:97:70 MTU: 1500, Speed: 0 bps IPv4: [192.168.122.1] IPv6: [] Traffic: received ?/?; transmitted ?/? Name: ens192 (VMware VMXNET3 Ethernet Controller) MAC Address: 00:50:56:91:f1:f0 MTU: 1500, Speed: 10.5 Gbps IPv4: [10.30.251.92] IPv6: [fe80:0:0:0:250:56ff:fe91:f1f0] Traffic: received 761993 packets/331.4 MiB (0 err); transmitted 954027 packets/2.9 GiB (0 err)

Processes : Processes: 357, Threads: 2982 PID %CPU %MEM VSZ RSS Name 47266 6.4 3.7 22.2 GiB 2.3 GiB doris_be 10583 1.8 3.6 24.7 GiB 2.3 GiB java 46365 1.5 2.7 18.6 GiB 1.7 GiB java 32102 1.2 0.0 117.3 MiB 7.8 MiB bash 32091 0.7 0.0 157.8 MiB 9.6 MiB sshd

Disk : Disks: /dev/sr0: (model: VMware_Virtual_IDE_CDROM_Drive - S/N: 10000000000000000001) size: 1.1 GB, reads: ? (?), writes: ? (?), xfer: ? ms /dev/sda: (model: Virtual_disk - S/N: unknown) size: 68.7 GB, reads: 36384 (2.0 GiB), writes: 128840 (925.9 MiB), xfer: 213970 ms |-- /dev/sda1: /sys/devices/pci0000:00/0000:00:15.0/0000:03:00.0/host2/target2:0:0/2:0:0:0/block/sda/sda1 (xfs) Maj:Min=8:1, size: 1.1 GB @ /boot |-- /dev/sda2: /sys/devices/pci0000:00/0000:00:15.0/0000:03:00.0/host2/target2:0:0/2:0:0:0/block/sda/sda2 (LVM2_member) Maj:Min=8:2, size: 67.6 GB @ dm-1 dm-2 dm-0 dm-3 /dev/sdb: (model: Virtual_disk - S/N: unknown) size: 536.9 GB, reads: 8827 (2.5 GiB), writes: 148412 (1.8 GiB), xfer: 229574 ms |-- /dev/sdb1: /sys/devices/pci0000:00/0000:00:15.0/0000:03:00.0/host2/target2:0:1/2:0:1:0/block/sdb/sdb1 (partition) Maj:Min=8:17, size: 1.0 KB |-- /dev/sdb2: /sys/devices/pci0000:00/0000:00:15.0/0000:03:00.0/host2/target2:0:1/2:0:1:0/block/sdb/sdb2 (ext4) Maj:Min=8:18, size: 214.7 GB @ /costshare/server /dev/dm-0: (model: Logical Volume Group - S/N: LVM-DvapNp4Wu22KT3jm8xN1VfMFKcOYDbi0tbB72a0aXbyHMjtQXj80cFz6urb1Vlyt) size: 27.9 GB, reads: 31133 (1.7 GiB), writes: 48264 (483.4 MiB), xfer: 180985 ms |-- /dev/rootvg/lvroot: /sys/devices/virtual/block/dm-0 (xfs) Maj:Min=253:0, size: 27.9 GB @ /dev/mapper/rootvg-lvroot /dev/dm-1: (model: Logical Volume Group - S/N: LVM-DvapNp4Wu22KT3jm8xN1VfMFKcOYDbi0FOgKu7zvOWI8QhqFfHHRyzTXmRW0RlFr) size: 1.1 GB, reads: 95 (5.3 MiB), writes: 250 (3.4 MiB), xfer: 1017 ms |-- /dev/rootvg/lvhome: /sys/devices/virtual/block/dm-1 (xfs) Maj:Min=253:1, size: 1.1 GB @ /dev/mapper/rootvg-lvhome /dev/dm-2: (model: Logical Volume Group - S/N: LVM-DvapNp4Wu22KT3jm8xN1VfMFKcOYDbi0dKlXK8GlQ8d1j1kJkvJFSROpRw2MzWxW) size: 10.7 GB, reads: 620 (52.5 MiB), writes: 135 (2.7 MiB), xfer: 3047 ms |-- /dev/rootvg/lvopt: /sys/devices/virtual/block/dm-2 (xfs) Maj:Min=253:2, size: 10.7 GB @ /dev/mapper/rootvg-lvopt /dev/dm-3: (model: Logical Volume Group - S/N: LVM-DvapNp4Wu22KT3jm8xN1VfMFKcOYDbi0WhQ4DzweKGQS5WBY8mAKVF2nH78Aqb93) size: 10.7 GB, reads: 3992 (223.2 MiB), writes: 88808 (434.3 MiB), xfer: 41071 ms |-- /dev/rootvg/lvvar: /sys/devices/virtual/block/dm-3 (xfs) Maj:Min=253:3, size: 10.7 GB @ /dev/mapper/rootvg-lvvar

Are you willing to submit PR?

  • Yes I am willing to submit a PR!

Code of Conduct

@yueguanyu
Copy link
Author

It shows every thing allright at the flink side, the log as follows:
2024-12-25 10:08:10,982 INFO org.apache.flink.runtime.entrypoint.ClusterEntrypoint [] - --------------------------------------------------------------------------------
2024-12-25 10:08:10,991 INFO org.apache.flink.runtime.entrypoint.ClusterEntrypoint [] - Preconfiguration:
2024-12-25 10:08:10,992 INFO org.apache.flink.runtime.entrypoint.ClusterEntrypoint [] -

RESOURCE_PARAMS extraction logs:
jvm_params: -Xmx1073741824 -Xms1073741824 -XX:MaxMetaspaceSize=268435456
dynamic_configs: -D jobmanager.memory.off-heap.size=134217728b -D jobmanager.memory.jvm-overhead.min=201326592b -D jobmanager.memory.jvm-metaspace.size=268435456b -D jobmanager.memory.heap.size=1073741824b -D jobmanager.memory.jvm-overhead.max=201326592b
logs: INFO [] - Loading configuration property: taskmanager.memory.process.size, 5440m
INFO [] - Loading configuration property: taskmanager.bind-host, 0.0.0.0
INFO [] - Loading configuration property: jobmanager.execution.failover-strategy, region
INFO [] - Loading configuration property: jobmanager.rpc.address, localhost
INFO [] - Loading configuration property: jobmanager.memory.process.size, 1600m
INFO [] - Loading configuration property: jobmanager.rpc.port, 6123
INFO [] - Loading configuration property: rest.bind-address, 0.0.0.0
INFO [] - Loading configuration property: rest.port, 9999
INFO [] - Loading configuration property: jobmanager.bind-host, 0.0.0.0
INFO [] - Loading configuration property: taskmanager.host, localhost
INFO [] - Loading configuration property: parallelism.default, 1
INFO [] - Loading configuration property: taskmanager.numberOfTaskSlots, 10
INFO [] - Loading configuration property: rest.address, 10.30.251.94
INFO [] - Loading configuration property: env.java.opts.all, --add-exports=java.base/sun.net.util=ALL-UNNAMED --add-exports=java.rmi/sun.rmi.registry=ALL-UNNAMED --add-exports=jdk.compiler/com.sun.tools.javac.api=ALL-UNNAMED --add-exports=jdk.compiler/com.sun.tools.javac.file=ALL-UNNAMED --add-exports=jdk.compiler/com.sun.tools.javac.parser=ALL-UNNAMED --add-exports=jdk.compiler/com.sun.tools.javac.tree=ALL-UNNAMED --add-exports=jdk.compiler/com.sun.tools.javac.util=ALL-UNNAMED --add-exports=java.security.jgss/sun.security.krb5=ALL-UNNAMED --add-opens=java.base/java.lang=ALL-UNNAMED --add-opens=java.base/java.net=ALL-UNNAMED --add-opens=java.base/java.io=ALL-UNNAMED --add-opens=java.base/java.nio=ALL-UNNAMED --add-opens=java.base/sun.nio.ch=ALL-UNNAMED --add-opens=java.base/java.lang.reflect=ALL-UNNAMED --add-opens=java.base/java.text=ALL-UNNAMED --add-opens=java.base/java.time=ALL-UNNAMED --add-opens=java.base/java.util=ALL-UNNAMED --add-opens=java.base/java.util.concurrent=ALL-UNNAMED --add-opens=java.base/java.util.concurrent.atomic=ALL-UNNAMED --add-opens=java.base/java.util.concurrent.locks=ALL-UNNAMED
INFO [] - The derived from fraction jvm overhead memory (160.000mb (167772162 bytes)) is less than its min value 192.000mb (201326592 bytes), min value will be used instead
INFO [] - Final Master Memory configuration:
INFO [] - Total Process Memory: 1.563gb (1677721600 bytes)
INFO [] - Total Flink Memory: 1.125gb (1207959552 bytes)
INFO [] - JVM Heap: 1024.000mb (1073741824 bytes)
INFO [] - Off-heap: 128.000mb (134217728 bytes)
INFO [] - JVM Metaspace: 256.000mb (268435456 bytes)
INFO [] - JVM Overhead: 192.000mb (201326592 bytes)

2024-12-25 10:08:10,992 INFO org.apache.flink.runtime.entrypoint.ClusterEntrypoint [] - --------------------------------------------------------------------------------
2024-12-25 10:08:10,992 INFO org.apache.flink.runtime.entrypoint.ClusterEntrypoint [] - Starting StandaloneSessionClusterEntrypoint (Version: 1.18.1, Scala: 2.12, Rev:a8c8b1c, Date:2023-12-19T22:17:36+01:00)
2024-12-25 10:08:10,992 INFO org.apache.flink.runtime.entrypoint.ClusterEntrypoint [] - OS current user: sysadm
2024-12-25 10:08:11,611 WARN org.apache.hadoop.util.NativeCodeLoader [] - Unable to load native-hadoop library for your platform... using builtin-java classes where applicable
2024-12-25 10:08:11,779 INFO org.apache.flink.runtime.entrypoint.ClusterEntrypoint [] - Current Hadoop/Kerberos user: sysadm
2024-12-25 10:08:11,779 INFO org.apache.flink.runtime.entrypoint.ClusterEntrypoint [] - JVM: OpenJDK 64-Bit Server VM - Oracle Corporation - 1.8/25.252-b09
2024-12-25 10:08:11,779 INFO org.apache.flink.runtime.entrypoint.ClusterEntrypoint [] - Arch: amd64
2024-12-25 10:08:11,779 INFO org.apache.flink.runtime.entrypoint.ClusterEntrypoint [] - Maximum heap size: 981 MiBytes
2024-12-25 10:08:11,780 INFO org.apache.flink.runtime.entrypoint.ClusterEntrypoint [] - JAVA_HOME: /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.252.b09-2.el7.ns7.01.x86_64/jre
2024-12-25 10:08:11,783 INFO org.apache.flink.runtime.entrypoint.ClusterEntrypoint [] - Hadoop version: 2.8.3
2024-12-25 10:08:11,783 INFO org.apache.flink.runtime.entrypoint.ClusterEntrypoint [] - JVM Options:
2024-12-25 10:08:11,783 INFO org.apache.flink.runtime.entrypoint.ClusterEntrypoint [] - -Xmx1073741824
2024-12-25 10:08:11,784 INFO org.apache.flink.runtime.entrypoint.ClusterEntrypoint [] - -Xms1073741824
2024-12-25 10:08:11,784 INFO org.apache.flink.runtime.entrypoint.ClusterEntrypoint [] - -XX:MaxMetaspaceSize=268435456
2024-12-25 10:08:11,784 INFO org.apache.flink.runtime.entrypoint.ClusterEntrypoint [] - -XX:+IgnoreUnrecognizedVMOptions
2024-12-25 10:08:11,784 INFO org.apache.flink.runtime.entrypoint.ClusterEntrypoint [] - --add-exports=java.base/sun.net.util=ALL-UNNAMED
2024-12-25 10:08:11,784 INFO org.apache.flink.runtime.entrypoint.ClusterEntrypoint [] - --add-exports=java.rmi/sun.rmi.registry=ALL-UNNAMED
2024-12-25 10:08:11,784 INFO org.apache.flink.runtime.entrypoint.ClusterEntrypoint [] - --add-exports=jdk.compiler/com.sun.tools.javac.api=ALL-UNNAMED
2024-12-25 10:08:11,784 INFO org.apache.flink.runtime.entrypoint.ClusterEntrypoint [] - --add-exports=jdk.compiler/com.sun.tools.javac.file=ALL-UNNAMED
2024-12-25 10:08:11,784 INFO org.apache.flink.runtime.entrypoint.ClusterEntrypoint [] - --add-exports=jdk.compiler/com.sun.tools.javac.parser=ALL-UNNAMED
2024-12-25 10:08:11,785 INFO org.apache.flink.runtime.entrypoint.ClusterEntrypoint [] - --add-exports=jdk.compiler/com.sun.tools.javac.tree=ALL-UNNAMED
2024-12-25 10:08:11,785 INFO org.apache.flink.runtime.entrypoint.ClusterEntrypoint [] - --add-exports=jdk.compiler/com.sun.tools.javac.util=ALL-UNNAMED
2024-12-25 10:08:11,785 INFO org.apache.flink.runtime.entrypoint.ClusterEntrypoint [] - --add-exports=java.security.jgss/sun.security.krb5=ALL-UNNAMED
2024-12-25 10:08:11,785 INFO org.apache.flink.runtime.entrypoint.ClusterEntrypoint [] - --add-opens=java.base/java.lang=ALL-UNNAMED
2024-12-25 10:08:11,785 INFO org.apache.flink.runtime.entrypoint.ClusterEntrypoint [] - --add-opens=java.base/java.net=ALL-UNNAMED
2024-12-25 10:08:11,785 INFO org.apache.flink.runtime.entrypoint.ClusterEntrypoint [] - --add-opens=java.base/java.io=ALL-UNNAMED
2024-12-25 10:08:11,785 INFO org.apache.flink.runtime.entrypoint.ClusterEntrypoint [] - --add-opens=java.base/java.nio=ALL-UNNAMED
2024-12-25 10:08:11,786 INFO org.apache.flink.runtime.entrypoint.ClusterEntrypoint [] - --add-opens=java.base/sun.nio.ch=ALL-UNNAMED
2024-12-25 10:08:11,786 INFO org.apache.flink.runtime.entrypoint.ClusterEntrypoint [] - --add-opens=java.base/java.lang.reflect=ALL-UNNAMED
2024-12-25 10:08:11,786 INFO org.apache.flink.runtime.entrypoint.ClusterEntrypoint [] - --add-opens=java.base/java.text=ALL-UNNAMED
2024-12-25 10:08:11,786 INFO org.apache.flink.runtime.entrypoint.ClusterEntrypoint [] - --add-opens=java.base/java.time=ALL-UNNAMED
2024-12-25 10:08:11,786 INFO org.apache.flink.runtime.entrypoint.ClusterEntrypoint [] - --add-opens=java.base/java.util=ALL-UNNAMED
2024-12-25 10:08:11,787 INFO org.apache.flink.runtime.entrypoint.ClusterEntrypoint [] - --add-opens=java.base/java.util.concurrent=ALL-UNNAMED
2024-12-25 10:08:11,787 INFO org.apache.flink.runtime.entrypoint.ClusterEntrypoint [] - --add-opens=java.base/java.util.concurrent.atomic=ALL-UNNAMED
2024-12-25 10:08:11,787 INFO org.apache.flink.runtime.entrypoint.ClusterEntrypoint [] - --add-opens=java.base/java.util.concurrent.locks=ALL-UNNAMED
2024-12-25 10:08:11,787 INFO org.apache.flink.runtime.entrypoint.ClusterEntrypoint [] - -Dlog.file=/costshare/server/flink-1.18.1/log/flink-sysadm-standalonesession-0-rd-dev-hgsystemreport01.log
2024-12-25 10:08:11,787 INFO org.apache.flink.runtime.entrypoint.ClusterEntrypoint [] - -Dlog4j.configuration=file:/costshare/server/flink-1.18.1/conf/log4j.properties
2024-12-25 10:08:11,787 INFO org.apache.flink.runtime.entrypoint.ClusterEntrypoint [] - -Dlog4j.configurationFile=file:/costshare/server/flink-1.18.1/conf/log4j.properties
2024-12-25 10:08:11,788 INFO org.apache.flink.runtime.entrypoint.ClusterEntrypoint [] - -Dlogback.configurationFile=file:/costshare/server/flink-1.18.1/conf/logback.xml
2024-12-25 10:08:11,788 INFO org.apache.flink.runtime.entrypoint.ClusterEntrypoint [] - Program Arguments:
2024-12-25 10:08:11,789 INFO org.apache.flink.runtime.entrypoint.ClusterEntrypoint [] - -D
2024-12-25 10:08:11,790 INFO org.apache.flink.runtime.entrypoint.ClusterEntrypoint [] - jobmanager.memory.off-heap.size=134217728b
2024-12-25 10:08:11,790 INFO org.apache.flink.runtime.entrypoint.ClusterEntrypoint [] - -D
2024-12-25 10:08:11,790 INFO org.apache.flink.runtime.entrypoint.ClusterEntrypoint [] - jobmanager.memory.jvm-overhead.min=201326592b
2024-12-25 10:08:11,790 INFO org.apache.flink.runtime.entrypoint.ClusterEntrypoint [] - -D
2024-12-25 10:08:11,790 INFO org.apache.flink.runtime.entrypoint.ClusterEntrypoint [] - jobmanager.memory.jvm-metaspace.size=268435456b
2024-12-25 10:08:11,790 INFO org.apache.flink.runtime.entrypoint.ClusterEntrypoint [] - -D
2024-12-25 10:08:11,790 INFO org.apache.flink.runtime.entrypoint.ClusterEntrypoint [] - jobmanager.memory.heap.size=1073741824b
2024-12-25 10:08:11,791 INFO org.apache.flink.runtime.entrypoint.ClusterEntrypoint [] - -D
2024-12-25 10:08:11,791 INFO org.apache.flink.runtime.entrypoint.ClusterEntrypoint [] - jobmanager.memory.jvm-overhead.max=201326592b
2024-12-25 10:08:11,791 INFO org.apache.flink.runtime.entrypoint.ClusterEntrypoint [] - --configDir
2024-12-25 10:08:11,791 INFO org.apache.flink.runtime.entrypoint.ClusterEntrypoint [] - /costshare/server/flink-1.18.1/conf
2024-12-25 10:08:11,791 INFO org.apache.flink.runtime.entrypoint.ClusterEntrypoint [] - --executionMode
2024-12-25 10:08:11,791 INFO org.apache.flink.runtime.entrypoint.ClusterEntrypoint [] - cluster
2024-12-25 10:08:11,792 INFO org.apache.flink.runtime.entrypoint.ClusterEntrypoint [] - Classpath: /costshare/server/flink-1.18.1/lib/flink-cdc-dist-3.2.0.jar:/costshare/server/flink-1.18.1/lib/flink-cep-1.18.1.jar:/costshare/server/flink-1.18.1/lib/flink-connector-files-1.18.1.jar:/costshare/server/flink-1.18.1/lib/flink-csv-1.18.1.jar:/costshare/server/flink-1.18.1/lib/flink-doris-connector-1.18-1.6.2.jar:/costshare/server/flink-1.18.1/lib/flink-json-1.18.1.jar:/costshare/server/flink-1.18.1/lib/flink-scala_2.12-1.18.1.jar:/costshare/server/flink-1.18.1/lib/flink-shaded-hadoop-2-uber-2.8.3-10.0.jar:/costshare/server/flink-1.18.1/lib/flink-sql-connector-mysql-cdc-3.0.1.jar:/costshare/server/flink-1.18.1/lib/flink-table-api-java-uber-1.18.1.jar:/costshare/server/flink-1.18.1/lib/flink-table-planner-loader-1.18.1.jar:/costshare/server/flink-1.18.1/lib/flink-table-runtime-1.18.1.jar:/costshare/server/flink-1.18.1/lib/log4j-1.2-api-2.17.1.jar:/costshare/server/flink-1.18.1/lib/log4j-api-2.17.1.jar:/costshare/server/flink-1.18.1/lib/log4j-core-2.17.1.jar:/costshare/server/flink-1.18.1/lib/log4j-slf4j-impl-2.17.1.jar:/costshare/server/flink-1.18.1/lib/mysql-connector-java-8.0.20.jar:/costshare/server/flink-1.18.1/lib/flink-dist-1.18.1.jar::::
2024-12-25 10:08:11,792 INFO org.apache.flink.runtime.entrypoint.ClusterEntrypoint [] - --------------------------------------------------------------------------------
2024-12-25 10:08:11,794 INFO org.apache.flink.runtime.entrypoint.ClusterEntrypoint [] - Registered UNIX signal handlers for [TERM, HUP, INT]
2024-12-25 10:08:11,827 INFO org.apache.flink.configuration.GlobalConfiguration [] - Loading configuration property: taskmanager.memory.process.size, 5440m
2024-12-25 10:08:11,828 INFO org.apache.flink.configuration.GlobalConfiguration [] - Loading configuration property: taskmanager.bind-host, 0.0.0.0
2024-12-25 10:08:11,828 INFO org.apache.flink.configuration.GlobalConfiguration [] - Loading configuration property: jobmanager.execution.failover-strategy, region
2024-12-25 10:08:11,828 INFO org.apache.flink.configuration.GlobalConfiguration [] - Loading configuration property: jobmanager.rpc.address, localhost
2024-12-25 10:08:11,829 INFO org.apache.flink.configuration.GlobalConfiguration [] - Loading configuration property: jobmanager.memory.process.size, 1600m
2024-12-25 10:08:11,829 INFO org.apache.flink.configuration.GlobalConfiguration [] - Loading configuration property: jobmanager.rpc.port, 6123
2024-12-25 10:08:11,829 INFO org.apache.flink.configuration.GlobalConfiguration [] - Loading configuration property: rest.bind-address, 0.0.0.0
2024-12-25 10:08:11,829 INFO org.apache.flink.configuration.GlobalConfiguration [] - Loading configuration property: rest.port, 9999
2024-12-25 10:08:11,829 INFO org.apache.flink.configuration.GlobalConfiguration [] - Loading configuration property: jobmanager.bind-host, 0.0.0.0
2024-12-25 10:08:11,830 INFO org.apache.flink.configuration.GlobalConfiguration [] - Loading configuration property: taskmanager.host, localhost
2024-12-25 10:08:11,830 INFO org.apache.flink.configuration.GlobalConfiguration [] - Loading configuration property: parallelism.default, 1
2024-12-25 10:08:11,830 INFO org.apache.flink.configuration.GlobalConfiguration [] - Loading configuration property: taskmanager.numberOfTaskSlots, 10
2024-12-25 10:08:11,830 INFO org.apache.flink.configuration.GlobalConfiguration [] - Loading configuration property: rest.address, 10.30.251.94
2024-12-25 10:08:11,830 INFO org.apache.flink.configuration.GlobalConfiguration [] - Loading configuration property: env.java.opts.all, --add-exports=java.base/sun.net.util=ALL-UNNAMED --add-exports=java.rmi/sun.rmi.registry=ALL-UNNAMED --add-exports=jdk.compiler/com.sun.tools.javac.api=ALL-UNNAMED --add-exports=jdk.compiler/com.sun.tools.javac.file=ALL-UNNAMED --add-exports=jdk.compiler/com.sun.tools.javac.parser=ALL-UNNAMED --add-exports=jdk.compiler/com.sun.tools.javac.tree=ALL-UNNAMED --add-exports=jdk.compiler/com.sun.tools.javac.util=ALL-UNNAMED --add-exports=java.security.jgss/sun.security.krb5=ALL-UNNAMED --add-opens=java.base/java.lang=ALL-UNNAMED --add-opens=java.base/java.net=ALL-UNNAMED --add-opens=java.base/java.io=ALL-UNNAMED --add-opens=java.base/java.nio=ALL-UNNAMED --add-opens=java.base/sun.nio.ch=ALL-UNNAMED --add-opens=java.base/java.lang.reflect=ALL-UNNAMED --add-opens=java.base/java.text=ALL-UNNAMED --add-opens=java.base/java.time=ALL-UNNAMED --add-opens=java.base/java.util=ALL-UNNAMED --add-opens=java.base/java.util.concurrent=ALL-UNNAMED --add-opens=java.base/java.util.concurrent.atomic=ALL-UNNAMED --add-opens=java.base/java.util.concurrent.locks=ALL-UNNAMED
2024-12-25 10:08:11,831 INFO org.apache.flink.configuration.GlobalConfiguration [] - Loading dynamic configuration property: jobmanager.memory.off-heap.size, 134217728b
2024-12-25 10:08:11,831 INFO org.apache.flink.configuration.GlobalConfiguration [] - Loading dynamic configuration property: jobmanager.memory.jvm-overhead.min, 201326592b
2024-12-25 10:08:11,831 INFO org.apache.flink.configuration.GlobalConfiguration [] - Loading dynamic configuration property: jobmanager.memory.jvm-metaspace.size, 268435456b
2024-12-25 10:08:11,832 INFO org.apache.flink.configuration.GlobalConfiguration [] - Loading dynamic configuration property: jobmanager.memory.heap.size, 1073741824b
2024-12-25 10:08:11,832 INFO org.apache.flink.configuration.GlobalConfiguration [] - Loading dynamic configuration property: jobmanager.memory.jvm-overhead.max, 201326592b
2024-12-25 10:08:11,911 INFO org.apache.flink.runtime.entrypoint.ClusterEntrypoint [] - Starting StandaloneSessionClusterEntrypoint.
2024-12-25 10:08:11,996 INFO org.apache.flink.runtime.entrypoint.ClusterEntrypoint [] - Install default filesystem.
2024-12-25 10:08:12,044 INFO org.apache.flink.core.plugin.DefaultPluginManager [] - Plugin loader with ID not found, creating it: metrics-statsd
2024-12-25 10:08:12,050 INFO org.apache.flink.core.plugin.DefaultPluginManager [] - Plugin loader with ID not found, creating it: external-resource-gpu
2024-12-25 10:08:12,050 INFO org.apache.flink.core.plugin.DefaultPluginManager [] - Plugin loader with ID not found, creating it: metrics-graphite
2024-12-25 10:08:12,050 INFO org.apache.flink.core.plugin.DefaultPluginManager [] - Plugin loader with ID not found, creating it: metrics-datadog
2024-12-25 10:08:12,051 INFO org.apache.flink.core.plugin.DefaultPluginManager [] - Plugin loader with ID not found, creating it: metrics-jmx
2024-12-25 10:08:12,051 INFO org.apache.flink.core.plugin.DefaultPluginManager [] - Plugin loader with ID not found, creating it: metrics-prometheus
2024-12-25 10:08:12,051 INFO org.apache.flink.core.plugin.DefaultPluginManager [] - Plugin loader with ID not found, creating it: metrics-slf4j
2024-12-25 10:08:12,052 INFO org.apache.flink.core.plugin.DefaultPluginManager [] - Plugin loader with ID not found, creating it: metrics-influx
2024-12-25 10:08:12,087 INFO org.apache.flink.runtime.entrypoint.ClusterEntrypoint [] - Install security context.
2024-12-25 10:08:12,124 WARN org.apache.flink.runtime.util.HadoopUtils [] - Could not find Hadoop configuration via any of the supported methods (Flink configuration, environment variables).
2024-12-25 10:08:12,232 INFO org.apache.flink.runtime.security.modules.HadoopModule [] - Hadoop user set to sysadm (auth:SIMPLE)
2024-12-25 10:08:12,233 INFO org.apache.flink.runtime.security.modules.HadoopModule [] - Kerberos security is disabled.
2024-12-25 10:08:12,248 INFO org.apache.flink.runtime.security.modules.JaasModule [] - Jaas file will be created as /tmp/jaas-8504314429001351638.conf.
2024-12-25 10:08:12,377 INFO org.apache.flink.runtime.entrypoint.ClusterEntrypoint [] - Initializing cluster services.
2024-12-25 10:08:12,394 INFO org.apache.flink.runtime.entrypoint.ClusterEntrypoint [] - Using working directory: WorkingDirectory(/tmp/jm_06b4b2e67622a585c73ac0a09800db62).
2024-12-25 10:08:13,028 INFO org.apache.flink.runtime.rpc.pekko.PekkoRpcServiceUtils [] - Trying to start actor system, external address localhost:6123, bind address 0.0.0.0:6123.
2024-12-25 10:08:14,741 INFO org.apache.pekko.event.slf4j.Slf4jLogger [] - Slf4jLogger started
2024-12-25 10:08:14,805 INFO org.apache.pekko.remote.RemoteActorRefProvider [] - Pekko Cluster not in use - enabling unsafe features anyway because pekko.remote.use-unsafe-remote-features-outside-cluster has been enabled.
2024-12-25 10:08:14,806 INFO org.apache.pekko.remote.Remoting [] - Starting remoting
2024-12-25 10:08:15,234 INFO org.apache.pekko.remote.Remoting [] - Remoting started; listening on addresses :[pekko.tcp://flink@localhost:6123]
2024-12-25 10:08:15,508 INFO org.apache.flink.runtime.rpc.pekko.PekkoRpcServiceUtils [] - Actor system started at pekko.tcp://flink@localhost:6123
2024-12-25 10:08:15,545 INFO org.apache.flink.runtime.security.token.DefaultDelegationTokenManager [] - Loading delegation token providers
2024-12-25 10:08:15,552 WARN org.apache.flink.runtime.util.HadoopUtils [] - Could not find Hadoop configuration via any of the supported methods (Flink configuration, environment variables).
2024-12-25 10:08:15,552 INFO org.apache.flink.runtime.security.token.DefaultDelegationTokenManager [] - Delegation token provider hadoopfs loaded and initialized
2024-12-25 10:08:15,553 WARN org.apache.flink.runtime.util.HadoopUtils [] - Could not find Hadoop configuration via any of the supported methods (Flink configuration, environment variables).
2024-12-25 10:08:15,554 INFO org.apache.flink.runtime.security.token.DefaultDelegationTokenManager [] - Delegation token provider hbase loaded and initialized
2024-12-25 10:08:15,554 INFO org.apache.flink.core.plugin.DefaultPluginManager [] - Plugin loader with ID found, reusing it: metrics-statsd
2024-12-25 10:08:15,555 INFO org.apache.flink.core.plugin.DefaultPluginManager [] - Plugin loader with ID found, reusing it: external-resource-gpu
2024-12-25 10:08:15,555 INFO org.apache.flink.core.plugin.DefaultPluginManager [] - Plugin loader with ID found, reusing it: metrics-graphite
2024-12-25 10:08:15,555 INFO org.apache.flink.core.plugin.DefaultPluginManager [] - Plugin loader with ID found, reusing it: metrics-datadog
2024-12-25 10:08:15,555 INFO org.apache.flink.core.plugin.DefaultPluginManager [] - Plugin loader with ID found, reusing it: metrics-jmx
2024-12-25 10:08:15,555 INFO org.apache.flink.core.plugin.DefaultPluginManager [] - Plugin loader with ID found, reusing it: metrics-prometheus
2024-12-25 10:08:15,555 INFO org.apache.flink.core.plugin.DefaultPluginManager [] - Plugin loader with ID found, reusing it: metrics-slf4j
2024-12-25 10:08:15,556 INFO org.apache.flink.core.plugin.DefaultPluginManager [] - Plugin loader with ID found, reusing it: metrics-influx
2024-12-25 10:08:15,556 INFO org.apache.flink.runtime.security.token.DefaultDelegationTokenManager [] - Delegation token providers loaded successfully
2024-12-25 10:08:15,557 INFO org.apache.flink.runtime.security.token.DelegationTokenReceiverRepository [] - Loading delegation token receivers
2024-12-25 10:08:15,560 INFO org.apache.flink.runtime.security.token.DelegationTokenReceiverRepository [] - Delegation token receiver hadoopfs loaded and initialized
2024-12-25 10:08:15,561 INFO org.apache.flink.runtime.security.token.DelegationTokenReceiverRepository [] - Delegation token receiver hbase loaded and initialized
2024-12-25 10:08:15,561 INFO org.apache.flink.core.plugin.DefaultPluginManager [] - Plugin loader with ID found, reusing it: metrics-statsd
2024-12-25 10:08:15,562 INFO org.apache.flink.core.plugin.DefaultPluginManager [] - Plugin loader with ID found, reusing it: external-resource-gpu
2024-12-25 10:08:15,562 INFO org.apache.flink.core.plugin.DefaultPluginManager [] - Plugin loader with ID found, reusing it: metrics-graphite
2024-12-25 10:08:15,562 INFO org.apache.flink.core.plugin.DefaultPluginManager [] - Plugin loader with ID found, reusing it: metrics-datadog
2024-12-25 10:08:15,562 INFO org.apache.flink.core.plugin.DefaultPluginManager [] - Plugin loader with ID found, reusing it: metrics-jmx
2024-12-25 10:08:15,562 INFO org.apache.flink.core.plugin.DefaultPluginManager [] - Plugin loader with ID found, reusing it: metrics-prometheus
2024-12-25 10:08:15,562 INFO org.apache.flink.core.plugin.DefaultPluginManager [] - Plugin loader with ID found, reusing it: metrics-slf4j
2024-12-25 10:08:15,563 INFO org.apache.flink.core.plugin.DefaultPluginManager [] - Plugin loader with ID found, reusing it: metrics-influx
2024-12-25 10:08:15,563 INFO org.apache.flink.runtime.security.token.DelegationTokenReceiverRepository [] - Delegation token receivers loaded successfully
2024-12-25 10:08:15,563 INFO org.apache.flink.runtime.security.token.DefaultDelegationTokenManager [] - Checking provider and receiver instances consistency
2024-12-25 10:08:15,564 INFO org.apache.flink.runtime.security.token.DefaultDelegationTokenManager [] - Provider and receiver instances are consistent
2024-12-25 10:08:15,564 INFO org.apache.flink.runtime.security.token.DefaultDelegationTokenManager [] - Obtaining delegation tokens
2024-12-25 10:08:15,570 INFO org.apache.flink.runtime.security.token.DefaultDelegationTokenManager [] - Delegation tokens obtained successfully
2024-12-25 10:08:15,571 WARN org.apache.flink.runtime.security.token.DefaultDelegationTokenManager [] - No tokens obtained so skipping notifications
2024-12-25 10:08:15,615 INFO org.apache.flink.runtime.blob.BlobServer [] - Created BLOB server storage directory /tmp/jm_06b4b2e67622a585c73ac0a09800db62/blobStorage
2024-12-25 10:08:15,624 INFO org.apache.flink.runtime.blob.BlobServer [] - Started BLOB server at 0.0.0.0:36819 - max concurrent requests: 50 - max backlog: 1000
2024-12-25 10:08:15,677 INFO org.apache.flink.runtime.metrics.MetricRegistryImpl [] - No metrics reporter configured, no metrics will be exposed/reported.
2024-12-25 10:08:15,688 INFO org.apache.flink.runtime.rpc.pekko.PekkoRpcServiceUtils [] - Trying to start actor system, external address localhost:0, bind address 0.0.0.0:0.
2024-12-25 10:08:15,760 INFO org.apache.pekko.event.slf4j.Slf4jLogger [] - Slf4jLogger started
2024-12-25 10:08:15,773 INFO org.apache.pekko.remote.RemoteActorRefProvider [] - Pekko Cluster not in use - enabling unsafe features anyway because pekko.remote.use-unsafe-remote-features-outside-cluster has been enabled.
2024-12-25 10:08:15,774 INFO org.apache.pekko.remote.Remoting [] - Starting remoting
2024-12-25 10:08:15,807 INFO org.apache.pekko.remote.Remoting [] - Remoting started; listening on addresses :[pekko.tcp://flink-metrics@localhost:38201]
2024-12-25 10:08:15,832 INFO org.apache.flink.runtime.rpc.pekko.PekkoRpcServiceUtils [] - Actor system started at pekko.tcp://flink-metrics@localhost:38201
2024-12-25 10:08:15,861 INFO org.apache.flink.runtime.rpc.pekko.PekkoRpcService [] - Starting RPC endpoint for org.apache.flink.runtime.metrics.dump.MetricQueryService at pekko://flink-metrics/user/rpc/MetricQueryService .
2024-12-25 10:08:15,910 INFO org.apache.flink.runtime.dispatcher.FileExecutionGraphInfoStore [] - Initializing FileExecutionGraphInfoStore: Storage directory /tmp/executionGraphStore-d61e8009-371e-4861-83cb-7d79b80c8a99, expiration time 3600000, maximum cache size 52428800 bytes.
2024-12-25 10:08:16,037 INFO org.apache.flink.configuration.Configuration [] - Config uses fallback configuration key 'rest.port' instead of key 'rest.bind-port'
2024-12-25 10:08:16,102 INFO org.apache.flink.runtime.dispatcher.DispatcherRestEndpoint [] - Upload directory /tmp/flink-web-db6ffac9-1e12-402f-9594-e00a4afca638/flink-web-upload does not exist.
2024-12-25 10:08:16,103 INFO org.apache.flink.runtime.dispatcher.DispatcherRestEndpoint [] - Created directory /tmp/flink-web-db6ffac9-1e12-402f-9594-e00a4afca638/flink-web-upload for file uploads.
2024-12-25 10:08:16,107 INFO org.apache.flink.runtime.dispatcher.DispatcherRestEndpoint [] - Starting rest endpoint.
2024-12-25 10:08:16,815 INFO org.apache.flink.runtime.webmonitor.WebMonitorUtils [] - Determined location of main cluster component log file: /costshare/server/flink-1.18.1/log/flink-sysadm-standalonesession-0-rd-dev-hgsystemreport01.log
2024-12-25 10:08:16,815 INFO org.apache.flink.runtime.webmonitor.WebMonitorUtils [] - Determined location of main cluster component stdout file: /costshare/server/flink-1.18.1/log/flink-sysadm-standalonesession-0-rd-dev-hgsystemreport01.out
2024-12-25 10:08:17,194 INFO org.apache.flink.runtime.dispatcher.DispatcherRestEndpoint [] - Rest endpoint listening at 10.30.251.94:9999
2024-12-25 10:08:17,198 INFO org.apache.flink.runtime.dispatcher.DispatcherRestEndpoint [] - http://10.30.251.94:9999 was granted leadership with leaderSessionID=00000000-0000-0000-0000-000000000000
2024-12-25 10:08:17,200 INFO org.apache.flink.runtime.dispatcher.DispatcherRestEndpoint [] - Web frontend listening at http://10.30.251.94:9999.
2024-12-25 10:08:17,251 INFO org.apache.flink.runtime.dispatcher.runner.DefaultDispatcherRunner [] - DefaultDispatcherRunner was granted leadership with leader id 00000000-0000-0000-0000-000000000000. Creating new DispatcherLeaderProcess.
2024-12-25 10:08:17,267 INFO org.apache.flink.runtime.dispatcher.runner.SessionDispatcherLeaderProcess [] - Start SessionDispatcherLeaderProcess.
2024-12-25 10:08:17,272 INFO org.apache.flink.runtime.resourcemanager.ResourceManagerServiceImpl [] - Starting resource manager service.
2024-12-25 10:08:17,275 INFO org.apache.flink.runtime.resourcemanager.ResourceManagerServiceImpl [] - Resource manager service is granted leadership with session id 00000000-0000-0000-0000-000000000000.
2024-12-25 10:08:17,285 INFO org.apache.flink.runtime.dispatcher.runner.SessionDispatcherLeaderProcess [] - Recover all persisted job graphs that are not finished, yet.
2024-12-25 10:08:17,286 INFO org.apache.flink.runtime.dispatcher.runner.SessionDispatcherLeaderProcess [] - Successfully recovered 0 persisted job graphs.
2024-12-25 10:08:17,333 INFO org.apache.flink.runtime.rpc.pekko.PekkoRpcService [] - Starting RPC endpoint for org.apache.flink.runtime.dispatcher.StandaloneDispatcher at pekko://flink/user/rpc/dispatcher_0 .
2024-12-25 10:08:17,393 INFO org.apache.flink.runtime.rpc.pekko.PekkoRpcService [] - Starting RPC endpoint for org.apache.flink.runtime.resourcemanager.StandaloneResourceManager at pekko://flink/user/rpc/resourcemanager_1 .
2024-12-25 10:08:17,434 INFO org.apache.flink.runtime.resourcemanager.StandaloneResourceManager [] - Starting the resource manager.
2024-12-25 10:08:17,449 INFO org.apache.flink.runtime.resourcemanager.slotmanager.FineGrainedSlotManager [] - Starting the slot manager.
2024-12-25 10:08:17,451 INFO org.apache.flink.runtime.security.token.DefaultDelegationTokenManager [] - Starting tokens update task
2024-12-25 10:08:17,452 WARN org.apache.flink.runtime.security.token.DefaultDelegationTokenManager [] - No tokens obtained so skipping notifications
2024-12-25 10:08:17,452 WARN org.apache.flink.runtime.security.token.DefaultDelegationTokenManager [] - Tokens update task not started because either no tokens obtained or none of the tokens specified its renewal date
2024-12-25 10:08:20,624 INFO org.apache.flink.runtime.resourcemanager.StandaloneResourceManager [] - Registering TaskManager with ResourceID localhost:38259-dcb6a2 (pekko.tcp://flink@localhost:38259/user/rpc/taskmanager_0) at ResourceManager
2024-12-25 10:08:20,676 INFO org.apache.flink.runtime.resourcemanager.slotmanager.FineGrainedSlotManager [] - Registering task executor localhost:38259-dcb6a2 under 1849742052934976918fa5ad683f0d1f at the slot manager.
2024-12-25 10:08:31,768 INFO org.apache.flink.runtime.dispatcher.StandaloneDispatcher [] - Received JobGraph submission 'MySQL-Doris Sync Database: convert_db' (fcaa1d543dff1f954fdc6a9fb5ae9cdb).
2024-12-25 10:08:31,775 INFO org.apache.flink.runtime.dispatcher.StandaloneDispatcher [] - Submitting job 'MySQL-Doris Sync Database: convert_db' (fcaa1d543dff1f954fdc6a9fb5ae9cdb).
2024-12-25 10:08:31,812 INFO org.apache.flink.runtime.jobmaster.JobMasterServiceLeadershipRunner [] - JobMasterServiceLeadershipRunner for job fcaa1d543dff1f954fdc6a9fb5ae9cdb was granted leadership with leader id 00000000-0000-0000-0000-000000000000. Creating new JobMasterServiceProcess.
2024-12-25 10:08:31,839 INFO org.apache.flink.runtime.rpc.pekko.PekkoRpcService [] - Starting RPC endpoint for org.apache.flink.runtime.jobmaster.JobMaster at pekko://flink/user/rpc/jobmanager_2 .
2024-12-25 10:08:31,857 INFO org.apache.flink.runtime.jobmaster.JobMaster [] - Initializing job 'MySQL-Doris Sync Database: convert_db' (fcaa1d543dff1f954fdc6a9fb5ae9cdb).
2024-12-25 10:08:31,923 INFO org.apache.flink.runtime.jobmaster.JobMaster [] - Using restart back off time strategy FixedDelayRestartBackoffTimeStrategy(maxNumberRestartAttempts=2147483647, backoffTimeMS=1000) for MySQL-Doris Sync Database: convert_db (fcaa1d543dff1f954fdc6a9fb5ae9cdb).
2024-12-25 10:08:32,008 INFO org.apache.flink.runtime.executiongraph.ExecutionGraph [] - Created execution graph 23768a222273b26e65b37978c270a190 for job fcaa1d543dff1f954fdc6a9fb5ae9cdb.
2024-12-25 10:08:32,050 INFO org.apache.flink.runtime.jobmaster.JobMaster [] - Running initialization on master for job MySQL-Doris Sync Database: convert_db (fcaa1d543dff1f954fdc6a9fb5ae9cdb).
2024-12-25 10:08:32,052 INFO org.apache.flink.runtime.jobmaster.JobMaster [] - Successfully ran initialization on master in 3 ms.
2024-12-25 10:08:32,468 INFO org.apache.flink.runtime.scheduler.adapter.DefaultExecutionTopology [] - Built 1 new pipelined regions in 7 ms, total 1 pipelined regions currently.
2024-12-25 10:08:32,487 INFO org.apache.flink.runtime.jobmaster.JobMaster [] - No state backend has been configured, using default (HashMap) org.apache.flink.runtime.state.hashmap.HashMapStateBackend@42be1439
2024-12-25 10:08:32,487 INFO org.apache.flink.runtime.state.StateBackendLoader [] - State backend loader loads the state backend as HashMapStateBackend
2024-12-25 10:08:32,490 INFO org.apache.flink.runtime.jobmaster.JobMaster [] - Checkpoint storage is set to 'jobmanager'
2024-12-25 10:08:32,553 INFO org.apache.flink.runtime.checkpoint.CheckpointCoordinator [] - No checkpoint found during restore.
2024-12-25 10:08:32,571 INFO org.apache.flink.runtime.jobmaster.JobMaster [] - Using failover strategy org.apache.flink.runtime.executiongraph.failover.flip1.RestartPipelinedRegionFailoverStrategy@4fcd1446 for MySQL-Doris Sync Database: convert_db (fcaa1d543dff1f954fdc6a9fb5ae9cdb).
2024-12-25 10:08:32,599 INFO org.apache.flink.runtime.jobmaster.JobMaster [] - Starting execution of job 'MySQL-Doris Sync Database: convert_db' (fcaa1d543dff1f954fdc6a9fb5ae9cdb) under job master id 00000000000000000000000000000000.
2024-12-25 10:08:32,608 INFO org.apache.flink.runtime.source.coordinator.SourceCoordinator [] - Starting split enumerator for source Source: MySQL Source.
2024-12-25 10:08:32,836 INFO com.ververica.cdc.connectors.mysql.source.connection.JdbcConnectionPools [] - Create and register connection pool [email protected]:3001
2024-12-25 10:08:32,913 INFO com.ververica.cdc.connectors.shaded.com.zaxxer.hikari.HikariDataSource [] - connection-pool-10.30.251.88:3001 - Starting...
2024-12-25 10:08:33,723 INFO com.ververica.cdc.connectors.shaded.com.zaxxer.hikari.HikariDataSource [] - connection-pool-10.30.251.88:3001 - Start completed.
2024-12-25 10:08:33,827 INFO io.debezium.jdbc.JdbcConnection [] - Connection gracefully closed
2024-12-25 10:08:33,827 INFO com.ververica.cdc.connectors.mysql.MySqlValidator [] - MySQL validation passed.
2024-12-25 10:08:34,039 INFO io.debezium.jdbc.JdbcConnection [] - Connection gracefully closed
2024-12-25 10:08:34,048 INFO org.apache.flink.runtime.jobmaster.JobMaster [] - Starting scheduling with scheduling strategy [org.apache.flink.runtime.scheduler.strategy.PipelinedRegionSchedulingStrategy]
2024-12-25 10:08:34,048 INFO org.apache.flink.runtime.executiongraph.ExecutionGraph [] - Job MySQL-Doris Sync Database: convert_db (fcaa1d543dff1f954fdc6a9fb5ae9cdb) switched from state CREATED to RUNNING.
2024-12-25 10:08:34,071 INFO org.apache.flink.runtime.executiongraph.ExecutionGraph [] - Source: MySQL Source -> Process (1/1) (23768a222273b26e65b37978c270a190_cbc357ccb763df2852fee8c4fc7d55f2_0_0) switched from CREATED to SCHEDULED.
2024-12-25 10:08:34,109 INFO com.ververica.cdc.connectors.mysql.source.utils.TableDiscoveryUtils [] - Read list of available databases
2024-12-25 10:08:34,119 INFO com.ververica.cdc.connectors.mysql.source.utils.TableDiscoveryUtils [] - list of available databases is: [convert_db]
2024-12-25 10:08:34,120 INFO com.ververica.cdc.connectors.mysql.source.utils.TableDiscoveryUtils [] - Read list of available tables in each database
2024-12-25 10:08:34,129 INFO com.ververica.cdc.connectors.mysql.source.utils.TableDiscoveryUtils [] - 'convert_db.CALC_TARGET_ALLOCATION_81' is filtered out of table capturing
2024-12-25 10:08:34,129 INFO com.ververica.cdc.connectors.mysql.source.utils.TableDiscoveryUtils [] - 'convert_db.DISPLAY_CPYLZD' is filtered out of table capturing
2024-12-25 10:08:34,129 INFO com.ververica.cdc.connectors.mysql.source.utils.TableDiscoveryUtils [] - 'convert_db.DISPLAY_CPYLZD_PLT' is filtered out of table capturing
2024-12-25 10:08:34,130 INFO com.ververica.cdc.connectors.mysql.source.utils.TableDiscoveryUtils [] - 'convert_db.DISPLAY_HGXSFB' is filtered out of table capturing
2024-12-25 10:08:34,130 INFO com.ververica.cdc.connectors.mysql.source.utils.TableDiscoveryUtils [] - 'convert_db.DISPLAY_REPORT' is filtered out of table capturing
2024-12-25 10:08:34,130 INFO com.ververica.cdc.connectors.mysql.source.utils.TableDiscoveryUtils [] - including table 'convert_db.FINAL_TARGET_ALLOCATION_1' for further processing
2024-12-25 10:08:34,130 INFO org.apache.flink.runtime.jobmaster.JobMaster [] - Connecting to ResourceManager pekko.tcp://flink@localhost:6123/user/rpc/resourcemanager_(00000000000000000000000000000000)
2024-12-25 10:08:34,130 INFO com.ververica.cdc.connectors.mysql.source.utils.TableDiscoveryUtils [] - 'convert_db.FINAL_TARGET_ALLOCATION_18' is filtered out of table capturing
2024-12-25 10:08:34,130 INFO com.ververica.cdc.connectors.mysql.source.utils.TableDiscoveryUtils [] - 'convert_db.FINAL_TARGET_ALLOCATION_18_1' is filtered out of table capturing
2024-12-25 10:08:34,131 INFO com.ververica.cdc.connectors.mysql.source.utils.TableDiscoveryUtils [] - 'convert_db.FINAL_TARGET_ALLOCATION_18_copy1' is filtered out of table capturing
2024-12-25 10:08:34,131 INFO com.ververica.cdc.connectors.mysql.source.utils.TableDiscoveryUtils [] - 'convert_db.FINAL_TARGET_ALLOCATION_25' is filtered out of table capturing
2024-12-25 10:08:34,131 INFO com.ververica.cdc.connectors.mysql.source.utils.TableDiscoveryUtils [] - 'convert_db.FINAL_TARGET_ALLOCATION_27' is filtered out of table capturing
2024-12-25 10:08:34,131 INFO com.ververica.cdc.connectors.mysql.source.utils.TableDiscoveryUtils [] - 'convert_db.FINAL_TARGET_ALLOCATION_3' is filtered out of table capturing
2024-12-25 10:08:34,131 INFO com.ververica.cdc.connectors.mysql.source.utils.TableDiscoveryUtils [] - 'convert_db.FINAL_TARGET_ALLOCATION_5' is filtered out of table capturing
2024-12-25 10:08:34,132 INFO com.ververica.cdc.connectors.mysql.source.utils.TableDiscoveryUtils [] - 'convert_db.FINAL_TARGET_ALLOCATION_55' is filtered out of table capturing
2024-12-25 10:08:34,132 INFO com.ververica.cdc.connectors.mysql.source.utils.TableDiscoveryUtils [] - 'convert_db.FINAL_TARGET_ALLOCATION_57' is filtered out of table capturing
2024-12-25 10:08:34,132 INFO com.ververica.cdc.connectors.mysql.source.utils.TableDiscoveryUtils [] - 'convert_db.FINAL_TARGET_ALLOCATION_64' is filtered out of table capturing
2024-12-25 10:08:34,132 INFO com.ververica.cdc.connectors.mysql.source.utils.TableDiscoveryUtils [] - 'convert_db.FINAL_TARGET_ALLOCATION_72' is filtered out of table capturing
2024-12-25 10:08:34,132 INFO com.ververica.cdc.connectors.mysql.source.utils.TableDiscoveryUtils [] - 'convert_db.FINAL_TARGET_ALLOCATION_75' is filtered out of table capturing
2024-12-25 10:08:34,132 INFO com.ververica.cdc.connectors.mysql.source.utils.TableDiscoveryUtils [] - 'convert_db.FINAL_TARGET_ALLOCATION_81' is filtered out of table capturing
2024-12-25 10:08:34,133 INFO com.ververica.cdc.connectors.mysql.source.utils.TableDiscoveryUtils [] - 'convert_db.FINAL_TARGET_ALLOCATION_82' is filtered out of table capturing
2024-12-25 10:08:34,133 INFO com.ververica.cdc.connectors.mysql.source.utils.TableDiscoveryUtils [] - 'convert_db.FINAL_TARGET_ALLOCATION_83' is filtered out of table capturing
2024-12-25 10:08:34,133 INFO com.ververica.cdc.connectors.mysql.source.utils.TableDiscoveryUtils [] - 'convert_db.FINAL_TARGET_ALLOCATION_A' is filtered out of table capturing
2024-12-25 10:08:34,133 INFO com.ververica.cdc.connectors.mysql.source.utils.TableDiscoveryUtils [] - 'convert_db.IMPORT_OG_ERP_PURCHASE_INVOICE' is filtered out of table capturing
2024-12-25 10:08:34,134 INFO com.ververica.cdc.connectors.mysql.source.utils.TableDiscoveryUtils [] - 'convert_db.IMPORT_OG_FMIS_REPORT_PROFITS' is filtered out of table capturing
2024-12-25 10:08:34,134 INFO com.ververica.cdc.connectors.mysql.source.utils.TableDiscoveryUtils [] - 'convert_db.IMPORT_ORDER' is filtered out of table capturing
2024-12-25 10:08:34,134 INFO com.ververica.cdc.connectors.mysql.source.utils.TableDiscoveryUtils [] - 'convert_db.TARGET_ALLOCATION_81' is filtered out of table capturing
2024-12-25 10:08:34,134 INFO com.ververica.cdc.connectors.mysql.source.utils.TableDiscoveryUtils [] - 'convert_db.TARGET_ALLOCATION_82' is filtered out of table capturing
2024-12-25 10:08:34,135 INFO com.ververica.cdc.connectors.mysql.source.utils.TableDiscoveryUtils [] - 'convert_db.TARGET_ALLOCATION_83' is filtered out of table capturing
2024-12-25 10:08:34,135 INFO com.ververica.cdc.connectors.mysql.source.utils.TableDiscoveryUtils [] - 'convert_db.TEMP_CREDIT_COST' is filtered out of table capturing
2024-12-25 10:08:34,135 INFO com.ververica.cdc.connectors.mysql.source.utils.TableDiscoveryUtils [] - 'convert_db.TEMP_DISCOUNT' is filtered out of table capturing
2024-12-25 10:08:34,135 INFO com.ververica.cdc.connectors.mysql.source.utils.TableDiscoveryUtils [] - 'convert_db.TEMP_DUMP' is filtered out of table capturing
2024-12-25 10:08:34,135 INFO com.ververica.cdc.connectors.mysql.source.utils.TableDiscoveryUtils [] - 'convert_db.TEMP_EXCHANGE_GAIN' is filtered out of table capturing
2024-12-25 10:08:34,136 INFO com.ververica.cdc.connectors.mysql.source.utils.TableDiscoveryUtils [] - 'convert_db.TEMP_EXPENSE' is filtered out of table capturing
2024-12-25 10:08:34,136 INFO com.ververica.cdc.connectors.mysql.source.utils.TableDiscoveryUtils [] - 'convert_db.TEMP_EXPORT_CREDIT_INSURANCE' is filtered out of table capturing
2024-12-25 10:08:34,136 INFO com.ververica.cdc.connectors.mysql.source.utils.TableDiscoveryUtils [] - 'convert_db.TEMP_EXPORT_REBATES' is filtered out of table capturing
2024-12-25 10:08:34,136 INFO com.ververica.cdc.connectors.mysql.source.utils.TableDiscoveryUtils [] - 'convert_db.TEMP_FINANCIAL_EXPENSE' is filtered out of table capturing
2024-12-25 10:08:34,136 INFO com.ververica.cdc.connectors.mysql.source.utils.TableDiscoveryUtils [] - 'convert_db.TEMP_FREIGHT' is filtered out of table capturing
2024-12-25 10:08:34,136 INFO com.ververica.cdc.connectors.mysql.source.utils.TableDiscoveryUtils [] - 'convert_db.TEMP_HANDLING_EXPENSE' is filtered out of table capturing
2024-12-25 10:08:34,137 INFO com.ververica.cdc.connectors.mysql.source.utils.TableDiscoveryUtils [] - 'convert_db.TEMP_INSPECTION' is filtered out of table capturing
2024-12-25 10:08:34,137 INFO com.ververica.cdc.connectors.mysql.source.utils.TableDiscoveryUtils [] - 'convert_db.TEMP_INVENTORY_OCCUPANCY' is filtered out of table capturing
2024-12-25 10:08:34,137 INFO com.ververica.cdc.connectors.mysql.source.utils.TableDiscoveryUtils [] - 'convert_db.TEMP_OCCUPYING_FUNDS' is filtered out of table capturing
2024-12-25 10:08:34,137 INFO com.ververica.cdc.connectors.mysql.source.utils.TableDiscoveryUtils [] - 'convert_db.TEMP_OG_ERP_PURCHASE_INVOICE' is filtered out of table capturing
2024-12-25 10:08:34,137 INFO com.ververica.cdc.connectors.mysql.source.utils.TableDiscoveryUtils [] - 'convert_db.TEMP_OG_FMIS_REPORT_PROFITS' is filtered out of table capturing
2024-12-25 10:08:34,138 INFO com.ververica.cdc.connectors.mysql.source.utils.TableDiscoveryUtils [] - 'convert_db.TEMP_ORDER' is filtered out of table capturing
2024-12-25 10:08:34,138 INFO com.ververica.cdc.connectors.mysql.source.utils.TableDiscoveryUtils [] - 'convert_db.TEMP_ORDER_OLD' is filtered out of table capturing
2024-12-25 10:08:34,138 INFO com.ververica.cdc.connectors.mysql.source.utils.TableDiscoveryUtils [] - 'convert_db.TEMP_PRICE_MARKET' is filtered out of table capturing
2024-12-25 10:08:34,138 INFO com.ververica.cdc.connectors.mysql.source.utils.TableDiscoveryUtils [] - 'convert_db.TEMP_PURCHASE_ADJUSTMENT' is filtered out of table capturing
2024-12-25 10:08:34,139 INFO com.ververica.cdc.connectors.mysql.source.utils.TableDiscoveryUtils [] - 'convert_db.TEMP_PURCHASE_WEIGHTED_PRICE' is filtered out of table capturing
2024-12-25 10:08:34,139 INFO com.ververica.cdc.connectors.mysql.source.utils.TableDiscoveryUtils [] - 'convert_db.TEMP_RATE' is filtered out of table capturing
2024-12-25 10:08:34,140 INFO com.ververica.cdc.connectors.mysql.source.utils.TableDiscoveryUtils [] - 'convert_db.TEMP_SALES_ADJUSTMENT' is filtered out of table capturing
2024-12-25 10:08:34,140 INFO org.apache.flink.runtime.jobmaster.JobMaster [] - Resolved ResourceManager address, beginning registration
2024-12-25 10:08:34,140 INFO com.ververica.cdc.connectors.mysql.source.utils.TableDiscoveryUtils [] - 'convert_db.TEMP_SELLING_EXPENSES' is filtered out of table capturing
2024-12-25 10:08:34,140 INFO com.ververica.cdc.connectors.mysql.source.utils.TableDiscoveryUtils [] - 'convert_db.TEMP_STORAGE_CHARGE' is filtered out of table capturing
2024-12-25 10:08:34,140 INFO com.ververica.cdc.connectors.mysql.source.utils.TableDiscoveryUtils [] - 'convert_db.TEMP_STORAGE_LOSS' is filtered out of table capturing
2024-12-25 10:08:34,141 INFO com.ververica.cdc.connectors.mysql.source.utils.TableDiscoveryUtils [] - 'convert_db.middle_81_8308_10746_10715' is filtered out of table capturing
2024-12-25 10:08:34,141 INFO com.ververica.cdc.connectors.mysql.source.utils.TableDiscoveryUtils [] - 'convert_db.middle_81_8310_10749_10718' is filtered out of table capturing
2024-12-25 10:08:34,141 INFO com.ververica.cdc.connectors.mysql.source.utils.TableDiscoveryUtils [] - 'convert_db.middle_81_8311_10751_10720' is filtered out of table capturing
2024-12-25 10:08:34,141 INFO com.ververica.cdc.connectors.mysql.source.utils.TableDiscoveryUtils [] - 'convert_db.middle_81_8312_10753_10722' is filtered out of table capturing
2024-12-25 10:08:34,141 INFO com.ververica.cdc.connectors.mysql.source.utils.TableDiscoveryUtils [] - 'convert_db.temp_flowno' is filtered out of table capturing
2024-12-25 10:08:34,142 INFO com.ververica.cdc.connectors.mysql.source.utils.TableDiscoveryUtils [] - 'convert_db.test_20240904163756' is filtered out of table capturing
2024-12-25 10:08:34,143 INFO org.apache.flink.runtime.resourcemanager.StandaloneResourceManager [] - Registering job manager [email protected]://flink@localhost:6123/user/rpc/jobmanager_2 for job fcaa1d543dff1f954fdc6a9fb5ae9cdb.
2024-12-25 10:08:34,158 INFO org.apache.flink.runtime.resourcemanager.StandaloneResourceManager [] - Registered job manager [email protected]://flink@localhost:6123/user/rpc/jobmanager_2 for job fcaa1d543dff1f954fdc6a9fb5ae9cdb.
2024-12-25 10:08:34,164 INFO io.debezium.jdbc.JdbcConnection [] - Connection gracefully closed
2024-12-25 10:08:34,168 INFO org.apache.flink.runtime.jobmaster.JobMaster [] - JobManager successfully registered at ResourceManager, leader id: 00000000000000000000000000000000.
2024-12-25 10:08:34,174 INFO com.ververica.cdc.connectors.mysql.source.assigners.MySqlSnapshotSplitAssigner [] - Start splitting table convert_db.FINAL_TARGET_ALLOCATION_1 into chunks...
2024-12-25 10:08:34,173 INFO org.apache.flink.runtime.resourcemanager.slotmanager.FineGrainedSlotManager [] - Received resource requirements from job fcaa1d543dff1f954fdc6a9fb5ae9cdb: [ResourceRequirement{resourceProfile=ResourceProfile{UNKNOWN}, numberOfRequiredSlots=1}]
2024-12-25 10:08:34,253 INFO org.apache.flink.runtime.resourcemanager.slotmanager.FineGrainedSlotManager [] - Matching resource requirements against available resources.
Missing resources:
Job fcaa1d543dff1f954fdc6a9fb5ae9cdb
ResourceRequirement{resourceProfile=ResourceProfile{UNKNOWN}, numberOfRequiredSlots=1}
Current resources:
TaskManager localhost:38259-dcb6a2
Available: ResourceProfile{cpuCores=1E+1, taskHeapMemory=2.016gb (2164260825 bytes), taskOffHeapMemory=0 bytes, managedMemory=1.813gb (1946157081 bytes), networkMemory=464.000mb (486539270 bytes)}
Total: ResourceProfile{cpuCores=1E+1, taskHeapMemory=2.016gb (2164260825 bytes), taskOffHeapMemory=0 bytes, managedMemory=1.813gb (1946157081 bytes), networkMemory=464.000mb (486539270 bytes)}
2024-12-25 10:08:34,265 INFO org.apache.flink.runtime.resourcemanager.slotmanager.DefaultSlotStatusSyncer [] - Starting allocation of slot 7ce46ca2849acc7b6ee1f4f0ae7ca516 from localhost:38259-dcb6a2 for job fcaa1d543dff1f954fdc6a9fb5ae9cdb with resource profile ResourceProfile{cpuCores=1, taskHeapMemory=206.400mb (216426082 bytes), taskOffHeapMemory=0 bytes, managedMemory=185.600mb (194615708 bytes), networkMemory=46.400mb (48653927 bytes)}.
2024-12-25 10:08:34,509 INFO org.apache.flink.runtime.executiongraph.ExecutionGraph [] - Source: MySQL Source -> Process (1/1) (23768a222273b26e65b37978c270a190_cbc357ccb763df2852fee8c4fc7d55f2_0_0) switched from SCHEDULED to DEPLOYING.
2024-12-25 10:08:34,509 INFO org.apache.flink.runtime.executiongraph.ExecutionGraph [] - Deploying Source: MySQL Source -> Process (1/1) (attempt #0) with attempt id 23768a222273b26e65b37978c270a190_cbc357ccb763df2852fee8c4fc7d55f2_0_0 and vertex id cbc357ccb763df2852fee8c4fc7d55f2_0 to localhost:38259-dcb6a2 @ localhost (dataPort=39083) with allocation id 7ce46ca2849acc7b6ee1f4f0ae7ca516
2024-12-25 10:08:35,056 INFO org.apache.flink.runtime.executiongraph.ExecutionGraph [] - Source: MySQL Source -> Process (1/1) (23768a222273b26e65b37978c270a190_cbc357ccb763df2852fee8c4fc7d55f2_0_0) switched from DEPLOYING to INITIALIZING.
2024-12-25 10:08:36,182 INFO org.apache.flink.runtime.source.coordinator.SourceCoordinator [] - Source Source: MySQL Source registering reader for parallel task 0 (#0) @ localhost
2024-12-25 10:08:36,195 INFO org.apache.flink.runtime.executiongraph.ExecutionGraph [] - Source: MySQL Source -> Process (1/1) (23768a222273b26e65b37978c270a190_cbc357ccb763df2852fee8c4fc7d55f2_0_0) switched from INITIALIZING to RUNNING.
2024-12-25 10:08:36,201 INFO org.apache.flink.runtime.source.coordinator.SourceCoordinator [] - Source Source: MySQL Source received split request from parallel task 0 (#0)
2024-12-25 10:08:36,447 INFO com.ververica.cdc.connectors.mysql.source.assigners.MySqlChunkSplitter [] - Use unevenly-sized chunks for table convert_db.FINAL_TARGET_ALLOCATION_1, the chunk size is 8096 from null
2024-12-25 10:08:36,592 INFO com.ververica.cdc.connectors.mysql.source.assigners.MySqlChunkSplitter [] - ChunkSplitter has split 0 chunks for table convert_db.FINAL_TARGET_ALLOCATION_1
2024-12-25 10:08:36,595 INFO com.ververica.cdc.connectors.mysql.source.assigners.MySqlSnapshotSplitAssigner [] - Split table convert_db.FINAL_TARGET_ALLOCATION_1 into 1 chunks, time cost: 2421ms.
2024-12-25 10:08:36,694 INFO com.ververica.cdc.connectors.mysql.source.enumerator.MySqlSourceEnumerator [] - The enumerator assigns split MySqlSnapshotSplit{tableId=convert_db.FINAL_TARGET_ALLOCATION_1, splitId='convert_db.FINAL_TARGET_ALLOCATION_1:0', splitKeyType=[CALMONTH CHAR(6) NOT NULL], splitStart=null, splitEnd=null, highWatermark=null} to subtask 0
2024-12-25 10:08:40,754 INFO org.apache.flink.runtime.checkpoint.CheckpointCoordinator [] - Triggering checkpoint 1 (type=CheckpointType{name='Checkpoint', sharingFilesStrategy=FORWARD_BACKWARD}) @ 1735092520726 for job fcaa1d543dff1f954fdc6a9fb5ae9cdb.
2024-12-25 10:08:41,011 INFO org.apache.flink.runtime.checkpoint.CheckpointCoordinator [] - Completed checkpoint 1 for job fcaa1d543dff1f954fdc6a9fb5ae9cdb (90491 bytes, checkpointDuration=275 ms, finalizationTime=10 ms).
2024-12-25 10:08:41,016 INFO org.apache.flink.runtime.source.coordinator.SourceCoordinator [] - Marking checkpoint 1 as completed for source Source: MySQL Source.
2024-12-25 10:08:50,726 INFO org.apache.flink.runtime.checkpoint.CheckpointCoordinator [] - Triggering checkpoint 2 (type=CheckpointType{name='Checkpoint', sharingFilesStrategy=FORWARD_BACKWARD}) @ 1735092530723 for job fcaa1d543dff1f954fdc6a9fb5ae9cdb.
2024-12-25 10:08:58,300 INFO org.apache.flink.runtime.checkpoint.CheckpointCoordinator [] - Completed checkpoint 2 for job fcaa1d543dff1f954fdc6a9fb5ae9cdb (90645 bytes, checkpointDuration=7573 ms, finalizationTime=3 ms).
2024-12-25 10:08:58,301 INFO com.ververica.cdc.connectors.mysql.source.enumerator.MySqlSourceEnumerator [] - The enumerator under INITIAL_ASSIGNING receives finished split offsets FinishedSnapshotSplitsReportEvent{finishedOffsets={convert_db.FINAL_TARGET_ALLOCATION_1:0={ts_sec=0, file=mysql-bin.000859, pos=197, kind=SPECIFIC, gtids=26ab7788-3d95-11ef-b6e9-005056918fcc:1-58999311, row=0, event=0}}} from subtask 0.
2024-12-25 10:08:58,302 INFO com.ververica.cdc.connectors.mysql.source.assigners.AssignerStatus [] - Assigner status changes from INITIAL_ASSIGNING to INITIAL_ASSIGNING_FINISHED
2024-12-25 10:08:58,303 INFO com.ververica.cdc.connectors.mysql.source.assigners.MySqlSnapshotSplitAssigner [] - Snapshot split assigner received all splits finished and the job parallelism is 1, snapshot split assigner is turn into finished status.
2024-12-25 10:08:58,307 INFO org.apache.flink.runtime.source.coordinator.SourceCoordinator [] - Source Source: MySQL Source received split request from parallel task 0 (#0)
2024-12-25 10:08:58,320 INFO com.ververica.cdc.connectors.mysql.source.enumerator.MySqlSourceEnumerator [] - The enumerator assigns split MySqlBinlogSplit{splitId='binlog-split', offset={ts_sec=0, file=mysql-bin.000859, pos=197, kind=SPECIFIC, gtids=26ab7788-3d95-11ef-b6e9-005056918fcc:1-58999311, row=0, event=0}, endOffset={ts_sec=0, file=, pos=-9223372036854775808, kind=NON_STOPPING, row=0, event=0}, isSuspended=false} to subtask 0
2024-12-25 10:08:58,320 INFO org.apache.flink.runtime.source.coordinator.SourceCoordinator [] - Marking checkpoint 2 as completed for source Source: MySQL Source.
2024-12-25 10:09:00,294 INFO com.ververica.cdc.connectors.mysql.source.enumerator.MySqlSourceEnumerator [] - The enumerator receives notice from subtask 0 for the binlog split assignment.
2024-12-25 10:09:00,725 INFO org.apache.flink.runtime.checkpoint.CheckpointCoordinator [] - Triggering checkpoint 3 (type=CheckpointType{name='Checkpoint', sharingFilesStrategy=FORWARD_BACKWARD}) @ 1735092540723 for job fcaa1d543dff1f954fdc6a9fb5ae9cdb.
2024-12-25 10:09:00,795 INFO org.apache.flink.runtime.checkpoint.CheckpointCoordinator [] - Completed checkpoint 3 for job fcaa1d543dff1f954fdc6a9fb5ae9cdb (91084 bytes, checkpointDuration=71 ms, finalizationTime=1 ms).
2024-12-25 10:09:00,800 INFO org.apache.flink.runtime.source.coordinator.SourceCoordinator [] - Marking checkpoint 3 as completed for source Source: MySQL Source.
2024-12-25 10:09:10,724 INFO org.apache.flink.runtime.checkpoint.CheckpointCoordinator [] - Triggering checkpoint 4 (type=CheckpointType{name='Checkpoint', sharingFilesStrategy=FORWARD_BACKWARD}) @ 1735092550723 for job fcaa1d543dff1f954fdc6a9fb5ae9cdb.
2024-12-25 10:09:10,769 INFO org.apache.flink.runtime.checkpoint.CheckpointCoordinator [] - Completed checkpoint 4 for job fcaa1d543dff1f954fdc6a9fb5ae9cdb (91084 bytes, checkpointDuration=45 ms, finalizationTime=1 ms).
2024-12-25 10:09:10,770 INFO org.apache.flink.runtime.source.coordinator.SourceCoordinator [] - Marking checkpoint 4 as completed for source Source: MySQL Source.
2024-12-25 10:09:20,724 INFO org.apache.flink.runtime.checkpoint.CheckpointCoordinator [] - Triggering checkpoint 5 (type=CheckpointType{name='Checkpoint', sharingFilesStrategy=FORWARD_BACKWARD}) @ 1735092560723 for job fcaa1d543dff1f954fdc6a9fb5ae9cdb.
2024-12-25 10:09:20,763 INFO org.apache.flink.runtime.checkpoint.CheckpointCoordinator [] - Completed checkpoint 5 for job fcaa1d543dff1f954fdc6a9fb5ae9cdb (91084 bytes, checkpointDuration=39 ms, finalizationTime=1 ms).
2024-12-25 10:09:20,764 INFO org.apache.flink.runtime.source.coordinator.SourceCoordinator [] - Marking checkpoint 5 as completed for source Source: MySQL Source.
2024-12-25 10:09:30,724 INFO org.apache.flink.runtime.checkpoint.CheckpointCoordinator [] - Triggering checkpoint 6 (type=CheckpointType{name='Checkpoint', sharingFilesStrategy=FORWARD_BACKWARD}) @ 1735092570723 for job fcaa1d543dff1f954fdc6a9fb5ae9cdb.
2024-12-25 10:09:30,764 INFO org.apache.flink.runtime.checkpoint.CheckpointCoordinator [] - Completed checkpoint 6 for job fcaa1d543dff1f954fdc6a9fb5ae9cdb (91084 bytes, checkpointDuration=40 ms, finalizationTime=1 ms).
2024-12-25 10:09:30,766 INFO org.apache.flink.runtime.source.coordinator.SourceCoordinator [] - Marking checkpoint 6 as completed for source Source: MySQL Source.
2024-12-25 10:09:40,724 INFO org.apache.flink.runtime.checkpoint.CheckpointCoordinator [] - Triggering checkpoint 7 (type=CheckpointType{name='Checkpoint', sharingFilesStrategy=FORWARD_BACKWARD}) @ 1735092580723 for job fcaa1d543dff1f954fdc6a9fb5ae9cdb.
2024-12-25 10:09:40,764 INFO org.apache.flink.runtime.checkpoint.CheckpointCoordinator [] - Completed checkpoint 7 for job fcaa1d543dff1f954fdc6a9fb5ae9cdb (91084 bytes, checkpointDuration=41 ms, finalizationTime=0 ms).
2024-12-25 10:09:40,766 INFO org.apache.flink.runtime.source.coordinator.SourceCoordinator [] - Marking checkpoint 7 as completed for source Source: MySQL Source.
2024-12-25 10:09:50,725 INFO org.apache.flink.runtime.checkpoint.CheckpointCoordinator [] - Triggering checkpoint 8 (type=CheckpointType{name='Checkpoint', sharingFilesStrategy=FORWARD_BACKWARD}) @ 1735092590723 for job fcaa1d543dff1f954fdc6a9fb5ae9cdb.
2024-12-25 10:09:50,766 INFO org.apache.flink.runtime.checkpoint.CheckpointCoordinator [] - Completed checkpoint 8 for job fcaa1d543dff1f954fdc6a9fb5ae9cdb (91130 bytes, checkpointDuration=42 ms, finalizationTime=1 ms).
2024-12-25 10:09:50,768 INFO org.apache.flink.runtime.source.coordinator.SourceCoordinator [] - Marking checkpoint 8 as completed for source Source: MySQL Source.
2024-12-25 10:10:00,724 INFO org.apache.flink.runtime.checkpoint.CheckpointCoordinator [] - Triggering checkpoint 9 (type=CheckpointType{name='Checkpoint', sharingFilesStrategy=FORWARD_BACKWARD}) @ 1735092600723 for job fcaa1d543dff1f954fdc6a9fb5ae9cdb.
2024-12-25 10:10:00,762 INFO org.apache.flink.runtime.checkpoint.CheckpointCoordinator [] - Completed checkpoint 9 for job fcaa1d543dff1f954fdc6a9fb5ae9cdb (91130 bytes, checkpointDuration=38 ms, finalizationTime=1 ms).
2024-12-25 10:10:00,763 INFO org.apache.flink.runtime.source.coordinator.SourceCoordinator [] - Marking checkpoint 9 as completed for source Source: MySQL Source.
2024-12-25 10:10:10,724 INFO org.apache.flink.runtime.checkpoint.CheckpointCoordinator [] - Triggering checkpoint 10 (type=CheckpointType{name='Checkpoint', sharingFilesStrategy=FORWARD_BACKWARD}) @ 1735092610723 for job fcaa1d543dff1f954fdc6a9fb5ae9cdb.
2024-12-25 10:10:10,759 INFO org.apache.flink.runtime.checkpoint.CheckpointCoordinator [] - Completed checkpoint 10 for job fcaa1d543dff1f954fdc6a9fb5ae9cdb (91130 bytes, checkpointDuration=35 ms, finalizationTime=1 ms).
2024-12-25 10:10:10,760 INFO org.apache.flink.runtime.source.coordinator.SourceCoordinator [] - Marking checkpoint 10 as completed for source Source: MySQL Source.
2024-12-25 10:10:20,725 INFO org.apache.flink.runtime.checkpoint.CheckpointCoordinator [] - Triggering checkpoint 11 (type=CheckpointType{name='Checkpoint', sharingFilesStrategy=FORWARD_BACKWARD}) @ 1735092620723 for job fcaa1d543dff1f954fdc6a9fb5ae9cdb.
2024-12-25 10:10:20,766 INFO org.apache.flink.runtime.checkpoint.CheckpointCoordinator [] - Completed checkpoint 11 for job fcaa1d543dff1f954fdc6a9fb5ae9cdb (91130 bytes, checkpointDuration=43 ms, finalizationTime=0 ms).
2024-12-25 10:10:20,768 INFO org.apache.flink.runtime.source.coordinator.SourceCoordinator [] - Marking checkpoint 11 as completed for source Source: MySQL Source.
2024-12-25 10:10:30,725 INFO org.apache.flink.runtime.checkpoint.CheckpointCoordinator [] - Triggering checkpoint 12 (type=CheckpointType{name='Checkpoint', sharingFilesStrategy=FORWARD_BACKWARD}) @ 1735092630723 for job fcaa1d543dff1f954fdc6a9fb5ae9cdb.
2024-12-25 10:10:30,763 INFO org.apache.flink.runtime.checkpoint.CheckpointCoordinator [] - Completed checkpoint 12 for job fcaa1d543dff1f954fdc6a9fb5ae9cdb (91130 bytes, checkpointDuration=39 ms, finalizationTime=0 ms).
2024-12-25 10:10:30,764 INFO org.apache.flink.runtime.source.coordinator.SourceCoordinator [] - Marking checkpoint 12 as completed for source Source: MySQL Source.
2024-12-25 10:10:40,725 INFO org.apache.flink.runtime.checkpoint.CheckpointCoordinator [] - Triggering checkpoint 13 (type=CheckpointType{name='Checkpoint', sharingFilesStrategy=FORWARD_BACKWARD}) @ 1735092640723 for job fcaa1d543dff1f954fdc6a9fb5ae9cdb.
2024-12-25 10:10:40,764 INFO org.apache.flink.runtime.checkpoint.CheckpointCoordinator [] - Completed checkpoint 13 for job fcaa1d543dff1f954fdc6a9fb5ae9cdb (91130 bytes, checkpointDuration=40 ms, finalizationTime=1 ms).
2024-12-25 10:10:40,765 INFO org.apache.flink.runtime.source.coordinator.SourceCoordinator [] - Marking checkpoint 13 as completed for source Source: MySQL Source.
2024-12-25 10:10:50,724 INFO org.apache.flink.runtime.checkpoint.CheckpointCoordinator [] - Triggering checkpoint 14 (type=CheckpointType{name='Checkpoint', sharingFilesStrategy=FORWARD_BACKWARD}) @ 1735092650723 for job fcaa1d543dff1f954fdc6a9fb5ae9cdb.
2024-12-25 10:10:50,768 INFO org.apache.flink.runtime.checkpoint.CheckpointCoordinator [] - Completed checkpoint 14 for job fcaa1d543dff1f954fdc6a9fb5ae9cdb (91130 bytes, checkpointDuration=45 ms, finalizationTime=0 ms).
2024-12-25 10:10:50,770 INFO org.apache.flink.runtime.source.coordinator.SourceCoordinator [] - Marking checkpoint 14 as completed for source Source: MySQL Source.
2024-12-25 10:11:00,724 INFO org.apache.flink.runtime.checkpoint.CheckpointCoordinator [] - Triggering checkpoint 15 (type=CheckpointType{name='Checkpoint', sharingFilesStrategy=FORWARD_BACKWARD}) @ 1735092660723 for job fcaa1d543dff1f954fdc6a9fb5ae9cdb.
2024-12-25 10:11:00,763 INFO org.apache.flink.runtime.checkpoint.CheckpointCoordinator [] - Completed checkpoint 15 for job fcaa1d543dff1f954fdc6a9fb5ae9cdb (91130 bytes, checkpointDuration=39 ms, finalizationTime=1 ms).
2024-12-25 10:11:00,764 INFO org.apache.flink.runtime.source.coordinator.SourceCoordinator [] - Marking checkpoint 15 as completed for source Source: MySQL Source.
2024-12-25 10:11:10,724 INFO org.apache.flink.runtime.checkpoint.CheckpointCoordinator [] - Triggering checkpoint 16 (type=CheckpointType{name='Checkpoint', sharingFilesStrategy=FORWARD_BACKWARD}) @ 1735092670723 for job fcaa1d543dff1f954fdc6a9fb5ae9cdb.
2024-12-25 10:11:10,760 INFO org.apache.flink.runtime.checkpoint.CheckpointCoordinator [] - Completed checkpoint 16 for job fcaa1d543dff1f954fdc6a9fb5ae9cdb (91130 bytes, checkpointDuration=37 ms, finalizationTime=0 ms).
2024-12-25 10:11:10,761 INFO org.apache.flink.runtime.source.coordinator.SourceCoordinator [] - Marking checkpoint 16 as completed for source Source: MySQL Source.
2024-12-25 10:11:20,724 INFO org.apache.flink.runtime.checkpoint.CheckpointCoordinator [] - Triggering checkpoint 17 (type=CheckpointType{name='Checkpoint', sharingFilesStrategy=FORWARD_BACKWARD}) @ 1735092680723 for job fcaa1d543dff1f954fdc6a9fb5ae9cdb.
2024-12-25 10:11:20,762 INFO org.apache.flink.runtime.checkpoint.CheckpointCoordinator [] - Completed checkpoint 17 for job fcaa1d543dff1f954fdc6a9fb5ae9cdb (91130 bytes, checkpointDuration=38 ms, finalizationTime=1 ms).
2024-12-25 10:11:20,763 INFO org.apache.flink.runtime.source.coordinator.SourceCoordinator [] - Marking checkpoint 17 as completed for source Source: MySQL Source.
2024-12-25 10:11:30,724 INFO org.apache.flink.runtime.checkpoint.CheckpointCoordinator [] - Triggering checkpoint 18 (type=CheckpointType{name='Checkpoint', sharingFilesStrategy=FORWARD_BACKWARD}) @ 1735092690723 for job fcaa1d543dff1f954fdc6a9fb5ae9cdb.
2024-12-25 10:11:30,758 INFO org.apache.flink.runtime.checkpoint.CheckpointCoordinator [] - Completed checkpoint 18 for job fcaa1d543dff1f954fdc6a9fb5ae9cdb (91130 bytes, checkpointDuration=34 ms, finalizationTime=0 ms).
2024-12-25 10:11:30,759 INFO org.apache.flink.runtime.source.coordinator.SourceCoordinator [] - Marking checkpoint 18 as completed for source Source: MySQL Source.
2024-12-25 10:11:40,724 INFO org.apache.flink.runtime.checkpoint.CheckpointCoordinator [] - Triggering checkpoint 19 (type=CheckpointType{name='Checkpoint', sharingFilesStrategy=FORWARD_BACKWARD}) @ 1735092700723 for job fcaa1d543dff1f954fdc6a9fb5ae9cdb.
2024-12-25 10:11:40,760 INFO org.apache.flink.runtime.checkpoint.CheckpointCoordinator [] - Completed checkpoint 19 for job fcaa1d543dff1f954fdc6a9fb5ae9cdb (91130 bytes, checkpointDuration=36 ms, finalizationTime=1 ms).
2024-12-25 10:11:40,761 INFO org.apache.flink.runtime.source.coordinator.SourceCoordinator [] - Marking checkpoint 19 as completed for source Source: MySQL Source.
2024-12-25 10:11:50,725 INFO org.apache.flink.runtime.checkpoint.CheckpointCoordinator [] - Triggering checkpoint 20 (type=CheckpointType{name='Checkpoint', sharingFilesStrategy=FORWARD_BACKWARD}) @ 1735092710723 for job fcaa1d543dff1f954fdc6a9fb5ae9cdb.
2024-12-25 10:11:50,758 INFO org.apache.flink.runtime.checkpoint.CheckpointCoordinator [] - Completed checkpoint 20 for job fcaa1d543dff1f954fdc6a9fb5ae9cdb (91130 bytes, checkpointDuration=35 ms, finalizationTime=0 ms).
2024-12-25 10:11:50,759 INFO org.apache.flink.runtime.source.coordinator.SourceCoordinator [] - Marking checkpoint 20 as completed for source Source: MySQL Source.
2024-12-25 10:12:00,724 INFO org.apache.flink.runtime.checkpoint.CheckpointCoordinator [] - Triggering checkpoint 21 (type=CheckpointType{name='Checkpoint', sharingFilesStrategy=FORWARD_BACKWARD}) @ 1735092720723 for job fcaa1d543dff1f954fdc6a9fb5ae9cdb.
2024-12-25 10:12:00,759 INFO org.apache.flink.runtime.checkpoint.CheckpointCoordinator [] - Completed checkpoint 21 for job fcaa1d543dff1f954fdc6a9fb5ae9cdb (91130 bytes, checkpointDuration=35 ms, finalizationTime=1 ms).
2024-12-25 10:12:00,760 INFO org.apache.flink.runtime.source.coordinator.SourceCoordinator [] - Marking checkpoint 21 as completed for source Source: MySQL Source.
2024-12-25 10:12:10,724 INFO org.apache.flink.runtime.checkpoint.CheckpointCoordinator [] - Triggering checkpoint 22 (type=CheckpointType{name='Checkpoint', sharingFilesStrategy=FORWARD_BACKWARD}) @ 1735092730723 for job fcaa1d543dff1f954fdc6a9fb5ae9cdb.
2024-12-25 10:12:10,809 INFO org.apache.flink.runtime.checkpoint.CheckpointCoordinator [] - Completed checkpoint 22 for job fcaa1d543dff1f954fdc6a9fb5ae9cdb (91130 bytes, checkpointDuration=78 ms, finalizationTime=8 ms).
2024-12-25 10:12:10,810 INFO org.apache.flink.runtime.source.coordinator.SourceCoordinator [] - Marking checkpoint 22 as completed for source Source: MySQL Source.
2024-12-25 10:12:20,724 INFO org.apache.flink.runtime.checkpoint.CheckpointCoordinator [] - Triggering checkpoint 23 (type=CheckpointType{name='Checkpoint', sharingFilesStrategy=FORWARD_BACKWARD}) @ 1735092740723 for job fcaa1d543dff1f954fdc6a9fb5ae9cdb.
2024-12-25 10:12:20,754 INFO org.apache.flink.runtime.checkpoint.CheckpointCoordinator [] - Completed checkpoint 23 for job fcaa1d543dff1f954fdc6a9fb5ae9cdb (91130 bytes, checkpointDuration=30 ms, finalizationTime=1 ms).
2024-12-25 10:12:20,755 INFO org.apache.flink.runtime.source.coordinator.SourceCoordinator [] - Marking checkpoint 23 as completed for source Source: MySQL Source.
2024-12-25 10:12:30,724 INFO org.apache.flink.runtime.checkpoint.CheckpointCoordinator [] - Triggering checkpoint 24 (type=CheckpointType{name='Checkpoint', sharingFilesStrategy=FORWARD_BACKWARD}) @ 1735092750723 for job fcaa1d543dff1f954fdc6a9fb5ae9cdb.
2024-12-25 10:12:30,755 INFO org.apache.flink.runtime.checkpoint.CheckpointCoordinator [] - Completed checkpoint 24 for job fcaa1d543dff1f954fdc6a9fb5ae9cdb (91130 bytes, checkpointDuration=31 ms, finalizationTime=1 ms).
2024-12-25 10:12:30,756 INFO org.apache.flink.runtime.source.coordinator.SourceCoordinator [] - Marking checkpoint 24 as completed for source Source: MySQL Source.
2024-12-25 10:12:40,724 INFO org.apache.flink.runtime.checkpoint.CheckpointCoordinator [] - Triggering checkpoint 25 (type=CheckpointType{name='Checkpoint', sharingFilesStrategy=FORWARD_BACKWARD}) @ 1735092760723 for job fcaa1d543dff1f954fdc6a9fb5ae9cdb.
2024-12-25 10:12:40,753 INFO org.apache.flink.runtime.checkpoint.CheckpointCoordinator [] - Completed checkpoint 25 for job fcaa1d543dff1f954fdc6a9fb5ae9cdb (91130 bytes, checkpointDuration=29 ms, finalizationTime=1 ms).
2024-12-25 10:12:40,754 INFO org.apache.flink.runtime.source.coordinator.SourceCoordinator [] - Marking checkpoint 25 as completed for source Source: MySQL Source.
2024-12-25 10:12:50,724 INFO org.apache.flink.runtime.checkpoint.CheckpointCoordinator [] - Triggering checkpoint 26 (type=CheckpointType{name='Checkpoint', sharingFilesStrategy=FORWARD_BACKWARD}) @ 1735092770723 for job fcaa1d543dff1f954fdc6a9fb5ae9cdb.
2024-12-25 10:12:50,752 INFO org.apache.flink.runtime.checkpoint.CheckpointCoordinator [] - Completed checkpoint 26 for job fcaa1d543dff1f954fdc6a9fb5ae9cdb (91130 bytes, checkpointDuration=29 ms, finalizationTime=0 ms).
2024-12-25 10:12:50,754 INFO org.apache.flink.runtime.source.coordinator.SourceCoordinator [] - Marking checkpoint 26 as completed for source Source: MySQL Source.
2024-12-25 10:13:00,724 INFO org.apache.flink.runtime.checkpoint.CheckpointCoordinator [] - Triggering checkpoint 27 (type=CheckpointType{name='Checkpoint', sharingFilesStrategy=FORWARD_BACKWARD}) @ 1735092780723 for job fcaa1d543dff1f954fdc6a9fb5ae9cdb.
2024-12-25 10:13:00,757 INFO org.apache.flink.runtime.checkpoint.CheckpointCoordinator [] - Completed checkpoint 27 for job fcaa1d543dff1f954fdc6a9fb5ae9cdb (91130 bytes, checkpointDuration=32 ms, finalizationTime=2 ms).
2024-12-25 10:13:00,758 INFO org.apache.flink.runtime.source.coordinator.SourceCoordinator [] - Marking checkpoint 27 as completed for source Source: MySQL Source.
2024-12-25 10:13:10,724 INFO org.apache.flink.runtime.checkpoint.CheckpointCoordinator [] - Triggering checkpoint 28 (type=CheckpointType{name='Checkpoint', sharingFilesStrategy=FORWARD_BACKWARD}) @ 1735092790723 for job fcaa1d543dff1f954fdc6a9fb5ae9cdb.
2024-12-25 10:13:10,752 INFO org.apache.flink.runtime.checkpoint.CheckpointCoordinator [] - Completed checkpoint 28 for job fcaa1d543dff1f954fdc6a9fb5ae9cdb (91130 bytes, checkpointDuration=28 ms, finalizationTime=1 ms).
2024-12-25 10:13:10,753 INFO org.apache.flink.runtime.source.coordinator.SourceCoordinator [] - Marking checkpoint 28 as completed for source Source: MySQL Source.
2024-12-25 10:13:20,724 INFO org.apache.flink.runtime.checkpoint.CheckpointCoordinator [] - Triggering checkpoint 29 (type=CheckpointType{name='Checkpoint', sharingFilesStrategy=FORWARD_BACKWARD}) @ 1735092800723 for job fcaa1d543dff1f954fdc6a9fb5ae9cdb.
2024-12-25 10:13:20,752 INFO org.apache.flink.runtime.checkpoint.CheckpointCoordinator [] - Completed checkpoint 29 for job fcaa1d543dff1f954fdc6a9fb5ae9cdb (91130 bytes, checkpointDuration=28 ms, finalizationTime=1 ms).
2024-12-25 10:13:20,753 INFO org.apache.flink.runtime.source.coordinator.SourceCoordinator [] - Marking checkpoint 29 as completed for source Source: MySQL Source.
2024-12-25 10:13:30,724 INFO org.apache.flink.runtime.checkpoint.CheckpointCoordinator [] - Triggering checkpoint 30 (type=CheckpointType{name='Checkpoint', sharingFilesStrategy=FORWARD_BACKWARD}) @ 1735092810723 for job fcaa1d543dff1f954fdc6a9fb5ae9cdb.
2024-12-25 10:13:30,755 INFO org.apache.flink.runtime.checkpoint.CheckpointCoordinator [] - Completed checkpoint 30 for job fcaa1d543dff1f954fdc6a9fb5ae9cdb (91130 bytes, checkpointDuration=32 ms, finalizationTime=0 ms).
2024-12-25 10:13:30,757 INFO org.apache.flink.runtime.source.coordinator.SourceCoordinator [] - Marking checkpoint 30 as completed for source Source: MySQL Source.
2024-12-25 10:13:40,724 INFO org.apache.flink.runtime.checkpoint.CheckpointCoordinator [] - Triggering checkpoint 31 (type=CheckpointType{name='Checkpoint', sharingFilesStrategy=FORWARD_BACKWARD}) @ 1735092820723 for job fcaa1d543dff1f954fdc6a9fb5ae9cdb.
2024-12-25 10:13:40,759 INFO org.apache.flink.runtime.checkpoint.CheckpointCoordinator [] - Completed checkpoint 31 for job fcaa1d543dff1f954fdc6a9fb5ae9cdb (91130 bytes, checkpointDuration=35 ms, finalizationTime=1 ms).
2024-12-25 10:13:40,760 INFO org.apache.flink.runtime.source.coordinator.SourceCoordinator [] - Marking checkpoint 31 as completed for source Source: MySQL Source.
2024-12-25 10:13:50,725 INFO org.apache.flink.runtime.checkpoint.CheckpointCoordinator [] - Triggering checkpoint 32 (type=CheckpointType{name='Checkpoint', sharingFilesStrategy=FORWARD_BACKWARD}) @ 1735092830723 for job fcaa1d543dff1f954fdc6a9fb5ae9cdb.
2024-12-25 10:13:50,761 INFO org.apache.flink.runtime.checkpoint.CheckpointCoordinator [] - Completed checkpoint 32 for job fcaa1d543dff1f954fdc6a9fb5ae9cdb (91130 bytes, checkpointDuration=37 ms, finalizationTime=0 ms).
2024-12-25 10:13:50,763 INFO org.apache.flink.runtime.source.coordinator.SourceCoordinator [] - Marking checkpoint 32 as completed for source Source: MySQL Source.
2024-12-25 10:14:00,724 INFO org.apache.flink.runtime.checkpoint.CheckpointCoordinator [] - Triggering checkpoint 33 (type=CheckpointType{name='Checkpoint', sharingFilesStrategy=FORWARD_BACKWARD}) @ 1735092840723 for job fcaa1d543dff1f954fdc6a9fb5ae9cdb.
2024-12-25 10:14:00,752 INFO org.apache.flink.runtime.checkpoint.CheckpointCoordinator [] - Completed checkpoint 33 for job fcaa1d543dff1f954fdc6a9fb5ae9cdb (91130 bytes, checkpointDuration=29 ms, finalizationTime=0 ms).
2024-12-25 10:14:00,753 INFO org.apache.flink.runtime.source.coordinator.SourceCoordinator [] - Marking checkpoint 33 as completed for source Source: MySQL Source.
2024-12-25 10:14:10,725 INFO org.apache.flink.runtime.checkpoint.CheckpointCoordinator [] - Triggering checkpoint 34 (type=CheckpointType{name='Checkpoint', sharingFilesStrategy=FORWARD_BACKWARD}) @ 1735092850723 for job fcaa1d543dff1f954fdc6a9fb5ae9cdb.
2024-12-25 10:14:10,758 INFO org.apache.flink.runtime.checkpoint.CheckpointCoordinator [] - Completed checkpoint 34 for job fcaa1d543dff1f954fdc6a9fb5ae9cdb (91130 bytes, checkpointDuration=34 ms, finalizationTime=1 ms).
2024-12-25 10:14:10,759 INFO org.apache.flink.runtime.source.coordinator.SourceCoordinator [] - Marking checkpoint 34 as completed for source Source: MySQL Source.
2024-12-25 10:14:20,724 INFO org.apache.flink.runtime.checkpoint.CheckpointCoordinator [] - Triggering checkpoint 35 (type=CheckpointType{name='Checkpoint', sharingFilesStrategy=FORWARD_BACKWARD}) @ 1735092860723 for job fcaa1d543dff1f954fdc6a9fb5ae9cdb.
2024-12-25 10:14:20,754 INFO org.apache.flink.runtime.checkpoint.CheckpointCoordinator [] - Completed checkpoint 35 for job fcaa1d543dff1f954fdc6a9fb5ae9cdb (91130 bytes, checkpointDuration=30 ms, finalizationTime=1 ms).
2024-12-25 10:14:20,755 INFO org.apache.flink.runtime.source.coordinator.SourceCoordinator [] - Marking checkpoint 35 as completed for source Source: MySQL Source.
2024-12-25 10:14:30,724 INFO org.apache.flink.runtime.checkpoint.CheckpointCoordinator [] - Triggering checkpoint 36 (type=CheckpointType{name='Checkpoint', sharingFilesStrategy=FORWARD_BACKWARD}) @ 1735092870723 for job fcaa1d543dff1f954fdc6a9fb5ae9cdb.
2024-12-25 10:14:30,750 INFO org.apache.flink.runtime.checkpoint.CheckpointCoordinator [] - Completed checkpoint 36 for job fcaa1d543dff1f954fdc6a9fb5ae9cdb (91130 bytes, checkpointDuration=27 ms, finalizationTime=0 ms).
2024-12-25 10:14:30,751 INFO org.apache.flink.runtime.source.coordinator.SourceCoordinator [] - Marking checkpoint 36 as completed for source Source: MySQL Source.
2024-12-25 10:14:40,724 INFO org.apache.flink.runtime.checkpoint.CheckpointCoordinator [] - Triggering checkpoint 37 (type=CheckpointType{name='Checkpoint', sharingFilesStrategy=FORWARD_BACKWARD}) @ 1735092880723 for job fcaa1d543dff1f954fdc6a9fb5ae9cdb.
2024-12-25 10:14:40,750 INFO org.apache.flink.runtime.checkpoint.CheckpointCoordinator [] - Completed checkpoint 37 for job fcaa1d543dff1f954fdc6a9fb5ae9cdb (91130 bytes, checkpointDuration=26 ms, finalizationTime=1 ms).
2024-12-25 10:14:40,751 INFO org.apache.flink.runtime.source.coordinator.SourceCoordinator [] - Marking checkpoint 37 as completed for source Source: MySQL Source.
2024-12-25 10:14:50,725 INFO org.apache.flink.runtime.checkpoint.CheckpointCoordinator [] - Triggering checkpoint 38 (type=CheckpointType{name='Checkpoint', sharingFilesStrategy=FORWARD_BACKWARD}) @ 1735092890723 for job fcaa1d543dff1f954fdc6a9fb5ae9cdb.
2024-12-25 10:14:50,756 INFO org.apache.flink.runtime.checkpoint.CheckpointCoordinator [] - Completed checkpoint 38 for job fcaa1d543dff1f954fdc6a9fb5ae9cdb (91130 bytes, checkpointDuration=33 ms, finalizationTime=0 ms).
2024-12-25 10:14:50,758 INFO org.apache.flink.runtime.source.coordinator.SourceCoordinator [] - Marking checkpoint 38 as completed for source Source: MySQL Source.
2024-12-25 10:15:00,724 INFO org.apache.flink.runtime.checkpoint.CheckpointCoordinator [] - Triggering checkpoint 39 (type=CheckpointType{name='Checkpoint', sharingFilesStrategy=FORWARD_BACKWARD}) @ 1735092900723 for job fcaa1d543dff1f954fdc6a9fb5ae9cdb.
2024-12-25 10:15:00,753 INFO org.apache.flink.runtime.checkpoint.CheckpointCoordinator [] - Completed checkpoint 39 for job fcaa1d543dff1f954fdc6a9fb5ae9cdb (91130 bytes, checkpointDuration=29 ms, finalizationTime=1 ms).
2024-12-25 10:15:00,754 INFO org.apache.flink.runtime.source.coordinator.SourceCoordinator [] - Marking checkpoint 39 as completed for source Source: MySQL Source.
2024-12-25 10:15:10,724 INFO org.apache.flink.runtime.checkpoint.CheckpointCoordinator [] - Triggering checkpoint 40 (type=CheckpointType{name='Checkpoint', sharingFilesStrategy=FORWARD_BACKWARD}) @ 1735092910723 for job fcaa1d543dff1f954fdc6a9fb5ae9cdb.
2024-12-25 10:15:10,761 INFO org.apache.flink.runtime.checkpoint.CheckpointCoordinator [] - Completed checkpoint 40 for job fcaa1d543dff1f954fdc6a9fb5ae9cdb (91130 bytes, checkpointDuration=37 ms, finalizationTime=1 ms).
2024-12-25 10:15:10,763 INFO org.apache.flink.runtime.source.coordinator.SourceCoordinator [] - Marking checkpoint 40 as completed for source Source: MySQL Source.
2024-12-25 10:15:20,724 INFO org.apache.flink.runtime.checkpoint.CheckpointCoordinator [] - Triggering checkpoint 41 (type=CheckpointType{name='Checkpoint', sharingFilesStrategy=FORWARD_BACKWARD}) @ 1735092920723 for job fcaa1d543dff1f954fdc6a9fb5ae9cdb.
2024-12-25 10:15:20,753 INFO org.apache.flink.runtime.checkpoint.CheckpointCoordinator [] - Completed checkpoint 41 for job fcaa1d543dff1f954fdc6a9fb5ae9cdb (91130 bytes, checkpointDuration=29 ms, finalizationTime=1 ms).
2024-12-25 10:15:20,754 INFO org.apache.flink.runtime.source.coordinator.SourceCoordinator [] - Marking checkpoint 41 as completed for source Source: MySQL Source.
2024-12-25 10:15:30,724 INFO org.apache.flink.runtime.checkpoint.CheckpointCoordinator [] - Triggering checkpoint 42 (type=CheckpointType{name='Checkpoint', sharingFilesStrategy=FORWARD_BACKWARD}) @ 1735092930723 for job fcaa1d543dff1f954fdc6a9fb5ae9cdb.
2024-12-25 10:15:30,753 INFO org.apache.flink.runtime.checkpoint.CheckpointCoordinator [] - Completed checkpoint 42 for job fcaa1d543dff1f954fdc6a9fb5ae9cdb (91130 bytes, checkpointDuration=29 ms, finalizationTime=1 ms).
2024-12-25 10:15:30,755 INFO org.apache.flink.runtime.source.coordinator.SourceCoordinator [] - Marking checkpoint 42 as completed for source Source: MySQL Source.
2024-12-25 10:15:40,724 INFO org.apache.flink.runtime.checkpoint.CheckpointCoordinator [] - Triggering checkpoint 43 (type=CheckpointType{name='Checkpoint', sharingFilesStrategy=FORWARD_BACKWARD}) @ 1735092940723 for job fcaa1d543dff1f954fdc6a9fb5ae9cdb.
2024-12-25 10:15:40,754 INFO org.apache.flink.runtime.checkpoint.CheckpointCoordinator [] - Completed checkpoint 43 for job fcaa1d543dff1f954fdc6a9fb5ae9cdb (91130 bytes, checkpointDuration=31 ms, finalizationTime=0 ms).
2024-12-25 10:15:40,756 INFO org.apache.flink.runtime.source.coordinator.SourceCoordinator [] - Marking checkpoint 43 as completed for source Source: MySQL Source.
2024-12-25 10:15:50,724 INFO org.apache.flink.runtime.checkpoint.CheckpointCoordinator [] - Triggering checkpoint 44 (type=CheckpointType{name='Checkpoint', sharingFilesStrategy=FORWARD_BACKWARD}) @ 1735092950723 for job fcaa1d543dff1f954fdc6a9fb5ae9cdb.
2024-12-25 10:15:50,751 INFO org.apache.flink.runtime.checkpoint.CheckpointCoordinator [] - Completed checkpoint 44 for job fcaa1d543dff1f954fdc6a9fb5ae9cdb (91130 bytes, checkpointDuration=27 ms, finalizationTime=1 ms).
2024-12-25 10:15:50,752 INFO org.apache.flink.runtime.source.coordinator.SourceCoordinator [] - Marking checkpoint 44 as completed for source Source: MySQL Source.
2024-12-25 10:16:00,724 INFO org.apache.flink.runtime.checkpoint.CheckpointCoordinator [] - Triggering checkpoint 45 (type=CheckpointType{name='Checkpoint', sharingFilesStrategy=FORWARD_BACKWARD}) @ 1735092960723 for job fcaa1d543dff1f954fdc6a9fb5ae9cdb.
2024-12-25 10:16:00,751 INFO org.apache.flink.runtime.checkpoint.CheckpointCoordinator [] - Completed checkpoint 45 for job fcaa1d543dff1f954fdc6a9fb5ae9cdb (91130 bytes, checkpointDuration=27 ms, finalizationTime=0 ms).
2024-12-25 10:16:00,752 INFO org.apache.flink.runtime.source.coordinator.SourceCoordinator [] - Marking checkpoint 45 as completed for source Source: MySQL Source.
2024-12-25 10:16:10,724 INFO org.apache.flink.runtime.checkpoint.CheckpointCoordinator [] - Triggering checkpoint 46 (type=CheckpointType{name='Checkpoint', sharingFilesStrategy=FORWARD_BACKWARD}) @ 1735092970723 for job fcaa1d543dff1f954fdc6a9fb5ae9cdb.
2024-12-25 10:16:10,751 INFO org.apache.flink.runtime.checkpoint.CheckpointCoordinator [] - Completed checkpoint 46 for job fcaa1d543dff1f954fdc6a9fb5ae9cdb (91130 bytes, checkpointDuration=28 ms, finalizationTime=0 ms).
2024-12-25 10:16:10,753 INFO org.apache.flink.runtime.source.coordinator.SourceCoordinator [] - Marking checkpoint 46 as completed for source Source: MySQL Source.
2024-12-25 10:16:20,724 INFO org.apache.flink.runtime.checkpoint.CheckpointCoordinator [] - Triggering checkpoint 47 (type=CheckpointType{name='Checkpoint', sharingFilesStrategy=FORWARD_BACKWARD}) @ 1735092980723 for job fcaa1d543dff1f954fdc6a9fb5ae9cdb.
2024-12-25 10:16:20,749 INFO org.apache.flink.runtime.checkpoint.CheckpointCoordinator [] - Completed checkpoint 47 for job fcaa1d543dff1f954fdc6a9fb5ae9cdb (91130 bytes, checkpointDuration=26 ms, finalizationTime=0 ms).
2024-12-25 10:16:20,750 INFO org.apache.flink.runtime.source.coordinator.SourceCoordinator [] - Marking checkpoint 47 as completed for source Source: MySQL Source.
2024-12-25 10:16:30,724 INFO org.apache.flink.runtime.checkpoint.CheckpointCoordinator [] - Triggering checkpoint 48 (type=CheckpointType{name='Checkpoint', sharingFilesStrategy=FORWARD_BACKWARD}) @ 1735092990723 for job fcaa1d543dff1f954fdc6a9fb5ae9cdb.
2024-12-25 10:16:30,753 INFO org.apache.flink.runtime.checkpoint.CheckpointCoordinator [] - Completed checkpoint 48 for job fcaa1d543dff1f954fdc6a9fb5ae9cdb (91130 bytes, checkpointDuration=29 ms, finalizationTime=1 ms).
2024-12-25 10:16:30,754 INFO org.apache.flink.runtime.source.coordinator.SourceCoordinator [] - Marking checkpoint 48 as completed for source Source: MySQL Source.
2024-12-25 10:16:40,724 INFO org.apache.flink.runtime.checkpoint.CheckpointCoordinator [] - Triggering checkpoint 49 (type=CheckpointType{name='Checkpoint', sharingFilesStrategy=FORWARD_BACKWARD}) @ 1735093000723 for job fcaa1d543dff1f954fdc6a9fb5ae9cdb.
2024-12-25 10:16:40,754 INFO org.apache.flink.runtime.checkpoint.CheckpointCoordinator [] - Completed checkpoint 49 for job fcaa1d543dff1f954fdc6a9fb5ae9cdb (91130 bytes, checkpointDuration=30 ms, finalizationTime=1 ms).
2024-12-25 10:16:40,755 INFO org.apache.flink.runtime.source.coordinator.SourceCoordinator [] - Marking checkpoint 49 as completed for source Source: MySQL Source.
2024-12-25 10:16:50,724 INFO org.apache.flink.runtime.checkpoint.CheckpointCoordinator [] - Triggering checkpoint 50 (type=CheckpointType{name='Checkpoint', sharingFilesStrategy=FORWARD_BACKWARD}) @ 1735093010723 for job fcaa1d543dff1f954fdc6a9fb5ae9cdb.
2024-12-25 10:16:50,751 INFO org.apache.flink.runtime.checkpoint.CheckpointCoordinator [] - Completed checkpoint 50 for job fcaa1d543dff1f954fdc6a9fb5ae9cdb (91130 bytes, checkpointDuration=27 ms, finalizationTime=1 ms).
2024-12-25 10:16:50,752 INFO org.apache.flink.runtime.source.coordinator.SourceCoordinator [] - Marking checkpoint 50 as completed for source Source: MySQL Source.
2024-12-25 10:17:00,724 INFO org.apache.flink.runtime.checkpoint.CheckpointCoordinator [] - Triggering checkpoint 51 (type=CheckpointType{name='Checkpoint', sharingFilesStrategy=FORWARD_BACKWARD}) @ 1735093020723 for job fcaa1d543dff1f954fdc6a9fb5ae9cdb.
2024-12-25 10:17:00,750 INFO org.apache.flink.runtime.checkpoint.CheckpointCoordinator [] - Completed checkpoint 51 for job fcaa1d543dff1f954fdc6a9fb5ae9cdb (91130 bytes, checkpointDuration=26 ms, finalizationTime=1 ms).
2024-12-25 10:17:00,751 INFO org.apache.flink.runtime.source.coordinator.SourceCoordinator [] - Marking checkpoint 51 as completed for source Source: MySQL Source.
2024-12-25 10:17:10,724 INFO org.apache.flink.runtime.checkpoint.CheckpointCoordinator [] - Triggering checkpoint 52 (type=CheckpointType{name='Checkpoint', sharingFilesStrategy=FORWARD_BACKWARD}) @ 1735093030723 for job fcaa1d543dff1f954fdc6a9fb5ae9cdb.
2024-12-25 10:17:10,753 INFO org.apache.flink.runtime.checkpoint.CheckpointCoordinator [] - Completed checkpoint 52 for job fcaa1d543dff1f954fdc6a9fb5ae9cdb (91130 bytes, checkpointDuration=29 ms, finalizationTime=1 ms).
2024-12-25 10:17:10,754 INFO org.apache.flink.runtime.source.coordinator.SourceCoordinator [] - Marking checkpoint 52 as completed for source Source: MySQL Source.
2024-12-25 10:17:20,724 INFO org.apache.flink.runtime.checkpoint.CheckpointCoordinator [] - Triggering checkpoint 53 (type=CheckpointType{name='Checkpoint', sharingFilesStrategy=FORWARD_BACKWARD}) @ 1735093040723 for job fcaa1d543dff1f954fdc6a9fb5ae9cdb.
2024-12-25 10:17:20,750 INFO org.apache.flink.runtime.checkpoint.CheckpointCoordinator [] - Completed checkpoint 53 for job fcaa1d543dff1f954fdc6a9fb5ae9cdb (91130 bytes, checkpointDuration=27 ms, finalizationTime=0 ms).
2024-12-25 10:17:20,752 INFO org.apache.flink.runtime.source.coordinator.SourceCoordinator [] - Marking checkpoint 53 as completed for source Source: MySQL Source.
2024-12-25 10:17:30,724 INFO org.apache.flink.runtime.checkpoint.CheckpointCoordinator [] - Triggering checkpoint 54 (type=CheckpointType{name='Checkpoint', sharingFilesStrategy=FORWARD_BACKWARD}) @ 1735093050723 for job fcaa1d543dff1f954fdc6a9fb5ae9cdb.
2024-12-25 10:17:30,749 INFO org.apache.flink.runtime.checkpoint.CheckpointCoordinator [] - Completed checkpoint 54 for job fcaa1d543dff1f954fdc6a9fb5ae9cdb (91130 bytes, checkpointDuration=26 ms, finalizationTime=0 ms).
2024-12-25 10:17:30,750 INFO org.apache.flink.runtime.source.coordinator.SourceCoordinator [] - Marking checkpoint 54 as completed for source Source: MySQL Source.
2024-12-25 10:17:40,724 INFO org.apache.flink.runtime.checkpoint.CheckpointCoordinator [] - Triggering checkpoint 55 (type=CheckpointType{name='Checkpoint', sharingFilesStrategy=FORWARD_BACKWARD}) @ 1735093060723 for job fcaa1d543dff1f954fdc6a9fb5ae9cdb.
2024-12-25 10:17:40,750 INFO org.apache.flink.runtime.checkpoint.CheckpointCoordinator [] - Completed checkpoint 55 for job fcaa1d543dff1f954fdc6a9fb5ae9cdb (91130 bytes, checkpointDuration=26 ms, finalizationTime=1 ms).
2024-12-25 10:17:40,751 INFO org.apache.flink.runtime.source.coordinator.SourceCoordinator [] - Marking checkpoint 55 as completed for source Source: MySQL Source.
2024-12-25 10:17:50,725 INFO org.apache.flink.runtime.checkpoint.CheckpointCoordinator [] - Triggering checkpoint 56 (type=CheckpointType{name='Checkpoint', sharingFilesStrategy=FORWARD_BACKWARD}) @ 1735093070723 for job fcaa1d543dff1f954fdc6a9fb5ae9cdb.
2024-12-25 10:17:50,757 INFO org.apache.flink.runtime.checkpoint.CheckpointCoordinator [] - Completed checkpoint 56 for job fcaa1d543dff1f954fdc6a9fb5ae9cdb (91130 bytes, checkpointDuration=33 ms, finalizationTime=0 ms).
2024-12-25 10:17:50,758 INFO org.apache.flink.runtime.source.coordinator.SourceCoordinator [] - Marking checkpoint 56 as completed for source Source: MySQL Source.
2024-12-25 10:18:00,724 INFO org.apache.flink.runtime.checkpoint.CheckpointCoordinator [] - Triggering checkpoint 57 (type=CheckpointType{name='Checkpoint', sharingFilesStrategy=FORWARD_BACKWARD}) @ 1735093080723 for job fcaa1d543dff1f954fdc6a9fb5ae9cdb.
2024-12-25 10:18:00,753 INFO org.apache.flink.runtime.checkpoint.CheckpointCoordinator [] - Completed checkpoint 57 for job fcaa1d543dff1f954fdc6a9fb5ae9cdb (91130 bytes, checkpointDuration=29 ms, finalizationTime=1 ms).
2024-12-25 10:18:00,754 INFO org.apache.flink.runtime.source.coordinator.SourceCoordinator [] - Marking checkpoint 57 as completed for source Source: MySQL Source.
2024-12-25 10:18:10,724 INFO org.apache.flink.runtime.checkpoint.CheckpointCoordinator [] - Triggering checkpoint 58 (type=CheckpointType{name='Checkpoint', sharingFilesStrategy=FORWARD_BACKWARD}) @ 1735093090723 for job fcaa1d543dff1f954fdc6a9fb5ae9cdb.
2024-12-25 10:18:10,750 INFO org.apache.flink.runtime.checkpoint.CheckpointCoordinator [] - Completed checkpoint 58 for job fcaa1d543dff1f954fdc6a9fb5ae9cdb (91130 bytes, checkpointDuration=27 ms, finalizationTime=0 ms).
2024-12-25 10:18:10,752 INFO org.apache.flink.runtime.source.coordinator.SourceCoordinator [] - Marking checkpoint 58 as completed for source Source: MySQL Source.
2024-12-25 10:18:20,724 INFO org.apache.flink.runtime.checkpoint.CheckpointCoordinator [] - Triggering checkpoint 59 (type=CheckpointType{name='Checkpoint', sharingFilesStrategy=FORWARD_BACKWARD}) @ 1735093100723 for job fcaa1d543dff1f954fdc6a9fb5ae9cdb.
2024-12-25 10:18:20,749 INFO org.apache.flink.runtime.checkpoint.CheckpointCoordinator [] - Completed checkpoint 59 for job fcaa1d543dff1f954fdc6a9fb5ae9cdb (91130 bytes, checkpointDuration=26 ms, finalizationTime=0 ms).
2024-12-25 10:18:20,750 INFO org.apache.flink.runtime.source.coordinator.SourceCoordinator [] - Marking checkpoint 59 as completed for source Source: MySQL Source.
2024-12-25 10:18:30,724 INFO org.apache.flink.runtime.checkpoint.CheckpointCoordinator [] - Triggering checkpoint 60 (type=CheckpointType{name='Checkpoint', sharingFilesStrategy=FORWARD_BACKWARD}) @ 1735093110723 for job fcaa1d543dff1f954fdc6a9fb5ae9cdb.
2024-12-25 10:18:30,749 INFO org.apache.flink.runtime.checkpoint.CheckpointCoordinator [] - Completed checkpoint 60 for job fcaa1d543dff1f954fdc6a9fb5ae9cdb (91130 bytes, checkpointDuration=25 ms, finalizationTime=1 ms).
2024-12-25 10:18:30,750 INFO org.apache.flink.runtime.source.coordinator.SourceCoordinator [] - Marking checkpoint 60 as completed for source Source: MySQL Source.
2024-12-25 10:18:40,724 INFO org.apache.flink.runtime.checkpoint.CheckpointCoordinator [] - Triggering checkpoint 61 (type=CheckpointType{name='Checkpoint', sharingFilesStrategy=FORWARD_BACKWARD}) @ 1735093120723 for job fcaa1d543dff1f954fdc6a9fb5ae9cdb.
2024-12-25 10:18:40,756 INFO org.apache.flink.runtime.checkpoint.CheckpointCoordinator [] - Completed checkpoint 61 for job fcaa1d543dff1f954fdc6a9fb5ae9cdb (91130 bytes, checkpointDuration=32 ms, finalizationTime=0 ms).
2024-12-25 10:18:40,757 INFO org.apache.flink.runtime.source.coordinator.SourceCoordinator [] - Marking checkpoint 61 as completed for source Source: MySQL Source.
2024-12-25 10:18:50,724 INFO org.apache.flink.runtime.checkpoint.CheckpointCoordinator [] - Triggering checkpoint 62 (type=CheckpointType{name='Checkpoint', sharingFilesStrategy=FORWARD_BACKWARD}) @ 1735093130723 for job fcaa1d543dff1f954fdc6a9fb5ae9cdb.
2024-12-25 10:18:50,781 INFO org.apache.flink.runtime.checkpoint.CheckpointCoordinator [] - Completed checkpoint 62 for job fcaa1d543dff1f954fdc6a9fb5ae9cdb (91130 bytes, checkpointDuration=58 ms, finalizationTime=0 ms).
2024-12-25 10:18:50,783 INFO org.apache.flink.runtime.source.coordinator.SourceCoordinator [] - Marking checkpoint 62 as completed for source Source: MySQL Source.
2024-12-25 10:19:00,724 INFO org.apache.flink.runtime.checkpoint.CheckpointCoordinator [] - Triggering checkpoint 63 (type=CheckpointType{name='Checkpoint', sharingFilesStrategy=FORWARD_BACKWARD}) @ 1735093140723 for job fcaa1d543dff1f954fdc6a9fb5ae9cdb.
2024-12-25 10:19:00,752 INFO org.apache.flink.runtime.checkpoint.CheckpointCoordinator [] - Completed checkpoint 63 for job fcaa1d543dff1f954fdc6a9fb5ae9cdb (91130 bytes, checkpointDuration=28 ms, finalizationTime=1 ms).
2024-12-25 10:19:00,753 INFO org.apache.flink.runtime.source.coordinator.SourceCoordinator [] - Marking checkpoint 63 as completed for source Source: MySQL Source.
2024-12-25 10:19:10,724 INFO org.apache.flink.runtime.checkpoint.CheckpointCoordinator [] - Triggering checkpoint 64 (type=CheckpointType{name='Checkpoint', sharingFilesStrategy=FORWARD_BACKWARD}) @ 1735093150723 for job fcaa1d543dff1f954fdc6a9fb5ae9cdb.
2024-12-25 10:19:10,752 INFO org.apache.flink.runtime.checkpoint.CheckpointCoordinator [] - Completed checkpoint 64 for job fcaa1d543dff1f954fdc6a9fb5ae9cdb (91130 bytes, checkpointDuration=29 ms, finalizationTime=0 ms).
2024-12-25 10:19:10,754 INFO org.apache.flink.runtime.source.coordinator.SourceCoordinator [] - Marking checkpoint 64 as completed for source Source: MySQL Source.
2024-12-25 10:19:20,724 INFO org.apache.flink.runtime.checkpoint.CheckpointCoordinator [] - Triggering checkpoint 65 (type=CheckpointType{name='Checkpoint', sharingFilesStrategy=FORWARD_BACKWARD}) @ 1735093160723 for job fcaa1d543dff1f954fdc6a9fb5ae9cdb.
2024-12-25 10:19:20,751 INFO org.apache.flink.runtime.checkpoint.CheckpointCoordinator [] - Completed checkpoint 65 for job fcaa1d543dff1f954fdc6a9fb5ae9cdb (91130 bytes, checkpointDuration=28 ms, finalizationTime=0 ms).
2024-12-25 10:19:20,752 INFO org.apache.flink.runtime.source.coordinator.SourceCoordinator [] - Marking checkpoint 65 as completed for source Source: MySQL Source.
2024-12-25 10:19:30,724 INFO org.apache.flink.runtime.checkpoint.CheckpointCoordinator [] - Triggering checkpoint 66 (type=CheckpointType{name='Checkpoint', sharingFilesStrategy=FORWARD_BACKWARD}) @ 1735093170723 for job fcaa1d543dff1f954fdc6a9fb5ae9cdb.
2024-12-25 10:19:30,749 INFO org.apache.flink.runtime.checkpoint.CheckpointCoordinator [] - Completed checkpoint 66 for job fcaa1d543dff1f954fdc6a9fb5ae9cdb (91130 bytes, checkpointDuration=26 ms, finalizationTime=0 ms).
2024-12-25 10:19:30,750 INFO org.apache.flink.runtime.source.coordinator.SourceCoordinator [] - Marking checkpoint 66 as completed for source Source: MySQL Source.
2024-12-25 10:19:40,724 INFO org.apache.flink.runtime.checkpoint.CheckpointCoordinator [] - Triggering checkpoint 67 (type=CheckpointType{name='Checkpoint', sharingFilesStrategy=FORWARD_BACKWARD}) @ 1735093180723 for job fcaa1d543dff1f954fdc6a9fb5ae9cdb.
2024-12-25 10:19:40,750 INFO org.apache.flink.runtime.checkpoint.CheckpointCoordinator [] - Completed checkpoint 67 for job fcaa1d543dff1f954fdc6a9fb5ae9cdb (91130 bytes, checkpointDuration=27 ms, finalizationTime=0 ms).
2024-12-25 10:19:40,751 INFO org.apache.flink.runtime.source.coordinator.SourceCoordinator [] - Marking checkpoint 67 as completed for source Source: MySQL Source.
2024-12-25 10:19:50,724 INFO org.apache.flink.runtime.checkpoint.CheckpointCoordinator [] - Triggering checkpoint 68 (type=CheckpointType{name='Checkpoint', sharingFilesStrategy=FORWARD_BACKWARD}) @ 1735093190723 for job fcaa1d543dff1f954fdc6a9fb5ae9cdb.
2024-12-25 10:19:50,750 INFO org.apache.flink.runtime.checkpoint.CheckpointCoordinator [] - Completed checkpoint 68 for job fcaa1d543dff1f954fdc6a9fb5ae9cdb (91130 bytes, checkpointDuration=27 ms, finalizationTime=0 ms).
2024-12-25 10:19:50,752 INFO org.apache.flink.runtime.source.coordinator.SourceCoordinator [] - Marking checkpoint 68 as completed for source Source: MySQL Source.
2024-12-25 10:20:00,724 INFO org.apache.flink.runtime.checkpoint.CheckpointCoordinator [] - Triggering checkpoint 69 (type=CheckpointType{name='Checkpoint', sharingFilesStrategy=FORWARD_BACKWARD}) @ 1735093200723 for job fcaa1d543dff1f954fdc6a9fb5ae9cdb.
2024-12-25 10:20:00,751 INFO org.apache.flink.runtime.checkpoint.CheckpointCoordinator [] - Completed checkpoint 69 for job fcaa1d543dff1f954fdc6a9fb5ae9cdb (91130 bytes, checkpointDuration=27 ms, finalizationTime=1 ms).
2024-12-25 10:20:00,752 INFO org.apache.flink.runtime.source.coordinator.SourceCoordinator [] - Marking checkpoint 69 as completed for source Source: MySQL Source.
2024-12-25 10:20:10,724 INFO org.apache.flink.runtime.checkpoint.CheckpointCoordinator [] - Triggering checkpoint 70 (type=CheckpointType{name='Checkpoint', sharingFilesStrategy=FORWARD_BACKWARD}) @ 1735093210723 for job fcaa1d543dff1f954fdc6a9fb5ae9cdb.
2024-12-25 10:20:10,752 INFO org.apache.flink.runtime.checkpoint.CheckpointCoordinator [] - Completed checkpoint 70 for job fcaa1d543dff1f954fdc6a9fb5ae9cdb (91130 bytes, checkpointDuration=29 ms, finalizationTime=0 ms).
2024-12-25 10:20:10,753 INFO org.apache.flink.runtime.source.coordinator.SourceCoordinator [] - Marking checkpoint 70 as completed for source Source: MySQL Source.
2024-12-25 10:20:20,724 INFO org.apache.flink.runtime.checkpoint.CheckpointCoordinator [] - Triggering checkpoint 71 (type=CheckpointType{name='Checkpoint', sharingFilesStrategy=FORWARD_BACKWARD}) @ 1735093220723 for job fcaa1d543dff1f954fdc6a9fb5ae9cdb.
2024-12-25 10:20:20,749 INFO org.apache.flink.runtime.checkpoint.CheckpointCoordinator [] - Completed checkpoint 71 for job fcaa1d543dff1f954fdc6a9fb5ae9cdb (91130 bytes, checkpointDuration=25 ms, finalizationTime=1 ms).
2024-12-25 10:20:20,750 INFO org.apache.flink.runtime.source.coordinator.SourceCoordinator [] - Marking checkpoint 71 as completed for source Source: MySQL Source.
2024-12-25 10:20:30,724 INFO org.apache.flink.runtime.checkpoint.CheckpointCoordinator [] - Triggering checkpoint 72 (type=CheckpointType{name='Checkpoint', sharingFilesStrategy=FORWARD_BACKWARD}) @ 1735093230723 for job fcaa1d543dff1f954fdc6a9fb5ae9cdb.
2024-12-25 10:20:30,748 INFO org.apache.flink.runtime.checkpoint.CheckpointCoordinator [] - Completed checkpoint 72 for job fcaa1d543dff1f954fdc6a9fb5ae9cdb (91130 bytes, checkpointDuration=24 ms, finalizationTime=1 ms).
2024-12-25 10:20:30,749 INFO org.apache.flink.runtime.source.coordinator.SourceCoordinator [] - Marking checkpoint 72 as completed for source Source: MySQL Source.
2024-12-25 10:20:40,724 INFO org.apache.flink.runtime.checkpoint.CheckpointCoordinator [] - Triggering checkpoint 73 (type=CheckpointType{name='Checkpoint', sharingFilesStrategy=FORWARD_BACKWARD}) @ 1735093240723 for job fcaa1d543dff1f954fdc6a9fb5ae9cdb.
2024-12-25 10:20:40,752 INFO org.apache.flink.runtime.checkpoint.CheckpointCoordinator [] - Completed checkpoint 73 for job fcaa1d543dff1f954fdc6a9fb5ae9cdb (91130 bytes, checkpointDuration=28 ms, finalizationTime=1 ms).
2024-12-25 10:20:40,753 INFO org.apache.flink.runtime.source.coordinator.SourceCoordinator [] - Marking checkpoint 73 as completed for source Source: MySQL Source.
2024-12-25 10:20:50,724 INFO org.apache.flink.runtime.checkpoint.CheckpointCoordinator [] - Triggering checkpoint 74 (type=CheckpointType{name='Checkpoint', sharingFilesStrategy=FORWARD_BACKWARD}) @ 1735093250723 for job fcaa1d543dff1f954fdc6a9fb5ae9cdb.
2024-12-25 10:20:50,749 INFO org.apache.flink.runtime.checkpoint.CheckpointCoordinator [] - Completed checkpoint 74 for job fcaa1d543dff1f954fdc6a9fb5ae9cdb (91130 bytes, checkpointDuration=26 ms, finalizationTime=0 ms).
2024-12-25 10:20:50,750 INFO org.apache.flink.runtime.source.coordinator.SourceCoordinator [] - Marking checkpoint 74 as completed for source Source: MySQL Source.
2024-12-25 10:21:00,724 INFO org.apache.flink.runtime.checkpoint.CheckpointCoordinator [] - Triggering checkpoint 75 (type=CheckpointType{name='Checkpoint', sharingFilesStrategy=FORWARD_BACKWARD}) @ 1735093260723 for job fcaa1d543dff1f954fdc6a9fb5ae9cdb.
2024-12-25 10:21:00,749 INFO org.apache.flink.runtime.checkpoint.CheckpointCoordinator [] - Completed checkpoint 75 for job fcaa1d543dff1f954fdc6a9fb5ae9cdb (91130 bytes, checkpointDuration=25 ms, finalizationTime=1 ms).
2024-12-25 10:21:00,750 INFO org.apache.flink.runtime.source.coordinator.SourceCoordinator [] - Marking checkpoint 75 as completed for source Source: MySQL Source.
2024-12-25 10:21:10,724 INFO org.apache.flink.runtime.checkpoint.CheckpointCoordinator [] - Triggering checkpoint 76 (type=CheckpointType{name='Checkpoint', sharingFilesStrategy=FORWARD_BACKWARD}) @ 1735093270723 for job fcaa1d543dff1f954fdc6a9fb5ae9cdb.
2024-12-25 10:21:10,750 INFO org.apache.flink.runtime.checkpoint.CheckpointCoordinator [] - Completed checkpoint 76 for job fcaa1d543dff1f954fdc6a9fb5ae9cdb (91130 bytes, checkpointDuration=26 ms, finalizationTime=1 ms).
2024-12-25 10:21:10,751 INFO org.apache.flink.runtime.source.coordinator.SourceCoordinator [] - Marking checkpoint 76 as completed for source Source: MySQL Source.
2024-12-25 10:21:20,724 INFO org.apache.flink.runtime.checkpoint.CheckpointCoordinator [] - Triggering checkpoint 77 (type=CheckpointType{name='Checkpoint', sharingFilesStrategy=FORWARD_BACKWARD}) @ 1735093280723 for job fcaa1d543dff1f954fdc6a9fb5ae9cdb.
2024-12-25 10:21:20,752 INFO org.apache.flink.runtime.checkpoint.CheckpointCoordinator [] - Completed checkpoint 77 for job fcaa1d543dff1f954fdc6a9fb5ae9cdb (91130 bytes, checkpointDuration=28 ms, finalizationTime=1 ms).
2024-12-25 10:21:20,754 INFO org.apache.flink.runtime.source.coordinator.SourceCoordinator [] - Marking checkpoint 77 as completed for source Source: MySQL Source.
2024-12-25 10:21:30,724 INFO org.apache.flink.runtime.checkpoint.CheckpointCoordinator [] - Triggering checkpoint 78 (type=CheckpointType{name='Checkpoint', sharingFilesStrategy=FORWARD_BACKWARD}) @ 1735093290723 for job fcaa1d543dff1f954fdc6a9fb5ae9cdb.
2024-12-25 10:21:30,751 INFO org.apache.flink.runtime.checkpoint.CheckpointCoordinator [] - Completed checkpoint 78 for job fcaa1d543dff1f954fdc6a9fb5ae9cdb (91130 bytes, checkpointDuration=27 ms, finalizationTime=1 ms).
2024-12-25 10:21:30,752 INFO org.apache.flink.runtime.source.coordinator.SourceCoordinator [] - Marking checkpoint 78 as completed for source Source: MySQL Source.
2024-12-25 10:21:40,724 INFO org.apache.flink.runtime.checkpoint.CheckpointCoordinator [] - Triggering checkpoint 79 (type=CheckpointType{name='Checkpoint', sharingFilesStrategy=FORWARD_BACKWARD}) @ 1735093300723 for job fcaa1d543dff1f954fdc6a9fb5ae9cdb.
2024-12-25 10:21:40,750 INFO org.apache.flink.runtime.checkpoint.CheckpointCoordinator [] - Completed checkpoint 79 for job fcaa1d543dff1f954fdc6a9fb5ae9cdb (91130 bytes, checkpointDuration=26 ms, finalizationTime=1 ms).
2024-12-25 10:21:40,751 INFO org.apache.flink.runtime.source.coordinator.SourceCoordinator [] - Marking checkpoint 79 as completed for source Source: MySQL Source.
2024-12-25 10:21:50,724 INFO org.apache.flink.runtime.checkpoint.CheckpointCoordinator [] - Triggering checkpoint 80 (type=CheckpointType{name='Checkpoint', sharingFilesStrategy=FORWARD_BACKWARD}) @ 1735093310723 for job fcaa1d543dff1f954fdc6a9fb5ae9cdb.
2024-12-25 10:21:50,753 INFO org.apache.flink.runtime.checkpoint.CheckpointCoordinator [] - Completed checkpoint 80 for job fcaa1d543dff1f954fdc6a9fb5ae9cdb (91130 bytes, checkpointDuration=29 ms, finalizationTime=1 ms).
2024-12-25 10:21:50,754 INFO org.apache.flink.runtime.source.coordinator.SourceCoordinator [] - Marking checkpoint 80 as completed for source Source: MySQL Source.
2024-12-25 10:22:00,724 INFO org.apache.flink.runtime.checkpoint.CheckpointCoordinator [] - Triggering checkpoint 81 (type=CheckpointType{name='Checkpoint', sharingFilesStrategy=FORWARD_BACKWARD}) @ 1735093320723 for job fcaa1d543dff1f954fdc6a9fb5ae9cdb.
2024-12-25 10:22:00,749 INFO org.apache.flink.runtime.checkpoint.CheckpointCoordinator [] - Completed checkpoint 81 for job fcaa1d543dff1f954fdc6a9fb5ae9cdb (91130 bytes, checkpointDuration=25 ms, finalizationTime=1 ms).
2024-12-25 10:22:00,750 INFO org.apache.flink.runtime.source.coordinator.SourceCoordinator [] - Marking checkpoint 81 as completed for source Source: MySQL Source.
2024-12-25 10:22:10,724 INFO org.apache.flink.runtime.checkpoint.CheckpointCoordinator [] - Triggering checkpoint 82 (type=CheckpointType{name='Checkpoint', sharingFilesStrategy=FORWARD_BACKWARD}) @ 1735093330723 for job fcaa1d543dff1f954fdc6a9fb5ae9cdb.
2024-12-25 10:22:10,752 INFO org.apache.flink.runtime.checkpoint.CheckpointCoordinator [] - Completed checkpoint 82 for job fcaa1d543dff1f954fdc6a9fb5ae9cdb (91130 bytes, checkpointDuration=28 ms, finalizationTime=0 ms).
2024-12-25 10:22:10,752 INFO org.apache.flink.runtime.source.coordinator.SourceCoordinator [] - Marking checkpoint 82 as completed for source Source: MySQL Source.
2024-12-25 10:22:20,724 INFO org.apache.flink.runtime.checkpoint.CheckpointCoordinator [] - Triggering checkpoint 83 (type=CheckpointType{name='Checkpoint', sharingFilesStrategy=FORWARD_BACKWARD}) @ 1735093340723 for job fcaa1d543dff1f954fdc6a9fb5ae9cdb.
2024-12-25 10:22:20,752 INFO org.apache.flink.runtime.checkpoint.CheckpointCoordinator [] - Completed checkpoint 83 for job fcaa1d543dff1f954fdc6a9fb5ae9cdb (91130 bytes, checkpointDuration=28 ms, finalizationTime=1 ms).
2024-12-25 10:22:20,753 INFO org.apache.flink.runtime.source.coordinator.SourceCoordinator [] - Marking checkpoint 83 as completed for source Source: MySQL Source.
2024-12-25 10:22:30,724 INFO org.apache.flink.runtime.checkpoint.CheckpointCoordinator [] - Triggering checkpoint 84 (type=CheckpointType{name='Checkpoint', sharingFilesStrategy=FORWARD_BACKWARD}) @ 1735093350723 for job fcaa1d543dff1f954fdc6a9fb5ae9cdb.
2024-12-25 10:22:30,752 INFO org.apache.flink.runtime.checkpoint.CheckpointCoordinator [] - Completed checkpoint 84 for job fcaa1d543dff1f954fdc6a9fb5ae9cdb (91130 bytes, checkpointDuration=29 ms, finalizationTime=0 ms).
2024-12-25 10:22:30,754 INFO org.apache.flink.runtime.source.coordinator.SourceCoordinator [] - Marking checkpoint 84 as completed for source Source: MySQL Source.
2024-12-25 10:22:40,724 INFO org.apache.flink.runtime.checkpoint.CheckpointCoordinator [] - Triggering checkpoint 85 (type=CheckpointType{name='Checkpoint', sharingFilesStrategy=FORWARD_BACKWARD}) @ 1735093360723 for job fcaa1d543dff1f954fdc6a9fb5ae9cdb.
2024-12-25 10:22:40,749 INFO org.apache.flink.runtime.checkpoint.CheckpointCoordinator [] - Completed checkpoint 85 for job fcaa1d543dff1f954fdc6a9fb5ae9cdb (91130 bytes, checkpointDuration=25 ms, finalizationTime=1 ms).
2024-12-25 10:22:40,750 INFO org.apache.flink.runtime.source.coordinator.SourceCoordinator [] - Marking checkpoint 85 as completed for source Source: MySQL Source.
2024-12-25 10:22:50,724 INFO org.apache.flink.runtime.checkpoint.CheckpointCoordinator [] - Triggering checkpoint 86 (type=CheckpointType{name='Checkpoint', sharingFilesStrategy=FORWARD_BACKWARD}) @ 1735093370723 for job fcaa1d543dff1f954fdc6a9fb5ae9cdb.
2024-12-25 10:22:50,753 INFO org.apache.flink.runtime.checkpoint.CheckpointCoordinator [] - Completed checkpoint 86 for job fcaa1d543dff1f954fdc6a9fb5ae9cdb (91130 bytes, checkpointDuration=29 ms, finalizationTime=1 ms).
2024-12-25 10:22:50,754 INFO org.apache.flink.runtime.source.coordinator.SourceCoordinator [] - Marking checkpoint 86 as completed for source Source: MySQL Source.
2024-12-25 10:23:00,724 INFO org.apache.flink.runtime.checkpoint.CheckpointCoordinator [] - Triggering checkpoint 87 (type=CheckpointType{name='Checkpoint', sharingFilesStrategy=FORWARD_BACKWARD}) @ 1735093380723 for job fcaa1d543dff1f954fdc6a9fb5ae9cdb.
2024-12-25 10:23:00,751 INFO org.apache.flink.runtime.checkpoint.CheckpointCoordinator [] - Completed checkpoint 87 for job fcaa1d543dff1f954fdc6a9fb5ae9cdb (91130 bytes, checkpointDuration=27 ms, finalizationTime=0 ms).
2024-12-25 10:23:00,752 INFO org.apache.flink.runtime.source.coordinator.SourceCoordinator [] - Marking checkpoint 87 as completed for source Source: MySQL Source.
2024-12-25 10:23:10,724 INFO org.apache.flink.runtime.checkpoint.CheckpointCoordinator [] - Triggering checkpoint 88 (type=CheckpointType{name='Checkpoint', sharingFilesStrategy=FORWARD_BACKWARD}) @ 1735093390723 for job fcaa1d543dff1f954fdc6a9fb5ae9cdb.
2024-12-25 10:23:10,753 INFO org.apache.flink.runtime.checkpoint.CheckpointCoordinator [] - Completed checkpoint 88 for job fcaa1d543dff1f954fdc6a9fb5ae9cdb (91130 bytes, checkpointDuration=29 ms, finalizationTime=1 ms).
2024-12-25 10:23:10,754 INFO org.apache.flink.runtime.source.coordinator.SourceCoordinator [] - Marking checkpoint 88 as completed for source Source: MySQL Source.
2024-12-25 10:23:20,724 INFO org.apache.flink.runtime.checkpoint.CheckpointCoordinator [] - Triggering checkpoint 89 (type=CheckpointType{name='Checkpoint', sharingFilesStrategy=FORWARD_BACKWARD}) @ 1735093400723 for job fcaa1d543dff1f954fdc6a9fb5ae9cdb.
2024-12-25 10:23:20,748 INFO org.apache.flink.runtime.checkpoint.CheckpointCoordinator [] - Completed checkpoint 89 for job fcaa1d543dff1f954fdc6a9fb5ae9cdb (91130 bytes, checkpointDuration=25 ms, finalizationTime=0 ms).
2024-12-25 10:23:20,750 INFO org.apache.flink.runtime.source.coordinator.SourceCoordinator [] - Marking checkpoint 89 as completed for source Source: MySQL Source.
2024-12-25 10:23:30,724 INFO org.apache.flink.runtime.checkpoint.CheckpointCoordinator [] - Triggering checkpoint 90 (type=CheckpointType{name='Checkpoint', sharingFilesStrategy=FORWARD_BACKWARD}) @ 1735093410723 for job fcaa1d543dff1f954fdc6a9fb5ae9cdb.
2024-12-25 10:23:30,754 INFO org.apache.flink.runtime.checkpoint.CheckpointCoordinator [] - Completed checkpoint 90 for job fcaa1d543dff1f954fdc6a9fb5ae9cdb (91130 bytes, checkpointDuration=31 ms, finalizationTime=0 ms).
2024-12-25 10:23:30,755 INFO org.apache.flink.runtime.source.coordinator.SourceCoordinator [] - Marking checkpoint 90 as completed for source Source: MySQL Source.
2024-12-25 10:23:40,724 INFO org.apache.flink.runtime.checkpoint.CheckpointCoordinator [] - Triggering checkpoint 91 (type=CheckpointType{name='Checkpoint', sharingFilesStrategy=FORWARD_BACKWARD}) @ 1735093420723 for job fcaa1d543dff1f954fdc6a9fb5ae9cdb.
2024-12-25 10:23:40,749 INFO org.apache.flink.runtime.checkpoint.CheckpointCoordinator [] - Completed checkpoint 91 for job fcaa1d543dff1f954fdc6a9fb5ae9cdb (91130 bytes, checkpointDuration=25 ms, finalizationTime=1 ms).
2024-12-25 10:23:40,750 INFO org.apache.flink.runtime.source.coordinator.SourceCoordinator [] - Marking checkpoint 91 as completed for source Source: MySQL Source.
2024-12-25 10:23:50,724 INFO org.apache.flink.runtime.checkpoint.CheckpointCoordinator [] - Triggering checkpoint 92 (type=CheckpointType{name='Checkpoint', sharingFilesStrategy=FORWARD_BACKWARD}) @ 1735093430723 for job fcaa1d543dff1f954fdc6a9fb5ae9cdb.
2024-12-25 10:23:50,750 INFO org.apache.flink.runtime.checkpoint.CheckpointCoordinator [] - Completed checkpoint 92 for job fcaa1d543dff1f954fdc6a9fb5ae9cdb (91130 bytes, checkpointDuration=26 ms, finalizationTime=1 ms).
2024-12-25 10:23:50,751 INFO org.apache.flink.runtime.source.coordinator.SourceCoordinator [] - Marking checkpoint 92 as completed for source Source: MySQL Source.
2024-12-25 10:24:00,724 INFO org.apache.flink.runtime.checkpoint.CheckpointCoordinator [] - Triggering checkpoint 93 (type=CheckpointType{name='Checkpoint', sharingFilesStrategy=FORWARD_BACKWARD}) @ 1735093440723 for job fcaa1d543dff1f954fdc6a9fb5ae9cdb.
2024-12-25 10:24:00,748 INFO org.apache.flink.runtime.checkpoint.CheckpointCoordinator [] - Completed checkpoint 93 for job fcaa1d543dff1f954fdc6a9fb5ae9cdb (91130 bytes, checkpointDuration=24 ms, finalizationTime=1 ms).
2024-12-25 10:24:00,749 INFO org.apache.flink.runtime.source.coordinator.SourceCoordinator [] - Marking checkpoint 93 as completed for source Source: MySQL Source.
2024-12-25 10:24:10,724 INFO org.apache.flink.runtime.checkpoint.CheckpointCoordinator [] - Triggering checkpoint 94 (type=CheckpointType{name='Checkpoint', sharingFilesStrategy=FORWARD_BACKWARD}) @ 1735093450723 for job fcaa1d543dff1f954fdc6a9fb5ae9cdb.
2024-12-25 10:24:10,762 INFO org.apache.flink.runtime.checkpoint.CheckpointCoordinator [] - Completed checkpoint 94 for job fcaa1d543dff1f954fdc6a9fb5ae9cdb (91130 bytes, checkpointDuration=39 ms, finalizationTime=0 ms).
2024-12-25 10:24:10,763 INFO org.apache.flink.runtime.source.coordinator.SourceCoordinator [] - Marking checkpoint 94 as completed for source Source: MySQL Source.
2024-12-25 10:24:20,724 INFO org.apache.flink.runtime.checkpoint.CheckpointCoordinator [] - Triggering checkpoint 95 (type=CheckpointType{name='Checkpoint', sharingFilesStrategy=FORWARD_BACKWARD}) @ 1735093460723 for job fcaa1d543dff1f954fdc6a9fb5ae9cdb.
2024-12-25 10:24:20,749 INFO org.apache.flink.runtime.checkpoint.CheckpointCoordinator [] - Completed checkpoint 95 for job fcaa1d543dff1f954fdc6a9fb5ae9cdb (91130 bytes, checkpointDuration=25 ms, finalizationTime=1 ms).
2024-12-25 10:24:20,750 INFO org.apache.flink.runtime.source.coordinator.SourceCoordinator [] - Marking checkpoint 95 as completed for source Source: MySQL Source.
2024-12-25 10:24:30,724 INFO org.apache.flink.runtime.checkpoint.CheckpointCoordinator [] - Triggering checkpoint 96 (type=CheckpointType{name='Checkpoint', sharingFilesStrategy=FORWARD_BACKWARD}) @ 1735093470723 for job fcaa1d543dff1f954fdc6a9fb5ae9cdb.
2024-12-25 10:24:30,750 INFO org.apache.flink.runtime.checkpoint.CheckpointCoordinator [] - Completed checkpoint 96 for job fcaa1d543dff1f954fdc6a9fb5ae9cdb (91130 bytes, checkpointDuration=26 ms, finalizationTime=1 ms).
2024-12-25 10:24:30,751 INFO org.apache.flink.runtime.source.coordinator.SourceCoordinator [] - Marking checkpoint 96 as completed for source Source: MySQL Source.
2024-12-25 10:24:40,724 INFO org.apache.flink.runtime.checkpoint.CheckpointCoordinator [] - Triggering checkpoint 97 (type=CheckpointType{name='Checkpoint', sharingFilesStrategy=FORWARD_BACKWARD}) @ 1735093480723 for job fcaa1d543dff1f954fdc6a9fb5ae9cdb.
2024-12-25 10:24:40,749 INFO org.apache.flink.runtime.checkpoint.CheckpointCoordinator [] - Completed checkpoint 97 for job fcaa1d543dff1f954fdc6a9fb5ae9cdb (91130 bytes, checkpointDuration=25 ms, finalizationTime=1 ms).
2024-12-25 10:24:40,750 INFO org.apache.flink.runtime.source.coordinator.SourceCoordinator [] - Marking checkpoint 97 as completed for source Source: MySQL Source.
2024-12-25 10:24:50,724 INFO org.apache.flink.runtime.checkpoint.CheckpointCoordinator [] - Triggering checkpoint 98 (type=CheckpointType{name='Checkpoint', sharingFilesStrategy=FORWARD_BACKWARD}) @ 1735093490723 for job fcaa1d543dff1f954fdc6a9fb5ae9cdb.
2024-12-25 10:24:50,747 INFO org.apache.flink.runtime.checkpoint.CheckpointCoordinator [] - Completed checkpoint 98 for job fcaa1d543dff1f954fdc6a9fb5ae9cdb (91130 bytes, checkpointDuration=24 ms, finalizationTime=0 ms).
2024-12-25 10:24:50,748 INFO org.apache.flink.runtime.source.coordinator.SourceCoordinator [] - Marking checkpoint 98 as completed for source Source: MySQL Source.
2024-12-25 10:25:00,724 INFO org.apache.flink.runtime.checkpoint.CheckpointCoordinator [] - Triggering checkpoint 99 (type=CheckpointType{name='Checkpoint', sharingFilesStrategy=FORWARD_BACKWARD}) @ 1735093500723 for job fcaa1d543dff1f954fdc6a9fb5ae9cdb.
2024-12-25 10:25:00,749 INFO org.apache.flink.runtime.checkpoint.CheckpointCoordinator [] - Completed checkpoint 99 for job fcaa1d543dff1f954fdc6a9fb5ae9cdb (91130 bytes, checkpointDuration=26 ms, finalizationTime=0 ms).
2024-12-25 10:25:00,751 INFO org.apache.flink.runtime.source.coordinator.SourceCoordinator [] - Marking checkpoint 99 as completed for source Source: MySQL Source.
2024-12-25 10:25:10,724 INFO org.apache.flink.runtime.checkpoint.CheckpointCoordinator [] - Triggering checkpoint 100 (type=CheckpointType{name='Checkpoint', sharingFilesStrategy=FORWARD_BACKWARD}) @ 1735093510723 for job fcaa1d543dff1f954fdc6a9fb5ae9cdb.
2024-12-25 10:25:10,749 INFO org.apache.flink.runtime.checkpoint.CheckpointCoordinator [] - Completed checkpoint 100 for job fcaa1d543dff1f954fdc6a9fb5ae9cdb (91130 bytes, checkpointDuration=25 ms, finalizationTime=1 ms).
2024-12-25 10:25:10,750 INFO org.apache.flink.runtime.source.coordinator.SourceCoordinator [] - Marking checkpoint 100 as completed for source Source: MySQL Source.
2024-12-25 10:25:20,724 INFO org.apache.flink.runtime.checkpoint.CheckpointCoordinator [] - Triggering checkpoint 101 (type=CheckpointType{name='Checkpoint', sharingFilesStrategy=FORWARD_BACKWARD}) @ 1735093520723 for job fcaa1d543dff1f954fdc6a9fb5ae9cdb.
2024-12-25 10:25:20,749 INFO org.apache.flink.runtime.checkpoint.CheckpointCoordinator [] - Completed checkpoint 101 for job fcaa1d543dff1f954fdc6a9fb5ae9cdb (91130 bytes, checkpointDuration=26 ms, finalizationTime=0 ms).
2024-12-25 10:25:20,750 INFO org.apache.flink.runtime.source.coordinator.SourceCoordinator [] - Marking checkpoint 101 as completed for source Source: MySQL Source.
2024-12-25 10:25:30,724 INFO org.apache.flink.runtime.checkpoint.CheckpointCoordinator [] - Triggering checkpoint 102 (type=CheckpointType{name='Checkpoint', sharingFilesStrategy=FORWARD_BACKWARD}) @ 1735093530723 for job fcaa1d543dff1f954fdc6a9fb5ae9cdb.
2024-12-25 10:25:30,750 INFO org.apache.flink.runtime.checkpoint.CheckpointCoordinator [] - Completed checkpoint 102 for job fcaa1d543dff1f954fdc6a9fb5ae9cdb (91130 bytes, checkpointDuration=27 ms, finalizationTime=0 ms).
2024-12-25 10:25:30,751 INFO org.apache.flink.runtime.source.coordinator.SourceCoordinator [] - Marking checkpoint 102 as completed for source Source: MySQL Source.
2024-12-25 10:25:40,724 INFO org.apache.flink.runtime.checkpoint.CheckpointCoordinator [] - Triggering checkpoint 103 (type=CheckpointType{name='Checkpoint', sharingFilesStrategy=FORWARD_BACKWARD}) @ 1735093540723 for job fcaa1d543dff1f954fdc6a9fb5ae9cdb.
2024-12-25 10:25:40,754 INFO org.apache.flink.runtime.checkpoint.CheckpointCoordinator [] - Completed checkpoint 103 for job fcaa1d543dff1f954fdc6a9fb5ae9cdb (91130 bytes, checkpointDuration=31 ms, finalizationTime=0 ms).
2024-12-25 10:25:40,756 INFO org.apache.flink.runtime.source.coordinator.SourceCoordinator [] - Marking checkpoint 103 as completed for source Source: MySQL Source.
2024-12-25 10:25:50,724 INFO org.apache.flink.runtime.checkpoint.CheckpointCoordinator [] - Triggering checkpoint 104 (type=CheckpointType{name='Checkpoint', sharingFilesStrategy=FORWARD_BACKWARD}) @ 1735093550723 for job fcaa1d543dff1f954fdc6a9fb5ae9cdb.
2024-12-25 10:25:50,752 INFO org.apache.flink.runtime.checkpoint.CheckpointCoordinator [] - Completed checkpoint 104 for job fcaa1d543dff1f954fdc6a9fb5ae9cdb (91130 bytes, checkpointDuration=29 ms, finalizationTime=0 ms).
2024-12-25 10:25:50,753 INFO org.apache.flink.runtime.source.coordinator.SourceCoordinator [] - Marking checkpoint 104 as completed for source Source: MySQL Source.
2024-12-25 10:25:56,501 INFO org.apache.flink.runtime.executiongraph.ExecutionGraph [] - Job MySQL-Doris Sync Database: convert_db (fcaa1d543dff1f954fdc6a9fb5ae9cdb) switched from state RUNNING to CANCELLING.
2024-12-25 10:25:56,503 INFO org.apache.flink.runtime.executiongraph.ExecutionGraph [] - Source: MySQL Source -> Process (1/1) (23768a222273b26e65b37978c270a190_cbc357ccb763df2852fee8c4fc7d55f2_0_0) switched from RUNNING to CANCELING.
2024-12-25 10:25:57,033 INFO org.apache.flink.runtime.executiongraph.ExecutionGraph [] - Source: MySQL Source -> Process (1/1) (23768a222273b26e65b37978c270a190_cbc357ccb763df2852fee8c4fc7d55f2_0_0) switched from CANCELING to CANCELED.
2024-12-25 10:25:57,044 INFO org.apache.flink.runtime.executiongraph.ExecutionGraph [] - Job MySQL-Doris Sync Database: convert_db (fcaa1d543dff1f954fdc6a9fb5ae9cdb) switched from state CANCELLING to CANCELED.
2024-12-25 10:25:57,044 INFO org.apache.flink.runtime.resourcemanager.slotmanager.FineGrainedSlotManager [] - Clearing resource requirements of job fcaa1d543dff1f954fdc6a9fb5ae9cdb
2024-12-25 10:25:57,044 INFO org.apache.flink.runtime.checkpoint.CheckpointCoordinator [] - Stopping checkpoint coordinator for job fcaa1d543dff1f954fdc6a9fb5ae9cdb.
2024-12-25 10:25:57,055 INFO org.apache.flink.runtime.dispatcher.StandaloneDispatcher [] - Job fcaa1d543dff1f954fdc6a9fb5ae9cdb reached terminal state CANCELED.
2024-12-25 10:25:57,109 INFO org.apache.flink.runtime.dispatcher.StandaloneDispatcher [] - Job fcaa1d543dff1f954fdc6a9fb5ae9cdb has been registered for cleanup in the JobResultStore after reaching a terminal state.
2024-12-25 10:25:57,118 INFO org.apache.flink.runtime.jobmaster.JobMaster [] - Stopping the JobMaster for job 'MySQL-Doris Sync Database: convert_db' (fcaa1d543dff1f954fdc6a9fb5ae9cdb).
2024-12-25 10:25:57,129 INFO org.apache.flink.runtime.source.coordinator.SourceCoordinator [] - Closing SourceCoordinator for source Source: MySQL Source.
2024-12-25 10:25:57,130 INFO com.ververica.cdc.connectors.mysql.source.enumerator.MySqlSourceEnumerator [] - Closing enumerator...
2024-12-25 10:25:57,134 INFO io.debezium.jdbc.JdbcConnection [] - Connection gracefully closed
2024-12-25 10:25:57,137 INFO org.apache.flink.runtime.source.coordinator.SourceCoordinator [] - Source coordinator for source Source: MySQL Source closed.
2024-12-25 10:25:57,140 INFO org.apache.flink.runtime.checkpoint.StandaloneCompletedCheckpointStore [] - Shutting down
2024-12-25 10:25:57,142 INFO org.apache.flink.runtime.jobmaster.JobMaster [] - Disconnect TaskExecutor localhost:38259-dcb6a2 because: Stopping JobMaster for job 'MySQL-Doris Sync Database: convert_db' (fcaa1d543dff1f954fdc6a9fb5ae9cdb).
2024-12-25 10:25:57,144 INFO org.apache.flink.runtime.jobmaster.slotpool.DefaultDeclarativeSlotPool [] - Releasing slot [7ce46ca2849acc7b6ee1f4f0ae7ca516].
2024-12-25 10:25:57,148 INFO org.apache.flink.runtime.jobmaster.JobMaster [] - Close ResourceManager connection 06b4b2e67622a585c73ac0a09800db62: Stopping JobMaster for job 'MySQL-Doris Sync Database: convert_db' (fcaa1d543dff1f954fdc6a9fb5ae9cdb).
2024-12-25 10:25:57,151 INFO org.apache.flink.runtime.resourcemanager.StandaloneResourceManager [] - Disconnect job manager [email protected]://flink@localhost:6123/user/rpc/jobmanager_2 for job fcaa1d543dff1f954fdc6a9fb5ae9cdb from the resource manager.
2024-12-25 10:25:57,185 INFO org.apache.flink.runtime.resourcemanager.slotmanager.DefaultSlotStatusSyncer [] - Freeing slot 7ce46ca2849acc7b6ee1f4f0ae7ca516.
2024-12-25 11:24:06,713 INFO org.apache.flink.runtime.dispatcher.StandaloneDispatcher [] - Received JobGraph submission 'MySQL-Doris Sync Database: convert_db' (560d874a798fafe761d41e2b5a33af03).
2024-12-25 11:24:06,714 INFO org.apache.flink.runtime.dispatcher.StandaloneDispatcher [] - Submitting job 'MySQL-Doris Sync Database: convert_db' (560d874a798fafe761d41e2b5a33af03).
2024-12-25 11:24:06,716 INFO org.apache.flink.runtime.jobmaster.JobMasterServiceLeadershipRunner [] - JobMasterServiceLeadershipRunner for job 560d874a798fafe761d41e2b5a33af03 was granted leadership with leader id 00000000-0000-0000-0000-000000000000. Creating new JobMasterServiceProcess.
2024-12-25 11:24:06,721 INFO org.apache.flink.runtime.rpc.pekko.PekkoRpcService [] - Starting RPC endpoint for org.apache.flink.runtime.jobmaster.JobMaster at pekko://flink/user/rpc/jobmanager_3 .
2024-12-25 11:24:06,722 INFO org.apache.flink.runtime.jobmaster.JobMaster [] - Initializing job 'MySQL-Doris Sync Database: convert_db' (560d874a798fafe761d41e2b5a33af03).
2024-12-25 11:24:06,724 INFO org.apache.flink.runtime.jobmaster.JobMaster [] - Using restart back off time strategy FixedDelayRestartBackoffTimeStrategy(maxNumberRestartAttempts=2147483647, backoffTimeMS=1000) for MySQL-Doris Sync Database: convert_db (560d874a798fafe761d41e2b5a33af03).
2024-12-25 11:24:06,727 INFO org.apache.flink.runtime.executiongraph.ExecutionGraph [] - Created execution graph f703a128f07bc6e178d19c70b128a26a for job 560d874a798fafe761d41e2b5a33af03.
2024-12-25 11:24:06,727 INFO org.apache.flink.runtime.jobmaster.JobMaster [] - Running initialization on master for job MySQL-Doris Sync Database: convert_db (560d874a798fafe761d41e2b5a33af03).
2024-12-25 11:24:06,728 INFO org.apache.flink.runtime.jobmaster.JobMaster [] - Successfully ran initialization on master in 0 ms.
2024-12-25 11:24:06,735 INFO org.apache.flink.runtime.scheduler.adapter.DefaultExecutionTopology [] - Built 1 new pipelined regions in 0 ms, total 1 pipelined regions currently.
2024-12-25 11:24:06,736 INFO org.apache.flink.runtime.jobmaster.JobMaster [] - No state backend has been configured, using default (HashMap) org.apache.flink.runtime.state.hashmap.HashMapStateBackend@71dcf804
2024-12-25 11:24:06,736 INFO org.apache.flink.runtime.state.StateBackendLoader [] - State backend loader loads the state backend as HashMapStateBackend
2024-12-25 11:24:06,736 INFO org.apache.flink.runtime.jobmaster.JobMaster [] - Checkpoint storage is set to 'jobmanager'
2024-12-25 11:24:06,738 INFO org.apache.flink.runtime.checkpoint.CheckpointCoordinator [] - No checkpoint found during restore.
2024-12-25 11:24:06,738 INFO org.apache.flink.runtime.jobmaster.JobMaster [] - Using failover strategy org.apache.flink.runtime.executiongraph.failover.flip1.RestartPipelinedRegionFailoverStrategy@2208287d for MySQL-Doris Sync Database: convert_db (560d874a798fafe761d41e2b5a33af03).
2024-12-25 11:24:06,739 INFO org.apache.flink.runtime.jobmaster.JobMaster [] - Starting execution of job 'MySQL-Doris Sync Database: convert_db' (560d874a798fafe761d41e2b5a33af03) under job master id 00000000000000000000000000000000.
2024-12-25 11:24:06,741 INFO org.apache.flink.runtime.source.coordinator.SourceCoordinator [] - Starting split enumerator for source Source: MySQL Source.
2024-12-25 11:24:06,796 WARN com.ververica.cdc.connectors.shaded.com.zaxxer.hikari.pool.PoolBase [] - connection-pool-10.30.251.88:3001 - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@5c2a5679 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
2024-12-25 11:24:06,858 INFO io.debezium.jdbc.JdbcConnection [] - Connection gracefully closed
2024-12-25 11:24:06,859 INFO com.ververica.cdc.connectors.mysql.MySqlValidator [] - MySQL validation passed.
2024-12-25 11:24:06,883 INFO io.debezium.jdbc.JdbcConnection [] - Connection gracefully closed
2024-12-25 11:24:06,885 INFO org.apache.flink.runtime.jobmaster.JobMaster [] - Starting scheduling with scheduling strategy [org.apache.flink.runtime.scheduler.strategy.PipelinedRegionSchedulingStrategy]
2024-12-25 11:24:06,885 INFO org.apache.flink.runtime.executiongraph.ExecutionGraph [] - Job MySQL-Doris Sync Database: convert_db (560d874a798fafe761d41e2b5a33af03) switched from state CREATED to RUNNING.
2024-12-25 11:24:06,886 INFO com.ververica.cdc.connectors.mysql.source.utils.TableDiscoveryUtils [] - Read list of available databases
2024-12-25 11:24:06,887 INFO org.apache.flink.runtime.executiongraph.ExecutionGraph [] - Source: MySQL Source -> Process (1/1) (f703a128f07bc6e178d19c70b128a26a_cbc357ccb763df2852fee8c4fc7d55f2_0_0) switched from CREATED to SCHEDULED.
2024-12-25 11:24:06,891 INFO org.apache.flink.runtime.jobmaster.JobMaster [] - Connecting to ResourceManager pekko.tcp://flink@localhost:6123/user/rpc/resourcemanager_
(00000000000000000000000000000000)
2024-12-25 11:24:06,892 INFO com.ververica.cdc.connectors.mysql.source.utils.TableDiscoveryUtils [] - list of available databases is: [convert_db]
2024-12-25 11:24:06,892 INFO com.ververica.cdc.connectors.mysql.source.utils.TableDiscoveryUtils [] - Read list of available tables in each database
2024-12-25 11:24:06,894 INFO org.apache.flink.runtime.jobmaster.JobMaster [] - Resolved ResourceManager address, beginning registration
2024-12-25 11:24:06,895 INFO org.apache.flink.runtime.resourcemanager.StandaloneResourceManager [] - Registering job manager [email protected]://flink@localhost:6123/user/rpc/jobmanager_3 for job 560d874a798fafe761d41e2b5a33af03.
2024-12-25 11:24:06,896 INFO org.apache.flink.runtime.resourcemanager.StandaloneResourceManager [] - Registered job manager [email protected]://flink@localhost:6123/user/rpc/jobmanager_3 for job 560d874a798fafe761d41e2b5a33af03.
2024-12-25 11:24:06,897 INFO com.ververica.cdc.connectors.mysql.source.utils.TableDiscoveryUtils [] - 'convert_db.CALC_TARGET_ALLOCATION_81' is filtered out of table capturing
2024-12-25 11:24:06,897 INFO com.ververica.cdc.connectors.mysql.source.utils.TableDiscoveryUtils [] - 'convert_db.DISPLAY_CPYLZD' is filtered out of table capturing
2024-12-25 11:24:06,898 INFO com.ververica.cdc.connectors.mysql.source.utils.TableDiscoveryUtils [] - 'convert_db.DISPLAY_CPYLZD_PLT' is filtered out of table capturing
2024-12-25 11:24:06,898 INFO com.ververica.cdc.connectors.mysql.source.utils.TableDiscoveryUtils [] - 'convert_db.DISPLAY_HGXSFB' is filtered out of table capturing
2024-12-25 11:24:06,898 INFO com.ververica.cdc.connectors.mysql.source.utils.TableDiscoveryUtils [] - 'convert_db.DISPLAY_REPORT' is filtered out of table capturing
2024-12-25 11:24:06,898 INFO com.ververica.cdc.connectors.mysql.source.utils.TableDiscoveryUtils [] - including table 'convert_db.FINAL_TARGET_ALLOCATION_1' for further processing
2024-12-25 11:24:06,898 INFO com.ververica.cdc.connectors.mysql.source.utils.TableDiscoveryUtils [] - 'convert_db.FINAL_TARGET_ALLOCATION_18' is filtered out of table capturing
2024-12-25 11:24:06,898 INFO com.ververica.cdc.connectors.mysql.source.utils.TableDiscoveryUtils [] - 'convert_db.FINAL_TARGET_ALLOCATION_18_1' is filtered out of table capturing
2024-12-25 11:24:06,898 INFO org.apache.flink.runtime.jobmaster.JobMaster [] - JobManager successfully registered at ResourceManager, leader id: 00000000000000000000000000000000.
2024-12-25 11:24:06,899 INFO com.ververica.cdc.connectors.mysql.source.utils.TableDiscoveryUtils [] - 'convert_db.FINAL_TARGET_ALLOCATION_18_copy1' is filtered out of table capturing
2024-12-25 11:24:06,899 INFO com.ververica.cdc.connectors.mysql.source.utils.TableDiscoveryUtils [] - 'convert_db.FINAL_TARGET_ALLOCATION_25' is filtered out of table capturing
2024-12-25 11:24:06,899 INFO com.ververica.cdc.connectors.mysql.source.utils.TableDiscoveryUtils [] - 'convert_db.FINAL_TARGET_ALLOCATION_27' is filtered out of table capturing
2024-12-25 11:24:06,899 INFO org.apache.flink.runtime.resourcemanager.slotmanager.FineGrainedSlotManager [] - Received resource requirements from job 560d874a798fafe761d41e2b5a33af03: [ResourceRequirement{resourceProfile=ResourceProfile{UNKNOWN}, numberOfRequiredSlots=1}]
2024-12-25 11:24:06,899 INFO com.ververica.cdc.connectors.mysql.source.utils.TableDiscoveryUtils [] - 'convert_db.FINAL_TARGET_ALLOCATION_3' is filtered out of table capturing
2024-12-25 11:24:06,899 INFO com.ververica.cdc.connectors.mysql.source.utils.TableDiscoveryUtils [] - 'convert_db.FINAL_TARGET_ALLOCATION_5' is filtered out of table capturing
2024-12-25 11:24:06,899 INFO com.ververica.cdc.connectors.mysql.source.utils.TableDiscoveryUtils [] - 'convert_db.FINAL_TARGET_ALLOCATION_55' is filtered out of table capturing
2024-12-25 11:24:06,899 INFO com.ververica.cdc.connectors.mysql.source.utils.TableDiscoveryUtils [] - 'convert_db.FINAL_TARGET_ALLOCATION_57' is filtered out of table capturing
2024-12-25 11:24:06,900 INFO com.ververica.cdc.connectors.mysql.source.utils.TableDiscoveryUtils [] - 'convert_db.FINAL_TARGET_ALLOCATION_64' is filtered out of table capturing
2024-12-25 11:24:06,900 INFO com.ververica.cdc.connectors.mysql.source.utils.TableDiscoveryUtils [] - 'convert_db.FINAL_TARGET_ALLOCATION_72' is filtered out of table capturing
2024-12-25 11:24:06,900 INFO com.ververica.cdc.connectors.mysql.source.utils.TableDiscoveryUtils [] - 'convert_db.FINAL_TARGET_ALLOCATION_75' is filtered out of table capturing
2024-12-25 11:24:06,900 INFO com.ververica.cdc.connectors.mysql.source.utils.TableDiscoveryUtils [] - 'convert_db.FINAL_TARGET_ALLOCATION_81' is filtered out of table capturing
2024-12-25 11:24:06,901 INFO com.ververica.cdc.connectors.mysql.source.utils.TableDiscoveryUtils [] - 'convert_db.FINAL_TARGET_ALLOCATION_82' is filtered out of table capturing
2024-12-25 11:24:06,901 INFO com.ververica.cdc.connectors.mysql.source.utils.TableDiscoveryUtils [] - 'convert_db.FINAL_TARGET_ALLOCATION_83' is filtered out of table capturing
2024-12-25 11:24:06,901 INFO com.ververica.cdc.connectors.mysql.source.utils.TableDiscoveryUtils [] - 'convert_db.FINAL_TARGET_ALLOCATION_A' is filtered out of table capturing
2024-12-25 11:24:06,901 INFO com.ververica.cdc.connectors.mysql.source.utils.TableDiscoveryUtils [] - 'convert_db.IMPORT_OG_ERP_PURCHASE_INVOICE' is filtered out of table capturing
2024-12-25 11:24:06,901 INFO com.ververica.cdc.connectors.mysql.source.utils.TableDiscoveryUtils [] - 'convert_db.IMPORT_OG_FMIS_REPORT_PROFITS' is filtered out of table capturing
2024-12-25 11:24:06,901 INFO com.ververica.cdc.connectors.mysql.source.utils.TableDiscoveryUtils [] - 'convert_db.IMPORT_ORDER' is filtered out of table capturing
2024-12-25 11:24:06,901 INFO com.ververica.cdc.connectors.mysql.source.utils.TableDiscoveryUtils [] - 'convert_db.TARGET_ALLOCATION_81' is filtered out of table capturing
2024-12-25 11:24:06,902 INFO com.ververica.cdc.connectors.mysql.source.utils.TableDiscoveryUtils [] - 'convert_db.TARGET_ALLOCATION_82' is filtered out of table capturing
2024-12-25 11:24:06,902 INFO com.ververica.cdc.connectors.mysql.source.utils.TableDiscoveryUtils [] - 'convert_db.TARGET_ALLOCATION_83' is filtered out of table capturing
2024-12-25 11:24:06,902 INFO com.ververica.cdc.connectors.mysql.source.utils.TableDiscoveryUtils [] - 'convert_db.TEMP_CREDIT_COST' is filtered out of table capturing
2024-12-25 11:24:06,902 INFO com.ververica.cdc.connectors.mysql.source.utils.TableDiscoveryUtils [] - 'convert_db.TEMP_DISCOUNT' is filtered out of table capturing
2024-12-25 11:24:06,902 INFO com.ververica.cdc.connectors.mysql.source.utils.TableDiscoveryUtils [] - 'convert_db.TEMP_DUMP' is filtered out of table capturing
2024-12-25 11:24:06,902 INFO com.ververica.cdc.connectors.mysql.source.utils.TableDiscoveryUtils [] - 'convert_db.TEMP_EXCHANGE_GAIN' is filtered out of table capturing
2024-12-25 11:24:06,902 INFO com.ververica.cdc.connectors.mysql.source.utils.TableDiscoveryUtils [] - 'convert_db.TEMP_EXPENSE' is filtered out of table capturing
2024-12-25 11:24:06,903 INFO com.ververica.cdc.connectors.mysql.source.utils.TableDiscoveryUtils [] - 'convert_db.TEMP_EXPORT_CREDIT_INSURANCE' is filtered out of table capturing
2024-12-25 11:24:06,903 INFO com.ververica.cdc.connectors.mysql.source.utils.TableDiscoveryUtils [] - 'convert_db.TEMP_EXPORT_REBATES' is filtered out of table capturing
2024-12-25 11:24:06,903 INFO com.ververica.cdc.connectors.mysql.source.utils.TableDiscoveryUtils [] - 'convert_db.TEMP_FINANCIAL_EXPENSE' is filtered out of table capturing
2024-12-25 11:24:06,903 INFO com.ververica.cdc.connectors.mysql.source.utils.TableDiscoveryUtils [] - 'convert_db.TEMP_FREIGHT' is filtered out of table capturing
2024-12-25 11:24:06,903 INFO com.ververica.cdc.connectors.mysql.source.utils.TableDiscoveryUtils [] - 'convert_db.TEMP_HANDLING_EXPENSE' is filtered out of table capturing
2024-12-25 11:24:06,903 INFO com.ververica.cdc.connectors.mysql.source.utils.TableDiscoveryUtils [] - 'convert_db.TEMP_INSPECTION' is filtered out of table capturing
2024-12-25 11:24:06,904 INFO com.ververica.cdc.connectors.mysql.source.utils.TableDiscoveryUtils [] - 'convert_db.TEMP_INVENTORY_OCCUPANCY' is filtered out of table capturing
2024-12-25 11:24:06,904 INFO com.ververica.cdc.connectors.mysql.source.utils.TableDiscoveryUtils [] - 'convert_db.TEMP_OCCUPYING_FUNDS' is filtered out of table capturing
2024-12-25 11:24:06,904 INFO com.ververica.cdc.connectors.mysql.source.utils.TableDiscoveryUtils [] - 'convert_db.TEMP_OG_ERP_PURCHASE_INVOICE' is filtered out of table capturing
2024-12-25 11:24:06,904 INFO com.ververica.cdc.connectors.mysql.source.utils.TableDiscoveryUtils [] - 'convert_db.TEMP_OG_FMIS_REPORT_PROFITS' is filtered out of table capturing
2024-12-25 11:24:06,904 INFO com.ververica.cdc.connectors.mysql.source.utils.TableDiscoveryUtils [] - 'convert_db.TEMP_ORDER' is filtered out of table capturing
2024-12-25 11:24:06,904 INFO com.ververica.cdc.connectors.mysql.source.utils.TableDiscoveryUtils [] - 'convert_db.TEMP_ORDER_OLD' is filtered out of table capturing
2024-12-25 11:24:06,905 INFO com.ververica.cdc.connectors.mysql.source.utils.TableDiscoveryUtils [] - 'convert_db.TEMP_PRICE_MARKET' is filtered out of table capturing
2024-12-25 11:24:06,905 INFO com.ververica.cdc.connectors.mysql.source.utils.TableDiscoveryUtils [] - 'convert_db.TEMP_PURCHASE_ADJUSTMENT' is filtered out of table capturing
2024-12-25 11:24:06,905 INFO com.ververica.cdc.connectors.mysql.source.utils.TableDiscoveryUtils [] - 'convert_db.TEMP_PURCHASE_WEIGHTED_PRICE' is filtered out of table capturing
2024-12-25 11:24:06,905 INFO com.ververica.cdc.connectors.mysql.source.utils.TableDiscoveryUtils [] - 'convert_db.TEMP_RATE' is filtered out of table capturing
2024-12-25 11:24:06,905 INFO com.ververica.cdc.connectors.mysql.source.utils.TableDiscoveryUtils [] - 'convert_db.TEMP_SALES_ADJUSTMENT' is filtered out of table capturing
2024-12-25 11:24:06,905 INFO com.ververica.cdc.connectors.mysql.source.utils.TableDiscoveryUtils [] - 'convert_db.TEMP_SELLING_EXPENSES' is filtered out of table capturing
2024-12-25 11:24:06,905 INFO com.ververica.cdc.connectors.mysql.source.utils.TableDiscoveryUtils [] - 'convert_db.TEMP_STORAGE_CHARGE' is filtered out of table capturing
2024-12-25 11:24:06,906 INFO com.ververica.cdc.connectors.mysql.source.utils.TableDiscoveryUtils [] - 'convert_db.TEMP_STORAGE_LOSS' is filtered out of table capturing
2024-12-25 11:24:06,906 INFO com.ververica.cdc.connectors.mysql.source.utils.TableDiscoveryUtils [] - 'convert_db.middle_81_8308_10746_10715' is filtered out of table capturing
2024-12-25 11:24:06,906 INFO com.ververica.cdc.connectors.mysql.source.utils.TableDiscoveryUtils [] - 'convert_db.middle_81_8310_10749_10718' is filtered out of table capturing
2024-12-25 11:24:06,906 INFO com.ververica.cdc.connectors.mysql.source.utils.TableDiscoveryUtils [] - 'convert_db.middle_81_8311_10751_10720' is filtered out of table capturing
2024-12-25 11:24:06,906 INFO com.ververica.cdc.connectors.mysql.source.utils.TableDiscoveryUtils [] - 'convert_db.middle_81_8312_10753_10722' is filtered out of table capturing
2024-12-25 11:24:06,906 INFO com.ververica.cdc.connectors.mysql.source.utils.TableDiscoveryUtils [] - 'convert_db.temp_flowno' is filtered out of table capturing
2024-12-25 11:24:06,906 INFO com.ververica.cdc.connectors.mysql.source.utils.TableDiscoveryUtils [] - 'convert_db.test_20240904163756' is filtered out of table capturing
2024-12-25 11:24:06,921 INFO io.debezium.jdbc.JdbcConnection [] - Connection gracefully closed
2024-12-25 11:24:06,924 INFO com.ververica.cdc.connectors.mysql.source.assigners.MySqlSnapshotSplitAssigner [] - Start splitting table convert_db.FINAL_TARGET_ALLOCATION_1 into chunks...
2024-12-25 11:24:06,966 INFO org.apache.flink.runtime.resourcemanager.slotmanager.FineGrainedSlotManager [] - Matching resource requirements against available resources.
Missing resources:
Job 560d874a798fafe761d41e2b5a33af03
ResourceRequirement{resourceProfile=ResourceProfile{UNKNOWN}, numberOfRequiredSlots=1}
Current resources:
TaskManager localhost:38259-dcb6a2
Available: ResourceProfile{cpuCores=1E+1, taskHeapMemory=2.016gb (2164260825 bytes), taskOffHeapMemory=0 bytes, managedMemory=1.813gb (1946157081 bytes), networkMemory=464.000mb (486539270 bytes)}
Total: ResourceProfile{cpuCores=1E+1, taskHeapMemory=2.016gb (2164260825 bytes), taskOffHeapMemory=0 bytes, managedMemory=1.813gb (1946157081 bytes), networkMemory=464.000mb (486539270 bytes)}
2024-12-25 11:24:06,967 INFO org.apache.flink.runtime.resourcemanager.slotmanager.DefaultSlotStatusSyncer [] - Starting allocation of slot b2e28e2d9f890a64d15bc2ffe1dfb1f9 from localhost:38259-dcb6a2 for job 560d874a798fafe761d41e2b5a33af03 with resource profile ResourceProfile{cpuCores=1, taskHeapMemory=206.400mb (216426082 bytes), taskOffHeapMemory=0 bytes, managedMemory=185.600mb (194615708 bytes), networkMemory=46.400mb (48653927 bytes)}.
2024-12-25 11:24:07,050 INFO org.apache.flink.runtime.executiongraph.ExecutionGraph [] - Source: MySQL Source -> Process (1/1) (f703a128f07bc6e178d19c70b128a26a_cbc357ccb763df2852fee8c4fc7d55f2_0_0) switched from SCHEDULED to DEPLOYING.
2024-12-25 11:24:07,051 INFO org.apache.flink.runtime.executiongraph.ExecutionGraph [] - Deploying Source: MySQL Source -> Process (1/1) (attempt #0) with attempt id f703a128f07bc6e178d19c70b128a26a_cbc357ccb763df2852fee8c4fc7d55f2_0_0 and vertex id cbc357ccb763df2852fee8c4fc7d55f2_0 to localhost:38259-dcb6a2 @ localhost (dataPort=39083) with allocation id b2e28e2d9f890a64d15bc2ffe1dfb1f9
2024-12-25 11:24:07,210 INFO com.ververica.cdc.connectors.mysql.source.assigners.MySqlChunkSplitter [] - Use unevenly-sized chunks for table convert_db.FINAL_TARGET_ALLOCATION_1, the chunk size is 8096 from null
2024-12-25 11:24:07,259 INFO org.apache.flink.runtime.executiongraph.ExecutionGraph [] - Source: MySQL Source -> Process (1/1) (f703a128f07bc6e178d19c70b128a26a_cbc357ccb763df2852fee8c4fc7d55f2_0_0) switched from DEPLOYING to INITIALIZING.
2024-12-25 11:24:07,324 INFO com.ververica.cdc.connectors.mysql.source.assigners.MySqlChunkSplitter [] - ChunkSplitter has split 0 chunks for table convert_db.FINAL_TARGET_ALLOCATION_1
2024-12-25 11:24:07,324 INFO com.ververica.cdc.connectors.mysql.source.assigners.MySqlSnapshotSplitAssigner [] - Split table convert_db.FINAL_TARGET_ALLOCATION_1 into 1 chunks, time cost: 400ms.
2024-12-25 11:24:07,719 INFO org.apache.flink.runtime.source.coordinator.SourceCoordinator [] - Source Source: MySQL Source registering reader for parallel task 0 (#0) @ localhost
2024-12-25 11:24:07,719 INFO org.apache.flink.runtime.executiongraph.ExecutionGraph [] - Source: MySQL Source -> Process (1/1) (f703a128f07bc6e178d19c70b128a26a_cbc357ccb763df2852fee8c4fc7d55f2_0_0) switched from INITIALIZING to RUNNING.
2024-12-25 11:24:07,722 INFO org.apache.flink.runtime.source.coordinator.SourceCoordinator [] - Source Source: MySQL Source received split request from parallel task 0 (#0)
2024-12-25 11:24:07,730 INFO com.ververica.cdc.connectors.mysql.source.enumerator.MySqlSourceEnumerator [] - The enumerator assigns split MySqlSnapshotSplit{tableId=convert_db.FINAL_TARGET_ALLOCATION_1, splitId='convert_db.FINAL_TARGET_ALLOCATION_1:0', splitKeyType=[CALMONTH CHAR(6) NOT NULL], splitStart=null, splitEnd=null, highWatermark=null} to subtask 0
2024-12-25 11:24:09,625 INFO org.apache.flink.runtime.checkpoint.CheckpointCoordinator [] - Triggering checkpoint 1 (type=CheckpointType{name='Checkpoint', sharingFilesStrategy=FORWARD_BACKWARD}) @ 1735097049623 for job 560d874a798fafe761d41e2b5a33af03.
2024-12-25 11:24:09,653 INFO org.apache.flink.runtime.checkpoint.CheckpointCoordinator [] - Completed checkpoint 1 for job 560d874a798fafe761d41e2b5a33af03 (90491 bytes, checkpointDuration=30 ms, finalizationTime=0 ms).
2024-12-25 11:24:09,655 INFO org.apache.flink.runtime.source.coordinator.SourceCoordinator [] - Marking checkpoint 1 as completed for source Source: MySQL Source.
2024-12-25 11:24:19,625 INFO org.apache.flink.runtime.checkpoint.CheckpointCoordinator [] - Triggering checkpoint 2 (type=CheckpointType{name='Checkpoint', sharingFilesStrategy=FORWARD_BACKWARD}) @ 1735097059623 for job 560d874a798fafe761d41e2b5a33af03.
2024-12-25 11:24:26,939 INFO com.ververica.cdc.connectors.mysql.source.enumerator.MySqlSourceEnumerator [] - The enumerator under INITIAL_ASSIGNING receives finished split offsets FinishedSnapshotSplitsReportEvent{finishedOffsets={convert_db.FINAL_TARGET_ALLOCATION_1:0={ts_sec=0, file=mysql-bin.000859, pos=197, kind=SPECIFIC, gtids=26ab7788-3d95-11ef-b6e9-005056918fcc:1-58999311, row=0, event=0}}} from subtask 0.
2024-12-25 11:24:26,939 INFO com.ververica.cdc.connectors.mysql.source.assigners.AssignerStatus [] - Assigner status changes from INITIAL_ASSIGNING to INITIAL_ASSIGNING_FINISHED
2024-12-25 11:24:26,939 INFO com.ververica.cdc.connectors.mysql.source.assigners.MySqlSnapshotSplitAssigner [] - Snapshot split assigner received all splits finished and the job parallelism is 1, snapshot split assigner is turn into finished status.
2024-12-25 11:24:26,941 INFO org.apache.flink.runtime.source.coordinator.SourceCoordinator [] - Source Source: MySQL Source received split request from parallel task 0 (#0)
2024-12-25 11:24:26,941 INFO org.apache.flink.runtime.checkpoint.CheckpointCoordinator [] - Completed checkpoint 2 for job 560d874a798fafe761d41e2b5a33af03 (90645 bytes, checkpointDuration=7316 ms, finalizationTime=2 ms).
2024-12-25 11:24:26,945 INFO com.ververica.cdc.connectors.mysql.source.enumerator.MySqlSourceEnumerator [] - The enumerator assigns split MySqlBinlogSplit{splitId='binlog-split', offset={ts_sec=0, file=mysql-bin.000859, pos=197, kind=SPECIFIC, gtids=26ab7788-3d95-11ef-b6e9-005056918fcc:1-58999311, row=0, event=0}, endOffset={ts_sec=0, file=, pos=-9223372036854775808, kind=NON_STOPPING, row=0, event=0}, isSuspended=false} to subtask 0
2024-12-25 11:24:26,945 INFO org.apache.flink.runtime.source.coordinator.SourceCoordinator [] - Marking checkpoint 2 as completed for source Source: MySQL Source.
2024-12-25 11:24:27,203 INFO com.ververica.cdc.connectors.mysql.source.enumerator.MySqlSourceEnumerator [] - The enumerator receives notice from subtask 0 for the binlog split assignment.
2024-12-25 11:24:29,625 INFO org.apache.flink.runtime.checkpoint.CheckpointCoordinator [] - Triggering checkpoint 3 (type=CheckpointType{name='Checkpoint', sharingFilesStrategy=FORWARD_BACKWARD}) @ 1735097069623 for job 560d874a798fafe761d41e2b5a33af03.
2024-12-25 11:24:29,653 INFO org.apache.flink.runtime.checkpoint.CheckpointCoordinator [] - Completed checkpoint 3 for job 560d874a798fafe761d41e2b5a33af03 (91084 bytes, checkpointDuration=29 ms, finalizationTime=0 ms).
2024-12-25 11:24:29,654 INFO org.apache.flink.runtime.source.coordinator.SourceCoordinator [] - Marking checkpoint 3 as completed for source Source: MySQL Source.
2024-12-25 11:24:39,625 INFO org.apache.flink.runtime.checkpoint.CheckpointCoordinator [] - Triggering checkpoint 4 (type=CheckpointType{name='Checkpoint', sharingFilesStrategy=FORWARD_BACKWARD}) @ 1735097079623 for job 560d874a798fafe761d41e2b5a33af03.
2024-12-25 11:24:39,652 INFO org.apache.flink.runtime.checkpoint.CheckpointCoordinator [] - Completed checkpoint 4 for job 560d874a798fafe761d41e2b5a33af03 (91084 bytes, checkpointDuration=29 ms, finalizationTime=0 ms).
2024-12-25 11:24:39,653 INFO org.apache.flink.runtime.source.coordinator.SourceCoordinator [] - Marking checkpoint 4 as completed for source Source: MySQL Source.
2024-12-25 11:24:49,625 INFO org.apache.flink.runtime.checkpoint.CheckpointCoordinator [] - Triggering checkpoint 5 (type=CheckpointType{name='Checkpoint', sharingFilesStrategy=FORWARD_BACKWARD}) @ 1735097089623 for job 560d874a798fafe761d41e2b5a33af03.
2024-12-25 11:24:49,651 INFO org.apache.flink.runtime.checkpoint.CheckpointCoordinator [] - Completed checkpoint 5 for job 560d874a798fafe761d41e2b5a33af03 (91084 bytes, checkpointDuration=27 ms, finalizationTime=1 ms).
2024-12-25 11:24:49,652 INFO org.apache.flink.runtime.source.coordinator.SourceCoordinator [] - Marking checkpoint 5 as completed for source Source: MySQL Source.
2024-12-25 11:24:59,625 INFO org.apache.flink.runtime.checkpoint.CheckpointCoordinator [] - Triggering checkpoint 6 (type=CheckpointType{name='Checkpoint', sharingFilesStrategy=FORWARD_BACKWARD}) @ 1735097099623 for job 560d874a798fafe761d41e2b5a33af03.
2024-12-25 11:24:59,650 INFO org.apache.flink.runtime.checkpoint.CheckpointCoordinator [] - Completed checkpoint 6 for job 560d874a798fafe761d41e2b5a33af03 (91084 bytes, checkpointDuration=27 ms, finalizationTime=0 ms).
2024-12-25 11:24:59,651 INFO org.apache.flink.runtime.source.coordinator.SourceCoordinator [] - Marking checkpoint 6 as completed for source Source: MySQL Source.
2024-12-25 11:25:09,625 INFO org.apache.flink.runtime.checkpoint.CheckpointCoordinator [] - Triggering checkpoint 7 (type=CheckpointType{name='Checkpoint', sharingFilesStrategy=FORWARD_BACKWARD}) @ 1735097109623 for job 560d874a798fafe761d41e2b5a33af03.
2024-12-25 11:25:09,651 INFO org.apache.flink.runtime.checkpoint.CheckpointCoordinator [] - Completed checkpoint 7 for job 560d874a798fafe761d41e2b5a33af03 (91084 bytes, checkpointDuration=28 ms, finalizationTime=0 ms).
2024-12-25 11:25:09,652 INFO org.apache.flink.runtime.source.coordinator.SourceCoordinator [] - Marking checkpoint 7 as completed for source Source: MySQL Source.
2024-12-25 11:25:19,625 INFO org.apache.flink.runtime.checkpoint.CheckpointCoordinator [] - Triggering checkpoint 8 (type=CheckpointType{name='Checkpoint', sharingFilesStrategy=FORWARD_BACKWARD}) @ 1735097119623 for job 560d874a798fafe761d41e2b5a33af03.
2024-12-25 11:25:19,666 INFO org.apache.flink.runtime.checkpoint.CheckpointCoordinator [] - Completed checkpoint 8 for job 560d874a798fafe761d41e2b5a33af03 (91130 bytes, checkpointDuration=43 ms, finalizationTime=0 ms).
2024-12-25 11:25:19,668 INFO org.apache.flink.runtime.source.coordinator.SourceCoordinator [] - Marking checkpoint 8 as completed for source Source: MySQL Source.
2024-12-25 11:25:29,625 INFO org.apache.flink.runtime.checkpoint.CheckpointCoordinator [] - Triggering checkpoint 9 (type=CheckpointType{name='Checkpoint', sharingFilesStrategy=FORWARD_BACKWARD}) @ 1735097129623 for job 560d874a798fafe761d41e2b5a33af03.
2024-12-25 11:25:29,652 INFO org.apache.flink.runtime.checkpoint.CheckpointCoordinator [] - Completed checkpoint 9 for job 560d874a798fafe761d41e2b5a33af03 (91130 bytes, checkpointDuration=28 ms, finalizationTime=1 ms).
2024-12-25 11:25:29,653 INFO org.apache.flink.runtime.source.coordinator.SourceCoordinator [] - Marking checkpoint 9 as completed for source Source: MySQL Source.
2024-12-25 11:25:39,625 INFO org.apache.flink.runtime.checkpoint.CheckpointCoordinator [] - Triggering checkpoint 10 (type=CheckpointType{name='Checkpoint', sharingFilesStrategy=FORWARD_BACKWARD}) @ 1735097139623 for job 560d874a798fafe761d41e2b5a33af03.
2024-12-25 11:25:39,652 INFO org.apache.flink.runtime.checkpoint.CheckpointCoordinator [] - Completed checkpoint 10 for job 560d874a798fafe761d41e2b5a33af03 (91130 bytes, checkpointDuration=29 ms, finalizationTime=0 ms).
2024-12-25 11:25:39,654 INFO org.apache.flink.runtime.source.coordinator.SourceCoordinator [] - Marking checkpoint 10 as completed for source Source: MySQL Source.
2024-12-25 11:25:49,625 INFO org.apache.flink.runtime.checkpoint.CheckpointCoordinator [] - Triggering checkpoint 11 (type=CheckpointType{name='Checkpoint', sharingFilesStrategy=FORWARD_BACKWARD}) @ 1735097149623 for job 560d874a798fafe761d41e2b5a33af03.
2024-12-25 11:25:49,649 INFO org.apache.flink.runtime.checkpoint.CheckpointCoordinator [] - Completed checkpoint 11 for job 560d874a798fafe761d41e2b5a33af03 (91130 bytes, checkpointDuration=26 ms, finalizationTime=0 ms).
2024-12-25 11:25:49,650 INFO org.apache.flink.runtime.source.coordinator.SourceCoordinator [] - Marking checkpoint 11 as completed for source Source: MySQL Source.
2024-12-25 11:25:59,625 INFO org.apache.flink.runtime.checkpoint.CheckpointCoordinator [] - Triggering checkpoint 12 (type=CheckpointType{name='Checkpoint', sharingFilesStrategy=FORWARD_BACKWARD}) @ 1735097159623 for job 560d874a798fafe761d41e2b5a33af03.
2024-12-25 11:25:59,649 INFO org.apache.flink.runtime.checkpoint.CheckpointCoordinator [] - Completed checkpoint 12 for job 560d874a798fafe761d41e2b5a33af03 (91130 bytes, checkpointDuration=25 ms, finalizationTime=1 ms).
2024-12-25 11:25:59,650 INFO org.apache.flink.runtime.source.coordinator.SourceCoordinator [] - Marking checkpoint 12 as completed for source Source: MySQL Source.
2024-12-25 11:26:09,625 INFO org.apache.flink.runtime.checkpoint.CheckpointCoordinator [] - Triggering checkpoint 13 (type=CheckpointType{name='Checkpoint', sharingFilesStrategy=FORWARD_BACKWARD}) @ 1735097169623 for job 560d874a798fafe761d41e2b5a33af03.
2024-12-25 11:26:09,654 INFO org.apache.flink.runtime.checkpoint.CheckpointCoordinator [] - Completed checkpoint 13 for job 560d874a798fafe761d41e2b5a33af03 (91130 bytes, checkpointDuration=30 ms, finalizationTime=1 ms).
2024-12-25 11:26:09,655 INFO org.apache.flink.runtime.source.coordinator.SourceCoordinator [] - Marking checkpoint 13 as completed for source Source: MySQL Source.
2024-12-25 11:26:19,625 INFO org.apache.flink.runtime.checkpoint.CheckpointCoordinator [] - Triggering checkpoint 14 (type=CheckpointType{name='Checkpoint', sharingFilesStrategy=FORWARD_BACKWARD}) @ 1735097179623 for job 560d874a798fafe761d41e2b5a33af03.
2024-12-25 11:26:19,653 INFO org.apache.flink.runtime.checkpoint.CheckpointCoordinator [] - Completed checkpoint 14 for job 560d874a798fafe761d41e2b5a33af03 (91130 bytes, checkpointDuration=29 ms, finalizationTime=1 ms).
2024-12-25 11:26:19,654 INFO org.apache.flink.runtime.source.coordinator.SourceCoordinator [] - Marking checkpoint 14 as completed for source Source: MySQL Source.
2024-12-25 11:26:29,625 INFO org.apache.flink.runtime.checkpoint.CheckpointCoordinator [] - Triggering checkpoint 15 (type=CheckpointType{name='Checkpoint', sharingFilesStrategy=FORWARD_BACKWARD}) @ 1735097189623 for job 560d874a798fafe761d41e2b5a33af03.
2024-12-25 11:26:29,659 INFO org.apache.flink.runtime.checkpoint.CheckpointCoordinator [] - Completed checkpoint 15 for job 560d874a798fafe761d41e2b5a33af03 (91130 bytes, checkpointDuration=35 ms, finalizationTime=1 ms).
2024-12-25 11:26:29,660 INFO org.apache.flink.runtime.source.coordinator.SourceCoordinator [] - Marking checkpoint 15 as completed for source Source: MySQL Source.
2024-12-25 11:26:39,625 INFO org.apache.flink.runtime.checkpoint.CheckpointCoordinator [] - Triggering checkpoint 16 (type=CheckpointType{name='Checkpoint', sharingFilesStrategy=FORWARD_BACKWARD}) @ 1735097199623 for job 560d874a798fafe761d41e2b5a33af03.
2024-12-25 11:26:39,651 INFO org.apache.flink.runtime.checkpoint.CheckpointCoordinator [] - Completed checkpoint 16 for job 560d874a798fafe761d41e2b5a33af03 (91130 bytes, checkpointDuration=27 ms, finalizationTime=1 ms).
2024-12-25 11:26:39,652 INFO org.apache.flink.runtime.source.coordinator.SourceCoordinator [] - Marking checkpoint 16 as completed for source Source: MySQL Source.
2024-12-25 11:26:49,625 INFO org.apache.flink.runtime.checkpoint.CheckpointCoordinator [] - Triggering checkpoint 17 (type=CheckpointType{name='Checkpoint', sharingFilesStrategy=FORWARD_BACKWARD}) @ 1735097209623 for job 560d874a798fafe761d41e2b5a33af03.
2024-12-25 11:26:49,657 INFO org.apache.flink.runtime.checkpoint.CheckpointCoordinator [] - Completed checkpoint 17 for job 560d874a798fafe761d41e2b5a33af03 (91130 bytes, checkpointDuration=33 ms, finalizationTime=1 ms).
2024-12-25 11:26:49,658 INFO org.apache.flink.runtime.source.coordinator.SourceCoordinator [] - Marking checkpoint 17 as completed for source Source: MySQL Source.
2024-12-25 11:26:59,625 INFO org.apache.flink.runtime.checkpoint.CheckpointCoordinator [] - Triggering checkpoint 18 (type=CheckpointType{name='Checkpoint', sharingFilesStrategy=FORWARD_BACKWARD}) @ 1735097219623 for job 560d874a798fafe761d41e2b5a33af03.
2024-12-25 11:26:59,654 INFO org.apache.flink.runtime.checkpoint.CheckpointCoordinator [] - Completed checkpoint 18 for job 560d874a798fafe761d41e2b5a33af03 (91130 bytes, checkpointDuration=31 ms, finalizationTime=0 ms).
2024-12-25 11:26:59,656 INFO org.apache.flink.runtime.source.coordinator.SourceCoordinator [] - Marking checkpoint 18 as completed for source Source: MySQL Source.
2024-12-25 11:27:09,625 INFO org.apache.flink.runtime.checkpoint.CheckpointCoordinator [] - Triggering checkpoint 19 (type=CheckpointType{name='Checkpoint', sharingFilesStrategy=FORWARD_BACKWARD}) @ 1735097229623 for job 560d874a798fafe761d41e2b5a33af03.
2024-12-25 11:27:09,654 INFO org.apache.flink.runtime.checkpoint.CheckpointCoordinator [] - Completed checkpoint 19 for job 560d874a798fafe761d41e2b5a33af03 (91130 bytes, checkpointDuration=30 ms, finalizationTime=1 ms).
2024-12-25 11:27:09,655 INFO org.apache.flink.runtime.source.coordinator.SourceCoordinator [] - Marking checkpoint 19 as completed for source Source: MySQL Source.
2024-12-25 11:27:19,625 INFO org.apache.flink.runtime.checkpoint.CheckpointCoordinator [] - Triggering checkpoint 20 (type=CheckpointType{name='Checkpoint', sharingFilesStrategy=FORWARD_BACKWARD}) @ 1735097239623 for job 560d874a798fafe761d41e2b5a33af03.
2024-12-25 11:27:19,651 INFO org.apache.flink.runtime.checkpoint.CheckpointCoordinator [] - Completed checkpoint 20 for job 560d874a798fafe761d41e2b5a33af03 (91130 bytes, checkpointDuration=28 ms, finalizationTime=0 ms).
2024-12-25 11:27:19,653 INFO org.apache.flink.runtime.source.coordinator.SourceCoordinator [] - Marking checkpoint 20 as completed for source Source: MySQL Source.
2024-12-25 11:27:29,625 INFO org.apache.flink.runtime.checkpoint.CheckpointCoordinator [] - Triggering checkpoint 21 (type=CheckpointType{name='Checkpoint', sharingFilesStrategy=FORWARD_BACKWARD}) @ 1735097249623 for job 560d874a798fafe761d41e2b5a33af03.
2024-12-25 11:27:29,656 INFO org.apache.flink.runtime.checkpoint.CheckpointCoordinator [] - Completed checkpoint 21 for job 560d874a798fafe761d41e2b5a33af03 (91130 bytes, checkpointDuration=32 ms, finalizationTime=0 ms).
2024-12-25 11:27:29,657 INFO org.apache.flink.runtime.source.coordinator.SourceCoordinator [] - Marking checkpoint 21 as completed for source Source: MySQL Source.
2024-12-25 11:27:39,625 INFO org.apache.flink.runtime.checkpoint.CheckpointCoordinator [] - Triggering checkpoint 22 (type=CheckpointType{name='Checkpoint', sharingFilesStrategy=FORWARD_BACKWARD}) @ 1735097259623 for job 560d874a798fafe761d41e2b5a33af03.
2024-12-25 11:27:39,650 INFO org.apache.flink.runtime.checkpoint.CheckpointCoordinator [] - Completed checkpoint 22 for job 560d874a798fafe761d41e2b5a33af03 (91130 bytes, checkpointDuration=26 ms, finalizationTime=1 ms).
2024-12-25 11:27:39,651 INFO org.apache.flink.runtime.source.coordinator.SourceCoordinator [] - Marking checkpoint 22 as completed for source Source: MySQL Source.
2024-12-25 11:27:49,625 INFO org.apache.flink.runtime.checkpoint.CheckpointCoordinator [] - Triggering checkpoint 23 (type=CheckpointType{name='Checkpoint', sharingFilesStrategy=FORWARD_BACKWARD}) @ 1735097269624 for job 560d874a798fafe761d41e2b5a33af03.
2024-12-25 11:27:49,651 INFO org.apache.flink.runtime.checkpoint.CheckpointCoordinator [] - Completed checkpoint 23 for job 560d874a798fafe761d41e2b5a33af03 (91130 bytes, checkpointDuration=26 ms, finalizationTime=1 ms).
2024-12-25 11:27:49,652 INFO org.apache.flink.runtime.source.coordinator.SourceCoordinator [] - Marking checkpoint 23 as completed for source Source: MySQL Source.
2024-12-25 11:27:59,625 INFO org.apache.flink.runtime.checkpoint.CheckpointCoordinator [] - Triggering checkpoint 24 (type=CheckpointType{name='Checkpoint', sharingFilesStrategy=FORWARD_BACKWARD}) @ 1735097279624 for job 560d874a798fafe761d41e2b5a33af03.
2024-12-25 11:27:59,657 INFO org.apache.flink.runtime.checkpoint.CheckpointCoordinator [] - Completed checkpoint 24 for job 560d874a798fafe761d41e2b5a33af03 (91130 bytes, checkpointDuration=31 ms, finalizationTime=1 ms).
2024-12-25 11:27:59,658 INFO org.apache.flink.runtime.source.coordinator.SourceCoordinator [] - Marking checkpoint 24 as completed for source Source: MySQL Source.
2024-12-25 11:28:09,625 INFO org.apache.flink.runtime.checkpoint.CheckpointCoordinator [] - Triggering checkpoint 25 (type=CheckpointType{name='Checkpoint', sharingFilesStrategy=FORWARD_BACKWARD}) @ 1735097289623 for job 560d874a798fafe761d41e2b5a33af03.
2024-12-25 11:28:09,653 INFO org.apache.flink.runtime.checkpoint.CheckpointCoordinator [] - Completed checkpoint 25 for job 560d874a798fafe761d41e2b5a33af03 (91130 bytes, checkpointDuration=30 ms, finalizationTime=0 ms).
2024-12-25 11:28:09,654 INFO org.apache.flink.runtime.source.coordinator.SourceCoordinator [] - Marking checkpoint 25 as completed for source Source: MySQL Source.
2024-12-25 11:28:19,625 INFO org.apache.flink.runtime.checkpoint.CheckpointCoordinator [] - Triggering checkpoint 26 (type=CheckpointType{name='Checkpoint', sharingFilesStrategy=FORWARD_BACKWARD}) @ 1735097299624 for job 560d874a798fafe761d41e2b5a33af03.
2024-12-25 11:28:19,654 INFO org.apache.flink.runtime.checkpoint.CheckpointCoordinator [] - Completed checkpoint 26 for job 560d874a798fafe761d41e2b5a33af03 (91130 bytes, checkpointDuration=29 ms, finalizationTime=1 ms).
2024-12-25 11:28:19,655 INFO org.apache.flink.runtime.source.coordinator.SourceCoordinator [] - Marking checkpoint 26 as completed for source Source: MySQL Source.
2024-12-25 11:28:29,625 INFO org.apache.flink.runtime.checkpoint.CheckpointCoordinator [] - Triggering checkpoint 27 (type=CheckpointType{name='Checkpoint', sharingFilesStrategy=FORWARD_BACKWARD}) @ 1735097309623 for job 560d874a798fafe761d41e2b5a33af03.
2024-12-25 11:28:29,654 INFO org.apache.flink.runtime.checkpoint.CheckpointCoordinator [] - Completed checkpoint 27 for job 560d874a798fafe761d41e2b5a33af03 (91130 bytes, checkpointDuration=30 ms, finalizationTime=0 ms).
2024-12-25 11:28:29,655 INFO org.apache.flink.runtime.source.coordinator.SourceCoordinator [] - Marking checkpoint 27 as completed for source Source: MySQL Source.
2024-12-25 11:28:39,625 INFO org.apache.flink.runtime.checkpoint.CheckpointCoordinator [] - Triggering checkpoint 28 (type=CheckpointType{name='Checkpoint', sharingFilesStrategy=FORWARD_BACKWARD}) @ 1735097319623 for job 560d874a798fafe761d41e2b5a33af03.
2024-12-25 11:28:39,653 INFO org.apache.flink.runtime.checkpoint.CheckpointCoordinator [] - Completed checkpoint 28 for job 560d874a798fafe761d41e2b5a33af03 (91130 bytes, checkpointDuration=29 ms, finalizationTime=1 ms).
2024-12-25 11:28:39,654 INFO org.apache.flink.runtime.source.coordinator.SourceCoordinator [] - Marking checkpoint 28 as completed for source Source: MySQL Source.
2024-12-25 11:28:49,625 INFO org.apache.flink.runtime.checkpoint.CheckpointCoordinator [] - Triggering checkpoint 29 (type=CheckpointType{name='Checkpoint', sharingFilesStrategy=FORWARD_BACKWARD}) @ 1735097329623 for job 560d874a798fafe761d41e2b5a33af03.
2024-12-25 11:28:49,654 INFO org.apache.flink.runtime.checkpoint.CheckpointCoordinator [] - Completed checkpoint 29 for job 560d874a798fafe761d41e2b5a33af03 (91130 bytes, checkpointDuration=29 ms, finalizationTime=2 ms).
2024-12-25 11:28:49,655 INFO org.apache.flink.runtime.source.coordinator.SourceCoordinator [] - Marking checkpoint 29 as completed for source Source: MySQL Source.
2024-12-25 11:28:59,625 INFO org.apache.flink.runtime.checkpoint.CheckpointCoordinator [] - Triggering checkpoint 30 (type=CheckpointType{name='Checkpoint', sharingFilesStrategy=FORWARD_BACKWARD}) @ 1735097339623 for job 560d874a798fafe761d41e2b5a33af03.
2024-12-25 11:28:59,657 INFO org.apache.flink.runtime.checkpoint.CheckpointCoordinator [] - Completed checkpoint 30 for job 560d874a798fafe761d41e2b5a33af03 (91130 bytes, checkpointDuration=34 ms, finalizationTime=0 ms).
2024-12-25 11:28:59,658 INFO org.apache.flink.runtime.source.coordinator.SourceCoordinator [] - Marking checkpoint 30 as completed for source Source: MySQL Source.
2024-12-25 11:29:09,625 INFO org.apache.flink.runtime.checkpoint.CheckpointCoordinator [] - Triggering checkpoint 31 (type=CheckpointType{name='Checkpoint', sharingFilesStrategy=FORWARD_BACKWARD}) @ 1735097349623 for job 560d874a798fafe761d41e2b5a33af03.
2024-12-25 11:29:09,654 INFO org.apache.flink.runtime.checkpoint.CheckpointCoordinator [] - Completed checkpoint 31 for job 560d874a798fafe761d41e2b5a33af03 (91130 bytes, checkpointDuration=30 ms, finalizationTime=1 ms).
2024-12-25 11:29:09,655 INFO org.apache.flink.runtime.source.coordinator.SourceCoordinator [] - Marking checkpoint 31 as completed for source Source: MySQL Source.
2024-12-25 11:29:19,625 INFO org.apache.flink.runtime.checkpoint.CheckpointCoordinator [] - Triggering checkpoint 32 (type=CheckpointType{name='Checkpoint', sharingFilesStrategy=FORWARD_BACKWARD}) @ 1735097359623 for job 560d874a798fafe761d41e2b5a33af03.
2024-12-25 11:29:19,653 INFO org.apache.flink.runtime.checkpoint.CheckpointCoordinator [] - Completed checkpoint 32 for job 560d874a798fafe761d41e2b5a33af03 (91130 bytes, checkpointDuration=30 ms, finalizationTime=0 ms).
2024-12-25 11:29:19,655 INFO org.apache.flink.runtime.source.coordinator.SourceCoordinator [] - Marking checkpoint 32 as completed for source Source: MySQL Source.
2024-12-25 11:29:29,625 INFO org.apache.flink.runtime.checkpoint.CheckpointCoordinator [] - Triggering checkpoint 33 (type=CheckpointType{name='Checkpoint', sharingFilesStrategy=FORWARD_BACKWARD}) @ 1735097369623 for job 560d874a798fafe761d41e2b5a33af03.
2024-12-25 11:29:29,650 INFO org.apache.flink.runtime.checkpoint.CheckpointCoordinator [] - Completed checkpoint 33 for job 560d874a798fafe761d41e2b5a33af03 (91130 bytes, checkpointDuration=27 ms, finalizationTime=0 ms).
2024-12-25 11:29:29,651 INFO org.apache.flink.runtime.source.coordinator.SourceCoordinator [] - Marking checkpoint 33 as completed for source Source: MySQL Source.
2024-12-25 11:29:39,625 INFO org.apache.flink.runtime.checkpoint.CheckpointCoordinator [] - Triggering checkpoint 34 (type=CheckpointType{name='Checkpoint', sharingFilesStrategy=FORWARD_BACKWARD}) @ 1735097379623 for job 560d874a798fafe761d41e2b5a33af03.
2024-12-25 11:29:39,650 INFO org.apache.flink.runtime.checkpoint.CheckpointCoordinator [] - Completed checkpoint 34 for job 560d874a798fafe761d41e2b5a33af03 (91130 bytes, checkpointDuration=27 ms, finalizationTime=0 ms).
2024-12-25 11:29:39,651 INFO org.apache.flink.runtime.source.coordinator.SourceCoordinator [] - Marking checkpoint 34 as completed for source Source: MySQL Source.
2024-12-25 11:29:49,625 INFO org.apache.flink.runtime.checkpoint.CheckpointCoordinator [] - Triggering checkpoint 35 (type=CheckpointType{name='Checkpoint', sharingFilesStrategy=FORWARD_BACKWARD}) @ 1735097389623 for job 560d874a798fafe761d41e2b5a33af03.
2024-12-25 11:29:49,651 INFO org.apache.flink.runtime.checkpoint.CheckpointCoordinator [] - Completed checkpoint 35 for job 560d874a798fafe761d41e2b5a33af03 (91130 bytes, checkpointDuration=27 ms, finalizationTime=1 ms).
2024-12-25 11:29:49,652 INFO org.apache.flink.runtime.source.coordinator.SourceCoordinator [] - Marking checkpoint 35 as completed for source Source: MySQL Source.
2024-12-25 11:29:59,625 INFO org.apache.flink.runtime.checkpoint.CheckpointCoordinator [] - Triggering checkpoint 36 (type=CheckpointType{name='Checkpoint', sharingFilesStrategy=FORWARD_BACKWARD}) @ 1735097399623 for job 560d874a798fafe761d41e2b5a33af03.
2024-12-25 11:29:59,658 INFO org.apache.flink.runtime.checkpoint.CheckpointCoordinator [] - Completed checkpoint 36 for job 560d874a798fafe761d41e2b5a33af03 (91130 bytes, checkpointDuration=34 ms, finalizationTime=0 ms).
2024-12-25 11:29:59,659 INFO org.apache.flink.runtime.source.coordinator.SourceCoordinator [] - Marking checkpoint 36 as completed for source Source: MySQL Source.
2024-12-25 11:30:01,844 WARN org.apache.flink.runtime.dispatcher.DispatcherRestEndpoint [] - Unhandled exception
java.io.IOException: Connection reset by peer
at sun.nio.ch.FileDispatcherImpl.read0(Native Method) ~[?:1.8.0_252]
at sun.nio.ch.SocketDispatcher.read(SocketDispatcher.java:39) ~[?:1.8.0_252]
at sun.nio.ch.IOUtil.readIntoNativeBuffer(IOUtil.java:223) ~[?:1.8.0_252]
at sun.nio.ch.IOUtil.read(IOUtil.java:192) ~[?:1.8.0_252]
at sun.nio.ch.SocketChannelImpl.read(SocketChannelImpl.java:377) ~[?:1.8.0_252]
at org.apache.flink.shaded.netty4.io.netty.buffer.PooledByteBuf.setBytes(PooledByteBuf.java:256) ~[flink-dist-1.18.1.jar:1.18.1]
at org.apache.flink.shaded.netty4.io.netty.buffer.AbstractByteBuf.writeBytes(AbstractByteBuf.java:1132) ~[flink-dist-1.18.1.jar:1.18.1]
at org.apache.flink.shaded.netty4.io.netty.channel.socket.nio.NioSocketChannel.doReadBytes(NioSocketChannel.java:357) ~[flink-dist-1.18.1.jar:1.18.1]
at org.apache.flink.shaded.netty4.io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:151) [flink-dist-1.18.1.jar:1.18.1]
at org.apache.flink.shaded.netty4.io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:788) [flink-dist-1.18.1.jar:1.18.1]
at org.apache.flink.shaded.netty4.io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) [flink-dist-1.18.1.jar:1.18.1]
at org.apache.flink.shaded.netty4.io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) [flink-dist-1.18.1.jar:1.18.1]
at org.apache.flink.shaded.netty4.io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) [flink-dist-1.18.1.jar:1.18.1]
at org.apache.flink.shaded.netty4.io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) [flink-dist-1.18.1.jar:1.18.1]
at org.apache.flink.shaded.netty4.io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) [flink-dist-1.18.1.jar:1.18.1]
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_252]
2024-12-25 11:30:01,844 WARN org.apache.flink.runtime.dispatcher.DispatcherRestEndpoint [] - Unhandled exception
java.io.IOException: Connection reset by peer
at sun.nio.ch.FileDispatcherImpl.read0(Native Method) ~[?:1.8.0_252]
at sun.nio.ch.SocketDispatcher.read(SocketDispatcher.java:39) ~[?:1.8.0_252]
at sun.nio.ch.IOUtil.readIntoNativeBuffer(IOUtil.java:223) ~[?:1.8.0_252]
at sun.nio.ch.IOUtil.read(IOUtil.java:192) ~[?:1.8.0_252]
at sun.nio.ch.SocketChannelImpl.read(SocketChannelImpl.java:377) ~[?:1.8.0_252]
at org.apache.flink.shaded.netty4.io.netty.buffer.PooledByteBuf.setBytes(PooledByteBuf.java:256) ~[flink-dist-1.18.1.jar:1.18.1]
at org.apache.flink.shaded.netty4.io.netty.buffer.AbstractByteBuf.writeBytes(AbstractByteBuf.java:1132) ~[flink-dist-1.18.1.jar:1.18.1]
at org.apache.flink.shaded.netty4.io.netty.channel.socket.nio.NioSocketChannel.doReadBytes(NioSocketChannel.java:357) ~[flink-dist-1.18.1.jar:1.18.1]
at org.apache.flink.shaded.netty4.io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:151) [flink-dist-1.18.1.jar:1.18.1]
at org.apache.flink.shaded.netty4.io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:788) [flink-dist-1.18.1.jar:1.18.1]
at org.apache.flink.shaded.netty4.io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) [flink-dist-1.18.1.jar:1.18.1]
at org.apache.flink.shaded.netty4.io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) [flink-dist-1.18.1.jar:1.18.1]
at org.apache.flink.shaded.netty4.io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) [flink-dist-1.18.1.jar:1.18.1]
at org.apache.flink.shaded.netty4.io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) [flink-dist-1.18.1.jar:1.18.1]
at org.apache.flink.shaded.netty4.io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) [flink-dist-1.18.1.jar:1.18.1]
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_252]
2024-12-25 11:30:01,844 WARN org.apache.flink.runtime.dispatcher.DispatcherRestEndpoint [] - Unhandled exception
java.io.IOException: Connection reset by peer
at sun.nio.ch.FileDispatcherImpl.read0(Native Method) ~[?:1.8.0_252]
at sun.nio.ch.SocketDispatcher.read(SocketDispatcher.java:39) ~[?:1.8.0_252]
at sun.nio.ch.IOUtil.readIntoNativeBuffer(IOUtil.java:223) ~[?:1.8.0_252]
at sun.nio.ch.IOUtil.read(IOUtil.java:192) ~[?:1.8.0_252]
at sun.nio.ch.SocketChannelImpl.read(SocketChannelImpl.java:377) ~[?:1.8.0_252]
at org.apache.flink.shaded.netty4.io.netty.buffer.PooledByteBuf.setBytes(PooledByteBuf.java:256) ~[flink-dist-1.18.1.jar:1.18.1]
at org.apache.flink.shaded.netty4.io.netty.buffer.AbstractByteBuf.writeBytes(AbstractByteBuf.java:1132) ~[flink-dist-1.18.1.jar:1.18.1]
at org.apache.flink.shaded.netty4.io.netty.channel.socket.nio.NioSocketChannel.doReadBytes(NioSocketChannel.java:357) ~[flink-dist-1.18.1.jar:1.18.1]
at org.apache.flink.shaded.netty4.io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:151) [flink-dist-1.18.1.jar:1.18.1]
at org.apache.flink.shaded.netty4.io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:788) [flink-dist-1.18.1.jar:1.18.1]
at org.apache.flink.shaded.netty4.io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) [flink-dist-1.18.1.jar:1.18.1]
at org.apache.flink.shaded.netty4.io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) [flink-dist-1.18.1.jar:1.18.1]
at org.apache.flink.shaded.netty4.io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) [flink-dist-1.18.1.jar:1.18.1]
at org.apache.flink.shaded.netty4.io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) [flink-dist-1.18.1.jar:1.18.1]
at org.apache.flink.shaded.netty4.io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) [flink-dist-1.18.1.jar:1.18.1]
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_252]
2024-12-25 11:30:09,625 INFO org.apache.flink.runtime.checkpoint.CheckpointCoordinator [] - Triggering checkpoint 37 (type=CheckpointType{name='Checkpoint', sharingFilesStrategy=FORWARD_BACKWARD}) @ 1735097409623 for job 560d874a798fafe761d41e2b5a33af03.
2024-12-25 11:30:09,653 INFO org.apache.flink.runtime.checkpoint.CheckpointCoordinator [] - Completed checkpoint 37 for job 560d874a798fafe761d41e2b5a33af03 (91130 bytes, checkpointDuration=29 ms, finalizationTime=1 ms).
2024-12-25 11:30:09,654 INFO org.apache.flink.runtime.source.coordinator.SourceCoordinator [] - Marking checkpoint 37 as completed for source Source: MySQL Source.
2024-12-25 11:30:19,625 INFO org.apache.flink.runtime.checkpoint.CheckpointCoordinator [] - Triggering checkpoint 38 (type=CheckpointType{name='Checkpoint', sharingFilesStrategy=FORWARD_BACKWARD}) @ 1735097419623 for job 560d874a798fafe761d41e2b5a33af03.
2024-12-25 11:30:19,648 INFO org.apache.flink.runtime.checkpoint.CheckpointCoordinator [] - Completed checkpoint 38 for job 560d874a798fafe761d41e2b5a33af03 (91130 bytes, checkpointDuration=25 ms, finalizationTime=0 ms).
2024-12-25 11:30:19,649 INFO org.apache.flink.runtime.source.coordinator.SourceCoordinator [] - Marking checkpoint 38 as completed for source Source: MySQL Source.
2024-12-25 11:30:29,625 INFO org.apache.flink.runtime.checkpoint.CheckpointCoordinator [] - Triggering checkpoint 39 (type=CheckpointType{name='Checkpoint', sharingFilesStrategy=FORWARD_BACKWARD}) @ 1735097429623 for job 560d874a798fafe761d41e2b5a33af03.
2024-12-25 11:30:29,650 INFO org.apache.flink.runtime.checkpoint.CheckpointCoordinator [] - Completed checkpoint 39 for job 560d874a798fafe761d41e2b5a33af03 (91130 bytes, checkpointDuration=26 ms, finalizationTime=1 ms).
2024-12-25 11:30:29,651 INFO org.apache.flink.runtime.source.coordinator.SourceCoordinator [] - Marking checkpoint 39 as completed for source Source: MySQL Source.
2024-12-25 11:30:39,625 INFO org.apache.flink.runtime.checkpoint.CheckpointCoordinator [] - Triggering checkpoint 40 (type=CheckpointType{name='Checkpoint', sharingFilesStrategy=FORWARD_BACKWARD}) @ 1735097439623 for job 560d874a798fafe761d41e2b5a33af03.
2024-12-25 11:30:39,678 INFO org.apache.flink.runtime.checkpoint.CheckpointCoordinator [] - Completed checkpoint 40 for job 560d874a798fafe761d41e2b5a33af03 (91130 bytes, checkpointDuration=54 ms, finalizationTime=1 ms).
2024-12-25 11:30:39,679 INFO org.apache.flink.runtime.source.coordinator.SourceCoordinator [] - Marking checkpoint 40 as completed for source Source: MySQL Source.
2024-12-25 11:30:49,625 INFO org.apache.flink.runtime.checkpoint.CheckpointCoordinator [] - Triggering checkpoint 41 (type=CheckpointType{name='Checkpoint', sharingFilesStrategy=FORWARD_BACKWARD}) @ 1735097449623 for job 560d874a798fafe761d41e2b5a33af03.
2024-12-25 11:30:49,649 INFO org.apache.flink.runtime.checkpoint.CheckpointCoordinator [] - Completed checkpoint 41 for job 560d874a798fafe761d41e2b5a33af03 (91130 bytes, checkpointDuration=25 ms, finalizationTime=1 ms).
2024-12-25 11:30:49,650 INFO org.apache.flink.runtime.source.coordinator.SourceCoordinator [] - Marking checkpoint 41 as completed for source Source: MySQL Source.
2024-12-25 11:30:59,625 INFO org.apache.flink.runtime.checkpoint.CheckpointCoordinator [] - Triggering checkpoint 42 (type=CheckpointType{name='Checkpoint', sharingFilesStrategy=FORWARD_BACKWARD}) @ 1735097459624 for job 560d874a798fafe761d41e2b5a33af03.
2024-12-25 11:30:59,651 INFO org.apache.flink.runtime.checkpoint.CheckpointCoordinator [] - Completed checkpoint 42 for job 560d874a798fafe761d41e2b5a33af03 (91130 bytes, checkpointDuration=27 ms, finalizationTime=0 ms).
2024-12-25 11:30:59,652 INFO org.apache.flink.runtime.source.coordinator.SourceCoordinator [] - Marking checkpoint 42 as completed for source Source: MySQL Source.
2024-12-25 11:31:09,625 INFO org.apache.flink.runtime.checkpoint.CheckpointCoordinator [] - Triggering checkpoint 43 (type=CheckpointType{name='Checkpoint', sharingFilesStrategy=FORWARD_BACKWARD}) @ 1735097469623 for job 560d874a798fafe761d41e2b5a33af03.
2024-12-25 11:31:09,657 INFO org.apache.flink.runtime.checkpoint.CheckpointCoordinator [] - Completed checkpoint 43 for job 560d874a798fafe761d41e2b5a33af03 (91130 bytes, checkpointDuration=34 ms, finalizationTime=0 ms).
2024-12-25 11:31:09,659 INFO org.apache.flink.runtime.source.coordinator.SourceCoordinator [] - Marking checkpoint 43 as completed for source Source: MySQL Source.
2024-12-25 11:31:19,625 INFO org.apache.flink.runtime.checkpoint.CheckpointCoordinator [] - Triggering checkpoint 44 (type=CheckpointType{name='Checkpoint', sharingFilesStrategy=FORWARD_BACKWARD}) @ 1735097479623 for job 560d874a798fafe761d41e2b5a33af03.
2024-12-25 11:31:19,649 INFO org.apache.flink.runtime.checkpoint.CheckpointCoordinator [] - Completed checkpoint 44 for job 560d874a798fafe761d41e2b5a33af03 (91130 bytes, checkpointDuration=25 ms, finalizationTime=1 ms).
2024-12-25 11:31:19,650 INFO org.apache.flink.runtime.source.coordinator.SourceCoordinator [] - Marking checkpoint 44 as completed for source Source: MySQL Source.
2024-12-25 11:31:29,625 INFO org.apache.flink.runtime.checkpoint.CheckpointCoordinator [] - Triggering checkpoint 45 (type=CheckpointType{name='Checkpoint', sharingFilesStrategy=FORWARD_BACKWARD}) @ 1735097489624 for job 560d874a798fafe761d41e2b5a33af03.
2024-12-25 11:31:29,649 INFO org.apache.flink.runtime.checkpoint.CheckpointCoordinator [] - Completed checkpoint 45 for job 560d874a798fafe761d41e2b5a33af03 (91130 bytes, checkpointDuration=25 ms, finalizationTime=0 ms).
2024-12-25 11:31:29,651 INFO org.apache.flink.runtime.source.coordinator.SourceCoordinator [] - Marking checkpoint 45 as completed for source Source: MySQL Source.
2024-12-25 11:31:39,624 INFO org.apache.flink.runtime.checkpoint.CheckpointCoordinator [] - Triggering checkpoint 46 (type=CheckpointType{name='Checkpoint', sharingFilesStrategy=FORWARD_BACKWARD}) @ 1735097499623 for job 560d874a798fafe761d41e2b5a33af03.
2024-12-25 11:31:39,651 INFO org.apache.flink.runtime.checkpoint.CheckpointCoordinator [] - Completed checkpoint 46 for job 560d874a798fafe761d41e2b5a33af03 (91130 bytes, checkpointDuration=27 ms, finalizationTime=1 ms).
2024-12-25 11:31:39,652 INFO org.apache.flink.runtime.source.coordinator.SourceCoordinator [] - Marking checkpoint 46 as completed for source Source: MySQL Source.
2024-12-25 11:31:49,625 INFO org.apache.flink.runtime.checkpoint.CheckpointCoordinator [] - Triggering checkpoint 47 (type=CheckpointType{name='Checkpoint', sharingFilesStrategy=FORWARD_BACKWARD}) @ 1735097509623 for job 560d874a798fafe761d41e2b5a33af03.
2024-12-25 11:31:49,646 INFO org.apache.flink.runtime.checkpoint.CheckpointCoordinator [] - Completed checkpoint 47 for job 560d874a798fafe761d41e2b5a33af03 (91130 bytes, checkpointDuration=22 ms, finalizationTime=1 ms).
2024-12-25 11:31:49,647 INFO org.apache.flink.runtime.source.coordinator.SourceCoordinator [] - Marking checkpoint 47 as completed for source Source: MySQL Source.
2024-12-25 11:31:59,625 INFO org.apache.flink.runtime.checkpoint.CheckpointCoordinator [] - Triggering checkpoint 48 (type=CheckpointType{name='Checkpoint', sharingFilesStrategy=FORWARD_BACKWARD}) @ 1735097519623 for job 560d874a798fafe761d41e2b5a33af03.
2024-12-25 11:31:59,649 INFO org.apache.flink.runtime.checkpoint.CheckpointCoordinator [] - Completed checkpoint 48 for job 560d874a798fafe761d41e2b5a33af03 (91130 bytes, checkpointDuration=25 ms, finalizationTime=1 ms).
2024-12-25 11:31:59,650 INFO org.apache.flink.runtime.source.coordinator.SourceCoordinator [] - Marking checkpoint 48 as completed for source Source: MySQL Source.
2024-12-25 11:32:09,625 INFO org.apache.flink.runtime.checkpoint.CheckpointCoordinator [] - Triggering checkpoint 49 (type=CheckpointType{name='Checkpoint', sharingFilesStrategy=FORWARD_BACKWARD}) @ 1735097529623 for job 560d874a798fafe761d41e2b5a33af03.
2024-12-25 11:32:09,649 INFO org.apache.flink.runtime.checkpoint.CheckpointCoordinator [] - Completed checkpoint 49 for job 560d874a798fafe761d41e2b5a33af03 (91130 bytes, checkpointDuration=25 ms, finalizationTime=1 ms).
2024-12-25 11:32:09,650 INFO org.apache.flink.runtime.source.coordinator.SourceCoordinator [] - Marking checkpoint 49 as completed for source Source: MySQL Source.
2024-12-25 11:32:19,625 INFO org.apache.flink.runtime.checkpoint.CheckpointCoordinator [] - Triggering checkpoint 50 (type=CheckpointType{name='Checkpoint', sharingFilesStrategy=FORWARD_BACKWARD}) @ 1735097539623 for job 560d874a798fafe761d41e2b5a33af03.
2024-12-25 11:32:19,648 INFO org.apache.flink.runtime.checkpoint.CheckpointCoordinator [] - Completed checkpoint 50 for job 560d874a798fafe761d41e2b5a33af03 (91130 bytes, checkpointDuration=24 ms, finalizationTime=1 ms).
2024-12-25 11:32:19,649 INFO org.apache.flink.runtime.source.coordinator.SourceCoordinator [] - Marking checkpoint 50 as completed for source Source: MySQL Source.
2024-12-25 11:32:29,624 INFO org.apache.flink.runtime.checkpoint.CheckpointCoordinator [] - Triggering checkpoint 51 (type=CheckpointType{name='Checkpoint', sharingFilesStrategy=FORWARD_BACKWARD}) @ 1735097549623 for job 560d874a798fafe761d41e2b5a33af03.
2024-12-25 11:32:29,646 INFO org.apache.flink.runtime.checkpoint.CheckpointCoordinator [] - Completed checkpoint 51 for job 560d874a798fafe761d41e2b5a33af03 (91130 bytes, checkpointDuration=23 ms, finalizationTime=0 ms).
2024-12-25 11:32:29,647 INFO org.apache.flink.runtime.source.coordinator.SourceCoordinator [] - Marking checkpoint 51 as completed for source Source: MySQL Source.
2024-12-25 11:32:39,625 INFO org.apache.flink.runtime.checkpoint.CheckpointCoordinator [] - Triggering checkpoint 52 (type=CheckpointType{name='Checkpoint', sharingFilesStrategy=FORWARD_BACKWARD}) @ 1735097559623 for job 560d874a798fafe761d41e2b5a33af03.
2024-12-25 11:32:39,648 INFO org.apache.flink.runtime.checkpoint.CheckpointCoordinator [] - Completed checkpoint 52 for job 560d874a798fafe761d41e2b5a33af03 (91130 bytes, checkpointDuration=24 ms, finalizationTime=0 ms).
2024-12-25 11:32:39,650 INFO org.apache.flink.runtime.source.coordinator.SourceCoordinator [] - Marking checkpoint 52 as completed for source Source: MySQL Source.
2024-12-25 11:32:49,625 INFO org.apache.flink.runtime.checkpoint.CheckpointCoordinator [] - Triggering checkpoint 53 (type=CheckpointType{name='Checkpoint', sharingFilesStrategy=FORWARD_BACKWARD}) @ 1735097569623 for job 560d874a798fafe761d41e2b5a33af03.
2024-12-25 11:32:49,698 INFO org.apache.flink.runtime.checkpoint.CheckpointCoordinator [] - Completed checkpoint 53 for job 560d874a798fafe761d41e2b5a33af03 (91130 bytes, checkpointDuration=75 ms, finalizationTime=0 ms).
2024-12-25 11:32:49,700 INFO org.apache.flink.runtime.source.coordinator.SourceCoordinator [] - Marking checkpoint 53 as completed for source Source: MySQL Source.
2024-12-25 11:32:59,625 INFO org.apache.flink.runtime.checkpoint.CheckpointCoordinator [] - Triggering checkpoint 54 (type=CheckpointType{name='Checkpoint', sharingFilesStrategy=FORWARD_BACKWARD}) @ 1735097579623 for job 560d874a798fafe761d41e2b5a33af03.
2024-12-25 11:32:59,648 INFO org.apache.flink.runtime.checkpoint.CheckpointCoordinator [] - Completed checkpoint 54 for job 560d874a798fafe761d41e2b5a33af03 (91130 bytes, checkpointDuration=24 ms, finalizationTime=0 ms).
2024-12-25 11:32:59,649 INFO org.apache.flink.runtime.source.coordinator.SourceCoordinator [] - Marking checkpoint 54 as completed for source Source: MySQL Source.
2024-12-25 11:33:09,625 INFO org.apache.flink.runtime.checkpoint.CheckpointCoordinator [] - Triggering checkpoint 55 (type=CheckpointType{name='Checkpoint', sharingFilesStrategy=FORWARD_BACKWARD}) @ 1735097589623 for job 560d874a798fafe761d41e2b5a33af03.
2024-12-25 11:33:09,647 INFO org.apache.flink.runtime.checkpoint.CheckpointCoordinator [] - Completed checkpoint 55 for job 560d874a798fafe761d41e2b5a33af03 (91130 bytes, checkpointDuration=23 ms, finalizationTime=0 ms).
2024-12-25 11:33:09,647 INFO org.apache.flink.runtime.source.coordinator.SourceCoordinator [] - Marking checkpoint 55 as completed for source Source: MySQL Source.
2024-12-25 11:33:19,624 INFO org.apache.flink.runtime.checkpoint.CheckpointCoordinator [] - Triggering checkpoint 56 (type=CheckpointType{name='Checkpoint', sharingFilesStrategy=FORWARD_BACKWARD}) @ 1735097599623 for job 560d874a798fafe761d41e2b5a33af03.
2024-12-25 11:33:19,648 INFO org.apache.flink.runtime.checkpoint.CheckpointCoordinator [] - Completed checkpoint 56 for job 560d874a798fafe761d41e2b5a33af03 (91130 bytes, checkpointDuration=24 ms, finalizationTime=1 ms).
2024-12-25 11:33:19,649 INFO org.apache.flink.runtime.source.coordinator.SourceCoordinator [] - Marking checkpoint 56 as completed for source Source: MySQL Source.
2024-12-25 11:33:29,625 INFO org.apache.flink.runtime.checkpoint.CheckpointCoordinator [] - Triggering checkpoint 57 (type=CheckpointType{name='Checkpoint', sharingFilesStrategy=FORWARD_BACKWARD}) @ 1735097609623 for job 560d874a798fafe761d41e2b5a33af03.
2024-12-25 11:33:29,649 INFO org.apache.flink.runtime.checkpoint.CheckpointCoordinator [] - Completed checkpoint 57 for job 560d874a798fafe761d41e2b5a33af03 (91130 bytes, checkpointDuration=25 ms, finalizationTime=1 ms).
2024-12-25 11:33:29,650 INFO org.apache.flink.runtime.source.coordinator.SourceCoordinator [] - Marking checkpoint 57 as completed for source Source: MySQL Source.
2024-12-25 11:33:39,624 INFO org.apache.flink.runtime.checkpoint.CheckpointCoordinator [] - Triggering checkpoint 58 (type=CheckpointType{name='Checkpoint', sharingFilesStrategy=FORWARD_BACKWARD}) @ 1735097619623 for job 560d874a798fafe761d41e2b5a33af03.
2024-12-25 11:33:39,647 INFO org.apache.flink.runtime.checkpoint.CheckpointCoordinator [] - Completed checkpoint 58 for job 560d874a798fafe761d41e2b5a33af03 (91130 bytes, checkpointDuration=23 ms, finalizationTime=1 ms).
2024-12-25 11:33:39,648 INFO org.apache.flink.runtime.source.coordinator.SourceCoordinator [] - Marking checkpoint 58 as completed for source Source: MySQL Source.
2024-12-25 11:33:49,625 INFO org.apache.flink.runtime.checkpoint.CheckpointCoordinator [] - Triggering checkpoint 59 (type=CheckpointType{name='Checkpoint', sharingFilesStrategy=FORWARD_BACKWARD}) @ 1735097629623 for job 560d874a798fafe761d41e2b5a33af03.
2024-12-25 11:33:49,652 INFO org.apache.flink.runtime.checkpoint.CheckpointCoordinator [] - Completed checkpoint 59 for job 560d874a798fafe761d41e2b5a33af03 (91130 bytes, checkpointDuration=28 ms, finalizationTime=1 ms).
2024-12-25 11:33:49,653 INFO org.apache.flink.runtime.source.coordinator.SourceCoordinator [] - Marking checkpoint 59 as completed for source Source: MySQL Source.
2024-12-25 11:33:59,625 INFO org.apache.flink.runtime.checkpoint.CheckpointCoordinator [] - Triggering checkpoint 60 (type=CheckpointType{name='Checkpoint', sharingFilesStrategy=FORWARD_BACKWARD}) @ 1735097639623 for job 560d874a798fafe761d41e2b5a33af03.
2024-12-25 11:33:59,650 INFO org.apache.flink.runtime.checkpoint.CheckpointCoordinator [] - Completed checkpoint 60 for job 560d874a798fafe761d41e2b5a33af03 (91130 bytes, checkpointDuration=26 ms, finalizationTime=1 ms).
2024-12-25 11:33:59,651 INFO org.apache.flink.runtime.source.coordinator.SourceCoordinator [] - Marking checkpoint 60 as completed for source Source: MySQL Source.
2024-12-25 11:34:09,625 INFO org.apache.flink.runtime.checkpoint.CheckpointCoordinator [] - Triggering checkpoint 61 (type=CheckpointType{name='Checkpoint', sharingFilesStrategy=FORWARD_BACKWARD}) @ 1735097649623 for job 560d874a798fafe761d41e2b5a33af03.
2024-12-25 11:34:09,646 INFO org.apache.flink.runtime.checkpoint.CheckpointCoordinator [] - Completed checkpoint 61 for job 560d874a798fafe761d41e2b5a33af03 (91130 bytes, checkpointDuration=22 ms, finalizationTime=1 ms).
2024-12-25 11:34:09,647 INFO org.apache.flink.runtime.source.coordinator.SourceCoordinator [] - Marking checkpoint 61 as completed for source Source: MySQL Source.
2024-12-25 11:34:19,625 INFO org.apache.flink.runtime.checkpoint.CheckpointCoordinator [] - Triggering checkpoint 62 (type=CheckpointType{name='Checkpoint', sharingFilesStrategy=FORWARD_BACKWARD}) @ 1735097659623 for job 560d874a798fafe761d41e2b5a33af03.
2024-12-25 11:34:19,646 INFO org.apache.flink.runtime.checkpoint.CheckpointCoordinator [] - Completed checkpoint 62 for job 560d874a798fafe761d41e2b5a33af03 (91130 bytes, checkpointDuration=23 ms, finalizationTime=0 ms).
2024-12-25 11:34:19,647 INFO org.apache.flink.runtime.source.coordinator.SourceCoordinator [] - Marking checkpoint 62 as completed for source Source: MySQL Source.
2024-12-25 11:34:29,625 INFO org.apache.flink.runtime.checkpoint.CheckpointCoordinator [] - Triggering checkpoint 63 (type=CheckpointType{name='Checkpoint', sharingFilesStrategy=FORWARD_BACKWARD}) @ 1735097669623 for job 560d874a798fafe761d41e2b5a33af03.
2024-12-25 11:34:29,648 INFO org.apache.flink.runtime.checkpoint.CheckpointCoordinator [] - Completed checkpoint 63 for job 560d874a798fafe761d41e2b5a33af03 (91130 bytes, checkpointDuration=24 ms, finalizationTime=1 ms).
2024-12-25 11:34:29,649 INFO org.apache.flink.runtime.source.coordinator.SourceCoordinator [] - Marking checkpoint 63 as completed for source Source: MySQL Source.
2024-12-25 11:34:39,625 INFO org.apache.flink.runtime.checkpoint.CheckpointCoordinator [] - Triggering checkpoint 64 (type=CheckpointType{name='Checkpoint', sharingFilesStrategy=FORWARD_BACKWARD}) @ 1735097679623 for job 560d874a798fafe761d41e2b5a33af03.
2024-12-25 11:34:39,647 INFO org.apache.flink.runtime.checkpoint.CheckpointCoordinator [] - Completed checkpoint 64 for job 560d874a798fafe761d41e2b5a33af03 (91130 bytes, checkpointDuration=24 ms, finalizationTime=0 ms).
2024-12-25 11:34:39,648 INFO org.apache.flink.runtime.source.coordinator.SourceCoordinator [] - Marking checkpoint 64 as completed for source Source: MySQL Source.
2024-12-25 11:34:49,624 INFO org.apache.flink.runtime.checkpoint.CheckpointCoordinator [] - Triggering checkpoint 65 (type=CheckpointType{name='Checkpoint', sharingFilesStrategy=FORWARD_BACKWARD}) @ 1735097689623 for job 560d874a798fafe761d41e2b5a33af03.
2024-12-25 11:34:49,651 INFO org.apache.flink.runtime.checkpoint.CheckpointCoordinator [] - Completed checkpoint 65 for job 560d874a798fafe761d41e2b5a33af03 (91130 bytes, checkpointDuration=27 ms, finalizationTime=1 ms).
2024-12-25 11:34:49,652 INFO org.apache.flink.runtime.source.coordinator.SourceCoordinator [] - Marking checkpoint 65 as completed for source Source: MySQL Source.
2024-12-25 11:34:59,624 INFO org.apache.flink.runtime.checkpoint.CheckpointCoordinator [] - Triggering checkpoint 66 (type=CheckpointType{name='Checkpoint', sharingFilesStrategy=FORWARD_BACKWARD}) @ 1735097699623 for job 560d874a798fafe761d41e2b5a33af03.
2024-12-25 11:34:59,651 INFO org.apache.flink.runtime.checkpoint.CheckpointCoordinator [] - Completed checkpoint 66 for job 560d874a798fafe761d41e2b5a33af03 (91130 bytes, checkpointDuration=27 ms, finalizationTime=1 ms).
2024-12-25 11:34:59,652 INFO org.apache.flink.runtime.source.coordinator.SourceCoordinator [] - Marking checkpoint 66 as completed for source Source: MySQL Source.
2024-12-25 11:35:09,625 INFO org.apache.flink.runtime.checkpoint.CheckpointCoordinator [] - Triggering checkpoint 67 (type=CheckpointType{name='Checkpoint', sharingFilesStrategy=FORWARD_BACKWARD}) @ 1735097709623 for job 560d874a798fafe761d41e2b5a33af03.
2024-12-25 11:35:09,647 INFO org.apache.flink.runtime.checkpoint.CheckpointCoordinator [] - Completed checkpoint 67 for job 560d874a798fafe761d41e2b5a33af03 (91130 bytes, checkpointDuration=23 ms, finalizationTime=1 ms).
2024-12-25 11:35:09,648 INFO org.apache.flink.runtime.source.coordinator.SourceCoordinator [] - Marking checkpoint 67 as completed for source Source: MySQL Source.
2024-12-25 11:35:19,625 INFO org.apache.flink.runtime.checkpoint.CheckpointCoordinator [] - Triggering checkpoint 68 (type=CheckpointType{name='Checkpoint', sharingFilesStrategy=FORWARD_BACKWARD}) @ 1735097719624 for job 560d874a798fafe761d41e2b5a33af03.
2024-12-25 11:35:19,649 INFO org.apache.flink.runtime.checkpoint.CheckpointCoordinator [] - Completed checkpoint 68 for job 560d874a798fafe761d41e2b5a33af03 (91130 bytes, checkpointDuration=24 ms, finalizationTime=1 ms).
2024-12-25 11:35:19,650 INFO org.apache.flink.runtime.source.coordinator.SourceCoordinator [] - Marking checkpoint 68 as completed for source Source: MySQL Source.
2024-12-25 11:35:29,625 INFO org.apache.flink.runtime.checkpoint.CheckpointCoordinator [] - Triggering checkpoint 69 (type=CheckpointType{name='Checkpoint', sharingFilesStrategy=FORWARD_BACKWARD}) @ 1735097729623 for job 560d874a798fafe761d41e2b5a33af03.
2024-12-25 11:35:29,647 INFO org.apache.flink.runtime.checkpoint.CheckpointCoordinator [] - Completed checkpoint 69 for job 560d874a798fafe761d41e2b5a33af03 (91130 bytes, checkpointDuration=23 ms, finalizationTime=1 ms).
2024-12-25 11:35:29,648 INFO org.apache.flink.runtime.source.coordinator.SourceCoordinator [] - Marking checkpoint 69 as completed for source Source: MySQL Source.
2024-12-25 11:35:39,624 INFO org.apache.flink.runtime.checkpoint.CheckpointCoordinator [] - Triggering checkpoint 70 (type=CheckpointType{name='Checkpoint', sharingFilesStrategy=FORWARD_BACKWARD}) @ 1735097739623 for job 560d874a798fafe761d41e2b5a33af03.
2024-12-25 11:35:39,648 INFO org.apache.flink.runtime.checkpoint.CheckpointCoordinator [] - Completed checkpoint 70 for job 560d874a798fafe761d41e2b5a33af03 (91130 bytes, checkpointDuration=25 ms, finalizationTime=0 ms).
2024-12-25 11:35:39,649 INFO org.apache.flink.runtime.source.coordinator.SourceCoordinator [] - Marking checkpoint 70 as completed for source Source: MySQL Source.
2024-12-25 11:35:49,625 INFO org.apache.flink.runtime.checkpoint.CheckpointCoordinator [] - Triggering checkpoint 71 (type=CheckpointType{name='Checkpoint', sharingFilesStrategy=FORWARD_BACKWARD}) @ 1735097749623 for job 560d874a798fafe761d41e2b5a33af03.
2024-12-25 11:35:49,646 INFO org.apache.flink.runtime.checkpoint.CheckpointCoordinator [] - Completed checkpoint 71 for job 560d874a798fafe761d41e2b5a33af03 (91130 bytes, checkpointDuration=23 ms, finalizationTime=0 ms).
2024-12-25 11:35:49,648 INFO org.apache.flink.runtime.source.coordinator.SourceCoordinator [] - Marking checkpoint 71 as completed for source Source: MySQL Source.
2024-12-25 11:35:59,625 INFO org.apache.flink.runtime.checkpoint.CheckpointCoordinator [] - Triggering checkpoint 72 (type=CheckpointType{name='Checkpoint', sharingFilesStrategy=FORWARD_BACKWARD}) @ 1735097759624 for job 560d874a798fafe761d41e2b5a33af03.
2024-12-25 11:35:59,648 INFO org.apache.flink.runtime.checkpoint.CheckpointCoordinator [] - Completed checkpoint 72 for job 560d874a798fafe761d41e2b5a33af03 (91130 bytes, checkpointDuration=24 ms, finalizationTime=0 ms).
2024-12-25 11:35:59,649 INFO org.apache.flink.runtime.source.coordinator.SourceCoordinator [] - Marking checkpoint 72 as completed for source Source: MySQL Source.
2024-12-25 11:36:09,625 INFO org.apache.flink.runtime.checkpoint.CheckpointCoordinator [] - Triggering checkpoint 73 (type=CheckpointType{name='Checkpoint', sharingFilesStrategy=FORWARD_BACKWARD}) @ 1735097769623 for job 560d874a798fafe761d41e2b5a33af03.
2024-12-25 11:36:09,647 INFO org.apache.flink.runtime.checkpoint.CheckpointCoordinator [] - Completed checkpoint 73 for job 560d874a798fafe761d41e2b5a33af03 (91130 bytes, checkpointDuration=23 ms, finalizationTime=1 ms).
2024-12-25 11:36:09,648 INFO org.apache.flink.runtime.source.coordinator.SourceCoordinator [] - Marking checkpoint 73 as completed for source Source: MySQL Source.
2024-12-25 11:36:19,625 INFO org.apache.flink.runtime.checkpoint.CheckpointCoordinator [] - Triggering checkpoint 74 (type=CheckpointType{name='Checkpoint', sharingFilesStrategy=FORWARD_BACKWARD}) @ 1735097779623 for job 560d874a798fafe761d41e2b5a33af03.
2024-12-25 11:36:19,649 INFO org.apache.flink.runtime.checkpoint.CheckpointCoordinator [] - Completed checkpoint 74 for job 560d874a798fafe761d41e2b5a33af03 (91130 bytes, checkpointDuration=26 ms, finalizationTime=0 ms).
2024-12-25 11:36:19,650 INFO org.apache.flink.runtime.source.coordinator.SourceCoordinator [] - Marking checkpoint 74 as completed for source Source: MySQL Source.
2024-12-25 11:36:29,625 INFO org.apache.flink.runtime.checkpoint.CheckpointCoordinator [] - Triggering checkpoint 75 (type=CheckpointType{name='Checkpoint', sharingFilesStrategy=FORWARD_BACKWARD}) @ 1735097789623 for job 560d874a798fafe761d41e2b5a33af03.
2024-12-25 11:36:29,646 INFO org.apache.flink.runtime.checkpoint.CheckpointCoordinator [] - Completed checkpoint 75 for job 560d874a798fafe761d41e2b5a33af03 (91130 bytes, checkpointDuration=22 ms, finalizationTime=1 ms).
2024-12-25 11:36:29,647 INFO org.apache.flink.runtime.source.coordinator.SourceCoordinator [] - Marking checkpoint 75 as completed for source Source: MySQL Source.
2024-12-25 11:36:39,625 INFO org.apache.flink.runtime.checkpoint.CheckpointCoordinator [] - Triggering checkpoint 76 (type=CheckpointType{name='Checkpoint', sharingFilesStrategy=FORWARD_BACKWARD}) @ 1735097799623 for job 560d874a798fafe761d41e2b5a33af03.
2024-12-25 11:36:39,645 INFO org.apache.flink.runtime.checkpoint.CheckpointCoordinator [] - Completed checkpoint 76 for job 560d874a798fafe761d41e2b5a33af03 (91130 bytes, checkpointDuration=22 ms, finalizationTime=0 ms).
2024-12-25 11:36:39,646 INFO org.apache.flink.runtime.source.coordinator.SourceCoordinator [] - Marking checkpoint 76 as completed for source Source: MySQL Source.
2024-12-25 11:36:49,625 INFO org.apache.flink.runtime.checkpoint.CheckpointCoordinator [] - Triggering checkpoint 77 (type=CheckpointType{name='Checkpoint', sharingFilesStrategy=FORWARD_BACKWARD}) @ 1735097809623 for job 560d874a798fafe761d41e2b5a33af03.
2024-12-25 11:36:49,647 INFO org.apache.flink.runtime.checkpoint.CheckpointCoordinator [] - Completed checkpoint 77 for job 560d874a798fafe761d41e2b5a33af03 (91130 bytes, checkpointDuration=23 ms, finalizationTime=1 ms).
2024-12-25 11:36:49,648 INFO org.apache.flink.runtime.source.coordinator.SourceCoordinator [] - Marking checkpoint 77 as completed for source Source: MySQL Source.
2024-12-25 11:36:59,625 INFO org.apache.flink.runtime.checkpoint.CheckpointCoordinator [] - Triggering checkpoint 78 (type=CheckpointType{name='Checkpoint', sharingFilesStrategy=FORWARD_BACKWARD}) @ 1735097819623 for job 560d874a798fafe761d41e2b5a33af03.
2024-12-25 11:36:59,647 INFO org.apache.flink.runtime.checkpoint.CheckpointCoordinator [] - Completed checkpoint 78 for job 560d874a798fafe761d41e2b5a33af03 (91130 bytes, checkpointDuration=23 ms, finalizationTime=1 ms).
2024-12-25 11:36:59,648 INFO org.apache.flink.runtime.source.coordinator.SourceCoordinator [] - Marking checkpoint 78 as completed for source Source: MySQL Source.
2024-12-25 11:37:09,625 INFO org.apache.flink.runtime.checkpoint.CheckpointCoordinator [] - Triggering checkpoint 79 (type=CheckpointType{name='Checkpoint', sharingFilesStrategy=FORWARD_BACKWARD}) @ 1735097829623 for job 560d874a798fafe761d41e2b5a33af03.
2024-12-25 11:37:09,647 INFO org.apache.flink.runtime.checkpoint.CheckpointCoordinator [] - Completed checkpoint 79 for job 560d874a798fafe761d41e2b5a33af03 (91130 bytes, checkpointDuration=23 ms, finalizationTime=1 ms).
2024-12-25 11:37:09,648 INFO org.apache.flink.runtime.source.coordinator.SourceCoordinator [] - Marking checkpoint 79 as completed for source Source: MySQL Source.
2024-12-25 11:37:19,625 INFO org.apache.flink.runtime.checkpoint.CheckpointCoordinator [] - Triggering checkpoint 80 (type=CheckpointType{name='Checkpoint', sharingFilesStrategy=FORWARD_BACKWARD}) @ 1735097839623 for job 560d874a798fafe761d41e2b5a33af03.
2024-12-25 11:37:19,646 INFO org.apache.flink.runtime.checkpoint.CheckpointCoordinator [] - Completed checkpoint 80 for job 560d874a798fafe761d41e2b5a33af03 (91130 bytes, checkpointDuration=22 ms, finalizationTime=1 ms).
2024-12-25 11:37:19,647 INFO org.apache.flink.runtime.source.coordinator.SourceCoordinator [] - Marking checkpoint 80 as completed for source Source: MySQL Source.
2024-12-25 11:37:29,625 INFO org.apache.flink.runtime.checkpoint.CheckpointCoordinator [] - Triggering checkpoint 81 (type=CheckpointType{name='Checkpoint', sharingFilesStrategy=FORWARD_BACKWARD}) @ 1735097849623 for job 560d874a798fafe761d41e2b5a33af03.
2024-12-25 11:37:29,647 INFO org.apache.flink.runtime.checkpoint.CheckpointCoordinator [] - Completed checkpoint 81 for job 560d874a798fafe761d41e2b5a33af03 (91130 bytes, checkpointDuration=24 ms, finalizationTime=0 ms).
2024-12-25 11:37:29,648 INFO org.apache.flink.runtime.source.coordinator.SourceCoordinator [] - Marking checkpoint 81 as completed for source Source: MySQL Source.

@yueguanyu
Copy link
Author

I found the problem, it's just report error when the table initializition. The log for the Sql is:

2024-12-26 11:14:45,280 INFO (STATS_FETCH-3|308) [BasicAsyncCacheLoader.lambda$asyncLoad$0():42] Load statistic cache [ColumnStats-6--1-DATABASE_COLLATION] cost time ms:90
2024-12-26 11:14:45,399 INFO (mysql-nio-pool-4|11318) [QeProcessorImpl.unregisterQuery():131] deregister query id e161ae7794e548d4-bd6179581665eb88
2024-12-26 11:14:45,493 INFO (mysql-nio-pool-4|11318) [QeProcessorImpl.unregisterQuery():131] deregister query id e9edf22831e54e7f-8aa08a487149cf9d
2024-12-26 11:14:45,555 WARN (mysql-nio-pool-4|11318) [ConnectProcessor.handleQueryException():467] Process one query failed because.
org.apache.doris.common.AnalysisException: errCode = 2, detailMessage = Syntax error in line 1:
...ORDER BY ORDINAL_POSITION SEPARATOR ', ') PARAMETER, R...
^
Encountered: IDENTIFIER
Expected: ||, COMMA

at org.apache.doris.qe.ConnectProcessor.parse(ConnectProcessor.java:501) ~[doris-fe.jar:1.2-SNAPSHOT]
at org.apache.doris.qe.ConnectProcessor.handleQuery(ConnectProcessor.java:396) ~[doris-fe.jar:1.2-SNAPSHOT]
at org.apache.doris.qe.ConnectProcessor.dispatch(ConnectProcessor.java:578) ~[doris-fe.jar:1.2-SNAPSHOT]
at org.apache.doris.qe.ConnectProcessor.processOnce(ConnectProcessor.java:847) ~[doris-fe.jar:1.2-SNAPSHOT]
at org.apache.doris.mysql.ReadListener.lambda$handleEvent$0(ReadListener.java:52) ~[doris-fe.jar:1.2-SNAPSHOT]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) ~[?:1.8.0_252]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) ~[?:1.8.0_252]
at java.lang.Thread.run(Thread.java:748) ~[?:1.8.0_252]

Caused by: org.apache.doris.common.AnalysisException: errCode = 2, detailMessage = Syntax error
at org.apache.doris.analysis.SqlParser.unrecovered_syntax_error(SqlParser.java:2812) ~[doris-fe.jar:1.2-SNAPSHOT]
at java_cup.runtime.lr_parser.parse(lr_parser.java:616) ~[jflex-1.4.3.jar:?]
at org.apache.doris.common.util.SqlParserUtils.getMultiStmts(SqlParserUtils.java:60) ~[doris-fe.jar:1.2-SNAPSHOT]
at org.apache.doris.qe.ConnectProcessor.parse(ConnectProcessor.java:492) ~[doris-fe.jar:1.2-SNAPSHOT]
... 7 more
2024-12-26 11:14:49,030 INFO (binlog-gcer|55) [BinlogManager.gc():359] begin gc binlog

2024-12-26 11:14:48,906 [query] |Client=11.0.228.86:56929|User=costshare|Db=|State=OK|ErrorCode=0|ErrorMessage=|Time(ms)=1|ScanBytes=0|ScanRows=0|ReturnRows=0|StmtId=13|QueryId=ff7036b1f9374633-a1f516c334433867|IsQuery=false|isNereids=false|feIp=10.30.251.92|Stmt=SET NAMES utf8mb4|CpuTimeMS=0|SqlHash=c64be5c6e91cdad08370b7189c583332|peakMemoryBytes=0|SqlDigest=|TraceId=|WorkloadGroup=|FuzzyVariables=
2024-12-26 11:14:48,913 [query] |Client=11.0.228.86:56929|User=costshare|Db=|State=EOF|ErrorCode=0|ErrorMessage=|Time(ms)=208|ScanBytes=0|ScanRows=0|ReturnRows=1|StmtId=16|QueryId=b9e2ac93138f421f-a7617831b84b9df2|IsQuery=true|isNereids=false|feIp=10.30.251.92|Stmt= SELECT COUNT() AS support_ndb FROM information_schema.ENGINES WHERE Engine = 'ndbcluster'|CpuTimeMS=2|SqlHash=166158445e3ddc0b0bae34434d965084|peakMemoryBytes=99400|SqlDigest=|TraceId=|WorkloadGroup=|FuzzyVariables=
2024-12-26 11:14:48,913 [query] |Client=11.0.228.86:56929|User=costshare|Db=|State=EOF|ErrorCode=0|ErrorMessage=|Time(ms)=208|ScanBytes=0|ScanRows=0|ReturnRows=1|StmtId=16|QueryId=b9e2ac93138f421f-a7617831b84b9df2|IsQuery=true|isNereids=false|feIp=10.30.251.92|Stmt= SELECT COUNT(
) AS support_ndb FROM information_schema.ENGINES WHERE Engine = 'ndbcluster'|CpuTimeMS=2|SqlHash=166158445e3ddc0b0bae34434d965084|peakMemoryBytes=99400|SqlDigest=|TraceId=|WorkloadGroup=|FuzzyVariables=
2024-12-26 11:14:48,913 [query] |Client=11.0.228.86:56929|User=costshare|Db=|State=EOF|ErrorCode=0|ErrorMessage=|Time(ms)=208|ScanBytes=0|ScanRows=0|ReturnRows=1|StmtId=16|QueryId=b9e2ac93138f421f-a7617831b84b9df2|IsQuery=true|isNereids=false|feIp=10.30.251.92|Stmt= SELECT COUNT() AS support_ndb FROM information_schema.ENGINES WHERE Engine = 'ndbcluster'|CpuTimeMS=2|SqlHash=166158445e3ddc0b0bae34434d965084|peakMemoryBytes=99400|SqlDigest=|TraceId=|WorkloadGroup=|FuzzyVariables=
2024-12-26 11:14:48,913 [query] |Client=11.0.228.86:56929|User=costshare|Db=|State=EOF|ErrorCode=0|ErrorMessage=|Time(ms)=95|ScanBytes=0|ScanRows=0|ReturnRows=4|StmtId=17|QueryId=d57c96c523e94593-aaa6913fa01e37d7|IsQuery=true|isNereids=true|feIp=10.30.251.92|Stmt=SELECT SCHEMA_NAME, DEFAULT_CHARACTER_SET_NAME, DEFAULT_COLLATION_NAME FROM information_schema.SCHEMATA|CpuTimeMS=3|SqlHash=895b7e0e45ea4177a2488ef3c1e6fc53|peakMemoryBytes=64008|SqlDigest=|TraceId=|WorkloadGroup=|FuzzyVariables=
2024-12-26 11:14:50,906 [query] |Client=11.0.228.86:56944|User=costshare|Db=|State=OK|ErrorCode=0|ErrorMessage=|Time(ms)=1|ScanBytes=0|ScanRows=0|ReturnRows=0|StmtId=19|QueryId=5fade655cdd443d9-ab071d413cfdab07|IsQuery=false|isNereids=false|feIp=10.30.251.92|Stmt=SET NAMES utf8mb4|CpuTimeMS=0|SqlHash=c64be5c6e91cdad08370b7189c583332|peakMemoryBytes=0|SqlDigest=|TraceId=|WorkloadGroup=|FuzzyVariables=
2024-12-26 11:14:50,906 [query] |Client=11.0.228.86:56944|User=costshare|Db=convert_db|State=EOF|ErrorCode=0|ErrorMessage=|Time(ms)=95|ScanBytes=0|ScanRows=0|ReturnRows=1|StmtId=20|QueryId=431722979d6b489c-b85915814be62586|IsQuery=false|isNereids=false|feIp=10.30.251.92|Stmt=SHOW FULL TABLES WHERE Table_type != 'VIEW'|CpuTimeMS=6|SqlHash=ccf881ad7f80fb852df9debb38222132|peakMemoryBytes=36216|SqlDigest=|TraceId=|WorkloadGroup=|FuzzyVariables=
2024-12-26 11:14:50,906 [query] |Client=11.0.228.86:56944|User=costshare|Db=convert_db|State=EOF|ErrorCode=0|ErrorMessage=|Time(ms)=2|ScanBytes=0|ScanRows=0|ReturnRows=1|StmtId=21|QueryId=433fa3c0dd8a423d-a111c0f06ff29c0d|IsQuery=false|isNereids=false|feIp=10.30.251.92|Stmt=SHOW TABLE STATUS|CpuTimeMS=0|SqlHash=1d74b418055588b8c94f1a2e4ecea51d|peakMemoryBytes=0|SqlDigest=|TraceId=|WorkloadGroup=|FuzzyVariables=
2024-12-26 11:14:50,906 [query] |Client=|User=|Db=__internal_schema|State=OK|ErrorCode=0|ErrorMessage=|Time(ms)=185|ScanBytes=0|ScanRows=0|ReturnRows=0|StmtId=0|QueryId=f69b816a339949f4-94000cc5422716fd|IsQuery=true|isNereids=true|feIp=10.30.251.92|Stmt=OriginStatement{originStmt='SELECT * FROM default_cluster:__internal_schema.column_statistics WHERE id = '10--1-DATA_TYPE'', idx=0}|CpuTimeMS=0|SqlHash=|peakMemoryBytes=123592|SqlDigest=|TraceId=|WorkloadGroup=|FuzzyVariables=
2024-12-26 11:14:50,907 [query] |Client=|User=|Db=__internal_schema|State=OK|ErrorCode=0|ErrorMessage=|Time(ms)=190|ScanBytes=0|ScanRows=0|ReturnRows=0|StmtId=0|QueryId=54ee35bfa71a4f97-92dd734b3705135e|IsQuery=true|isNereids=true|feIp=10.30.251.92|Stmt=OriginStatement{originStmt='SELECT * FROM default_cluster:__internal_schema.column_statistics WHERE id = '10--1-ORDINAL_POSITION'', idx=0}|CpuTimeMS=0|SqlHash=|peakMemoryBytes=123704|SqlDigest=|TraceId=|WorkloadGroup=|FuzzyVariables=
2024-12-26 11:14:50,907 [query] |Client=|User=|Db=__internal_schema|State=OK|ErrorCode=0|ErrorMessage=|Time(ms)=200|ScanBytes=0|ScanRows=0|ReturnRows=0|StmtId=0|QueryId=cbd31a023ead41c5-a46a512cc9c197db|IsQuery=true|isNereids=true|feIp=10.30.251.92|Stmt=OriginStatement{originStmt='SELECT * FROM default_cluster:__internal_schema.column_statistics WHERE id = '10--1-TABLE_SCHEMA'', idx=0}|CpuTimeMS=0|SqlHash=|peakMemoryBytes=139872|SqlDigest=|TraceId=|WorkloadGroup=|FuzzyVariables=
2024-12-26 11:14:50,907 [query] |Client=|User=|Db=__internal_schema|State=OK|ErrorCode=0|ErrorMessage=|Time(ms)=222|ScanBytes=0|ScanRows=0|ReturnRows=0|StmtId=0|QueryId=31c639b46234139-9c1067586963c5e3|IsQuery=true|isNereids=true|feIp=10.30.251.92|Stmt=OriginStatement{originStmt='SELECT * FROM default_cluster:__internal_schema.column_statistics WHERE id = '10--1-IS_NULLABLE'', idx=0}|CpuTimeMS=0|SqlHash=|peakMemoryBytes=139792|SqlDigest=|TraceId=|WorkloadGroup=|FuzzyVariables=
2024-12-26 11:14:50,907 [query] |Client=|User=|Db=__internal_schema|State=OK|ErrorCode=0|ErrorMessage=|Time(ms)=225|ScanBytes=0|ScanRows=0|ReturnRows=0|StmtId=0|QueryId=f1c7bff3413a42cd-814236b2e5901b9d|IsQuery=true|isNereids=true|feIp=10.30.251.92|Stmt=OriginStatement{originStmt='SELECT * FROM default_cluster:__internal_schema.column_statistics WHERE id = '10--1-COLUMN_DEFAULT'', idx=0}|CpuTimeMS=0|SqlHash=|peakMemoryBytes=144416|SqlDigest=|TraceId=|WorkloadGroup=|FuzzyVariables=
2024-12-26 11:14:50,907 [query] |Client=|User=|Db=__internal_schema|State=OK|ErrorCode=0|ErrorMessage=|Time(ms)=220|ScanBytes=0|ScanRows=0|ReturnRows=0|StmtId=0|QueryId=a7a8585a7392438c-9b2475c8bb70f2d2|IsQuery=true|isNereids=true|feIp=10.30.251.92|Stmt=OriginStatement{originStmt='SELECT * FROM default_cluster:__internal_schema.column_statistics WHERE id = '10--1-CHARACTER_MAXIMUM_LENGTH'', idx=0}|CpuTimeMS=0|SqlHash=|peakMemoryBytes=140016|SqlDigest=|TraceId=|WorkloadGroup=|FuzzyVariables=
2024-12-26 11:14:50,907 [query] |Client=|User=|Db=__internal_schema|State=OK|ErrorCode=0|ErrorMessage=|Time(ms)=225|ScanBytes=0|ScanRows=0|ReturnRows=0|StmtId=0|QueryId=aec3b7b0e6814f91-95a7c13fb98567a9|IsQuery=true|isNereids=true|feIp=10.30.251.92|Stmt=OriginStatement{originStmt='SELECT * FROM default_cluster:__internal_schema.column_statistics WHERE id = '10--1-TABLE_NAME'', idx=0}|CpuTimeMS=1|SqlHash=|peakMemoryBytes=123816|SqlDigest=|TraceId=|WorkloadGroup=|FuzzyVariables=
2024-12-26 11:14:50,907 [query] |Client=|User=|Db=__internal_schema|State=OK|ErrorCode=0|ErrorMessage=|Time(ms)=231|ScanBytes=0|ScanRows=0|ReturnRows=0|StmtId=0|QueryId=8750c09c614a4007-9646c48ced0bc52b|IsQuery=true|isNereids=true|feIp=10.30.251.92|Stmt=OriginStatement{originStmt='SELECT * FROM default_cluster:__internal_schema.column_statistics WHERE id = '10--1-COLUMN_NAME'', idx=0}|CpuTimeMS=0|SqlHash=|peakMemoryBytes=123472|SqlDigest=|TraceId=|WorkloadGroup=|FuzzyVariables=
2024-12-26 11:14:50,907 [query] |Client=|User=|Db=__internal_schema|State=OK|ErrorCode=0|ErrorMessage=|Time(ms)=235|ScanBytes=0|ScanRows=0|ReturnRows=0|StmtId=0|QueryId=c9d200db36774ee4-b39b63a8bed7c287|IsQuery=true|isNereids=true|feIp=10.30.251.92|Stmt=OriginStatement{originStmt='SELECT * FROM default_cluster:__internal_schema.column_statistics WHERE id = '10--1-CHARACTER_OCTET_LENGTH'', idx=0}|CpuTimeMS=0|SqlHash=|peakMemoryBytes=144504|SqlDigest=|TraceId=|WorkloadGroup=|FuzzyVariables=
2024-12-26 11:14:50,908 [query] |Client=|User=|Db=__internal_schema|State=OK|ErrorCode=0|ErrorMessage=|Time(ms)=233|ScanBytes=0|ScanRows=0|ReturnRows=0|StmtId=0|QueryId=bc3942e7f6ca4a6d-a79c80e0ab7da899|IsQuery=true|isNereids=true|feIp=10.30.251.92|Stmt=OriginStatement{originStmt='SELECT * FROM default_cluster:__internal_schema.column_statistics WHERE id = '10--1-TABLE_CATALOG'', idx=0}|CpuTimeMS=1|SqlHash=|peakMemoryBytes=139832|SqlDigest=|TraceId=|WorkloadGroup=|FuzzyVariables=
2024-12-26 11:14:50,908 [query] |Client=|User=|Db=__internal_schema|State=OK|ErrorCode=0|ErrorMessage=|Time(ms)=88|ScanBytes=0|ScanRows=0|ReturnRows=0|StmtId=0|QueryId=cef095ada2374bd2-9d38c148ce4d1b0d|IsQuery=true|isNereids=true|feIp=10.30.251.92|Stmt=OriginStatement{originStmt='SELECT * FROM default_cluster:__internal_schema.column_statistics WHERE id = '10--1-EXTRA'', idx=0}|CpuTimeMS=0|SqlHash=|peakMemoryBytes=144440|SqlDigest=|TraceId=|WorkloadGroup=|FuzzyVariables=
2024-12-26 11:14:50,908 [query] |Client=|User=|Db=__internal_schema|State=OK|ErrorCode=0|ErrorMessage=|Time(ms)=169|ScanBytes=0|ScanRows=0|ReturnRows=0|StmtId=0|QueryId=3895e9de19cf4f07-bb8c443ccca3d438|IsQuery=true|isNereids=true|feIp=10.30.251.92|Stmt=OriginStatement{originStmt='SELECT * FROM default_cluster:__internal_schema.column_statistics WHERE id = '10--1-CHARACTER_SET_NAME'', idx=0}|CpuTimeMS=0|SqlHash=|peakMemoryBytes=144472|SqlDigest=|TraceId=|WorkloadGroup=|FuzzyVariables=
2024-12-26 11:14:50,908 [query] |Client=|User=|Db=__internal_schema|State=OK|ErrorCode=0|ErrorMessage=|Time(ms)=199|ScanBytes=0|ScanRows=0|ReturnRows=0|StmtId=0|QueryId=ac9aaea32a3f41ee-98dd672eb5a3f7c6|IsQuery=true|isNereids=true|feIp=10.30.251.92|Stmt=OriginStatement{originStmt='SELECT * FROM default_cluster:__internal_schema.column_statistics WHERE id = '10--1-NUMERIC_PRECISION'', idx=0}|CpuTimeMS=1|SqlHash=|peakMemoryBytes=123624|SqlDigest=|TraceId=|WorkloadGroup=|FuzzyVariables=
2024-12-26 11:14:50,908 [query] |Client=|User=|Db=__internal_schema|State=OK|ErrorCode=0|ErrorMessage=|Time(ms)=204|ScanBytes=0|ScanRows=0|ReturnRows=0|StmtId=0|QueryId=ff854aa48fd44dd4-8a180708ca781c8d|IsQuery=true|isNereids=true|feIp=10.30.251.92|Stmt=OriginStatement{originStmt='SELECT * FROM default_cluster:__internal_schema.column_statistics WHERE id = '10--1-DATETIME_PRECISION'', idx=0}|CpuTimeMS=0|SqlHash=|peakMemoryBytes=144472|SqlDigest=|TraceId=|WorkloadGroup=|FuzzyVariables=
2024-12-26 11:14:50,908 [query] |Client=|User=|Db=__internal_schema|State=OK|ErrorCode=0|ErrorMessage=|Time(ms)=211|ScanBytes=0|ScanRows=0|ReturnRows=0|StmtId=0|QueryId=5788c0e2198048ad-b988edddfef94ac8|IsQuery=true|isNereids=true|feIp=10.30.251.92|Stmt=OriginStatement{originStmt='SELECT * FROM default_cluster:__internal_schema.column_statistics WHERE id = '10--1-NUMERIC_SCALE'', idx=0}|CpuTimeMS=1|SqlHash=|peakMemoryBytes=139792|SqlDigest=|TraceId=|WorkloadGroup=|FuzzyVariables=
2024-12-26 11:14:50,908 [query] |Client=|User=|Db=__internal_schema|State=OK|ErrorCode=0|ErrorMessage=|Time(ms)=131|ScanBytes=0|ScanRows=0|ReturnRows=0|StmtId=0|QueryId=734ce20a5ab947b3-a47a018f63d16e27|IsQuery=true|isNereids=true|feIp=10.30.251.92|Stmt=OriginStatement{originStmt='SELECT * FROM default_cluster:__internal_schema.column_statistics WHERE id = '10--1-COLLATION_NAME'', idx=0}|CpuTimeMS=1|SqlHash=|peakMemoryBytes=139648|SqlDigest=|TraceId=|WorkloadGroup=|FuzzyVariables=
2024-12-26 11:14:50,908 [query] |Client=|User=|Db=__internal_schema|State=OK|ErrorCode=0|ErrorMessage=|Time(ms)=134|ScanBytes=0|ScanRows=0|ReturnRows=0|StmtId=0|QueryId=f89c746035e04759-904944f7fff61a8c|IsQuery=true|isNereids=true|feIp=10.30.251.92|Stmt=OriginStatement{originStmt='SELECT * FROM default_cluster:__internal_schema.column_statistics WHERE id = '10--1-COLUMN_TYPE'', idx=0}|CpuTimeMS=0|SqlHash=|peakMemoryBytes=140024|SqlDigest=|TraceId=|WorkloadGroup=|FuzzyVariables=
2024-12-26 11:14:50,909 [query] |Client=|User=|Db=__internal_schema|State=OK|ErrorCode=0|ErrorMessage=|Time(ms)=135|ScanBytes=0|ScanRows=0|ReturnRows=0|StmtId=0|QueryId=ea8ccdd372cb4656-aa46004bbd64d04a|IsQuery=true|isNereids=true|feIp=10.30.251.92|Stmt=OriginStatement{originStmt='SELECT * FROM default_cluster:__internal_schema.column_statistics WHERE id = '10--1-PRIVILEGES'', idx=0}|CpuTimeMS=0|SqlHash=|peakMemoryBytes=123608|SqlDigest=|TraceId=|WorkloadGroup=|FuzzyVariables=
2024-12-26 11:14:50,909 [query] |Client=|User=|Db=__internal_schema|State=OK|ErrorCode=0|ErrorMessage=|Time(ms)=136|ScanBytes=0|ScanRows=0|ReturnRows=0|StmtId=0|QueryId=cfe28f95bcc847de-a3d948ca29cd203e|IsQuery=true|isNereids=true|feIp=10.30.251.92|Stmt=OriginStatement{originStmt='SELECT * FROM default_cluster:__internal_schema.column_statistics WHERE id = '10--1-COLUMN_KEY'', idx=0}|CpuTimeMS=1|SqlHash=|peakMemoryBytes=139832|SqlDigest=|TraceId=|WorkloadGroup=|FuzzyVariables=
2024-12-26 11:14:50,909 [query] |Client=|User=|Db=__internal_schema|State=OK|ErrorCode=0|ErrorMessage=|Time(ms)=137|ScanBytes=0|ScanRows=0|ReturnRows=0|StmtId=0|QueryId=ccbc55437b134438-a44057ede72fd921|IsQuery=true|isNereids=true|feIp=10.30.251.92|Stmt=OriginStatement{originStmt='SELECT * FROM default_cluster:__internal_schema.column_statistics WHERE id = '10--1-COLUMN_COMMENT'', idx=0}|CpuTimeMS=0|SqlHash=|peakMemoryBytes=139832|SqlDigest=|TraceId=|WorkloadGroup=|FuzzyVariables=
2024-12-26 11:14:50,909 [query] |Client=|User=|Db=__internal_schema|State=OK|ErrorCode=0|ErrorMessage=|Time(ms)=90|ScanBytes=0|ScanRows=0|ReturnRows=0|StmtId=0|QueryId=78b1271d80484c1d-9e08a9141df6a4cb|IsQuery=true|isNereids=true|feIp=10.30.251.92|Stmt=OriginStatement{originStmt='SELECT * FROM default_cluster:__internal_schema.column_statistics WHERE id = '6--1-SPECIFIC_NAME'', idx=0}|CpuTimeMS=0|SqlHash=|peakMemoryBytes=123672|SqlDigest=|TraceId=|WorkloadGroup=|FuzzyVariables=
2024-12-26 11:14:50,909 [query] |Client=|User=|Db=__internal_schema|State=OK|ErrorCode=0|ErrorMessage=|Time(ms)=85|ScanBytes=0|ScanRows=0|ReturnRows=0|StmtId=0|QueryId=d8a8e1a0d844986-ba5d51a3b5e4613c|IsQuery=true|isNereids=true|feIp=10.30.251.92|Stmt=OriginStatement{originStmt='SELECT * FROM default_cluster:__internal_schema.column_statistics WHERE id = '6--1-ROUTINE_SCHEMA'', idx=0}|CpuTimeMS=0|SqlHash=|peakMemoryBytes=139640|SqlDigest=|TraceId=|WorkloadGroup=|FuzzyVariables=
2024-12-26 11:14:50,910 [query] |Client=|User=|Db=__internal_schema|State=OK|ErrorCode=0|ErrorMessage=|Time(ms)=98|ScanBytes=0|ScanRows=0|ReturnRows=0|StmtId=0|QueryId=aba9b96ede174a31-b6192381fdba7175|IsQuery=true|isNereids=true|feIp=10.30.251.92|Stmt=OriginStatement{originStmt='SELECT * FROM default_cluster:__internal_schema.column_statistics WHERE id = '10--1-SRS_ID'', idx=0}|CpuTimeMS=0|SqlHash=|peakMemoryBytes=139784|SqlDigest=|TraceId=|WorkloadGroup=|FuzzyVariables=
2024-12-26 11:14:50,910 [query] |Client=|User=|Db=__internal_schema|State=OK|ErrorCode=0|ErrorMessage=|Time(ms)=84|ScanBytes=0|ScanRows=0|ReturnRows=0|StmtId=0|QueryId=812afd7b37f94f6a-b21fd07a76a9e10f|IsQuery=true|isNereids=true|feIp=10.30.251.92|Stmt=OriginStatement{originStmt='SELECT * FROM default_cluster:__internal_schema.column_statistics WHERE id = '6--1-ROUTINE_TYPE'', idx=0}|CpuTimeMS=0|SqlHash=|peakMemoryBytes=139720|SqlDigest=|TraceId=|WorkloadGroup=|FuzzyVariables=
2024-12-26 11:14:50,910 [query] |Client=|User=|Db=__internal_schema|State=OK|ErrorCode=0|ErrorMessage=|Time(ms)=123|ScanBytes=0|ScanRows=0|ReturnRows=0|StmtId=0|QueryId=ee496cb0a2d24170-a7f12a8fe657314d|IsQuery=true|isNereids=true|feIp=10.30.251.92|Stmt=OriginStatement{originStmt='SELECT * FROM default_cluster:__internal_schema.column_statistics WHERE id = '10--1-COLUMN_SIZE'', idx=0}|CpuTimeMS=0|SqlHash=|peakMemoryBytes=139824|SqlDigest=|TraceId=|WorkloadGroup=|FuzzyVariables=
2024-12-26 11:14:50,910 [query] |Client=|User=|Db=__internal_schema|State=OK|ErrorCode=0|ErrorMessage=|Time(ms)=82|ScanBytes=0|ScanRows=0|ReturnRows=0|StmtId=0|QueryId=30beedb92f8e4171-a4300f9a866d81ea|IsQuery=true|isNereids=true|feIp=10.30.251.92|Stmt=OriginStatement{originStmt='SELECT * FROM default_cluster:__internal_schema.column_statistics WHERE id = '6--1-DTD_IDENTIFIER'', idx=0}|CpuTimeMS=0|SqlHash=|peakMemoryBytes=123576|SqlDigest=|TraceId=|WorkloadGroup=|FuzzyVariables=
2024-12-26 11:14:50,910 [query] |Client=|User=|Db=__internal_schema|State=OK|ErrorCode=0|ErrorMessage=|Time(ms)=115|ScanBytes=0|ScanRows=0|ReturnRows=0|StmtId=0|QueryId=4ccadf75175c4173-b108c7d74c953b87|IsQuery=true|isNereids=true|feIp=10.30.251.92|Stmt=OriginStatement{originStmt='SELECT * FROM default_cluster:__internal_schema.column_statistics WHERE id = '10--1-DECIMAL_DIGITS'', idx=0}|CpuTimeMS=0|SqlHash=|peakMemoryBytes=139792|SqlDigest=|TraceId=|WorkloadGroup=|FuzzyVariables=
2024-12-26 11:14:50,910 [query] |Client=|User=|Db=__internal_schema|State=OK|ErrorCode=0|ErrorMessage=|Time(ms)=98|ScanBytes=0|ScanRows=0|ReturnRows=0|StmtId=0|QueryId=fcece155fa49e1-80aced40a38ff2a6|IsQuery=true|isNereids=true|feIp=10.30.251.92|Stmt=OriginStatement{originStmt='SELECT * FROM default_cluster:__internal_schema.column_statistics WHERE id = '6--1-ROUTINE_CATALOG'', idx=0}|CpuTimeMS=23|SqlHash=|peakMemoryBytes=139744|SqlDigest=|TraceId=|WorkloadGroup=|FuzzyVariables=
2024-12-26 11:14:50,910 [query] |Client=|User=|Db=__internal_schema|State=OK|ErrorCode=0|ErrorMessage=|Time(ms)=117|ScanBytes=0|ScanRows=0|ReturnRows=0|StmtId=0|QueryId=b6b2f5316608481a-ac06d1e7118de405|IsQuery=true|isNereids=true|feIp=10.30.251.92|Stmt=OriginStatement{originStmt='SELECT * FROM default_cluster:__internal_schema.column_statistics WHERE id = '10--1-GENERATION_EXPRESSION'', idx=0}|CpuTimeMS=0|SqlHash=|peakMemoryBytes=140016|SqlDigest=|TraceId=|WorkloadGroup=|FuzzyVariables=
2024-12-26 11:14:50,911 [query] |Client=|User=|Db=__internal_schema|State=OK|ErrorCode=0|ErrorMessage=|Time(ms)=99|ScanBytes=0|ScanRows=0|ReturnRows=0|StmtId=0|QueryId=63b84342be4d4bd3-9ec268ec406fca71|IsQuery=true|isNereids=true|feIp=10.30.251.92|Stmt=OriginStatement{originStmt='SELECT * FROM default_cluster:__internal_schema.column_statistics WHERE id = '6--1-ROUTINE_NAME'', idx=0}|CpuTimeMS=0|SqlHash=|peakMemoryBytes=139792|SqlDigest=|TraceId=|WorkloadGroup=|FuzzyVariables=
2024-12-26 11:14:50,911 [query] |Client=|User=|Db=__internal_schema|State=OK|ErrorCode=0|ErrorMessage=|Time(ms)=46|ScanBytes=0|ScanRows=0|ReturnRows=0|StmtId=0|QueryId=fe36218e081049a6-869879212914f7b0|IsQuery=true|isNereids=true|feIp=10.30.251.92|Stmt=OriginStatement{originStmt='SELECT * FROM default_cluster:__internal_schema.column_statistics WHERE id = '6--1-PARAMETER_STYLE'', idx=0}|CpuTimeMS=0|SqlHash=|peakMemoryBytes=139792|SqlDigest=|TraceId=|WorkloadGroup=|FuzzyVariables=
2024-12-26 11:14:50,911 [query] |Client=|User=|Db=__internal_schema|State=OK|ErrorCode=0|ErrorMessage=|Time(ms)=55|ScanBytes=0|ScanRows=0|ReturnRows=0|StmtId=0|QueryId=a3dbbd8b90a43c4-b0814d40de027c00|IsQuery=true|isNereids=true|feIp=10.30.251.92|Stmt=OriginStatement{originStmt='SELECT * FROM default_cluster:__internal_schema.column_statistics WHERE id = '6--1-SQL_DATA_ACCESS'', idx=0}|CpuTimeMS=0|SqlHash=|peakMemoryBytes=139640|SqlDigest=|TraceId=|WorkloadGroup=|FuzzyVariables=
2024-12-26 11:14:50,911 [query] |Client=|User=|Db=__internal_schema|State=OK|ErrorCode=0|ErrorMessage=|Time(ms)=75|ScanBytes=0|ScanRows=0|ReturnRows=0|StmtId=0|QueryId=faca3b6a8834d9c-93eb4095c90cf0a0|IsQuery=true|isNereids=true|feIp=10.30.251.92|Stmt=OriginStatement{originStmt='SELECT * FROM default_cluster:__internal_schema.column_statistics WHERE id = '6--1-IS_DETERMINISTIC'', idx=0}|CpuTimeMS=0|SqlHash=|peakMemoryBytes=123424|SqlDigest=|TraceId=|WorkloadGroup=|FuzzyVariables=
2024-12-26 11:14:50,911 [query] |Client=|User=|Db=__internal_schema|State=OK|ErrorCode=0|ErrorMessage=|Time(ms)=82|ScanBytes=0|ScanRows=0|ReturnRows=0|StmtId=0|QueryId=1dc94fe4c8fc4a97-8d3803cb1f5de3f3|IsQuery=true|isNereids=true|feIp=10.30.251.92|Stmt=OriginStatement{originStmt='SELECT * FROM default_cluster:__internal_schema.column_statistics WHERE id = '6--1-EXTERNAL_NAME'', idx=0}|CpuTimeMS=0|SqlHash=|peakMemoryBytes=139640|SqlDigest=|TraceId=|WorkloadGroup=|FuzzyVariables=
2024-12-26 11:14:50,912 [query] |Client=|User=|Db=__internal_schema|State=OK|ErrorCode=0|ErrorMessage=|Time(ms)=76|ScanBytes=0|ScanRows=0|ReturnRows=0|StmtId=0|QueryId=a8986a16d8df49d9-998865eec77f7ed8|IsQuery=true|isNereids=true|feIp=10.30.251.92|Stmt=OriginStatement{originStmt='SELECT * FROM default_cluster:__internal_schema.column_statistics WHERE id = '6--1-SQL_PATH'', idx=0}|CpuTimeMS=0|SqlHash=|peakMemoryBytes=139608|SqlDigest=|TraceId=|WorkloadGroup=|FuzzyVariables=
2024-12-26 11:14:50,912 [query] |Client=|User=|Db=__internal_schema|State=OK|ErrorCode=0|ErrorMessage=|Time(ms)=92|ScanBytes=0|ScanRows=0|ReturnRows=0|StmtId=0|QueryId=faf78bdb2ba24303-b1e2c0889f6bcd32|IsQuery=true|isNereids=true|feIp=10.30.251.92|Stmt=OriginStatement{originStmt='SELECT * FROM default_cluster:__internal_schema.column_statistics WHERE id = '6--1-ROUTINE_DEFINITION'', idx=0}|CpuTimeMS=0|SqlHash=|peakMemoryBytes=123424|SqlDigest=|TraceId=|WorkloadGroup=|FuzzyVariables=
2024-12-26 11:14:50,912 [query] |Client=|User=|Db=__internal_schema|State=OK|ErrorCode=0|ErrorMessage=|Time(ms)=85|ScanBytes=0|ScanRows=0|ReturnRows=0|StmtId=0|QueryId=2acc6ac986a64cc8-be363320c26f9fb3|IsQuery=true|isNereids=true|feIp=10.30.251.92|Stmt=OriginStatement{originStmt='SELECT * FROM default_cluster:__internal_schema.column_statistics WHERE id = '6--1-EXTERNAL_LANGUAGE'', idx=0}|CpuTimeMS=0|SqlHash=|peakMemoryBytes=140176|SqlDigest=|TraceId=|WorkloadGroup=|FuzzyVariables=
2024-12-26 11:14:50,912 [query] |Client=|User=|Db=__internal_schema|State=OK|ErrorCode=0|ErrorMessage=|Time(ms)=96|ScanBytes=0|ScanRows=0|ReturnRows=0|StmtId=0|QueryId=f569f52a9a94e91-9b2dfd17e9fe5330|IsQuery=true|isNereids=true|feIp=10.30.251.92|Stmt=OriginStatement{originStmt='SELECT * FROM default_cluster:__internal_schema.column_statistics WHERE id = '6--1-ROUTINE_BODY'', idx=0}|CpuTimeMS=0|SqlHash=|peakMemoryBytes=139792|SqlDigest=|TraceId=|WorkloadGroup=|FuzzyVariables=
2024-12-26 11:14:50,912 [query] |Client=|User=|Db=__internal_schema|State=OK|ErrorCode=0|ErrorMessage=|Time(ms)=43|ScanBytes=0|ScanRows=0|ReturnRows=0|StmtId=0|QueryId=f200ff73d4d8436e-8e1393781ad57270|IsQuery=true|isNereids=true|feIp=10.30.251.92|Stmt=OriginStatement{originStmt='SELECT * FROM default_cluster:__internal_schema.column_statistics WHERE id = '6--1-LAST_ALTERED'', idx=0}|CpuTimeMS=0|SqlHash=|peakMemoryBytes=139640|SqlDigest=|TraceId=|WorkloadGroup=|FuzzyVariables=
2024-12-26 11:14:50,913 [query] |Client=|User=|Db=__internal_schema|State=OK|ErrorCode=0|ErrorMessage=|Time(ms)=96|ScanBytes=0|ScanRows=0|ReturnRows=0|StmtId=0|QueryId=636827c247384dd8-a9912c6b0d9d320d|IsQuery=true|isNereids=true|feIp=10.30.251.92|Stmt=OriginStatement{originStmt='SELECT * FROM default_cluster:__internal_schema.column_statistics WHERE id = '6--1-SECURITY_TYPE'', idx=0}|CpuTimeMS=0|SqlHash=|peakMemoryBytes=139792|SqlDigest=|TraceId=|WorkloadGroup=|FuzzyVariables=
2024-12-26 11:14:50,913 [query] |Client=|User=|Db=__internal_schema|State=OK|ErrorCode=0|ErrorMessage=|Time(ms)=91|ScanBytes=0|ScanRows=0|ReturnRows=0|StmtId=0|QueryId=cf21fe6bf31746db-a2adb7c797c99cbd|IsQuery=true|isNereids=true|feIp=10.30.251.92|Stmt=OriginStatement{originStmt='SELECT * FROM default_cluster:__internal_schema.column_statistics WHERE id = '6--1-CREATED'', idx=0}|CpuTimeMS=0|SqlHash=|peakMemoryBytes=123456|SqlDigest=|TraceId=|WorkloadGroup=|FuzzyVariables=
2024-12-26 11:14:50,913 [query] |Client=|User=|Db=__internal_schema|State=OK|ErrorCode=0|ErrorMessage=|Time(ms)=44|ScanBytes=0|ScanRows=0|ReturnRows=0|StmtId=0|QueryId=ce252e2e7821403b-bce8ce784c7c4308|IsQuery=true|isNereids=true|feIp=10.30.251.92|Stmt=OriginStatement{originStmt='SELECT * FROM default_cluster:__internal_schema.column_statistics WHERE id = '6--1-SQL_MODE'', idx=0}|CpuTimeMS=0|SqlHash=|peakMemoryBytes=139608|SqlDigest=|TraceId=|WorkloadGroup=|FuzzyVariables=
2024-12-26 11:14:50,913 [query] |Client=|User=|Db=__internal_schema|State=OK|ErrorCode=0|ErrorMessage=|Time(ms)=53|ScanBytes=0|ScanRows=0|ReturnRows=0|StmtId=0|QueryId=ab67f329c7a04ab2-93b2f96347640f0d|IsQuery=true|isNereids=true|feIp=10.30.251.92|Stmt=OriginStatement{originStmt='SELECT * FROM default_cluster:__internal_schema.column_statistics WHERE id = '6--1-DEFINER'', idx=0}|CpuTimeMS=0|SqlHash=|peakMemoryBytes=123608|SqlDigest=|TraceId=|WorkloadGroup=|FuzzyVariables=
2024-12-26 11:14:50,913 [query] |Client=|User=|Db=__internal_schema|State=OK|ErrorCode=0|ErrorMessage=|Time(ms)=57|ScanBytes=0|ScanRows=0|ReturnRows=0|StmtId=0|QueryId=4cb846062cef49b5-9d6b037a425b9411|IsQuery=true|isNereids=true|feIp=10.30.251.92|Stmt=OriginStatement{originStmt='SELECT * FROM default_cluster:__internal_schema.column_statistics WHERE id = '6--1-ROUTINE_COMMENT'', idx=0}|CpuTimeMS=0|SqlHash=|peakMemoryBytes=139640|SqlDigest=|TraceId=|WorkloadGroup=|FuzzyVariables=
2024-12-26 11:14:50,914 [query] |Client=|User=|Db=__internal_schema|State=OK|ErrorCode=0|ErrorMessage=|Time(ms)=69|ScanBytes=0|ScanRows=0|ReturnRows=0|StmtId=0|QueryId=7376274812c44760-86199337178bd2b4|IsQuery=true|isNereids=true|feIp=10.30.251.92|Stmt=OriginStatement{originStmt='SELECT * FROM default_cluster:__internal_schema.column_statistics WHERE id = '6--1-CHARACTER_SET_CLIENT'', idx=0}|CpuTimeMS=0|SqlHash=|peakMemoryBytes=139792|SqlDigest=|TraceId=|WorkloadGroup=|FuzzyVariables=
2024-12-26 11:14:50,914 [query] |Client=|User=|Db=__internal_schema|State=OK|ErrorCode=0|ErrorMessage=|Time(ms)=71|ScanBytes=0|ScanRows=0|ReturnRows=0|StmtId=0|QueryId=ac662d97af984848-942c1d2ba5ace659|IsQuery=true|isNereids=true|feIp=10.30.251.92|Stmt=OriginStatement{originStmt='SELECT * FROM default_cluster:__internal_schema.column_statistics WHERE id = '6--1-COLLATION_CONNECTION'', idx=0}|CpuTimeMS=0|SqlHash=|peakMemoryBytes=139672|SqlDigest=|TraceId=|WorkloadGroup=|FuzzyVariables=
2024-12-26 11:14:50,914 [query] |Client=11.0.228.86:56929|User=costshare|Db=convert_db|State=EOF|ErrorCode=0|ErrorMessage=|Time(ms)=916|ScanBytes=0|ScanRows=0|ReturnRows=3|StmtId=18|QueryId=31a1fa3b32d649a3-99cb4021b5b42eae|IsQuery=true|isNereids=true|feIp=10.30.251.92|Stmt=SELECT COUNT(
) FROM information_schema.TABLES WHERE TABLE_SCHEMA = 'convert_db' UNION SELECT COUNT() FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'convert_db' UNION SELECT COUNT() FROM information_schema.ROUTINES WHERE ROUTINE_SCHEMA = 'convert_db'|CpuTimeMS=19|SqlHash=8b6f5262a8920fe250b3bec174afd5bf|peakMemoryBytes=844008|SqlDigest=|TraceId=|WorkloadGroup=|FuzzyVariables=
2024-12-26 11:14:50,914 [query] |Client=|User=|Db=__internal_schema|State=OK|ErrorCode=0|ErrorMessage=|Time(ms)=89|ScanBytes=0|ScanRows=0|ReturnRows=0|StmtId=0|QueryId=ecb03935792146d9-a4ad27737f1503d5|IsQuery=true|isNereids=true|feIp=10.30.251.92|Stmt=OriginStatement{originStmt='SELECT * FROM default_cluster:__internal_schema.column_statistics WHERE id = '6--1-DATABASE_COLLATION'', idx=0}|CpuTimeMS=0|SqlHash=|peakMemoryBytes=123624|SqlDigest=|TraceId=|WorkloadGroup=|FuzzyVariables=
2024-12-26 11:14:50,914 [query] |Client=11.0.228.86:56929|User=costshare|Db=convert_db|State=EOF|ErrorCode=0|ErrorMessage=|Time(ms)=62|ScanBytes=0|ScanRows=0|ReturnRows=1|StmtId=22|QueryId=e161ae7794e548d4-bd6179581665eb88|IsQuery=true|isNereids=true|feIp=10.30.251.92|Stmt=SELECT TABLE_SCHEMA, TABLE_NAME, TABLE_TYPE FROM information_schema.TABLES WHERE TABLE_SCHEMA = 'convert_db' ORDER BY TABLE_SCHEMA, TABLE_TYPE|CpuTimeMS=4|SqlHash=123821ce75405bb4383a4546de358cee|peakMemoryBytes=111384|SqlDigest=|TraceId=|WorkloadGroup=|FuzzyVariables=
2024-12-26 11:14:50,914 [query] |Client=11.0.228.86:56929|User=costshare|Db=convert_db|State=EOF|ErrorCode=0|ErrorMessage=|Time(ms)=48|ScanBytes=0|ScanRows=0|ReturnRows=180|StmtId=23|QueryId=e9edf22831e54e7f-8aa08a487149cf9d|IsQuery=true|isNereids=true|feIp=10.30.251.92|Stmt=SELECT TABLE_SCHEMA, TABLE_NAME, COLUMN_NAME, COLUMN_TYPE FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'convert_db' ORDER BY TABLE_SCHEMA, TABLE_NAME|CpuTimeMS=7|SqlHash=c5b8a87602096918094f0c65077b4699|peakMemoryBytes=330104|SqlDigest=|TraceId=|WorkloadGroup=|FuzzyVariables=
2024-12-26 11:14:50,914 [query] |Client=11.0.228.86:56929|User=costshare|Db=convert_db|State=ERR|ErrorCode=1105|ErrorMessage=errCode = 2, detailMessage = Syntax error in line 1: ...ORDER BY ORDINAL_POSITION SEPARATOR ', ') PARAMETER, R... ^ Encountered: IDENTIFIER Expected: ||, COMMA |Time(ms)=20|ScanBytes=0|ScanRows=0|ReturnRows=0|StmtId=23|QueryId=e9edf22831e54e7f-8aa08a487149cf9d|IsQuery=false|isNereids=false|feIp=10.30.251.92|Stmt=SELECT DISTINCT ROUTINE_SCHEMA, ROUTINE_NAME, PARAMS.PARAMETER FROM information_schema.ROUTINES LEFT JOIN ( SELECT SPECIFIC_SCHEMA, SPECIFIC_NAME, GROUP_CONCAT(CONCAT(DATA_TYPE, ' ', PARAMETER_NAME) ORDER BY ORDINAL_POSITION SEPARATOR ', ') PARAMETER, ROUTINE_TYPE FROM information_schema.PARAMETERS GROUP BY SPECIFIC_SCHEMA, SPECIFIC_NAME, ROUTINE_TYPE ) PARAMS ON ROUTINES.ROUTINE_SCHEMA = PARAMS.SPECIFIC_SCHEMA AND ROUTINES.ROUTINE_NAME = PARAMS.SPECIFIC_NAME AND ROUTINES.ROUTINE_TYPE = PARAMS.ROUTINE_TYPE WHERE ROUTINE_SCHEMA = 'convert_db' ORDER BY ROUTINE_SCHEMA|CpuTimeMS=7|SqlHash=46ee155bbbef63b231eac8167ff47734|peakMemoryBytes=330104|SqlDigest=|TraceId=|WorkloadGroup=|FuzzyVariables=
2024-12-26 11:14:56,907 [query] |Client=11.0.228.86:56929|User=costshare|Db=convert_db|State=OK|ErrorCode=0|ErrorMessage=|Time(ms)=17|ScanBytes=0|ScanRows=0|ReturnRows=0|StmtId=24|QueryId=a690f2b27a994e56-86545ef2080929d6|IsQuery=false|isNereids=false|feIp=10.30.251.92|Stmt=DROP TABLE IF EXISTS convert_db.FINAL_TARGET_ALLOCATION_1;|CpuTimeMS=0|SqlHash=396d9842a0836e7de74f254d7dbf0054|peakMemoryBytes=0|SqlDigest=|TraceId=|WorkloadGroup=|FuzzyVariables=
2024-12-26 11:14:58,907 [query] |Client=11.0.228.86:56929|User=costshare|Db=convert_db|State=EOF|ErrorCode=0|ErrorMessage=|Time(ms)=14|ScanBytes=0|ScanRows=0|ReturnRows=0|StmtId=25|QueryId=ddf013e746a643c4-92ddc43a48f96a26|IsQuery=false|isNereids=false|feIp=10.30.251.92|Stmt=SHOW FULL TABLES WHERE Table_type != 'VIEW'|CpuTimeMS=0|SqlHash=ccf881ad7f80fb852df9debb38222132|peakMemoryBytes=35000|SqlDigest=|TraceId=|WorkloadGroup=|FuzzyVariables=
2024-12-26 11:14:58,907 [query] |Client=11.0.228.86:56929|User=costshare|Db=convert_db|State=EOF|ErrorCode=0|ErrorMessage=|Time(ms)=1|ScanBytes=0|ScanRows=0|ReturnRows=0|StmtId=26|QueryId=40d02965bc854886-b1d899a38e570122|IsQuery=false|isNereids=false|feIp=10.30.251.92|Stmt=SHOW TABLE STATUS|CpuTimeMS=0|SqlHash=1d74b418055588b8c94f1a2e4ecea51d|peakMemoryBytes=0|SqlDigest=|TraceId=|WorkloadGroup=|FuzzyVariables=

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant