chunjun icon indicating copy to clipboard operation
chunjun copied to clipboard

Flinkx1.12 并发执行异常(mysql 同步 hive)

Open biandou1313 opened this issue 3 years ago • 5 comments

Search before asking

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

What happened

我开启20个并发,项目已启动 flinkx 子任务就已经完成18个 还剩2个一直在运行

What you expected to happen

flinkx 20个子任务同时运行 配置文件: jobmanager.rpc.address: localhost jobmanager.rpc.port: 6123 jobmanager.memory.process.size: 4096m taskmanager.memory.process.size: 8192m #jobmanager.memory.process.size: 16384m #taskmanager.memory.process.size: 32768m taskmanager.numberOfTaskSlots: 20 parallelism.default: 3 #jobmanager.execution.failover-strategy: region restart-strategy: none #restart-strategy: failure-rate #restart-strategy.failure-rate.max-failures-per-interval: 3 #restart-strategy.failure-rate.failure-rate-interval: 5 min #restart-strategy.failure-rate.delay: 10 s

heartbeat.timeout: 1800000

rest.bind-port: 50031-50040 #断点续传的环境准备 state.checkpoints.dir: hdfs://hadoop02:8020/checkpoints/metadata state.checkpoints.num-retained: 10

与 Prometheus 集成配置

metrics.reporter.promgateway.class: org.apache.flink.metrics.prometheus.PrometheusPushGatewayReporter

这里写PushGateway的主机名与端口号

#metrics.reporter.promgateway.host: pushgateway.software.dc metrics.reporter.promgateway.host: 172.18.8.211 #metrics.reporter.promgateway.port: 9091 metrics.reporter.promgateway.port: 9091

Flink metric在前端展示的标签(前缀)与随机后缀

metrics.reporter.promgateway.jobName: flink-metrics metrics.reporter.promgateway.randomJobNameSuffix: true metrics.reporter.promgateway.deleteOnShutdown: false metrics.reporter.promgateway.interval: 30 SECONDS

How to reproduce

{ "job": { "content": [{ "reader": { "parameter": { "password": "123456", "dataSourceId": 14, "column": [{ "precision": 20, "name": "id", "columnDisplaySize": 20, "type": "BIGINT" }, { "precision": 32, "name": "device_id", "columnDisplaySize": 32, "type": "VARCHAR" }, { "precision": 12, "name": "point", "columnDisplaySize": 12, "type": "VARCHAR" }, { "precision": 32, "name": "hash", "columnDisplaySize": 32, "type": "VARCHAR" }, { "precision": 32, "name": "value", "columnDisplaySize": 32, "type": "VARCHAR" }, { "precision": 19, "name": "acq_time", "columnDisplaySize": 19, "type": "DATETIME" }, { "precision": 12, "name": "ratio", "columnDisplaySize": 12, "type": "FLOAT" }, { "precision": 32, "name": "max_val", "columnDisplaySize": 32, "type": "VARCHAR" }, { "precision": 32, "name": "min_val", "columnDisplaySize": 32, "type": "VARCHAR" }, { "precision": 32, "name": "out_param", "columnDisplaySize": 32, "type": "VARCHAR" }, { "precision": 8, "name": "item_code", "columnDisplaySize": 8, "type": "VARCHAR" }, { "precision": 32, "name": "descr", "columnDisplaySize": 32, "type": "VARCHAR" }, { "precision": 16, "name": "save_hst", "columnDisplaySize": 16, "type": "SMALLINT" }, { "precision": 1, "name": "del_flag", "columnDisplaySize": 1, "type": "TINYINT" }, { "precision": 20, "name": "create_user", "columnDisplaySize": 20, "type": "BIGINT" }, { "precision": 20, "name": "update_user", "columnDisplaySize": 20, "type": "BIGINT" }, { "precision": 19, "name": "create_time", "columnDisplaySize": 19, "type": "DATETIME" }, { "precision": 19, "name": "update_time", "columnDisplaySize": 19, "type": "DATETIME" }, { "precision": 50, "name": "ext_first", "columnDisplaySize": 50, "type": "VARCHAR" }, { "precision": 50, "name": "ext_second", "columnDisplaySize": 50, "type": "VARCHAR" }, { "precision": 50, "name": "ext_third", "columnDisplaySize": 50, "type": "VARCHAR" }, { "precision": 50, "name": "ext_fourth", "columnDisplaySize": 50, "type": "VARCHAR" }, { "precision": 50, "name": "ext_fifth", "columnDisplaySize": 50, "type": "VARCHAR" }, { "precision": 50, "name": "ext_sixth", "columnDisplaySize": 50, "type": "VARCHAR" }, { "precision": 50, "name": "ext_seventh", "columnDisplaySize": 50, "type": "VARCHAR" }, { "precision": 50, "name": "ext_eighth", "columnDisplaySize": 50, "type": "VARCHAR" }, { "precision": 50, "name": "ext_ninth", "columnDisplaySize": 50, "type": "VARCHAR" }, { "precision": 50, "name": "ext_tenth", "columnDisplaySize": 50, "type": "VARCHAR" }, { "precision": 50, "name": "device_add_id", "columnDisplaySize": 50, "type": "VARCHAR" }, { "precision": 8, "name": "today_start_value", "columnDisplaySize": 10, "type": "DECIMAL" }, { "precision": 75, "name": "unit", "columnDisplaySize": 75, "type": "VARCHAR" }], "connection": [{ "jdbcUrl": ["jdbc:mysql://172.18.8.209:3306/Vasyslink_yag001?useSSL=false&useUnicode=true&characterEncoding=utf8&useCursorFetch=true"], "table": ["tb_device_point_data_hst_01"] }],

				"splitPk": "id",
				"username": "root"
			},
			"name": "mysqlreader"
		},
		"writer": {
			"parameter": {
				"tablesColumn": "{\"tb_device_point_data_hst_920\":[{\"key\":\"id\",\"type\":\"bigint\",\"precision\":19,\"columnDisplaySize\":20},{\"key\":\"device_id\",\"type\":\"string\",\"precision\":2147483647,\"columnDisplaySize\":2147483647},{\"key\":\"point\",\"type\":\"string\",\"precision\":2147483647,\"columnDisplaySize\":2147483647},{\"key\":\"hash\",\"type\":\"string\",\"precision\":2147483647,\"columnDisplaySize\":2147483647},{\"key\":\"value\",\"type\":\"string\",\"precision\":2147483647,\"columnDisplaySize\":2147483647},{\"key\":\"acq_time\",\"type\":\"string\",\"precision\":2147483647,\"columnDisplaySize\":2147483647},{\"key\":\"ratio\",\"type\":\"float\",\"precision\":7,\"columnDisplaySize\":24},{\"key\":\"max_val\",\"type\":\"string\",\"precision\":2147483647,\"columnDisplaySize\":2147483647},{\"key\":\"min_val\",\"type\":\"string\",\"precision\":2147483647,\"columnDisplaySize\":2147483647},{\"key\":\"out_param\",\"type\":\"string\",\"precision\":2147483647,\"columnDisplaySize\":2147483647},{\"key\":\"item_code\",\"type\":\"string\",\"precision\":2147483647,\"columnDisplaySize\":2147483647},{\"key\":\"descr\",\"type\":\"string\",\"precision\":2147483647,\"columnDisplaySize\":2147483647},{\"key\":\"save_hst\",\"type\":\"smallint\",\"precision\":5,\"columnDisplaySize\":6},{\"key\":\"del_flag\",\"type\":\"tinyint\",\"precision\":3,\"columnDisplaySize\":4},{\"key\":\"create_user\",\"type\":\"bigint\",\"precision\":19,\"columnDisplaySize\":20},{\"key\":\"update_user\",\"type\":\"bigint\",\"precision\":19,\"columnDisplaySize\":20},{\"key\":\"create_time\",\"type\":\"string\",\"precision\":2147483647,\"columnDisplaySize\":2147483647},{\"key\":\"update_time\",\"type\":\"string\",\"precision\":2147483647,\"columnDisplaySize\":2147483647},{\"key\":\"ext_first\",\"type\":\"string\",\"precision\":2147483647,\"columnDisplaySize\":2147483647},{\"key\":\"ext_second\",\"type\":\"string\",\"precision\":2147483647,\"columnDisplaySize\":2147483647},{\"key\":\"ext_third\",\"type\":\"string\",\"precision\":2147483647,\"columnDisplaySize\":2147483647},{\"key\":\"ext_fourth\",\"type\":\"string\",\"precision\":2147483647,\"columnDisplaySize\":2147483647},{\"key\":\"ext_fifth\",\"type\":\"string\",\"precision\":2147483647,\"columnDisplaySize\":2147483647},{\"key\":\"ext_sixth\",\"type\":\"string\",\"precision\":2147483647,\"columnDisplaySize\":2147483647},{\"key\":\"ext_seventh\",\"type\":\"string\",\"precision\":2147483647,\"columnDisplaySize\":2147483647},{\"key\":\"ext_eighth\",\"type\":\"string\",\"precision\":2147483647,\"columnDisplaySize\":2147483647},{\"key\":\"ext_ninth\",\"type\":\"string\",\"precision\":2147483647,\"columnDisplaySize\":2147483647},{\"key\":\"ext_tenth\",\"type\":\"string\",\"precision\":2147483647,\"columnDisplaySize\":2147483647},{\"key\":\"device_add_id\",\"type\":\"string\",\"precision\":2147483647,\"columnDisplaySize\":2147483647},{\"key\":\"today_start_value\",\"type\":\"decimal\",\"precision\":8,\"columnDisplaySize\":10},{\"key\":\"unit\",\"type\":\"string\",\"precision\":2147483647,\"columnDisplaySize\":2147483647}]}",
				"dataSourceId": 54,
				"partition": "pt",
				"jdbcUrl": "jdbc:hive2://172.18.8.208:10000/Vasyslink_yag001",
				"defaultFS": "hdfs://172.18.8.207:8020",
				"writeMode": "overwrite",
				"maxFileSize": 1073741824,
	
				"fieldDelimiter": "\t",
			
				"partitionType": "USERDEFINED",
                      "partitionValue": "2022",
				"fileType": "text",
				"charsetName": "UTF-8"
			},
			"name": "hivewriter"
		}
	}],
	"setting": {
		"log": {
			"isLogger": false
		},
		"errorLimit": {},
		"speed": {

			"channel": 20
		}
	}
}

}

Anything else

No response

Version

1.12_release

Are you willing to submit PR?

  • [X] Yes I am willing to submit a PR!

Code of Conduct

biandou1313 avatar Aug 12 '22 01:08 biandou1313

09:37:27.169 [cluster-io-thread-1] INFO com.dtstack.flinkx.connector.jdbc.source.JdbcInputFormat - createInputSplitsInternal success, splits is [ { "mod": 0, "startLocationOfSplit": "1", "endLocationOfSplit": "6172840374662", "partitionNumber": 0, "totalNumberOfPartitions": 20 }, { "mod": 1, "startLocationOfSplit": "6172840374662", "endLocationOfSplit": "12345680749323", "partitionNumber": 1, "totalNumberOfPartitions": 20 }, { "mod": 2, "startLocationOfSplit": "12345680749323", "endLocationOfSplit": "18518521123984", "partitionNumber": 2, "totalNumberOfPartitions": 20 }, { "mod": 3, "startLocationOfSplit": "18518521123984", "endLocationOfSplit": "24691361498644", "partitionNumber": 3, "totalNumberOfPartitions": 20 }, { "mod": 4, "startLocationOfSplit": "24691361498644", "endLocationOfSplit": "30864201873304", "partitionNumber": 4, "totalNumberOfPartitions": 20 }, { "mod": 5, "startLocationOfSplit": "30864201873304", "endLocationOfSplit": "37037042247964", "partitionNumber": 5, "totalNumberOfPartitions": 20 }, { "mod": 6, "startLocationOfSplit": "37037042247964", "endLocationOfSplit": "43209882622624", "partitionNumber": 6, "totalNumberOfPartitions": 20 }, { "mod": 7, "startLocationOfSplit": "43209882622624", "endLocationOfSplit": "49382722997284", "partitionNumber": 7, "totalNumberOfPartitions": 20 }, { "mod": 8, "startLocationOfSplit": "49382722997284", "endLocationOfSplit": "55555563371944", "partitionNumber": 8, "totalNumberOfPartitions": 20 }, { "mod": 9, "startLocationOfSplit": "55555563371944", "endLocationOfSplit": "61728403746604", "partitionNumber": 9, "totalNumberOfPartitions": 20 }, { "mod": 10, "startLocationOfSplit": "61728403746604", "endLocationOfSplit": "67901244121264", "partitionNumber": 10, "totalNumberOfPartitions": 20 }, { "mod": 11, "startLocationOfSplit": "67901244121264", "endLocationOfSplit": "74074084495924", "partitionNumber": 11, "totalNumberOfPartitions": 20 }, { "mod": 12, "startLocationOfSplit": "74074084495924", "endLocationOfSplit": "80246924870584", "partitionNumber": 12, "totalNumberOfPartitions": 20 }, { "mod": 13, "startLocationOfSplit": "80246924870584", "endLocationOfSplit": "86419765245244", "partitionNumber": 13, "totalNumberOfPartitions": 20 }, { "mod": 14, "startLocationOfSplit": "86419765245244", "endLocationOfSplit": "92592605619904", "partitionNumber": 14, "totalNumberOfPartitions": 20 }, { "mod": 15, "startLocationOfSplit": "92592605619904", "endLocationOfSplit": "98765445994564", "partitionNumber": 15, "totalNumberOfPartitions": 20 }, { "mod": 16, "startLocationOfSplit": "98765445994564", "endLocationOfSplit": "104938286369224", "partitionNumber": 16, "totalNumberOfPartitions": 20 }, { "mod": 17, "startLocationOfSplit": "104938286369224", "endLocationOfSplit": "111111126743884", "partitionNumber": 17, "totalNumberOfPartitions": 20 }, { "mod": 18, "startLocationOfSplit": "111111126743884", "endLocationOfSplit": "117283967118544", "partitionNumber": 18, "totalNumberOfPartitions": 20 }, { "mod": 19, "startLocationOfSplit": "117283967118544", "partitionNumber": 19, "totalNumberOfPartitions": 20 } ] 09:37:27.170 [cluster-io-thread-1] DEBUG org.apache.flink.runtime.executiongraph.ExecutionGraph - Connecting ExecutionJobVertex cbc357ccb763df2852fee8c4fc7d55f2 (Source: mysqlsourcefactory -> Sink: hivesinkfactory) to 0 predecessors. 09:37:27.176 [cluster-io-thread-1] INFO org.apache.flink.runtime.scheduler.adapter.DefaultExecutionTopology - Built 20 pipelined regions in 1 ms 09:37:27.177 [cluster-io-thread-1] DEBUG org.apache.flink.runtime.jobmaster.JobMaster - Successfully created execution graph from job graph xxx11199 (2e9f246cf523737a1049a7b2830c723f). 09:37:27.188 [cluster-io-thread-1] INFO org.apache.flink.runtime.jobmaster.JobMaster - No state backend has been configured, using default (Memory / JobManager) MemoryStateBackend (data in heap memory / checkpoints to JobManager) (checkpoints: 'hdfs://hadoop02:8020/checkpoints/metadata', savepoints: 'null', asynchronous: TRUE, maxStateSize: 5242880) 09:37:27.195 [cluster-io-thread-1] DEBUG org.apache.flink.runtime.util.HadoopUtils - Searching Hadoop configuration files in Flink config: /opt/hadoop/hadoop-2.7.4/etc/hadoop 09:37:27.195 [cluster-io-thread-1] DEBUG org.apache.flink.runtime.util.HadoopUtils - Adding /opt/hadoop/hadoop-2.7.4/etc/hadoop/core-site.xml to hadoop configuration 09:37:27.196 [cluster-io-thread-1] DEBUG org.apache.flink.runtime.util.HadoopUtils - Adding /opt/hadoop/hadoop-2.7.4/etc/hadoop/hdfs-site.xml to hadoop configuration 09:37:27.196 [cluster-io-thread-1] DEBUG org.apache.flink.runtime.util.HadoopUtils - Searching Hadoop configuration files in HADOOP_CONF_DIR: /opt/hadoop/hadoop-2.7.4/etc/hadoop 09:37:27.196 [cluster-io-thread-1] DEBUG org.apache.flink.runtime.util.HadoopUtils - Adding /opt/hadoop/hadoop-2.7.4/etc/hadoop/core-site.xml to hadoop configuration 09:37:27.196 [cluster-io-thread-1] DEBUG org.apache.flink.runtime.util.HadoopUtils - Adding /opt/hadoop/hadoop-2.7.4/etc/hadoop/hdfs-site.xml to hadoop configuration 09:37:27.320 [cluster-io-thread-1] DEBUG org.apache.flink.runtime.fs.hdfs.HadoopFsFactory - Instantiating for file system scheme hdfs Hadoop File System org.apache.hadoop.hdfs.DistributedFileSystem 09:37:27.341 [cluster-io-thread-1] DEBUG org.apache.hadoop.hdfs.client.impl.DfsClientConf - dfs.client.use.legacy.blockreader.local = false 09:37:27.341 [cluster-io-thread-1] DEBUG org.apache.hadoop.hdfs.client.impl.DfsClientConf - dfs.client.read.shortcircuit = false 09:37:27.341 [cluster-io-thread-1] DEBUG org.apache.hadoop.hdfs.client.impl.DfsClientConf - dfs.client.domain.socket.data.traffic = false 09:37:27.341 [cluster-io-thread-1] DEBUG org.apache.hadoop.hdfs.client.impl.DfsClientConf - dfs.domain.socket.path = 09:37:27.344 [cluster-io-thread-1] DEBUG org.apache.hadoop.hdfs.DFSClient - Sets dfs.client.block.write.replace-datanode-on-failure.min-replication to 0 09:37:27.513 [cluster-io-thread-1] DEBUG org.apache.hadoop.util.PerformanceAdvisory - Both short-circuit local reads and UNIX domain socket are disabled. 09:37:27.516 [cluster-io-thread-1] DEBUG org.apache.hadoop.hdfs.protocol.datatransfer.sasl.DataTransferSaslUtil - DataTransferProtocol not using SaslPropertiesResolver, no QOP found in configuration for dfs.data.transfer.protection 09:37:27.523 [cluster-io-thread-1] DEBUG org.apache.flink.runtime.checkpoint.CheckpointCoordinator - Status of the shared state registry of job 2e9f246cf523737a1049a7b2830c723f after restore: SharedStateRegistry{registeredStates={}}. 09:37:27.523 [cluster-io-thread-1] INFO org.apache.flink.runtime.checkpoint.CheckpointCoordinator - No checkpoint found during restore. 09:37:27.524 [cluster-io-thread-1] INFO org.apache.flink.runtime.jobmaster.JobMaster - Using failover strategy org.apache.flink.runtime.executiongraph.failover.flip1.RestartPipelinedRegionFailoverStrategy@4afcc3 for xxx11199 (2e9f246cf523737a1049a7b2830c723f). 09:37:27.532 [cluster-io-thread-1] INFO org.apache.flink.runtime.jobmaster.JobManagerRunnerImpl - JobManager runner for job xxx11199 (2e9f246cf523737a1049a7b2830c723f) was granted leadership with session id 00000000-0000-0000-0000-000000000000 at akka.tcp://flink@hadoop02:46635/user/rpc/jobmanager_2. 09:37:27.535 [flink-akka.actor.default-dispatcher-3] INFO org.apache.flink.runtime.jobmaster.JobMaster - Starting execution of job xxx11199 (2e9f246cf523737a1049a7b2830c723f) under job master id 00000000000000000000000000000000. 09:37:27.536 [flink-akka.actor.default-dispatcher-3] INFO org.apache.flink.runtime.jobmaster.JobMaster - Starting scheduling with scheduling strategy [org.apache.flink.runtime.scheduler.strategy.PipelinedRegionSchedulingStrategy] 09:37:27.537 [flink-akka.actor.default-dispatcher-3] INFO org.apache.flink.runtime.executiongraph.ExecutionGraph - Job xxx11199 (2e9f246cf523737a1049a7b2830c723f) switched from state CREATED to RUNNING. 09:37:27.545 [flink-akka.actor.default-dispatcher-3] INFO org.apache.flink.runtime.executiongraph.ExecutionGraph - Source: mysqlsourcefactory -> Sink: hivesinkfactory (1/20) (fcc836229ef3d20e937ea5ec6284e962) switched from CREATED to SCHEDULED. 09:37:27.551 [flink-akka.actor.default-dispatcher-3] DEBUG org.apache.flink.runtime.jobmaster.slotpool.PhysicalSlotProviderImpl - Received slot request [SlotRequestId{925e98d8b63bce5b0a6b0562bad8b41a}] with resource requirements: ResourceProfile{UNKNOWN} 09:37:27.554 [flink-akka.actor.default-dispatcher-3] INFO org.apache.flink.runtime.jobmaster.slotpool.SlotPoolImpl - Cannot serve slot request, no ResourceManager connected. Adding as pending request [SlotRequestId{925e98d8b63bce5b0a6b0562bad8b41a}] 09:37:27.555 [flink-akka.actor.default-dispatcher-3] DEBUG org.apache.flink.runtime.scheduler.SharedSlot - Request a logical slot (SlotRequestId{7a3c9414363c591c7bbf6d546a88bbc1}) for execution vertex (id cbc357ccb763df2852fee8c4fc7d55f2_0) from the physical slot (SlotRequestId{925e98d8b63bce5b0a6b0562bad8b41a}) 09:37:27.560 [flink-akka.actor.default-dispatcher-3] INFO org.apache.flink.runtime.executiongraph.ExecutionGraph - Source: mysqlsourcefactory -> Sink: hivesinkfactory (2/20) (974f91c9a885011d74697a9412dc8272) switched from CREATED to SCHEDULED. 09:37:27.560 [flink-akka.actor.default-dispatcher-3] DEBUG org.apache.flink.runtime.jobmaster.slotpool.PhysicalSlotProviderImpl - Received slot request [SlotRequestId{16c3f780687ceed913e2f369879b3f82}] with resource requirements: ResourceProfile{UNKNOWN} 09:37:27.560 [flink-akka.actor.default-dispatcher-3] INFO org.apache.flink.runtime.jobmaster.slotpool.SlotPoolImpl - Cannot serve slot request, no ResourceManager connected. Adding as pending request [SlotRequestId{16c3f780687ceed913e2f369879b3f82}] 09:37:27.560 [flink-akka.actor.default-dispatcher-3] DEBUG org.apache.flink.runtime.scheduler.SharedSlot - Request a logical slot (SlotRequestId{e5f66ca2ca25507471c2e43c78d09e01}) for execution vertex (id cbc357ccb763df2852fee8c4fc7d55f2_1) from the physical slot (SlotRequestId{16c3f780687ceed913e2f369879b3f82}) 09:37:27.560 [flink-akka.actor.default-dispatcher-3] INFO org.apache.flink.runtime.executiongraph.ExecutionGraph - Source: mysqlsourcefactory -> Sink: hivesinkfactory (3/20) (17cb51415b0c830809b2cc89619aca09) switched from CREATED to SCHEDULED. 09:37:27.560 [flink-akka.actor.default-dispatcher-3] DEBUG org.apache.flink.runtime.jobmaster.slotpool.PhysicalSlotProviderImpl - Received slot request [SlotRequestId{4f91ae1f3d94360d95928c39333521be}] with resource requirements: ResourceProfile{UNKNOWN} 09:37:27.560 [flink-akka.actor.default-dispatcher-3] INFO org.apache.flink.runtime.jobmaster.slotpool.SlotPoolImpl - Cannot serve slot request, no ResourceManager connected. Adding as pending request [SlotRequestId{4f91ae1f3d94360d95928c39333521be}] 09:37:27.560 [flink-akka.actor.default-dispatcher-3] DEBUG org.apache.flink.runtime.scheduler.SharedSlot - Request a logical slot (SlotRequestId{783ff7ffe05a9ac8938c922008a8bc74}) for execution vertex (id cbc357ccb763df2852fee8c4fc7d55f2_2) from the physical slot (SlotRequestId{4f91ae1f3d94360d95928c39333521be}) 09:37:27.561 [flink-akka.actor.default-dispatcher-3] INFO org.apache.flink.runtime.executiongraph.ExecutionGraph - Source: mysqlsourcefactory -> Sink: hivesinkfactory (4/20) (de01b3fd6d6ea9727f64bd67269f1cc3) switched from CREATED to SCHEDULED. 09:37:27.561 [flink-akka.actor.default-dispatcher-3] DEBUG org.apache.flink.runtime.jobmaster.slotpool.PhysicalSlotProviderImpl - Received slot request [SlotRequestId{9beea954a3b980d3ab4b04b56e9c94c2}] with resource requirements: ResourceProfile{UNKNOWN} 09:37:27.561 [flink-akka.actor.default-dispatcher-3] INFO org.apache.flink.runtime.jobmaster.slotpool.SlotPoolImpl - Cannot serve slot request, no ResourceManager connected. Adding as pending request [SlotRequestId{9beea954a3b980d3ab4b04b56e9c94c2}] 09:37:27.561 [flink-akka.actor.default-dispatcher-3] DEBUG org.apache.flink.runtime.scheduler.SharedSlot - Request a logical slot (SlotRequestId{c4f4eb00a56971a788a60fb11c694a0d}) for execution vertex (id cbc357ccb763df2852fee8c4fc7d55f2_3) from the physical slot (SlotRequestId{9beea954a3b980d3ab4b04b56e9c94c2}) 09:37:27.561 [flink-akka.actor.default-dispatcher-3] INFO org.apache.flink.runtime.executiongraph.ExecutionGraph - Source: mysqlsourcefactory -> Sink: hivesinkfactory (5/20) (21761a7c17cc2670c5de5815ae68c7cb) switched from CREATED to SCHEDULED. 09:37:27.561 [flink-akka.actor.default-dispatcher-3] DEBUG org.apache.flink.runtime.jobmaster.slotpool.PhysicalSlotProviderImpl - Received slot request [SlotRequestId{85fd6fd1c5233e8dbd948bf8b96b12a3}] with resource requirements: ResourceProfile{UNKNOWN} 09:37:27.561 [flink-akka.actor.default-dispatcher-3] INFO org.apache.flink.runtime.jobmaster.slotpool.SlotPoolImpl - Cannot serve slot request, no ResourceManager connected. Adding as pending request [SlotRequestId{85fd6fd1c5233e8dbd948bf8b96b12a3}] 09:37:27.561 [flink-akka.actor.default-dispatcher-3] DEBUG org.apache.flink.runtime.scheduler.SharedSlot - Request a logical slot (SlotRequestId{6043a1d1c4d5c5632488df12c63f1824}) for execution vertex (id cbc357ccb763df2852fee8c4fc7d55f2_4) from the physical slot (SlotRequestId{85fd6fd1c5233e8dbd948bf8b96b12a3}) 09:37:27.562 [flink-akka.actor.default-dispatcher-3] INFO org.apache.flink.runtime.executiongraph.ExecutionGraph - Source: mysqlsourcefactory -> Sink: hivesinkfactory (6/20) (56d4859b101cbb482d64123bb9dc5f38) switched from CREATED to SCHEDULED. 09:37:27.562 [flink-akka.actor.default-dispatcher-3] DEBUG org.apache.flink.runtime.jobmaster.slotpool.PhysicalSlotProviderImpl - Received slot request [SlotRequestId{17e5d0dd4decbd9f3377ddd53c4fb61d}] with resource requirements: ResourceProfile{UNKNOWN} 09:37:27.562 [flink-akka.actor.default-dispatcher-3] INFO org.apache.flink.runtime.jobmaster.slotpool.SlotPoolImpl - Cannot serve slot request, no ResourceManager connected. Adding as pending request [SlotRequestId{17e5d0dd4decbd9f3377ddd53c4fb61d}] 09:37:27.562 [flink-akka.actor.default-dispatcher-3] DEBUG org.apache.flink.runtime.scheduler.SharedSlot - Request a logical slot (SlotRequestId{9a133672a9c8d194b05ea65f31937ef5}) for execution vertex (id cbc357ccb763df2852fee8c4fc7d55f2_5) from the physical slot (SlotRequestId{17e5d0dd4decbd9f3377ddd53c4fb61d}) 09:37:27.562 [flink-akka.actor.default-dispatcher-3] INFO org.apache.flink.runtime.executiongraph.ExecutionGraph - Source: mysqlsourcefactory -> Sink: hivesinkfactory (7/20) (bec53728dcff8f7b86b270f30a9d96b4) switched from CREATED to SCHEDULED. 09:37:27.562 [flink-akka.actor.default-dispatcher-3] DEBUG org.apache.flink.runtime.jobmaster.slotpool.PhysicalSlotProviderImpl - Received slot request [SlotRequestId{8df5e2ce86c987f43bf7a54a6e3d2b0c}] with resource requirements: ResourceProfile{UNKNOWN} 09:37:27.562 [flink-akka.actor.default-dispatcher-3] INFO org.apache.flink.runtime.jobmaster.slotpool.SlotPoolImpl - Cannot serve slot request, no ResourceManager connected. Adding as pending request [SlotRequestId{8df5e2ce86c987f43bf7a54a6e3d2b0c}] 09:37:27.562 [flink-akka.actor.default-dispatcher-3] DEBUG org.apache.flink.runtime.scheduler.SharedSlot - Request a logical slot (SlotRequestId{cea5e7383a4dc195c59e3a217d58d620}) for execution vertex (id cbc357ccb763df2852fee8c4fc7d55f2_6) from the physical slot (SlotRequestId{8df5e2ce86c987f43bf7a54a6e3d2b0c}) 09:37:27.562 [flink-akka.actor.default-dispatcher-3] INFO org.apache.flink.runtime.executiongraph.ExecutionGraph - Source: mysqlsourcefactory -> Sink: hivesinkfactory (8/20) (d00147b6768b7405b2c9c4bb849b805e) switched from CREATED to SCHEDULED. 09:37:27.562 [flink-akka.actor.default-dispatcher-3] DEBUG org.apache.flink.runtime.jobmaster.slotpool.PhysicalSlotProviderImpl - Received slot request [SlotRequestId{137451960b17cf77e763af0f2a352ef3}] with resource requirements: ResourceProfile{UNKNOWN} 09:37:27.562 [flink-akka.actor.default-dispatcher-3] INFO org.apache.flink.runtime.jobmaster.slotpool.SlotPoolImpl - Cannot serve slot request, no ResourceManager connected. Adding as pending request [SlotRequestId{137451960b17cf77e763af0f2a352ef3}] 09:37:27.563 [flink-akka.actor.default-dispatcher-3] DEBUG org.apache.flink.runtime.scheduler.SharedSlot - Request a logical slot (SlotRequestId{f9b1cd46eace65060a4f77da493d7d2a}) for execution vertex (id cbc357ccb763df2852fee8c4fc7d55f2_7) from the physical slot (SlotRequestId{137451960b17cf77e763af0f2a352ef3}) 09:37:27.563 [flink-akka.actor.default-dispatcher-3] INFO org.apache.flink.runtime.executiongraph.ExecutionGraph - Source: mysqlsourcefactory -> Sink: hivesinkfactory (9/20) (32ba45b168c996e2842530b23ee755f1) switched from CREATED to SCHEDULED. 09:37:27.563 [flink-akka.actor.default-dispatcher-3] DEBUG org.apache.flink.runtime.jobmaster.slotpool.PhysicalSlotProviderImpl - Received slot request [SlotRequestId{90fdfd32e123ea9be3efec0ef5d3a178}] with resource requirements: ResourceProfile{UNKNOWN} 09:37:27.563 [flink-akka.actor.default-dispatcher-3] INFO org.apache.flink.runtime.jobmaster.slotpool.SlotPoolImpl - Cannot serve slot request, no ResourceManager connected. Adding as pending request [SlotRequestId{90fdfd32e123ea9be3efec0ef5d3a178}] 09:37:27.563 [flink-akka.actor.default-dispatcher-3] DEBUG org.apache.flink.runtime.scheduler.SharedSlot - Request a logical slot (SlotRequestId{e669e31d4bc1f448aefff07f560773fb}) for execution vertex (id cbc357ccb763df2852fee8c4fc7d55f2_8) from the physical slot (SlotRequestId{90fdfd32e123ea9be3efec0ef5d3a178}) 09:37:27.564 [flink-akka.actor.default-dispatcher-3] INFO org.apache.flink.runtime.executiongraph.ExecutionGraph - Source: mysqlsourcefactory -> Sink: hivesinkfactory (10/20) (89f431b0dd296ad487fe7101a4cc3025) switched from CREATED to SCHEDULED. 09:37:27.564 [flink-akka.actor.default-dispatcher-3] DEBUG org.apache.flink.runtime.jobmaster.slotpool.PhysicalSlotProviderImpl - Received slot request [SlotRequestId{d488e83c03aee0d4743943e95afb24e5}] with resource requirements: ResourceProfile{UNKNOWN} 09:37:27.564 [flink-akka.actor.default-dispatcher-3] INFO org.apache.flink.runtime.jobmaster.slotpool.SlotPoolImpl - Cannot serve slot request, no ResourceManager connected. Adding as pending request [SlotRequestId{d488e83c03aee0d4743943e95afb24e5}] 09:37:27.564 [flink-akka.actor.default-dispatcher-3] DEBUG org.apache.flink.runtime.scheduler.SharedSlot - Request a logical slot (SlotRequestId{6c315b09bfbfe504c5b262f79f9a835f}) for execution vertex (id cbc357ccb763df2852fee8c4fc7d55f2_9) from the physical slot (SlotRequestId{d488e83c03aee0d4743943e95afb24e5}) 09:37:27.564 [flink-akka.actor.default-dispatcher-3] INFO org.apache.flink.runtime.executiongraph.ExecutionGraph - Source: mysqlsourcefactory -> Sink: hivesinkfactory (11/20) (a1926c122fe4c7639263149a76a05055) switched from CREATED to SCHEDULED. 09:37:27.564 [flink-akka.actor.default-dispatcher-3] DEBUG org.apache.flink.runtime.jobmaster.slotpool.PhysicalSlotProviderImpl - Received slot request [SlotRequestId{8466765b7c0a071ca1a2376f61454ea9}] with resource requirements: ResourceProfile{UNKNOWN} 09:37:27.564 [flink-akka.actor.default-dispatcher-3] INFO org.apache.flink.runtime.jobmaster.slotpool.SlotPoolImpl - Cannot serve slot request, no ResourceManager connected. Adding as pending request [SlotRequestId{8466765b7c0a071ca1a2376f61454ea9}] 09:37:27.564 [flink-akka.actor.default-dispatcher-3] DEBUG org.apache.flink.runtime.scheduler.SharedSlot - Request a logical slot (SlotRequestId{a4f345afdc68cea4685306a1e56af585}) for execution vertex (id cbc357ccb763df2852fee8c4fc7d55f2_10) from the physical slot (SlotRequestId{8466765b7c0a071ca1a2376f61454ea9}) 09:37:27.564 [flink-akka.actor.default-dispatcher-3] INFO org.apache.flink.runtime.executiongraph.ExecutionGraph - Source: mysqlsourcefactory -> Sink: hivesinkfactory (12/20) (eacd67c46037852582f71e20662ee061) switched from CREATED to SCHEDULED. 09:37:27.564 [flink-akka.actor.default-dispatcher-3] DEBUG org.apache.flink.runtime.jobmaster.slotpool.PhysicalSlotProviderImpl - Received slot request [SlotRequestId{5fdefacc0459ac6f3fb15327661867d5}] with resource requirements: ResourceProfile{UNKNOWN} 09:37:27.564 [flink-akka.actor.default-dispatcher-3] INFO org.apache.flink.runtime.jobmaster.slotpool.SlotPoolImpl - Cannot serve slot request, no ResourceManager connected. Adding as pending request [SlotRequestId{5fdefacc0459ac6f3fb15327661867d5}] 09:37:27.564 [flink-akka.actor.default-dispatcher-3] DEBUG org.apache.flink.runtime.scheduler.SharedSlot - Request a logical slot (SlotRequestId{ef58888814d75ed92c7aa5cdac5ede83}) for execution vertex (id cbc357ccb763df2852fee8c4fc7d55f2_11) from the physical slot (SlotRequestId{5fdefacc0459ac6f3fb15327661867d5}) 09:37:27.565 [flink-akka.actor.default-dispatcher-3] INFO org.apache.flink.runtime.executiongraph.ExecutionGraph - Source: mysqlsourcefactory -> Sink: hivesinkfactory (13/20) (b5d0365e9ebe1a3fa58c4024af234cd5) switched from CREATED to SCHEDULED. 09:37:27.565 [flink-akka.actor.default-dispatcher-3] DEBUG org.apache.flink.runtime.jobmaster.slotpool.PhysicalSlotProviderImpl - Received slot request [SlotRequestId{494096e2c9d0d64f10db71cccc84bda0}] with resource requirements: ResourceProfile{UNKNOWN} 09:37:27.565 [flink-akka.actor.default-dispatcher-3] INFO org.apache.flink.runtime.jobmaster.slotpool.SlotPoolImpl - Cannot serve slot request, no ResourceManager connected. Adding as pending request [SlotRequestId{494096e2c9d0d64f10db71cccc84bda0}] 09:37:27.565 [flink-akka.actor.default-dispatcher-3] DEBUG org.apache.flink.runtime.scheduler.SharedSlot - Request a logical slot (SlotRequestId{dc56245cb08b5e13918a883f635ff4cf}) for execution vertex (id cbc357ccb763df2852fee8c4fc7d55f2_12) from the physical slot (SlotRequestId{494096e2c9d0d64f10db71cccc84bda0}) 09:37:27.565 [flink-akka.actor.default-dispatcher-3] INFO org.apache.flink.runtime.executiongraph.ExecutionGraph - Source: mysqlsourcefactory -> Sink: hivesinkfactory (14/20) (db9a41792082fb2bc074289a46cd9d4a) switched from CREATED to SCHEDULED. 09:37:27.565 [flink-akka.actor.default-dispatcher-3] DEBUG org.apache.flink.runtime.jobmaster.slotpool.PhysicalSlotProviderImpl - Received slot request [SlotRequestId{767b68844ef80d404063cecf404b81e4}] with resource requirements: ResourceProfile{UNKNOWN} 09:37:27.565 [flink-akka.actor.default-dispatcher-3] INFO org.apache.flink.runtime.jobmaster.slotpool.SlotPoolImpl - Cannot serve slot request, no ResourceManager connected. Adding as pending request [SlotRequestId{767b68844ef80d404063cecf404b81e4}] 09:37:27.565 [flink-akka.actor.default-dispatcher-3] DEBUG org.apache.flink.runtime.scheduler.SharedSlot - Request a logical slot (SlotRequestId{dccdcbcdbe00c40ced6b2db07a1ff9c7}) for execution vertex (id cbc357ccb763df2852fee8c4fc7d55f2_13) from the physical slot (SlotRequestId{767b68844ef80d404063cecf404b81e4}) 09:37:27.565 [flink-akka.actor.default-dispatcher-3] INFO org.apache.flink.runtime.executiongraph.ExecutionGraph - Source: mysqlsourcefactory -> Sink: hivesinkfactory (15/20) (b032c53ad77ac3ba75e78f8192296f0c) switched from CREATED to SCHEDULED. 09:37:27.565 [flink-akka.actor.default-dispatcher-3] DEBUG org.apache.flink.runtime.jobmaster.slotpool.PhysicalSlotProviderImpl - Received slot request [SlotRequestId{eea508a89e51394d703be8cf91b13b9e}] with resource requirements: ResourceProfile{UNKNOWN} 09:37:27.565 [flink-akka.actor.default-dispatcher-3] INFO org.apache.flink.runtime.jobmaster.slotpool.SlotPoolImpl - Cannot serve slot request, no ResourceManager connected. Adding as pending request [SlotRequestId{eea508a89e51394d703be8cf91b13b9e}] 09:37:27.565 [flink-akka.actor.default-dispatcher-3] DEBUG org.apache.flink.runtime.scheduler.SharedSlot - Request a logical slot (SlotRequestId{a13ac9cfa464dc3edb77d84be7d1b22b}) for execution vertex (id cbc357ccb763df2852fee8c4fc7d55f2_14) from the physical slot (SlotRequestId{eea508a89e51394d703be8cf91b13b9e}) 09:37:27.565 [flink-akka.actor.default-dispatcher-3] INFO org.apache.flink.runtime.executiongraph.ExecutionGraph - Source: mysqlsourcefactory -> Sink: hivesinkfactory (16/20) (1000e031aeab6c5c2d42fce8638775fc) switched from CREATED to SCHEDULED. 09:37:27.566 [flink-akka.actor.default-dispatcher-3] DEBUG org.apache.flink.runtime.jobmaster.slotpool.PhysicalSlotProviderImpl - Received slot request [SlotRequestId{2bfd59dff5ea8e82cd0d342481fdc771}] with resource requirements: ResourceProfile{UNKNOWN} 09:37:27.566 [flink-akka.actor.default-dispatcher-3] INFO org.apache.flink.runtime.jobmaster.slotpool.SlotPoolImpl - Cannot serve slot request, no ResourceManager connected. Adding as pending request [SlotRequestId{2bfd59dff5ea8e82cd0d342481fdc771}] 09:37:27.566 [flink-akka.actor.default-dispatcher-3] DEBUG org.apache.flink.runtime.scheduler.SharedSlot - Request a logical slot (SlotRequestId{a2a5382a341b7a685860e733d5d86e9d}) for execution vertex (id cbc357ccb763df2852fee8c4fc7d55f2_15) from the physical slot (SlotRequestId{2bfd59dff5ea8e82cd0d342481fdc771}) 09:37:27.566 [flink-akka.actor.default-dispatcher-3] INFO org.apache.flink.runtime.executiongraph.ExecutionGraph - Source: mysqlsourcefactory -> Sink: hivesinkfactory (17/20) (34f44c61d93b0f9f8f757a13dcd3a7b8) switched from CREATED to SCHEDULED. 09:37:27.566 [flink-akka.actor.default-dispatcher-3] DEBUG org.apache.flink.runtime.jobmaster.slotpool.PhysicalSlotProviderImpl - Received slot request [SlotRequestId{534ea6c9d4b2896ff5d69d5b32cbe824}] with resource requirements: ResourceProfile{UNKNOWN} 09:37:27.566 [flink-akka.actor.default-dispatcher-3] INFO org.apache.flink.runtime.jobmaster.slotpool.SlotPoolImpl - Cannot serve slot request, no ResourceManager connected. Adding as pending request [SlotRequestId{534ea6c9d4b2896ff5d69d5b32cbe824}] 09:37:27.566 [flink-akka.actor.default-dispatcher-3] DEBUG org.apache.flink.runtime.scheduler.SharedSlot - Request a logical slot (SlotRequestId{395585f79a063f0d850f00fce0b02428}) for execution vertex (id cbc357ccb763df2852fee8c4fc7d55f2_16) from the physical slot (SlotRequestId{534ea6c9d4b2896ff5d69d5b32cbe824}) 09:37:27.566 [flink-akka.actor.default-dispatcher-3] INFO org.apache.flink.runtime.executiongraph.ExecutionGraph - Source: mysqlsourcefactory -> Sink: hivesinkfactory (18/20) (1658159fdc6703f57f0ca1f8a67074f8) switched from CREATED to SCHEDULED. 09:37:27.566 [flink-akka.actor.default-dispatcher-3] DEBUG org.apache.flink.runtime.jobmaster.slotpool.PhysicalSlotProviderImpl - Received slot request [SlotRequestId{f2c3109cda9efbab07c7dbaf4c8a6720}] with resource requirements: ResourceProfile{UNKNOWN} 09:37:27.566 [flink-akka.actor.default-dispatcher-3] INFO org.apache.flink.runtime.jobmaster.slotpool.SlotPoolImpl - Cannot serve slot request, no ResourceManager connected. Adding as pending request [SlotRequestId{f2c3109cda9efbab07c7dbaf4c8a6720}] 09:37:27.567 [flink-akka.actor.default-dispatcher-3] DEBUG org.apache.flink.runtime.scheduler.SharedSlot - Request a logical slot (SlotRequestId{fb024e2965bfebf481d10e2ea79014b6}) for execution vertex (id cbc357ccb763df2852fee8c4fc7d55f2_17) from the physical slot (SlotRequestId{f2c3109cda9efbab07c7dbaf4c8a6720}) 09:37:27.567 [flink-akka.actor.default-dispatcher-3] INFO org.apache.flink.runtime.executiongraph.ExecutionGraph - Source: mysqlsourcefactory -> Sink: hivesinkfactory (19/20) (59e9e121752c4dbacb0cc4f04741b53b) switched from CREATED to SCHEDULED. 09:37:27.567 [flink-akka.actor.default-dispatcher-3] DEBUG org.apache.flink.runtime.jobmaster.slotpool.PhysicalSlotProviderImpl - Received slot request [SlotRequestId{a3894da33cf9284fca4493945ad0c4f3}] with resource requirements: ResourceProfile{UNKNOWN} 09:37:27.567 [flink-akka.actor.default-dispatcher-3] INFO org.apache.flink.runtime.jobmaster.slotpool.SlotPoolImpl - Cannot serve slot request, no ResourceManager connected. Adding as pending request [SlotRequestId{a3894da33cf9284fca4493945ad0c4f3}] 09:37:27.567 [flink-akka.actor.default-dispatcher-3] DEBUG org.apache.flink.runtime.scheduler.SharedSlot - Request a logical slot (SlotRequestId{d7727e00e73dc8a9f25f03c7318a0799}) for execution vertex (id cbc357ccb763df2852fee8c4fc7d55f2_18) from the physical slot (SlotRequestId{a3894da33cf9284fca4493945ad0c4f3}) 09:37:27.567 [flink-akka.actor.default-dispatcher-3] INFO org.apache.flink.runtime.executiongraph.ExecutionGraph - Source: mysqlsourcefactory -> Sink: hivesinkfactory (20/20) (13659a4ccf76ad74137b13aac70828a2) switched from CREATED to SCHEDULED. 09:37:27.567 [flink-akka.actor.default-dispatcher-3] DEBUG org.apache.flink.runtime.jobmaster.slotpool.PhysicalSlotProviderImpl - Received slot request [SlotRequestId{3ae2b7b8a860f077ca3949314f6979cf}] with resource requirements: ResourceProfile{UNKNOWN} 09:37:27.567 [flink-akka.actor.default-dispatcher-3] INFO org.apache.flink.runtime.jobmaster.slotpool.SlotPoolImpl - Cannot serve slot request, no ResourceManager connected. Adding as pending request [SlotRequestId{3ae2b7b8a860f077ca3949314f6979cf}] 09:37:27.567 [flink-akka.actor.default-dispatcher-3] DEBUG org.apache.flink.runtime.scheduler.SharedSlot - Request a logical slot (SlotRequestId{8fcdcb96848916fb827b7db505281203}) for execution vertex (id cbc357ccb763df2852fee8c4fc7d55f2_19) from the physical slot (SlotRequestId{3ae2b7b8a860f077ca3949314f6979cf}) 09:37:27.568 [flink-akka.actor.default-dispatcher-3] DEBUG org.apache.flink.runtime.jobmaster.JobMaster - Trigger heartbeat request. 09:37:27.568 [flink-akka.actor.default-dispatcher-3] INFO org.apache.flink.runtime.jobmaster.JobMaster - Connecting to ResourceManager akka.tcp://flink@hadoop02:46635/user/rpc/resourcemanager_(00000000000000000000000000000000) 09:37:27.570 [flink-akka.actor.default-dispatcher-3] DEBUG org.apache.flink.runtime.rpc.akka.AkkaRpcService - Try to connect to remote RPC endpoint with address akka.tcp://flink@hadoop02:46635/user/rpc/resourcemanager_. Returning a org.apache.flink.runtime.resourcemanager.ResourceManagerGateway gateway. 09:37:27.571 [flink-akka.actor.default-dispatcher-2] INFO org.apache.flink.runtime.jobmaster.JobMaster - Resolved ResourceManager address, beginning registration 09:37:27.571 [flink-akka.actor.default-dispatcher-2] DEBUG org.apache.flink.runtime.jobmaster.JobMaster - Registration at ResourceManager attempt 1 (timeout=100ms) 09:37:27.572 [flink-akka.actor.default-dispatcher-3] DEBUG org.apache.flink.runtime.resourcemanager.JobLeaderIdService - Add job 2e9f246cf523737a1049a7b2830c723f to job leader id monitoring. 09:37:27.573 [flink-akka.actor.default-dispatcher-3] DEBUG org.apache.flink.runtime.resourcemanager.JobLeaderIdService - Found a new job leader 00000000-0000-0000-0000-000000000000@UNKNOWN. 09:37:27.573 [flink-akka.actor.default-dispatcher-3] INFO org.apache.flink.runtime.resourcemanager.active.ActiveResourceManager - Registering job manager [email protected]://flink@hadoop02:46635/user/rpc/jobmanager_2 for job 2e9f246cf523737a1049a7b2830c723f. 09:37:27.573 [flink-akka.actor.default-dispatcher-3] DEBUG org.apache.flink.runtime.rpc.akka.AkkaRpcService - Try to connect to remote RPC endpoint with address akka.tcp://flink@hadoop02:46635/user/rpc/jobmanager_2. Returning a org.apache.flink.runtime.jobmaster.JobMasterGateway gateway. 09:37:27.576 [flink-akka.actor.default-dispatcher-2] INFO org.apache.flink.runtime.resourcemanager.active.ActiveResourceManager - Registered job manager [email protected]://flink@hadoop02:46635/user/rpc/jobmanager_2 for job 2e9f246cf523737a1049a7b2830c723f. 09:37:27.579 [flink-akka.actor.default-dispatcher-15] INFO org.apache.flink.runtime.jobmaster.JobMaster - JobManager successfully registered at ResourceManager, leader id: 00000000000000000000000000000000. 09:37:27.580 [flink-akka.actor.default-dispatcher-15] INFO org.apache.flink.runtime.jobmaster.slotpool.SlotPoolImpl - Requesting new slot [SlotRequestId{925e98d8b63bce5b0a6b0562bad8b41a}] and profile ResourceProfile{UNKNOWN} with allocation id 7074aad14a590fc52f2c22df9733c60b from resource manager. 09:37:27.580 [flink-akka.actor.default-dispatcher-3] INFO org.apache.flink.runtime.resourcemanager.active.ActiveResourceManager - Request slot with profile ResourceProfile{UNKNOWN} for job 2e9f246cf523737a1049a7b2830c723f with allocation id 7074aad14a590fc52f2c22df9733c60b. 09:37:27.580 [flink-akka.actor.default-dispatcher-15] INFO org.apache.flink.runtime.jobmaster.slotpool.SlotPoolImpl - Requesting new slot [SlotRequestId{16c3f780687ceed913e2f369879b3f82}] and profile ResourceProfile{UNKNOWN} with allocation id b2157c584c82977c323e295eadcaef8d from resource manager. 09:37:27.581 [flink-akka.actor.default-dispatcher-15] INFO org.apache.flink.runtime.jobmaster.slotpool.SlotPoolImpl - Requesting new slot [SlotRequestId{4f91ae1f3d94360d95928c39333521be}] and profile ResourceProfile{UNKNOWN} with allocation id 00f73370646e68de37b37bb0ae3f12a1 from resource manager. 09:37:27.581 [flink-akka.actor.default-dispatcher-15] INFO org.apache.flink.runtime.jobmaster.slotpool.SlotPoolImpl - Requesting new slot [SlotRequestId{9beea954a3b980d3ab4b04b56e9c94c2}] and profile ResourceProfile{UNKNOWN} with allocation id 377f7b81f7e21e044851001bd04aeab4 from resource manager. 09:37:27.581 [flink-akka.actor.default-dispatcher-15] INFO org.apache.flink.runtime.jobmaster.slotpool.SlotPoolImpl - Requesting new slot [SlotRequestId{85fd6fd1c5233e8dbd948bf8b96b12a3}] and profile ResourceProfile{UNKNOWN} with allocation id 5d9b0d313b4c61ea963c45e4aac1e1af from resource manager. 09:37:27.581 [flink-akka.actor.default-dispatcher-15] INFO org.apache.flink.runtime.jobmaster.slotpool.SlotPoolImpl - Requesting new slot [SlotRequestId{17e5d0dd4decbd9f3377ddd53c4fb61d}] and profile ResourceProfile{UNKNOWN} with allocation id 41adc0a9bde4362e87aa51b9de9d5557 from resource manager. 09:37:27.581 [flink-akka.actor.default-dispatcher-15] INFO org.apache.flink.runtime.jobmaster.slotpool.SlotPoolImpl - Requesting new slot [SlotRequestId{8df5e2ce86c987f43bf7a54a6e3d2b0c}] and profile ResourceProfile{UNKNOWN} with allocation id e9c0f1406c5051185a4a3d72c8ce4ef6 from resource manager. 09:37:27.581 [flink-akka.actor.default-dispatcher-15] INFO org.apache.flink.runtime.jobmaster.slotpool.SlotPoolImpl - Requesting new slot [SlotRequestId{137451960b17cf77e763af0f2a352ef3}] and profile ResourceProfile{UNKNOWN} with allocation id 37fc0636de57d7daad8d9ef8f080913b from resource manager. 09:37:27.581 [flink-akka.actor.default-dispatcher-15] INFO org.apache.flink.runtime.jobmaster.slotpool.SlotPoolImpl - Requesting new slot [SlotRequestId{90fdfd32e123ea9be3efec0ef5d3a178}] and profile ResourceProfile{UNKNOWN} with allocation id a1dc34deb46df918ad9bea859ae6205e from resource manager. 09:37:27.581 [flink-akka.actor.default-dispatcher-15] INFO org.apache.flink.runtime.jobmaster.slotpool.SlotPoolImpl - Requesting new slot [SlotRequestId{d488e83c03aee0d4743943e95afb24e5}] and profile ResourceProfile{UNKNOWN} with allocation id b35dcfe386fe2ba94bdd440e4570a887 from resource manager. 09:37:27.581 [flink-akka.actor.default-dispatcher-15] INFO org.apache.flink.runtime.jobmaster.slotpool.SlotPoolImpl - Requesting new slot [SlotRequestId{8466765b7c0a071ca1a2376f61454ea9}] and profile ResourceProfile{UNKNOWN} with allocation id c79ab7e3fb77159f6fdc73fc25d06670 from resource manager. 09:37:27.582 [flink-akka.actor.default-dispatcher-15] INFO org.apache.flink.runtime.jobmaster.slotpool.SlotPoolImpl - Requesting new slot [SlotRequestId{5fdefacc0459ac6f3fb15327661867d5}] and profile ResourceProfile{UNKNOWN} with allocation id 3c86c141c66e5f84cb06f3217a667648 from resource manager. 09:37:27.582 [flink-akka.actor.default-dispatcher-15] INFO org.apache.flink.runtime.jobmaster.slotpool.SlotPoolImpl - Requesting new slot [SlotRequestId{494096e2c9d0d64f10db71cccc84bda0}] and profile ResourceProfile{UNKNOWN} with allocation id d8ac23390717f7e7a6cd41e8d852acda from resource manager. 09:37:27.582 [flink-akka.actor.default-dispatcher-15] INFO org.apache.flink.runtime.jobmaster.slotpool.SlotPoolImpl - Requesting new slot [SlotRequestId{767b68844ef80d404063cecf404b81e4}] and profile ResourceProfile{UNKNOWN} with allocation id dd57443292ef8b16be14fece8c235eee from resource manager. 09:37:27.582 [flink-akka.actor.default-dispatcher-15] INFO org.apache.flink.runtime.jobmaster.slotpool.SlotPoolImpl - Requesting new slot [SlotRequestId{eea508a89e51394d703be8cf91b13b9e}] and profile ResourceProfile{UNKNOWN} with allocation id a6c2775a911b332ccc11701201afbaef from resource manager. 09:37:27.582 [flink-akka.actor.default-dispatcher-15] INFO org.apache.flink.runtime.jobmaster.slotpool.SlotPoolImpl - Requesting new slot [SlotRequestId{2bfd59dff5ea8e82cd0d342481fdc771}] and profile ResourceProfile{UNKNOWN} with allocation id ebc77f7087faa44dbaae74a8550b98cd from resource manager. 09:37:27.582 [flink-akka.actor.default-dispatcher-15] INFO org.apache.flink.runtime.jobmaster.slotpool.SlotPoolImpl - Requesting new slot [SlotRequestId{534ea6c9d4b2896ff5d69d5b32cbe824}] and profile ResourceProfile{UNKNOWN} with allocation id e0a5eadb9cc659303d051073240de424 from resource manager. 09:37:27.582 [flink-akka.actor.default-dispatcher-15] INFO org.apache.flink.runtime.jobmaster.slotpool.SlotPoolImpl - Requesting new slot [SlotRequestId{f2c3109cda9efbab07c7dbaf4c8a6720}] and profile ResourceProfile{UNKNOWN} with allocation id 41ca9d04e15683dd961007b253d1049d from resource manager. 09:37:27.583 [flink-akka.actor.default-dispatcher-15] INFO org.apache.flink.runtime.jobmaster.slotpool.SlotPoolImpl - Requesting new slot [SlotRequestId{a3894da33cf9284fca4493945ad0c4f3}] and profile ResourceProfile{UNKNOWN} with allocation id bd7618e1cf61c6b7744a3db94226e894 from resource manager. 09:37:27.583 [flink-akka.actor.default-dispatcher-15] INFO org.apache.flink.runtime.jobmaster.slotpool.SlotPoolImpl - Requesting new slot [SlotRequestId{3ae2b7b8a860f077ca3949314f6979cf}] and profile ResourceProfile{UNKNOWN} with allocation id 4ae460d066fff9bd3f47cae42e7095fb from resource manager. 09:37:27.583 [flink-akka.actor.default-dispatcher-3] INFO org.apache.flink.runtime.resourcemanager.active.ActiveResourceManager - Requesting new worker with resource spec WorkerResourceSpec {cpuCores=20.0, taskHeapSize=3.225gb (3462817321 bytes), taskOffHeapSize=0 bytes, networkMemSize=711.680mb (746250577 bytes), managedMemSize=2.780gb (2985002310 bytes)}, current pending count: 1. 09:37:27.589 [flink-akka.actor.default-dispatcher-3] INFO org.apache.flink.yarn.YarnResourceManagerDriver - Requesting new TaskExecutor container with resource TaskExecutorProcessSpec {cpuCores=20.0, frameworkHeapSize=128.000mb (134217728 bytes), frameworkOffHeapSize=128.000mb (134217728 bytes), taskHeapSize=3.225gb (3462817321 bytes), taskOffHeapSize=0 bytes, networkMemSize=711.680mb (746250577 bytes), managedMemorySize=2.780gb (2985002310 bytes), jvmMetaspaceSize=256.000mb (268435456 bytes), jvmOverheadSize=819.200mb (858993472 bytes)}, priority 1. 09:37:27.590 [flink-akka.actor.default-dispatcher-3] INFO org.apache.flink.runtime.resourcemanager.active.ActiveResourceManager - Request slot with profile ResourceProfile{UNKNOWN} for job 2e9f246cf523737a1049a7b2830c723f with allocation id b2157c584c82977c323e295eadcaef8d. 09:37:27.590 [flink-akka.actor.default-dispatcher-3] INFO org.apache.flink.runtime.resourcemanager.active.ActiveResourceManager - Request slot with profile ResourceProfile{UNKNOWN} for job 2e9f246cf523737a1049a7b2830c723f with allocation id 00f73370646e68de37b37bb0ae3f12a1. 09:37:27.590 [flink-akka.actor.default-dispatcher-3] INFO org.apache.flink.runtime.resourcemanager.active.ActiveResourceManager - Request slot with profile ResourceProfile{UNKNOWN} for job 2e9f246cf523737a1049a7b2830c723f with allocation id 377f7b81f7e21e044851001bd04aeab4. 09:37:27.590 [flink-akka.actor.default-dispatcher-3] INFO org.apache.flink.runtime.resourcemanager.active.ActiveResourceManager - Request slot with profile ResourceProfile{UNKNOWN} for job 2e9f246cf523737a1049a7b2830c723f with allocation id 5d9b0d313b4c61ea963c45e4aac1e1af. 09:37:27.591 [flink-akka.actor.default-dispatcher-3] INFO org.apache.flink.runtime.resourcemanager.active.ActiveResourceManager - Request slot with profile ResourceProfile{UNKNOWN} for job 2e9f246cf523737a1049a7b2830c723f with allocation id 41adc0a9bde4362e87aa51b9de9d5557. 09:37:27.591 [flink-akka.actor.default-dispatcher-3] INFO org.apache.flink.runtime.resourcemanager.active.ActiveResourceManager - Request slot with profile ResourceProfile{UNKNOWN} for job 2e9f246cf523737a1049a7b2830c723f with allocation id e9c0f1406c5051185a4a3d72c8ce4ef6. 09:37:27.591 [flink-akka.actor.default-dispatcher-3] INFO org.apache.flink.runtime.resourcemanager.active.ActiveResourceManager - Request slot with profile ResourceProfile{UNKNOWN} for job 2e9f246cf523737a1049a7b2830c723f with allocation id 37fc0636de57d7daad8d9ef8f080913b. 09:37:27.591 [flink-akka.actor.default-dispatcher-3] INFO org.apache.flink.runtime.resourcemanager.active.ActiveResourceManager - Request slot with profile ResourceProfile{UNKNOWN} for job 2e9f246cf523737a1049a7b2830c723f with allocation id a1dc34deb46df918ad9bea859ae6205e. 09:37:27.591 [flink-akka.actor.default-dispatcher-3] INFO org.apache.flink.runtime.resourcemanager.active.ActiveResourceManager - Request slot with profile ResourceProfile{UNKNOWN} for job 2e9f246cf523737a1049a7b2830c723f with allocation id b35dcfe386fe2ba94bdd440e4570a887. 09:37:27.591 [flink-akka.actor.default-dispatcher-3] INFO org.apache.flink.runtime.resourcemanager.active.ActiveResourceManager - Request slot with profile ResourceProfile{UNKNOWN} for job 2e9f246cf523737a1049a7b2830c723f with allocation id c79ab7e3fb77159f6fdc73fc25d06670. 09:37:27.591 [flink-akka.actor.default-dispatcher-3] INFO org.apache.flink.runtime.resourcemanager.active.ActiveResourceManager - Request slot with profile ResourceProfile{UNKNOWN} for job 2e9f246cf523737a1049a7b2830c723f with allocation id 3c86c141c66e5f84cb06f3217a667648. 09:37:27.591 [flink-akka.actor.default-dispatcher-3] INFO org.apache.flink.runtime.resourcemanager.active.ActiveResourceManager - Request slot with profile ResourceProfile{UNKNOWN} for job 2e9f246cf523737a1049a7b2830c723f with allocation id d8ac23390717f7e7a6cd41e8d852acda. 09:37:27.591 [flink-akka.actor.default-dispatcher-3] INFO org.apache.flink.runtime.resourcemanager.active.ActiveResourceManager - Request slot with profile ResourceProfile{UNKNOWN} for job 2e9f246cf523737a1049a7b2830c723f with allocation id dd57443292ef8b16be14fece8c235eee. 09:37:27.592 [flink-akka.actor.default-dispatcher-3] INFO org.apache.flink.runtime.resourcemanager.active.ActiveResourceManager - Request slot with profile ResourceProfile{UNKNOWN} for job 2e9f246cf523737a1049a7b2830c723f with allocation id a6c2775a911b332ccc11701201afbaef. 09:37:27.592 [flink-akka.actor.default-dispatcher-3] INFO org.apache.flink.runtime.resourcemanager.active.ActiveResourceManager - Request slot with profile ResourceProfile{UNKNOWN} for job 2e9f246cf523737a1049a7b2830c723f with allocation id ebc77f7087faa44dbaae74a8550b98cd. 09:37:27.592 [flink-akka.actor.default-dispatcher-3] INFO org.apache.flink.runtime.resourcemanager.active.ActiveResourceManager - Request slot with profile ResourceProfile{UNKNOWN} for job 2e9f246cf523737a1049a7b2830c723f with allocation id e0a5eadb9cc659303d051073240de424. 09:37:27.592 [flink-akka.actor.default-dispatcher-3] INFO org.apache.flink.runtime.resourcemanager.active.ActiveResourceManager - Request slot with profile ResourceProfile{UNKNOWN} for job 2e9f246cf523737a1049a7b2830c723f with allocation id 41ca9d04e15683dd961007b253d1049d. 09:37:27.592 [flink-akka.actor.default-dispatcher-3] INFO org.apache.flink.runtime.resourcemanager.active.ActiveResourceManager - Request slot with profile ResourceProfile{UNKNOWN} for job 2e9f246cf523737a1049a7b2830c723f with allocation id bd7618e1cf61c6b7744a3db94226e894. 09:37:27.592 [flink-akka.actor.default-dispatcher-3] INFO org.apache.flink.runtime.resourcemanager.active.ActiveResourceManager - Request slot with profile ResourceProfile{UNKNOWN} for job 2e9f246cf523737a1049a7b2830c723f with allocation id 4ae460d066fff9bd3f47cae42e7095fb. 09:37:28.421 [Checkpoint Timer] INFO org.apache.flink.runtime.checkpoint.CheckpointCoordinator - Checkpoint triggering task Source: mysqlsourcefactory -> Sink: hivesinkfactory (1/20) of job 2e9f246cf523737a1049a7b2830c723f is not in state RUNNING but SCHEDULED instead. Aborting checkpoint. 09:37:32.553 [flink-akka.actor.default-dispatcher-17] INFO org.apache.flink.yarn.YarnResourceManagerDriver - Received 1 containers. 09:37:32.554 [flink-akka.actor.default-dispatcher-17] INFO org.apache.flink.yarn.YarnResourceManagerDriver - Received 1 containers with priority 1, 1 pending container requests. 09:37:32.557 [flink-akka.actor.default-dispatcher-17] INFO org.apache.flink.yarn.YarnResourceManagerDriver - Removing container request Capability[<memory:8192, vCores:20>]Priority[1]. 09:37:32.557 [flink-akka.actor.default-dispatcher-17] INFO org.apache.flink.yarn.YarnResourceManagerDriver - Accepted 1 requested containers, returned 0 excess containers, 0 pending container requests of resource <memory:8192, vCores:20>. 09:37:32.558 [cluster-io-thread-4] INFO org.apache.flink.yarn.YarnResourceManagerDriver - TaskExecutor container_1660094185335_0105_01_000002(hadoop03:35769) will be started on hadoop03 with TaskExecutorProcessSpec {cpuCores=20.0, frameworkHeapSize=128.000mb (134217728 bytes), frameworkOffHeapSize=128.000mb (134217728 bytes), taskHeapSize=3.225gb (3462817321 bytes), taskOffHeapSize=0 bytes, networkMemSize=711.680mb (746250577 bytes), managedMemorySize=2.780gb (2985002310 bytes), jvmMetaspaceSize=256.000mb (268435456 bytes), jvmOverheadSize=819.200mb (858993472 bytes)}. 09:37:32.560 [cluster-io-thread-4] DEBUG org.apache.flink.yarn.YarnResourceManagerDriver - TaskManager configuration: {internal.jobgraph-path=job.graph, state.checkpoints.num-retained=10, metrics.reporter.promgateway.port=9091, classloader.check-leaked-classloader=false, metrics.reporter.promgateway.interval=30 SECONDS, metrics.reporter.promgateway.jobName=flink-metrics, high-availability.cluster-id=application_1660094185335_0105, jobmanager.rpc.address=hadoop02, jobmanager.memory.jvm-overhead.min=429496736b, metrics.reporter.promgateway.class=org.apache.flink.metrics.prometheus.PrometheusPushGatewayReporter, flink.checkpoint.interval=10000, rest.bind-port=50031-50040, parallelism.default=3, metrics.reporter.promgateway.randomJobNameSuffix=true, taskmanager.numberOfTaskSlots=20, yarn.application.name=xxx11199, yarn.application.queue=default, pluginLoadMode=shipfile, taskmanager.memory.process.size=8192m, taskmanager.resource-id=container_1660094185335_0105_01_000002, heartbeat.timeout=1800000, web.port=0, classloader.resolve-order=parent-first, jobmanager.memory.off-heap.size=134217728b, jobmanager.memory.process.size=4096m, web.tmpdir=/tmp/flink-web-1ff87434-812b-4e84-9885-99935c10025e, internal.taskmanager.resource-id.metadata=hadoop03:35769, jobmanager.rpc.port=46635, metrics.reporter.promgateway.deleteOnShutdown=false, internal.cluster.execution-mode=DETACHED, fs.hdfs.hadoopconf=/opt/hadoop/hadoop-2.7.4/etc/hadoop, rest.address=hadoop02, restart-strategy=none, jobmanager.memory.jvm-metaspace.size=268435456b, metrics.reporter.promgateway.host=172.18.8.211, jobmanager.memory.heap.size=3462817376b, state.checkpoints.dir=hdfs://hadoop02:8020/checkpoints/metadata, jobmanager.memory.jvm-overhead.max=429496736b} 09:37:32.560 [cluster-io-thread-4] DEBUG org.apache.flink.yarn.YarnResourceManagerDriver - TM:remote keytab path obtained null 09:37:32.560 [cluster-io-thread-4] DEBUG org.apache.flink.yarn.YarnResourceManagerDriver - TM:local keytab path obtained null 09:37:32.560 [cluster-io-thread-4] DEBUG org.apache.flink.yarn.YarnResourceManagerDriver - TM:keytab principal obtained null 09:37:32.560 [cluster-io-thread-4] DEBUG org.apache.flink.yarn.YarnResourceManagerDriver - TM:remote yarn conf path obtained null 09:37:32.560 [cluster-io-thread-4] DEBUG org.apache.flink.yarn.YarnResourceManagerDriver - TM:remote krb5 path obtained null 09:37:32.572 [cluster-io-thread-4] INFO org.apache.flink.yarn.YarnResourceManagerDriver - Creating container launch context for TaskManagers 09:37:32.574 [cluster-io-thread-4] DEBUG org.apache.flink.runtime.clusterframework.BootstrapTools - TaskManager start command: $JAVA_HOME/bin/java -Xmx3597035049 -Xms3597035049 -XX:MaxDirectMemorySize=880468305 -XX:MaxMetaspaceSize=268435456 org.apache.flink.yarn.YarnTaskExecutorRunner -D taskmanager.memory.framework.off-heap.size=134217728b -D taskmanager.memory.network.max=746250577b -D taskmanager.memory.network.min=746250577b -D taskmanager.memory.framework.heap.size=134217728b -D taskmanager.memory.managed.size=2985002310b -D taskmanager.cpu.cores=20.0 -D taskmanager.memory.task.heap.size=3462817321b -D taskmanager.memory.task.off-heap.size=0b -D taskmanager.memory.jvm-metaspace.size=268435456b -D taskmanager.memory.jvm-overhead.max=858993472b -D taskmanager.memory.jvm-overhead.min=858993472b --configDir . -Djobmanager.rpc.address='hadoop02' -Djobmanager.memory.jvm-overhead.min='429496736b' -Dtaskmanager.resource-id='container_1660094185335_0105_01_000002' -Dweb.port='0' -Djobmanager.memory.off-heap.size='134217728b' -Dweb.tmpdir='/tmp/flink-web-1ff87434-812b-4e84-9885-99935c10025e' -Dinternal.taskmanager.resource-id.metadata='hadoop03:35769' -Djobmanager.rpc.port='46635' -Drest.address='hadoop02' -Djobmanager.memory.jvm-metaspace.size='268435456b' -Djobmanager.memory.heap.size='3462817376b' -Djobmanager.memory.jvm-overhead.max='429496736b' 1> <LOG_DIR>/taskmanager.out 2> <LOG_DIR>/taskmanager.err 09:37:32.574 [cluster-io-thread-4] DEBUG org.apache.flink.yarn.YarnResourceManagerDriver - Starting TaskManagers with command: $JAVA_HOME/bin/java -Xmx3597035049 -Xms3597035049 -XX:MaxDirectMemorySize=880468305 -XX:MaxMetaspaceSize=268435456 org.apache.flink.yarn.YarnTaskExecutorRunner -D taskmanager.memory.framework.off-heap.size=134217728b -D taskmanager.memory.network.max=746250577b -D taskmanager.memory.network.min=746250577b -D taskmanager.memory.framework.heap.size=134217728b -D taskmanager.memory.managed.size=2985002310b -D taskmanager.cpu.cores=20.0 -D taskmanager.memory.task.heap.size=3462817321b -D taskmanager.memory.task.off-heap.size=0b -D taskmanager.memory.jvm-metaspace.size=268435456b -D taskmanager.memory.jvm-overhead.max=858993472b -D taskmanager.memory.jvm-overhead.min=858993472b --configDir . -Djobmanager.rpc.address='hadoop02' -Djobmanager.memory.jvm-overhead.min='429496736b' -Dtaskmanager.resource-id='container_1660094185335_0105_01_000002' -Dweb.port='0' -Djobmanager.memory.off-heap.size='134217728b' -Dweb.tmpdir='/tmp/flink-web-1ff87434-812b-4e84-9885-99935c10025e' -Dinternal.taskmanager.resource-id.metadata='hadoop03:35769' -Djobmanager.rpc.port='46635' -Drest.address='hadoop02' -Djobmanager.memory.jvm-metaspace.size='268435456b' -Djobmanager.memory.heap.size='3462817376b' -Djobmanager.memory.jvm-overhead.max='429496736b' 1> <LOG_DIR>/taskmanager.out 2> <LOG_DIR>/taskmanager.err 09:37:32.581 [cluster-io-thread-4] DEBUG org.apache.flink.yarn.YarnResourceManagerDriver - Adding security tokens to TaskExecutor's container launch context. 09:37:32.581 [cluster-io-thread-4] DEBUG org.apache.flink.runtime.util.HadoopUtils - Searching Hadoop configuration files in Flink config: /opt/hadoop/hadoop-2.7.4/etc/hadoop 09:37:32.581 [cluster-io-thread-4] DEBUG org.apache.flink.runtime.util.HadoopUtils - Adding /opt/hadoop/hadoop-2.7.4/etc/hadoop/core-site.xml to hadoop configuration 09:37:32.581 [cluster-io-thread-4] DEBUG org.apache.flink.runtime.util.HadoopUtils - Adding /opt/hadoop/hadoop-2.7.4/etc/hadoop/hdfs-site.xml to hadoop configuration 09:37:32.581 [cluster-io-thread-4] DEBUG org.apache.flink.runtime.util.HadoopUtils - Searching Hadoop configuration files in HADOOP_CONF_DIR: /opt/hadoop/hadoop-2.7.4/etc/hadoop 09:37:32.581 [cluster-io-thread-4] DEBUG org.apache.flink.runtime.util.HadoopUtils - Adding /opt/hadoop/hadoop-2.7.4/etc/hadoop/core-site.xml to hadoop configuration 09:37:32.581 [cluster-io-thread-4] DEBUG org.apache.flink.runtime.util.HadoopUtils - Adding /opt/hadoop/hadoop-2.7.4/etc/hadoop/hdfs-site.xml to hadoop configuration 09:37:32.588 [flink-akka.actor.default-dispatcher-17] INFO org.apache.flink.runtime.resourcemanager.active.ActiveResourceManager - Requested worker container_1660094185335_0105_01_000002(hadoop03:35769) with resource spec WorkerResourceSpec {cpuCores=20.0, taskHeapSize=3.225gb (3462817321 bytes), taskOffHeapSize=0 bytes, networkMemSize=711.680mb (746250577 bytes), managedMemSize=2.780gb (2985002310 bytes)}. 09:37:32.592 [org.apache.hadoop.yarn.client.api.async.impl.NMClientAsyncImpl #0] DEBUG org.apache.hadoop.security.UserGroupInformation - PrivilegedAction as:appattempt_1660094185335_0105_000001 (auth:SIMPLE) from:org.apache.hadoop.yarn.client.ServerProxy.createRetriableProxy(ServerProxy.java:94) 09:37:32.614 [org.apache.hadoop.yarn.client.api.async.impl.NMClientAsyncImpl #0] DEBUG org.apache.hadoop.security.UserGroupInformation - PrivilegedAction as:appattempt_1660094185335_0105_000001 (auth:SIMPLE) from:org.apache.hadoop.ipc.Client$Connection.setupIOstreams(Client.java:793) 09:37:32.626 [org.apache.hadoop.yarn.client.api.async.impl.NMClientAsyncImpl #0] DEBUG org.apache.flink.yarn.YarnResourceManagerDriver - Succeeded to call YARN Node Manager to start container container_1660094185335_0105_01_000002. 09:37:37.052 [flink-akka.actor.default-dispatcher-3] DEBUG org.apache.flink.runtime.resourcemanager.active.ActiveResourceManager - Trigger heartbeat request. 09:37:37.052 [flink-akka.actor.default-dispatcher-3] DEBUG org.apache.flink.runtime.resourcemanager.active.ActiveResourceManager - Trigger heartbeat request. 09:37:37.052 [flink-akka.actor.default-dispatcher-2] DEBUG org.apache.flink.runtime.jobmaster.JobMaster - Received heartbeat request from 4037de5f7ed0a952ff460a961950ac71. 09:37:37.052 [flink-akka.actor.default-dispatcher-3] DEBUG org.apache.flink.runtime.resourcemanager.active.ActiveResourceManager - Received heartbeat from 11752dc8c4ddfa25593f040e1bdc1a9e. 09:37:37.592 [flink-akka.actor.default-dispatcher-3] DEBUG org.apache.flink.runtime.jobmaster.JobMaster - Trigger heartbeat request. 09:37:38.045 [flink-akka.actor.default-dispatcher-3] DEBUG akka.serialization.Serialization(akka://flink) - Using serializer [akka.serialization.JavaSerializer] for message [org.apache.flink.runtime.rpc.messages.HandshakeSuccessMessage] 09:37:38.136 [flink-akka.actor.default-dispatcher-3] DEBUG org.apache.flink.runtime.rpc.akka.AkkaRpcService - Try to connect to remote RPC endpoint with address akka.tcp://flink@hadoop03:36517/user/rpc/taskmanager_0. Returning a org.apache.flink.runtime.taskexecutor.TaskExecutorGateway gateway. 09:37:38.149 [flink-akka.actor.default-dispatcher-3] DEBUG akka.serialization.Serialization(akka://flink) - Using serializer [akka.serialization.JavaSerializer] for message [org.apache.flink.runtime.rpc.messages.RemoteHandshakeMessage] 09:37:38.156 [flink-akka.actor.default-dispatcher-3] INFO org.apache.flink.runtime.resourcemanager.active.ActiveResourceManager - Registering TaskManager with ResourceID container_1660094185335_0105_01_000002(hadoop03:35769) (akka.tcp://flink@hadoop03:36517/user/rpc/taskmanager_0) at ResourceManager 09:37:38.158 [flink-akka.actor.default-dispatcher-3] DEBUG akka.serialization.Serialization(akka://flink) - Using serializer [akka.serialization

biandou1313 avatar Aug 12 '22 01:08 biandou1313

akka.actor.default-dispatcher-3] DEBUG org.apache.flink.api.common.io.DefaultInputSplitAssigner - Assigning split JdbcInputSplit{mod=19, endLocation='null', startLocation='null', startLocationOfSplit='117283967118544', endLocationOfSplit='null'} to hadoop03 09:37:39.667 [flink-akka.actor.default-dispatcher-3] DEBUG org.apache.flink.runtime.jobmaster.JobMaster - Send next input split JdbcInputSplit{mod=19, endLocation='null', startLocation='null', startLocationOfSplit='117283967118544', endLocationOfSplit='null'}. 09:37:39.669 [flink-akka.actor.default-dispatcher-3] DEBUG org.apache.flink.api.common.io.DefaultInputSplitAssigner - Assigning split JdbcInputSplit{mod=18, endLocation='null', startLocation='null', startLocationOfSplit='111111126743884', endLocationOfSplit='117283967118544'} to hadoop03 09:37:39.669 [flink-akka.actor.default-dispatcher-3] DEBUG org.apache.flink.runtime.jobmaster.JobMaster - Send next input split JdbcInputSplit{mod=18, endLocation='null', startLocation='null', startLocationOfSplit='111111126743884', endLocationOfSplit='117283967118544'}. 09:37:39.669 [flink-akka.actor.default-dispatcher-3] DEBUG org.apache.flink.api.common.io.DefaultInputSplitAssigner - Assigning split JdbcInputSplit{mod=17, endLocation='null', startLocation='null', startLocationOfSplit='104938286369224', endLocationOfSplit='111111126743884'} to hadoop03 09:37:39.670 [flink-akka.actor.default-dispatcher-3] DEBUG org.apache.flink.runtime.jobmaster.JobMaster - Send next input split JdbcInputSplit{mod=17, endLocation='null', startLocation='null', startLocationOfSplit='104938286369224', endLocationOfSplit='111111126743884'}. 09:37:39.670 [flink-akka.actor.default-dispatcher-3] DEBUG org.apache.flink.api.common.io.DefaultInputSplitAssigner - Assigning split JdbcInputSplit{mod=16, endLocation='null', startLocation='null', startLocationOfSplit='98765445994564', endLocationOfSplit='104938286369224'} to hadoop03 09:37:39.670 [flink-akka.actor.default-dispatcher-3] DEBUG org.apache.flink.runtime.jobmaster.JobMaster - Send next input split JdbcInputSplit{mod=16, endLocation='null', startLocation='null', startLocationOfSplit='98765445994564', endLocationOfSplit='104938286369224'}. 09:37:39.927 [flink-akka.actor.default-dispatcher-3] DEBUG org.apache.flink.api.common.io.DefaultInputSplitAssigner - Assigning split JdbcInputSplit{mod=15, endLocation='null', startLocation='null', startLocationOfSplit='92592605619904', endLocationOfSplit='98765445994564'} to hadoop03 09:37:39.927 [flink-akka.actor.default-dispatcher-3] DEBUG org.apache.flink.runtime.jobmaster.JobMaster - Send next input split JdbcInputSplit{mod=15, endLocation='null', startLocation='null', startLocationOfSplit='92592605619904', endLocationOfSplit='98765445994564'}. 09:37:40.021 [flink-akka.actor.default-dispatcher-2] DEBUG org.apache.flink.api.common.io.DefaultInputSplitAssigner - Assigning split JdbcInputSplit{mod=14, endLocation='null', startLocation='null', startLocationOfSplit='86419765245244', endLocationOfSplit='92592605619904'} to hadoop03 09:37:40.021 [flink-akka.actor.default-dispatcher-2] DEBUG org.apache.flink.runtime.jobmaster.JobMaster - Send next input split JdbcInputSplit{mod=14, endLocation='null', startLocation='null', startLocationOfSplit='86419765245244', endLocationOfSplit='92592605619904'}. 09:37:40.128 [flink-akka.actor.default-dispatcher-3] DEBUG org.apache.flink.api.common.io.DefaultInputSplitAssigner - Assigning split JdbcInputSplit{mod=13, endLocation='null', startLocation='null', startLocationOfSplit='80246924870584', endLocationOfSplit='86419765245244'} to hadoop03 09:37:40.128 [flink-akka.actor.default-dispatcher-3] DEBUG org.apache.flink.runtime.jobmaster.JobMaster - Send next input split JdbcInputSplit{mod=13, endLocation='null', startLocation='null', startLocationOfSplit='80246924870584', endLocationOfSplit='86419765245244'}. 09:37:40.129 [flink-akka.actor.default-dispatcher-2] DEBUG org.apache.flink.api.common.io.DefaultInputSplitAssigner - Assigning split JdbcInputSplit{mod=12, endLocation='null', startLocation='null', startLocationOfSplit='74074084495924', endLocationOfSplit='80246924870584'} to hadoop03 09:37:40.129 [flink-akka.actor.default-dispatcher-2] DEBUG org.apache.flink.runtime.jobmaster.JobMaster - Send next input split JdbcInputSplit{mod=12, endLocation='null', startLocation='null', startLocationOfSplit='74074084495924', endLocationOfSplit='80246924870584'}. 09:37:40.129 [flink-akka.actor.default-dispatcher-2] DEBUG org.apache.flink.api.common.io.DefaultInputSplitAssigner - Assigning split JdbcInputSplit{mod=11, endLocation='null', startLocation='null', startLocationOfSplit='67901244121264', endLocationOfSplit='74074084495924'} to hadoop03 09:37:40.129 [flink-akka.actor.default-dispatcher-2] DEBUG org.apache.flink.runtime.jobmaster.JobMaster - Send next input split JdbcInputSplit{mod=11, endLocation='null', startLocation='null', startLocationOfSplit='67901244121264', endLocationOfSplit='74074084495924'}. 09:37:40.129 [flink-akka.actor.default-dispatcher-2] DEBUG org.apache.flink.api.common.io.DefaultInputSplitAssigner - Assigning split JdbcInputSplit{mod=10, endLocation='null', startLocation='null', startLocationOfSplit='61728403746604', endLocationOfSplit='67901244121264'} to hadoop03 09:37:40.129 [flink-akka.actor.default-dispatcher-2] DEBUG org.apache.flink.runtime.jobmaster.JobMaster - Send next input split JdbcInputSplit{mod=10, endLocation='null', startLocation='null', startLocationOfSplit='61728403746604', endLocationOfSplit='67901244121264'}. 09:37:40.129 [flink-akka.actor.default-dispatcher-2] DEBUG org.apache.flink.api.common.io.DefaultInputSplitAssigner - Assigning split JdbcInputSplit{mod=9, endLocation='null', startLocation='null', startLocationOfSplit='55555563371944', endLocationOfSplit='61728403746604'} to hadoop03 09:37:40.129 [flink-akka.actor.default-dispatcher-2] DEBUG org.apache.flink.runtime.jobmaster.JobMaster - Send next input split JdbcInputSplit{mod=9, endLocation='null', startLocation='null', startLocationOfSplit='55555563371944', endLocationOfSplit='61728403746604'}. 09:37:40.130 [flink-akka.actor.default-dispatcher-3] DEBUG org.apache.flink.api.common.io.DefaultInputSplitAssigner - Assigning split JdbcInputSplit{mod=8, endLocation='null', startLocation='null', startLocationOfSplit='49382722997284', endLocationOfSplit='55555563371944'} to hadoop03 09:37:40.130 [flink-akka.actor.default-dispatcher-3] DEBUG org.apache.flink.runtime.jobmaster.JobMaster - Send next input split JdbcInputSplit{mod=8, endLocation='null', startLocation='null', startLocationOfSplit='49382722997284', endLocationOfSplit='55555563371944'}. 09:37:40.142 [flink-akka.actor.default-dispatcher-3] DEBUG org.apache.flink.api.common.io.DefaultInputSplitAssigner - Assigning split JdbcInputSplit{mod=7, endLocation='null', startLocation='null', startLocationOfSplit='43209882622624', endLocationOfSplit='49382722997284'} to hadoop03 09:37:40.142 [flink-akka.actor.default-dispatcher-3] DEBUG org.apache.flink.runtime.jobmaster.JobMaster - Send next input split JdbcInputSplit{mod=7, endLocation='null', startLocation='null', startLocationOfSplit='43209882622624', endLocationOfSplit='49382722997284'}. 09:37:40.144 [flink-akka.actor.default-dispatcher-2] DEBUG org.apache.flink.api.common.io.DefaultInputSplitAssigner - Assigning split JdbcInputSplit{mod=6, endLocation='null', startLocation='null', startLocationOfSplit='37037042247964', endLocationOfSplit='43209882622624'} to hadoop03 09:37:40.144 [flink-akka.actor.default-dispatcher-2] DEBUG org.apache.flink.runtime.jobmaster.JobMaster - Send next input split JdbcInputSplit{mod=6, endLocation='null', startLocation='null', startLocationOfSplit='37037042247964', endLocationOfSplit='43209882622624'}. 09:37:40.146 [flink-akka.actor.default-dispatcher-3] DEBUG org.apache.flink.api.common.io.DefaultInputSplitAssigner - Assigning split JdbcInputSplit{mod=5, endLocation='null', startLocation='null', startLocationOfSplit='30864201873304', endLocationOfSplit='37037042247964'} to hadoop03 09:37:40.146 [flink-akka.actor.default-dispatcher-3] DEBUG org.apache.flink.runtime.jobmaster.JobMaster - Send next input split JdbcInputSplit{mod=5, endLocation='null', startLocation='null', startLocationOfSplit='30864201873304', endLocationOfSplit='37037042247964'}. 09:37:40.149 [flink-akka.actor.default-dispatcher-3] DEBUG org.apache.flink.api.common.io.DefaultInputSplitAssigner - Assigning split JdbcInputSplit{mod=4, endLocation='null', startLocation='null', startLocationOfSplit='24691361498644', endLocationOfSplit='30864201873304'} to hadoop03 09:37:40.149 [flink-akka.actor.default-dispatcher-3] DEBUG org.apache.flink.runtime.jobmaster.JobMaster - Send next input split JdbcInputSplit{mod=4, endLocation='null', startLocation='null', startLocationOfSplit='24691361498644', endLocationOfSplit='30864201873304'}. 09:37:40.150 [flink-akka.actor.default-dispatcher-2] DEBUG org.apache.flink.api.common.io.DefaultInputSplitAssigner - Assigning split JdbcInputSplit{mod=3, endLocation='null', startLocation='null', startLocationOfSplit='18518521123984', endLocationOfSplit='24691361498644'} to hadoop03 09:37:40.150 [flink-akka.actor.default-dispatcher-2] DEBUG org.apache.flink.runtime.jobmaster.JobMaster - Send next input split JdbcInputSplit{mod=3, endLocation='null', startLocation='null', startLocationOfSplit='18518521123984', endLocationOfSplit='24691361498644'}. 09:37:40.153 [flink-akka.actor.default-dispatcher-3] DEBUG org.apache.flink.api.common.io.DefaultInputSplitAssigner - Assigning split JdbcInputSplit{mod=2, endLocation='null', startLocation='null', startLocationOfSplit='12345680749323', endLocationOfSplit='18518521123984'} to hadoop03 09:37:40.154 [flink-akka.actor.default-dispatcher-3] DEBUG org.apache.flink.runtime.jobmaster.JobMaster - Send next input split JdbcInputSplit{mod=2, endLocation='null', startLocation='null', startLocationOfSplit='12345680749323', endLocationOfSplit='18518521123984'}. 09:37:40.155 [flink-akka.actor.default-dispatcher-2] DEBUG org.apache.flink.api.common.io.DefaultInputSplitAssigner - Assigning split JdbcInputSplit{mod=1, endLocation='null', startLocation='null', startLocationOfSplit='6172840374662', endLocationOfSplit='12345680749323'} to hadoop03 09:37:40.155 [flink-akka.actor.default-dispatcher-2] DEBUG org.apache.flink.runtime.jobmaster.JobMaster - Send next input split JdbcInputSplit{mod=1, endLocation='null', startLocation='null', startLocationOfSplit='6172840374662', endLocationOfSplit='12345680749323'}. 09:37:40.157 [flink-akka.actor.default-dispatcher-3] DEBUG org.apache.flink.api.common.io.DefaultInputSplitAssigner - Assigning split JdbcInputSplit{mod=0, endLocation='null', startLocation='null', startLocationOfSplit='1', endLocationOfSplit='6172840374662'} to hadoop03 09:37:40.158 [flink-akka.actor.default-dispatcher-3] DEBUG org.apache.flink.runtime.jobmaster.JobMaster - Send next input split JdbcInputSplit{mod=0, endLocation='null', startLocation='null', startLocationOfSplit='1', endLocationOfSplit='6172840374662'}.

biandou1313 avatar Aug 12 '22 01:08 biandou1313

k-akka.actor.default-dispatcher-3] INFO org.apache.flink.runtime.executiongraph.ExecutionGraph - Source: mysqlsourcefactory -> Sink: hivesinkfactory (7/20) (bec53728dcff8f7b86b270f30a9d96b4) switched from RUNNING to FINISHED. 09:37:50.271 [flink-akka.actor.default-dispatcher-3] DEBUG org.apache.flink.runtime.executiongraph.ExecutionGraph - Ignoring transition of vertex Source: mysqlsourcefactory -> Sink: hivesinkfactory (7/20) - execution #0 to FAILED while being FINISHED. 09:37:50.272 [flink-akka.actor.default-dispatcher-3] DEBUG org.apache.flink.runtime.scheduler.SharedSlot - Remove logical slot (SlotRequestId{cea5e7383a4dc195c59e3a217d58d620}) for execution vertex (id cbc357ccb763df2852fee8c4fc7d55f2_6) from the physical slot (SlotRequestId{8df5e2ce86c987f43bf7a54a6e3d2b0c}) 09:37:50.272 [flink-akka.actor.default-dispatcher-3] DEBUG org.apache.flink.runtime.scheduler.SharedSlot - Release shared slot externally (SlotRequestId{8df5e2ce86c987f43bf7a54a6e3d2b0c}) 09:37:50.272 [flink-akka.actor.default-dispatcher-3] DEBUG org.apache.flink.runtime.jobmaster.slotpool.SlotPoolImpl - Releasing slot [SlotRequestId{8df5e2ce86c987f43bf7a54a6e3d2b0c}] because: Slot is being returned from SlotSharingExecutionSlotAllocator. 09:37:50.272 [flink-akka.actor.default-dispatcher-3] DEBUG org.apache.flink.runtime.scheduler.SharedSlot - Release shared slot (SlotRequestId{8df5e2ce86c987f43bf7a54a6e3d2b0c}) 09:37:50.273 [flink-akka.actor.default-dispatcher-3] DEBUG org.apache.flink.runtime.jobmaster.slotpool.SlotPoolImpl - Adding slot [00f73370646e68de37b37bb0ae3f12a1] to available slots 09:37:50.357 [jobmanager-future-thread-7] DEBUG org.apache.flink.runtime.checkpoint.CheckpointCoordinator - Received another decline message for now expired checkpoint attempt 1 from task 59e9e121752c4dbacb0cc4f04741b53b of job 2e9f246cf523737a1049a7b2830c723f at container_1660094185335_0105_01_000002 @ hadoop03 (dataPort=39667) : Checkpoint was declined (tasks not ready) 09:37:50.358 [flink-akka.actor.default-dispatcher-15] INFO org.apache.flink.runtime.executiongraph.ExecutionGraph - Source: mysqlsourcefactory -> Sink: hivesinkfactory (19/20) (59e9e121752c4dbacb0cc4f04741b53b) switched from RUNNING to FINISHED. 09:37:50.358 [flink-akka.actor.default-dispatcher-15] DEBUG org.apache.flink.runtime.executiongraph.ExecutionGraph - Ignoring transition of vertex Source: mysqlsourcefactory -> Sink: hivesinkfactory (19/20) - execution #0 to FAILED while being FINISHED. 09:37:50.358 [flink-akka.actor.default-dispatcher-15] DEBUG org.apache.flink.runtime.scheduler.SharedSlot - Remove logical slot (SlotRequestId{d7727e00e73dc8a9f25f03c7318a0799}) for execution vertex (id cbc357ccb763df2852fee8c4fc7d55f2_18) from the physical slot (SlotRequestId{a3894da33cf9284fca4493945ad0c4f3}) 09:37:50.358 [flink-akka.actor.default-dispatcher-15] DEBUG org.apache.flink.runtime.scheduler.SharedSlot - Release shared slot externally (SlotRequestId{a3894da33cf9284fca4493945ad0c4f3}) 09:37:50.358 [flink-akka.actor.default-dispatcher-15] DEBUG org.apache.flink.runtime.jobmaster.slotpool.SlotPoolImpl - Releasing slot [SlotRequestId{a3894da33cf9284fca4493945ad0c4f3}] because: Slot is being returned from SlotSharingExecutionSlotAllocator. 09:37:50.358 [flink-akka.actor.default-dispatcher-15] DEBUG org.apache.flink.runtime.scheduler.SharedSlot - Release shared slot (SlotRequestId{a3894da33cf9284fca4493945ad0c4f3}) 09:37:50.358 [flink-akka.actor.default-dispatcher-15] DEBUG org.apache.flink.runtime.jobmaster.slotpool.SlotPoolImpl - Adding slot [5d9b0d313b4c61ea963c45e4aac1e1af] to available slots 09:37:50.486 [jobmanager-future-thread-24] DEBUG org.apache.flink.runtime.checkpoint.CheckpointCoordinator - Received another decline message for now expired checkpoint attempt 1 from task 1658159fdc6703f57f0ca1f8a67074f8 of job 2e9f246cf523737a1049a7b2830c723f at container_1660094185335_0105_01_000002 @ hadoop03 (dataPort=39667) : Checkpoint was declined (tasks not ready) 09:37:50.486 [flink-akka.actor.default-dispatcher-15] INFO org.apache.flink.runtime.executiongraph.ExecutionGraph - Source: mysqlsourcefactory -> Sink: hivesinkfactory (18/20) (1658159fdc6703f57f0ca1f8a67074f8) switched from RUNNING to FINISHED. 09:37:50.486 [flink-akka.actor.default-dispatcher-15] DEBUG org.apache.flink.runtime.executiongraph.ExecutionGraph - Ignoring transition of vertex Source: mysqlsourcefactory -> Sink: hivesinkfactory (18/20) - execution #0 to FAILED while being FINISHED. 09:37:50.486 [flink-akka.actor.default-dispatcher-15] DEBUG org.apache.flink.runtime.scheduler.SharedSlot - Remove logical slot (SlotRequestId{fb024e2965bfebf481d10e2ea79014b6}) for execution vertex (id cbc357ccb763df2852fee8c4fc7d55f2_17) from the physical slot (SlotRequestId{f2c3109cda9efbab07c7dbaf4c8a6720}) 09:37:50.486 [flink-akka.actor.default-dispatcher-15] DEBUG org.apache.flink.runtime.scheduler.SharedSlot - Release shared slot externally (SlotRequestId{f2c3109cda9efbab07c7dbaf4c8a6720}) 09:37:50.486 [flink-akka.actor.default-dispatcher-15] DEBUG org.apache.flink.runtime.jobmaster.slotpool.SlotPoolImpl - Releasing slot [SlotRequestId{f2c3109cda9efbab07c7dbaf4c8a6720}] because: Slot is being returned from SlotSharingExecutionSlotAllocator. 09:37:50.486 [flink-akka.actor.default-dispatcher-15] DEBUG org.apache.flink.runtime.scheduler.SharedSlot - Release shared slot (SlotRequestId{f2c3109cda9efbab07c7dbaf4c8a6720}) 09:37:50.486 [flink-akka.actor.default-dispatcher-15] DEBUG org.apache.flink.runtime.jobmaster.slotpool.SlotPoolImpl - Adding slot [e0a5eadb9cc659303d051073240de424] to available slots 09:37:50.592 [jobmanager-future-thread-17] DEBUG org.apache.flink.runtime.checkpoint.CheckpointCoordinator - Received another decline message for now expired checkpoint attempt 1 from task a1926c122fe4c7639263149a76a05055 of job 2e9f246cf523737a1049a7b2830c723f at container_1660094185335_0105_01_000002 @ hadoop03 (dataPort=39667) : Checkpoint was declined (tasks not ready) 09:37:50.592 [flink-akka.actor.default-dispatcher-3] INFO org.apache.flink.runtime.executiongraph.ExecutionGraph - Source: mysqlsourcefactory -> Sink: hivesinkfactory (11/20) (a1926c122fe4c7639263149a76a05055) switched from RUNNING to FINISHED. 09:37:50.592 [flink-akka.actor.default-dispatcher-3] DEBUG org.apache.flink.runtime.executiongraph.ExecutionGraph - Ignoring transition of vertex Source: mysqlsourcefactory -> Sink: hivesinkfactory (11/20) - execution #0 to FAILED while being FINISHED. 09:37:50.592 [flink-akka.actor.default-dispatcher-3] DEBUG org.apache.flink.runtime.scheduler.SharedSlot - Remove logical slot (SlotRequestId{a4f345afdc68cea4685306a1e56af585}) for execution vertex (id cbc357ccb763df2852fee8c4fc7d55f2_10) from the physical slot (SlotRequestId{8466765b7c0a071ca1a2376f61454ea9}) 09:37:50.593 [flink-akka.actor.default-dispatcher-3] DEBUG org.apache.flink.runtime.scheduler.SharedSlot - Release shared slot externally (SlotRequestId{8466765b7c0a071ca1a2376f61454ea9}) 09:37:50.593 [flink-akka.actor.default-dispatcher-3] DEBUG org.apache.flink.runtime.jobmaster.slotpool.SlotPoolImpl - Releasing slot [SlotRequestId{8466765b7c0a071ca1a2376f61454ea9}] because: Slot is being returned from SlotSharingExecutionSlotAllocator. 09:37:50.593 [flink-akka.actor.default-dispatcher-3] DEBUG org.apache.flink.runtime.scheduler.SharedSlot - Release shared slot (SlotRequestId{8466765b7c0a071ca1a2376f61454ea9}) 09:37:50.593 [flink-akka.actor.default-dispatcher-3] DEBUG org.apache.flink.runtime.jobmaster.slotpool.SlotPoolImpl - Adding slot [a6c2775a911b332ccc11701201afbaef] to available slots 09:37:50.686 [jobmanager-future-thread-3] DEBUG org.apache.flink.runtime.checkpoint.CheckpointCoordinator - Received another decline message for now expired checkpoint attempt 1 from task 56d4859b101cbb482d64123bb9dc5f38 of job 2e9f246cf523737a1049a7b2830c723f at container_1660094185335_0105_01_000002 @ hadoop03 (dataPort=39667) : Checkpoint was declined (tasks not ready) 09:37:50.687 [flink-akka.actor.default-dispatcher-3] INFO org.apache.flink.runtime.executiongraph.ExecutionGraph - Source: mysqlsourcefactory -> Sink: hivesinkfactory (6/20) (56d4859b101cbb482d64123bb9dc5f38) switched from RUNNING to FINISHED. 09:37:50.687 [flink-akka.actor.default-dispatcher-3] DEBUG org.apache.flink.runtime.executiongraph.ExecutionGraph - Ignoring transition of vertex Source: mysqlsourcefactory -> Sink: hivesinkfactory (6/20) - execution #0 to FAILED while being FINISHED. 09:37:50.687 [flink-akka.actor.default-dispatcher-3] DEBUG org.apache.flink.runtime.scheduler.SharedSlot - Remove logical slot (SlotRequestId{9a133672a9c8d194b05ea65f31937ef5}) for execution vertex (id cbc357ccb763df2852fee8c4fc7d55f2_5) from the physical slot (SlotRequestId{17e5d0dd4decbd9f3377ddd53c4fb61d}) 09:37:50.687 [flink-akka.actor.default-dispatcher-3] DEBUG org.apache.flink.runtime.scheduler.SharedSlot - Release shared slot externally (SlotRequestId{17e5d0dd4decbd9f3377ddd53c4fb61d}) 09:37:50.687 [flink-akka.actor.default-dispatcher-3] DEBUG org.apache.flink.runtime.jobmaster.slotpool.SlotPoolImpl - Releasing slot [SlotRequestId{17e5d0dd4decbd9f3377ddd53c4fb61d}] because: Slot is being returned from SlotSharingExecutionSlotAllocator. 09:37:50.687 [flink-akka.actor.default-dispatcher-3] DEBUG org.apache.flink.runtime.scheduler.SharedSlot - Release shared slot (SlotRequestId{17e5d0dd4decbd9f3377ddd53c4fb61d}) 09:37:50.687 [flink-akka.actor.default-dispatcher-3] DEBUG org.apache.flink.runtime.jobmaster.slotpool.SlotPoolImpl - Adding slot [37fc0636de57d7daad8d9ef8f080913b] to available slots 09:37:50.798 [jobmanager-future-thread-18] DEBUG org.apache.flink.runtime.checkpoint.CheckpointCoordinator - Received another decline message for now expired checkpoint attempt 1 from task eacd67c46037852582f71e20662ee061 of job 2e9f246cf523737a1049a7b2830c723f at container_1660094185335_0105_01_000002 @ hadoop03 (dataPort=39667) : Checkpoint was declined (tasks not ready) 09:37:50.799 [flink-akka.actor.default-dispatcher-15] INFO org.apache.flink.runtime.executiongraph.ExecutionGraph - Source: mysqlsourcefactory -> Sink: hivesinkfactory (12/20) (eacd67c46037852582f71e20662ee061) switched from RUNNING to FINISHED. 09:37:50.799 [flink-akka.actor.default-dispatcher-15] DEBUG org.apache.flink.runtime.executiongraph.ExecutionGraph - Ignoring transition of vertex Source: mysqlsourcefactory -> Sink: hivesinkfactory (12/20) - execution #0 to FAILED while being FINISHED. 09:37:50.799 [flink-akka.actor.default-dispatcher-15] DEBUG org.apache.flink.runtime.scheduler.SharedSlot - Remove logical slot (SlotRequestId{ef58888814d75ed92c7aa5cdac5ede83}) for execution vertex (id cbc357ccb763df2852fee8c4fc7d55f2_11) from the physical slot (SlotRequestId{5fdefacc0459ac6f3fb15327661867d5}) 09:37:50.799 [flink-akka.actor.default-dispatcher-15] DEBUG org.apache.flink.runtime.scheduler.SharedSlot - Release shared slot externally (SlotRequestId{5fdefacc0459ac6f3fb15327661867d5}) 09:37:50.799 [flink-akka.actor.default-dispatcher-15] DEBUG org.apache.flink.runtime.jobmaster.slotpool.SlotPoolImpl - Releasing slot [SlotRequestId{5fdefacc0459ac6f3fb15327661867d5}] because: Slot is being returned from SlotSharingExecutionSlotAllocator. 09:37:50.799 [flink-akka.actor.default-dispatcher-15] DEBUG org.apache.flink.runtime.scheduler.SharedSlot - Release shared slot (SlotRequestId{5fdefacc0459ac6f3fb15327661867d5}) 09:37:50.799 [flink-akka.actor.default-dispatcher-15] DEBUG org.apache.flink.runtime.jobmaster.slotpool.SlotPoolImpl - Adding slot [b35dcfe386fe2ba94bdd440e4570a887] to available slots 09:37:50.910 [jobmanager-future-thread-10] DEBUG org.apache.flink.runtime.checkpoint.CheckpointCoordinator - Received another decline message for now expired checkpoint attempt 1 from task 17cb51415b0c830809b2cc89619aca09 of job 2e9f246cf523737a1049a7b2830c723f at container_1660094185335_0105_01_000002 @ hadoop03 (dataPort=39667) : Checkpoint was declined (tasks not ready) 09:37:50.910 [flink-akka.actor.default-dispatcher-15] INFO org.apache.flink.runtime.executiongraph.ExecutionGraph - Source: mysqlsourcefactory -> Sink: hivesinkfactory (3/20) (17cb51415b0c830809b2cc89619aca09) switched from RUNNING to FINISHED. 09:37:50.910 [flink-akka.actor.default-dispatcher-15] DEBUG org.apache.flink.runtime.executiongraph.ExecutionGraph - Ignoring transition of vertex Source: mysqlsourcefactory -> Sink: hivesinkfactory (3/20) - execution #0 to FAILED while being FINISHED. 09:37:50.910 [flink-akka.actor.default-dispatcher-15] DEBUG org.apache.flink.runtime.scheduler.SharedSlot - Remove logical slot (SlotRequestId{783ff7ffe05a9ac8938c922008a8bc74}) for execution vertex (id cbc357ccb763df2852fee8c4fc7d55f2_2) from the physical slot (SlotRequestId{4f91ae1f3d94360d95928c39333521be}) 09:37:50.910 [flink-akka.actor.default-dispatcher-15] DEBUG org.apache.flink.runtime.scheduler.SharedSlot - Release shared slot externally (SlotRequestId{4f91ae1f3d94360d95928c39333521be}) 09:37:50.910 [flink-akka.actor.default-dispatcher-15] DEBUG org.apache.flink.runtime.jobmaster.slotpool.SlotPoolImpl - Releasing slot [SlotRequestId{4f91ae1f3d94360d95928c39333521be}] because: Slot is being returned from SlotSharingExecutionSlotAllocator. 09:37:50.910 [flink-akka.actor.default-dispatcher-15] DEBUG org.apache.flink.runtime.scheduler.SharedSlot - Release shared slot (SlotRequestId{4f91ae1f3d94360d95928c39333521be}) 09:37:50.910 [flink-akka.actor.default-dispatcher-15] DEBUG org.apache.flink.runtime.jobmaster.slotpool.SlotPoolImpl - Adding slot [3c86c141c66e5f84cb06f3217a667648] to available slots 09:37:51.007 [jobmanager-future-thread-5] DEBUG org.apache.flink.runtime.checkpoint.CheckpointCoordinator - Received another decline message for now expired checkpoint attempt 1 from task 21761a7c17cc2670c5de5815ae68c7cb of job 2e9f246cf523737a1049a7b2830c723f at container_1660094185335_0105_01_000002 @ hadoop03 (dataPort=39667) : Checkpoint was declined (tasks not ready) 09:37:51.007 [flink-akka.actor.default-dispatcher-15] INFO org.apache.flink.runtime.executiongraph.ExecutionGraph - Source: mysqlsourcefactory -> Sink: hivesinkfactory (5/20) (21761a7c17cc2670c5de5815ae68c7cb) switched from RUNNING to FINISHED. 09:37:51.007 [flink-akka.actor.default-dispatcher-15] DEBUG org.apache.flink.runtime.executiongraph.ExecutionGraph - Ignoring transition of vertex Source: mysqlsourcefactory -> Sink: hivesinkfactory (5/20) - execution #0 to FAILED while being FINISHED. 09:37:51.007 [flink-akka.actor.default-dispatcher-15] DEBUG org.apache.flink.runtime.scheduler.SharedSlot - Remove logical slot (SlotRequestId{6043a1d1c4d5c5632488df12c63f1824}) for execution vertex (id cbc357ccb763df2852fee8c4fc7d55f2_4) from the physical slot (SlotRequestId{85fd6fd1c5233e8dbd948bf8b96b12a3}) 09:37:51.007 [flink-akka.actor.default-dispatcher-15] DEBUG org.apache.flink.runtime.scheduler.SharedSlot - Release shared slot externally (SlotRequestId{85fd6fd1c5233e8dbd948bf8b96b12a3}) 09:37:51.007 [flink-akka.actor.default-dispatcher-15] DEBUG org.apache.flink.runtime.jobmaster.slotpool.SlotPoolImpl - Releasing slot [SlotRequestId{85fd6fd1c5233e8dbd948bf8b96b12a3}] because: Slot is being returned from SlotSharingExecutionSlotAllocator. 09:37:51.007 [flink-akka.actor.default-dispatcher-15] DEBUG org.apache.flink.runtime.scheduler.SharedSlot - Release shared slot (SlotRequestId{85fd6fd1c5233e8dbd948bf8b96b12a3}) 09:37:51.007 [flink-akka.actor.default-dispatcher-15] DEBUG org.apache.flink.runtime.jobmaster.slotpool.SlotPoolImpl - Adding slot [d8ac23390717f7e7a6cd41e8d852acda] to available slots 09:37:51.110 [jobmanager-future-thread-13] DEBUG org.apache.flink.runtime.checkpoint.CheckpointCoordinator - Received another decline message for now expired checkpoint attempt 1 from task 32ba45b168c996e2842530b23ee755f1 of job 2e9f246cf523737a1049a7b2830c723f at container_1660094185335_0105_01_000002 @ hadoop03 (dataPort=39667) : Checkpoint was declined (tasks not ready) 09:37:51.110 [flink-akka.actor.default-dispatcher-3] INFO org.apache.flink.runtime.executiongraph.ExecutionGraph - Source: mysqlsourcefactory -> Sink: hivesinkfactory (9/20) (32ba45b168c996e2842530b23ee755f1) switched from RUNNING to FINISHED. 09:37:51.110 [flink-akka.actor.default-dispatcher-3] DEBUG org.apache.flink.runtime.executiongraph.ExecutionGraph - Ignoring transition of vertex Source: mysqlsourcefactory -> Sink: hivesinkfactory (9/20) - execution #0 to FAILED while being FINISHED. 09:37:51.110 [flink-akka.actor.default-dispatcher-3] DEBUG org.apache.flink.runtime.scheduler.SharedSlot - Remove logical slot (SlotRequestId{e669e31d4bc1f448aefff07f560773fb}) for execution vertex (id cbc357ccb763df2852fee8c4fc7d55f2_8) from the physical slot (SlotRequestId{90fdfd32e123ea9be3efec0ef5d3a178}) 09:37:51.110 [flink-akka.actor.default-dispatcher-3] DEBUG org.apache.flink.runtime.scheduler.SharedSlot - Release shared slot externally (SlotRequestId{90fdfd32e123ea9be3efec0ef5d3a178}) 09:37:51.110 [flink-akka.actor.default-dispatcher-3] DEBUG org.apache.flink.runtime.jobmaster.slotpool.SlotPoolImpl - Releasing slot [SlotRequestId{90fdfd32e123ea9be3efec0ef5d3a178}] because: Slot is being returned from SlotSharingExecutionSlotAllocator. 09:37:51.110 [flink-akka.actor.default-dispatcher-3] DEBUG org.apache.flink.runtime.scheduler.SharedSlot - Release shared slot (SlotRequestId{90fdfd32e123ea9be3efec0ef5d3a178}) 09:37:51.110 [flink-akka.actor.default-dispatcher-3] DEBUG org.apache.flink.runtime.jobmaster.slotpool.SlotPoolImpl - Adding slot [41ca9d04e15683dd961007b253d1049d] to available slots 09:37:51.222 [jobmanager-future-thread-20] DEBUG org.apache.flink.runtime.checkpoint.CheckpointCoordinator - Received another decline message for now expired checkpoint attempt 1 from task 974f91c9a885011d74697a9412dc8272 of job 2e9f246cf523737a1049a7b2830c723f at container_1660094185335_0105_01_000002 @ hadoop03 (dataPort=39667) : Checkpoint was declined (tasks not ready) 09:37:51.222 [flink-akka.actor.default-dispatcher-3] INFO org.apache.flink.runtime.executiongraph.ExecutionGraph - Source: mysqlsourcefactory -> Sink: hivesinkfactory (2/20) (974f91c9a885011d74697a9412dc8272) switched from RUNNING to FINISHED. 09:37:51.222 [flink-akka.actor.default-dispatcher-3] DEBUG org.apache.flink.runtime.executiongraph.ExecutionGraph - Ignoring transition of vertex Source: mysqlsourcefactory -> Sink: hivesinkfactory (2/20) - execution #0 to FAILED while being FINISHED. 09:37:51.222 [flink-akka.actor.default-dispatcher-3] DEBUG org.apache.flink.runtime.scheduler.SharedSlot - Remove logical slot (SlotRequestId{e5f66ca2ca25507471c2e43c78d09e01}) for execution vertex (id cbc357ccb763df2852fee8c4fc7d55f2_1) from the physical slot (SlotRequestId{16c3f780687ceed913e2f369879b3f82}) 09:37:51.222 [flink-akka.actor.default-dispatcher-3] DEBUG org.apache.flink.runtime.scheduler.SharedSlot - Release shared slot externally (SlotRequestId{16c3f780687ceed913e2f369879b3f82}) 09:37:51.222 [flink-akka.actor.default-dispatcher-3] DEBUG org.apache.flink.runtime.jobmaster.slotpool.SlotPoolImpl - Releasing slot [SlotRequestId{16c3f780687ceed913e2f369879b3f82}] because: Slot is being returned from SlotSharingExecutionSlotAllocator. 09:37:51.222 [flink-akka.actor.default-dispatcher-3] DEBUG org.apache.flink.runtime.scheduler.SharedSlot - Release shared slot (SlotRequestId{16c3f780687ceed913e2f369879b3f82}) 09:37:51.222 [flink-akka.actor.default-dispatcher-3] DEBUG org.apache.flink.runtime.jobmaster.slotpool.SlotPoolImpl - Adding slot [bd7618e1cf61c6b7744a3db94226e894] to available slots 09:37:51.325 [jobmanager-future-thread-29] DEBUG org.apache.flink.runtime.checkpoint.CheckpointCoordinator - Received another decline message for now expired checkpoint attempt 1 from task 13659a4ccf76ad74137b13aac70828a2 of job 2e9f246cf523737a1049a7b2830c723f at container_1660094185335_0105_01_000002 @ hadoop03 (dataPort=39667) : Checkpoint was declined (tasks not ready) 09:37:51.326 [flink-akka.actor.default-dispatcher-3] INFO org.apache.flink.runtime.executiongraph.ExecutionGraph - Source: mysqlsourcefactory -> Sink: hivesinkfactory (20/20) (13659a4ccf76ad74137b13aac70828a2) switched from RUNNING to FINISHED. 09:37:51.326 [flink-akka.actor.default-dispatcher-3] DEBUG org.apache.flink.runtime.executiongraph.ExecutionGraph - Ignoring transition of vertex Source: mysqlsourcefactory -> Sink: hivesinkfactory (20/20) - execution #0 to FAILED while being FINISHED. 09:37:51.326 [flink-akka.actor.default-dispatcher-3] DEBUG org.apache.flink.runtime.scheduler.SharedSlot - Remove logical slot (SlotRequestId{8fcdcb96848916fb827b7db505281203}) for execution vertex (id cbc357ccb763df2852fee8c4fc7d55f2_19) from the physical slot (SlotRequestId{3ae2b7b8a860f077ca3949314f6979cf}) 09:37:51.326 [flink-akka.actor.default-dispatcher-3] DEBUG org.apache.flink.runtime.scheduler.SharedSlot - Release shared slot externally (SlotRequestId{3ae2b7b8a860f077ca3949314f6979cf}) 09:37:51.326 [flink-akka.actor.default-dispatcher-3] DEBUG org.apache.flink.runtime.jobmaster.slotpool.SlotPoolImpl - Releasing slot [SlotRequestId{3ae2b7b8a860f077ca3949314f6979cf}] because: Slot is being returned from SlotSharingExecutionSlotAllocator. 09:37:51.326 [flink-akka.actor.default-dispatcher-3] DEBUG org.apache.flink.runtime.scheduler.SharedSlot - Release shared slot (SlotRequestId{3ae2b7b8a860f077ca3949314f6979cf}) 09:37:51.326 [flink-akka.actor.default-dispatcher-3] DEBUG org.apache.flink.runtime.jobmaster.slotpool.SlotPoolImpl - Adding slot [4ae460d066fff9bd3f47cae42e7095fb] to available slots 09:37:51.424 [jobmanager-future-thread-2] DEBUG org.apache.flink.runtime.checkpoint.CheckpointCoordinator - Received another decline message for now expired checkpoint attempt 1 from task 34f44c61d93b0f9f8f757a13dcd3a7b8 of job 2e9f246cf523737a1049a7b2830c723f at container_1660094185335_0105_01_000002 @ hadoop03 (dataPort=39667) : Checkpoint was declined (tasks not ready) 09:37:51.424 [flink-akka.actor.default-dispatcher-3] INFO org.apache.flink.runtime.executiongraph.ExecutionGraph - Source: mysqlsourcefactory -> Sink: hivesinkfactory (17/20) (34f44c61d93b0f9f8f757a13dcd3a7b8) switched from RUNNING to FINISHED. 09:37:51.424 [flink-akka.actor.default-dispatcher-3] DEBUG org.apache.flink.runtime.executiongraph.ExecutionGraph - Ignoring transition of vertex Source: mysqlsourcefactory -> Sink: hivesinkfactory (17/20) - execution #0 to FAILED while being FINISHED. 09:37:51.424 [flink-akka.actor.default-dispatcher-3] DEBUG org.apache.flink.runtime.scheduler.SharedSlot - Remove logical slot (SlotRequestId{395585f79a063f0d850f00fce0b02428}) for execution vertex (id cbc357ccb763df2852fee8c4fc7d55f2_16) from the physical slot (SlotRequestId{534ea6c9d4b2896ff5d69d5b32cbe824}) 09:37:51.424 [flink-akka.actor.default-dispatcher-3] DEBUG org.apache.flink.runtime.scheduler.SharedSlot - Release shared slot externally (SlotRequestId{534ea6c9d4b2896ff5d69d5b32cbe824}) 09:37:51.424 [flink-akka.actor.default-dispatcher-3] DEBUG org.apache.flink.runtime.jobmaster.slotpool.SlotPoolImpl - Releasing slot [SlotRequestId{534ea6c9d4b2896ff5d69d5b32cbe824}] because: Slot is being returned from SlotSharingExecutionSlotAllocator. 09:37:51.424 [flink-akka.actor.default-dispatcher-3] DEBUG org.apache.flink.runtime.scheduler.SharedSlot - Release shared slot (SlotRequestId{534ea6c9d4b2896ff5d69d5b32cbe824}) 09:37:51.424 [flink-akka.actor.default-dispatcher-3] DEBUG org.apache.flink.runtime.jobmaster.slotpool.SlotPoolImpl - Adding slot [41adc0a9bde4362e87aa51b9de9d5557] to available slots 09:37:51.525 [jobmanager-future-thread-21] DEBUG org.apache.flink.runtime.checkpoint.CheckpointCoordinator - Received another decline message for now expired checkpoint attempt 1 from task fcc836229ef3d20e937ea5ec6284e962 of job 2e9f246cf523737a1049a7b2830c723f at container_1660094185335_0105_01_000002 @ hadoop03 (dataPort=39667) : Checkpoint was declined (tasks not ready) 09:37:51.526 [flink-akka.actor.default-dispatcher-15] INFO org.apache.flink.runtime.executiongraph.ExecutionGraph - Source: mysqlsourcefactory -> Sink: hivesinkfactory (1/20) (fcc836229ef3d20e937ea5ec6284e962) switched from RUNNING to FINISHED. 09:37:51.526 [flink-akka.actor.default-dispatcher-15] DEBUG org.apache.flink.runtime.executiongraph.ExecutionGraph - Ignoring transition of vertex Source: mysqlsourcefactory -> Sink: hivesinkfactory (1/20) - execution #0 to FAILED while being FINISHED. 09:37:51.526 [flink-akka.actor.default-dispatcher-15] DEBUG org.apache.flink.runtime.scheduler.SharedSlot - Remove logical slot (SlotRequestId{7a3c9414363c591c7bbf6d546a88bbc1}) for execution vertex (id cbc357ccb763df2852fee8c4fc7d55f2_0) from the physical slot (SlotRequestId{925e98d8b63bce5b0a6b0562bad8b41a}) 09:37:51.526 [flink-akka.actor.default-dispatcher-15] DEBUG org.apache.flink.runtime.scheduler.SharedSlot - Release shared slot externally (SlotRequestId{925e98d8b63bce5b0a6b0562bad8b41a}) 09:37:51.526 [flink-akka.actor.default-dispatcher-15] DEBUG org.apache.flink.runtime.jobmaster.slotpool.SlotPoolImpl - Releasing slot [SlotRequestId{925e98d8b63bce5b0a6b0562bad8b41a}] because: Slot is being returned from SlotSharingExecutionSlotAllocator. 09:37:51.526 [flink-akka.actor.default-dispatcher-15] DEBUG org.apache.flink.runtime.scheduler.SharedSlot - Release shared slot (SlotRequestId{925e98d8b63bce5b0a6b0562bad8b41a}) 09:37:51.526 [flink-akka.actor.default-dispatcher-15] DEBUG org.apache.flink.runtime.jobmaster.slotpool.SlotPoolImpl - Adding slot [ebc77f7087faa44dbaae74a8550b98cd] to available slots 09:37:56.210 [Flink-MetricRegistry-thread-1] DEBUG org.apache.flink.metrics.prometheus.PrometheusPushGatewayReporter - Invalid type for Gauge org.apache.flink.runtime.checkpoint.CheckpointStatsTracker$LatestCompletedCheckpointExternalPathGauge@15cfad5: java.lang.String, only number types and booleans are supported by this reporter. 09:37:57.091 [flink-akka.actor.default-dispatcher-15] DEBUG org.apache.flink.runtime.resourcemanager.active.ActiveResourceManager - Trigger heartbeat request. 09:37:57.092 [flink-akka.actor.default-dispatcher-15] DEBUG org.apache.flink.runtime.resourcemanager.active.ActiveResourceManager - Trigger heartbeat request. 09:37:57.092 [flink-akka.actor.default-dispatcher-2] DEBUG org.apache.flink.runtime.jobmaster.JobMaster - Received heartbeat request from 4037de5f7ed0a952ff460a961950ac71. 09:37:57.092 [flink-akka.actor.default-dispatcher-15] DEBUG org.apache.flink.runtime.resourcemanager.active.ActiveResourceManager - Received heartbeat from 11752dc8c4ddfa25593f040e1bdc1a9e. 09:37:57.095 [flink-akka.actor.default-dispatcher-15] DEBUG org.apache.flink.runtime.resourcemanager.active.ActiveResourceManager - Received heartbeat from container_1660094185335_0105_01_000002. 09:37:57.095 [flink-akka.actor.default-dispatcher-15] DEBUG org.apache.flink.runtime.resourcemanager.slotmanager.SlotManagerImpl - Received slot report from instance 9632bb7fb8bdc3e55695dd79270e067d: SlotReport{SlotStatus{slotID=container_1660094185335_0105_01_000002_0, allocationID=b2157c584c82977c323e295eadcaef8d, jobID=2e9f246cf523737a1049a7b2830c723f, resourceProfile=ResourceProfile{cpuCores=1.0000000000000000, taskHeapMemory=165.120mb (173140866 bytes), taskOffHeapMemory=0 bytes, managedMemory=142.336mb (149250115 bytes), networkMemory=35.584mb (37312528 bytes)}}SlotStatus{slotID=container_1660094185335_0105_01_000002_1, allocationID=00f73370646e68de37b37bb0ae3f12a1, jobID=2e9f246cf523737a1049a7b2830c723f, resourceProfile=ResourceProfile{cpuCores=1.0000000000000000, taskHeapMemory=165.120mb (173140866 bytes), taskOffHeapMemory=0 bytes, managedMemory=142.336mb (149250115 bytes), networkMemory=35.584mb (37312528 bytes)}}SlotStatus{slotID=container_1660094185335_0105_01_000002_2, allocationID=377f7b81f7e21e044851001bd04aeab4, jobID=2e9f246cf523737a1049a7b2830c723f, resourceProfile=ResourceProfile{cpuCores=1.0000000000000000, taskHeapMemory=165.120mb (173140866 bytes), taskOffHeapMemory=0 bytes, managedMemory=142.336mb (149250115 bytes), networkMemory=35.584mb (37312528 bytes)}}SlotStatus{slotID=container_1660094185335_0105_01_000002_3, allocationID=5d9b0d313b4c61ea963c45e4aac1e1af, jobID=2e9f246cf523737a1049a7b2830c723f, resourceProfile=ResourceProfile{cpuCores=1.0000000000000000, taskHeapMemory=165.120mb (173140866 bytes), taskOffHeapMemory=0 bytes, managedMemory=142.336mb (149250115 bytes), networkMemory=35.584mb (37312528 bytes)}}SlotStatus{slotID=container_1660094185335_0105_01_000002_4, allocationID=41adc0a9bde4362e87aa51b9de9d5557, jobID=2e9f246cf523737a1049a7b2830c723f, resourceProfile=ResourceProfile{cpuCores=1.0000000000000000, taskHeapMemory=165.120mb (173140866 bytes), taskOffHeapMemory=0 bytes, managedMemory=142.336mb (149250115 bytes), networkMemory=35.584mb (37312528 bytes)}}SlotStatus{slotID=container_1660094185335_0105_01_000002_5, allocationID=e9c0f1406c5051185a4a3d72c8ce4ef6, jobID=2e9f246cf523737a1049a7b2830c723f, resourceProfile=ResourceProfile{cpuCores=1.0000000000000000, taskHeapMemory=165.120mb (173140866 bytes), taskOffHeapMemory=0 bytes, managedMemory=142.336mb (149250115 bytes), networkMemory=35.584mb (37312528 bytes)}}SlotStatus{slotID=container_1660094185335_0105_01_000002_6, allocationID=37fc0636de57d7daad8d9ef8f080913b, jobID=2e9f246cf523737a1049a7b2830c723f, resourceProfile=ResourceProfile{cpuCores=1.0000000000000000, taskHeapMemory=165.120mb (173140866 bytes), taskOffHeapMemory=0 bytes, managedMemory=142.336mb (149250115 bytes), networkMemory=35.584mb (37312528 bytes)}}SlotStatus{slotID=container_1660094185335_0105_01_000002_7, allocationID=a1dc34deb46df918ad9bea859ae6205e, jobID=2e9f246cf523737a1049a7b2830c723f, resourceProfile=ResourceProfile{cpuCores=1.0000000000000000, taskHeapMemory=165.120mb (173140866 bytes), taskOffHeapMemory=0 bytes, managedMemory=142.336mb (149250115 bytes), networkMemory=35.584mb (37312528 bytes)}}SlotStatus{slotID=container_1660094185335_0105_01_000002_8, allocationID=b35dcfe386fe2ba94bdd440e4570a887, jobID=2e9f246cf523737a1049a7b2830c723f, resourceProfile=ResourceProfile{cpuCores=1.0000000000000000, taskHeapMemory=165.120mb (173140866 bytes), taskOffHeapMemory=0 bytes, managedMemory=142.336mb (149250115 bytes), networkMemory=35.584mb (37312528 bytes)}}SlotStatus{slotID=container_1660094185335_0105_01_000002_9, allocationID=c79ab7e3fb77159f6fdc73fc25d06670, jobID=2e9f246cf523737a1049a7b2830c723f, resourceProfile=ResourceProfile{cpuCores=1.0000000000000000, taskHeapMemory=165.120mb (173140866 bytes), taskOffHeapMemory=0 bytes, managedMemory=142.336mb (149250115 bytes), networkMemory=35.584mb (37312528 bytes)}}SlotStatus{slotID=container_1660094185335_0105_01_000002_10, allocationID=3c86c141c66e5f84cb06f3217a667648, jobID=2e9f246cf523737a1049a7b2830c723f, resourceProfile=ResourceProfile{cpuCores=1.0000000000000000, taskHeapMemory=165.120mb (173140866 bytes), taskOffHeapMemory=0 bytes, managedMemory=142.336mb (149250115 bytes), networkMemory=35.584mb (37312528 bytes)}}SlotStatus{slotID=container_1660094185335_0105_01_000002_11, allocationID=d8ac23390717f7e7a6cd41e8d852acda, jobID=2e9f246cf523737a1049a7b2830c723f, resourceProfile=ResourceProfile{cpuCores=1.0000000000000000, taskHeapMemory=165.120mb (173140866 bytes), taskOffHeapMemory=0 bytes, managedMemory=142.336mb (149250115 bytes), networkMemory=35.584mb (37312528 bytes)}}SlotStatus{slotID=container_1660094185335_0105_01_000002_12, allocationID=dd57443292ef8b16be14fece8c235eee, jobID=2e9f246cf523737a1049a7b2830c723f, resourceProfile=ResourceProfile{cpuCores=1.0000000000000000, taskHeapMemory=165.120mb (173140866 bytes), taskOffHeapMemory=0 bytes, managedMemory=142.336mb (149250115 bytes), networkMemory=35.584mb (37312528 bytes)}}SlotStatus{slotID=container_1660094185335_0105_01_000002_13, allocationID=a6c2775a911b332ccc11701201afbaef, jobID=2e9f246cf523737a1049a7b2830c723f, resourceProfile=ResourceProfile{cpuCores=1.0000000000000000, taskHeapMemory=165.120mb (173140866 bytes), taskOffHeapMemory=0 bytes, managedMemory=142.336mb (149250115 bytes), networkMemory=35.584mb (37312528 bytes)}}SlotStatus{slotID=container_1660094185335_0105_01_000002_14, allocationID=ebc77f7087faa44dbaae74a8550b98cd, jobID=2e9f246cf523737a1049a7b2830c723f, resourceProfile=ResourceProfile{cpuCores=1.0000000000000000, taskHeapMemory=165.120mb (173140866 bytes), taskOffHeapMemory=0 bytes, managedMemory=142.336mb (149250115 bytes), networkMemory=35.584mb (37312528 bytes)}}SlotStatus{slotID=container_1660094185335_0105_01_000002_15, allocationID=e0a5eadb9cc659303d051073240de424, jobID=2e9f246cf523737a1049a7b2830c723f, resourceProfile=ResourceProfile{cpuCores=1.0000000000000000, taskHeapMemory=165.120mb (173140866 bytes), taskOffHeapMemory=0 bytes, managedMemory=142.336mb (149250115 bytes), networkMemory=35.584mb (37312528 bytes)}}SlotStatus{slotID=container_1660094185335_0105_01_000002_16, allocationID=41ca9d04e15683dd961007b253d1049d, jobID=2e9f246cf523737a1049a7b2830c723f, resourceProfile=ResourceProfile{cpuCores=1.0000000000000000, taskHeapMemory=165.120mb (173140866 bytes), taskOffHeapMemory=0 bytes, managedMemory=142.336mb (149250115 bytes), networkMemory=35.584mb (37312528 bytes)}}SlotStatus{slotID=container_1660094185335_0105_01_000002_17, allocationID=bd7618e1cf61c6b7744a3db94226e894, jobID=2e9f246cf523737a1049a7b2830c723f, resourceProfile=ResourceProfile{cpuCores=1.0000000000000000, taskHeapMemory=165.120mb (173140866 bytes), taskOffHeapMemory=0 bytes, managedMemory=142.336mb (149250115 bytes), networkMemory=35.584mb (37312528 bytes)}}SlotStatus{slotID=container_1660094185335_0105_01_000002_18, allocationID=7074aad14a590fc52f2c22df9733c60b, jobID=2e9f246cf523737a1049a7b2830c723f, resourceProfile=ResourceProfile{cpuCores=1.0000000000000000, taskHeapMemory=165.120mb (173140866 bytes), taskOffHeapMemory=0 bytes, managedMemory=142.336mb (149250115 bytes), networkMemory=35.584mb (37312528 bytes)}}SlotStatus{slotID=container_1660094185335_0105_01_000002_19, allocationID=4ae460d066fff9bd3f47cae42e7095fb, jobID=2e9f246cf523737a1049a7b2830c723f, resourceProfile=ResourceProfile{cpuCores=1.0000000000000000, taskHeapMemory=165.120mb (173140866 bytes), taskOffHeapMemory=0 bytes, managedMemory=142.336mb (149250115 bytes), networkMemory=35.584mb (37312528 bytes)}}}. 09:37:57.096 [flink-akka.actor.default-dispatcher-15] DEBUG org.apache.flink.runtime.io.network.partition.ResourceManagerPartitionTrackerImpl - Processing cluster partition report from task executor container_1660094185335_0105_01_000002: PartitionReport{entries=[]}. 09:37:57.631 [flink-akka.actor.default-dispatcher-15] DEBUG org.apache.flink.runtime.jobmaster.JobMaster - Trigger heartbeat request. 09:37:57.635 [flink-akka.actor.default-dispatcher-15] DEBUG org.apache.flink.runtime.jobmaster.JobMaster - Received heartbeat from container_1660094185335_0105_01_000002. 09:37:58.421 [Checkpoint Timer] INFO org.apache.flink.runtime.checkpoint.CheckpointCoordinator - Checkpoint triggering task Source: mysqlsourcefactory -> Sink: hivesinkfactory (1/20) of job 2e9f246cf523737a1049a7b2830c723f is not in state RUNNING but FINISHED instead. Aborting checkpoint. 09:38:00.170 [flink-akka.actor.default-dispatcher-2] INFO org.apache.flink.runtime.executiongraph.ExecutionGraph - Source: mysqlsourcefactory -> Sink: hivesinkfactory (4/20) (de01b3fd6d6ea9727f64bd67269f1cc3) switched from RUNNING to FINISHED. 09:38:00.170 [flink-akka.actor.default-dispatcher-2] DEBUG org.apache.flink.runtime.executiongraph.ExecutionGraph - Ignoring transition of vertex Source: mysqlsourcefactory -> Sink: hivesinkfactory (4/20) - execution #0 to FAILED while being FINISHED. 09:38:00.170 [flink-akka.actor.default-dispatcher-2] DEBUG org.apache.flink.runtime.scheduler.SharedSlot - Remove logical slot (SlotRequestId{c4f4eb00a56971a788a60fb11c694a0d}) for execution vertex (id cbc357ccb763df2852fee8c4fc7d55f2_3) from the physical slot (SlotRequestId{9beea954a3b980d3ab4b04b56e9c94c2}) 09:38:00.170 [flink-akka.actor.default-dispatcher-2] DEBUG org.apache.flink.runtime.scheduler.SharedSlot - Release shared slot externally (SlotRequestId{9beea954a3b980d3ab4b04b56e9c94c2}) 09:38:00.170 [flink-akka.actor.default-dispatcher-2] DEBUG org.apache.flink.runtime.jobmaster.slotpool.SlotPoolImpl - Releasing slot [SlotRequestId{9beea954a3b980d3ab4b04b56e9c94c2}] because: Slot is being returned from SlotSharingExecutionSlotAllocator. 09:38:00.170 [flink-akka.actor.default-dispatcher-2] DEBUG org.apache.flink.runtime.scheduler.SharedSlot - Release shared slot (SlotRequestId{9beea954a3b980d3ab4b04b56e9c94c2}) 09:38:00.170 [flink-akka.actor.default-dispatcher-2] DEBUG org.apache.flink.runtime.jobmaster.slotpool.SlotPoolImpl - Adding slot [e9c0f1406c5051185a4a3d72c8ce4ef6] to available slots 09:38:00.175 [flink-akka.actor.default-dispatcher-15] INFO org.apache.flink.runtime.executiongraph.ExecutionGraph - Source: mysqlsourcefactory -> Sink: hivesinkfactory (15/20) (b032c53ad77ac3ba75e78f8192296f0c) switched from RUNNING to FINISHED. 09:38:00.175 [flink-akka.actor.default-dispatcher-15] DEBUG org.apache.flink.runtime.executiongraph.ExecutionGraph - Ignoring transition of vertex Source: mysqlsourcefactory -> Sink: hivesinkfactory (15/20) - execution #0 to FAILED while being FINISHED. 09:38:00.176 [flink-akka.actor.default-dispatcher-15] DEBUG org.apache.flink.runtime.scheduler.SharedSlot - Remove logical slot (SlotRequestId{a13ac9cfa464dc3edb77d84be7d1b22b}) for execution vertex (id cbc357ccb763df2852fee8c4fc7d55f2_14) from the physical slot (SlotRequestId{eea508a89e51394d703be8cf91b13b9e}) 09:38:00.176 [flink-akka.actor.default-dispatcher-15] DEBUG org.apache.flink.runtime.scheduler.SharedSlot - Release shared slot externally (SlotRequestId{eea508a89e51394d703be8cf91b13b9e}) 09:38:00.176 [flink-akka.actor.default-dispatcher-15] DEBUG org.apache.flink.runtime.jobmaster.slotpool.SlotPoolImpl - Releasing slot [SlotRequestId{eea508a89e51394d703be8cf91b13b9e}] because: Slot is being returned from SlotSharingExecutionSlotAllocator. 09:38:00.176 [flink-akka.actor.default-dispatcher-15] DEBUG org.apache.flink.runtime.scheduler.SharedSlot - Release shared slot (SlotRequestId{eea508a89e51394d703be8cf91b13b9e}) 09:38:00.176 [flink-akka.actor.default-dispatcher-15] DEBUG org.apache.flink.runtime.jobmaster.slotpool.SlotPoolImpl - Adding slot [7074aad14a590fc52f2c22df9733c60b] to available slots 09:38:00.178 [flink-akka.actor.default-dispatcher-2] INFO org.apache.flink.runtime.executiongraph.ExecutionGraph - Source: mysqlsourcefactory -> Sink: hivesinkfactory (8/20) (d00147b6768b7405b2c9c4bb849b805e) switched from RUNNING to FINISHED. 09:38:00.178 [flink-akka.actor.default-dispatcher-2] DEBUG org.apache.flink.runtime.executiongraph.ExecutionGraph - Ignoring transition of vertex Source: mysqlsourcefactory -> Sink: hivesinkfactory (8/20) - execution #0 to FAILED while being FINISHED. 09:38:00.178 [flink-akka.actor.default-dispatcher-2] DEBUG org.apache.flink.runtime.scheduler.SharedSlot - Remove logical slot (SlotRequestId{f9b1cd46eace65060a4f77da493d7d2a}) for execution vertex (id cbc357ccb763df2852fee8c4fc7d55f2_7) from the physical slot (SlotRequestId{137451960b17cf77e763af0f2a352ef3}) 09:38:00.178 [flink-akka.actor.default-dispatcher-2] DEBUG org.apache.flink.runtime.scheduler.SharedSlot - Release shared slot externally (SlotRequestId{137451960b17cf77e763af0f2a352ef3}) 09:38:00.178 [flink-akka.actor.default-dispatcher-2] DEBUG org.apache.flink.runtime.jobmaster.slotpool.SlotPoolImpl - Releasing slot [SlotRequestId{137451960b17cf77e763af0f2a352ef3}] because: Slot is being returned from SlotSharingExecutionSlotAllocator. 09:38:00.178 [flink-akka.actor.default-dispatcher-2] DEBUG org.apache.flink.runtime.scheduler.SharedSlot - Release shared slot (SlotRequestId{137451960b17cf77e763af0f2a352ef3}) 09:38:00.178 [flink-akka.actor.default-dispatcher-2] DEBUG org.apache.flink.runtime.jobmaster.slotpool.SlotPoolImpl - Adding slot [dd57443292ef8b16be14fece8c235eee] to available slots 09:38:00.179 [flink-akka.actor.default-dispatcher-15] INFO org.apache.flink.runtime.executiongraph.ExecutionGraph - Source: mysqlsourcefactory -> Sink: hivesinkfactory (10/20) (89f431b0dd296ad487fe7101a4cc3025) switched from RUNNING to FINISHED. 09:38:00.179 [flink-akka.actor.default-dispatcher-15] DEBUG org.apache.flink.runtime.executiongraph.ExecutionGraph - Ignoring transition of vertex Source: mysqlsourcefactory -> Sink: hivesinkfactory (10/20) - execution #0 to FAILED while being FINISHED. 09:38:00.179 [flink-akka.actor.default-dispatcher-15] DEBUG org.apache.flink.runtime.scheduler.SharedSlot - Remove logical slot (SlotRequestId{6c315b09bfbfe504c5b262f79f9a835f}) for execution vertex (id cbc357ccb763df2852fee8c4fc7d55f2_9) from the physical slot (SlotRequestId{d488e83c03aee0d4743943e95afb24e5}) 09:38:00.179 [flink-akka.actor.default-dispatcher-15] DEBUG org.apache.flink.runtime.scheduler.SharedSlot - Release shared slot externally (SlotRequestId{d488e83c03aee0d4743943e95afb24e5}) 09:38:00.179 [flink-akka.actor.default-dispatcher-15] DEBUG org.apache.flink.runtime.jobmaster.slotpool.SlotPoolImpl - Releasing slot [SlotRequestId{d488e83c03aee0d4743943e95afb24e5}] because: Slot is being returned from SlotSharingExecutionSlotAllocator. 09:38:00.179 [flink-akka.actor.default-dispatcher-15] DEBUG org.apache.flink.runtime.scheduler.SharedSlot - Release shared slot (SlotRequestId{d488e83c03aee0d4743943e95afb24e5}) 09:38:00.179 [flink-akka.actor.default-dispatcher-15] DEBUG org.apache.flink.runtime.jobmaster.slotpool.SlotPoolImpl - Adding slot [377f7b81f7e21e044851001bd04aeab4] to available slots 09:38:00.181 [flink-akka.actor.default-dispatcher-15] INFO org.apache.flink.runtime.executiongraph.ExecutionGraph - Source: mysqlsourcefactory -> Sink: hivesinkfactory (13/20) (b5d0365e9ebe1a3fa58c4024af234cd5) switched from RUNNING to FINISHED. 09:38:00.181 [flink-akka.actor.default-dispatcher-15] DEBUG org.apache.flink.runtime.executiongraph.ExecutionGraph - Ignoring transition of vertex Source: mysqlsourcefactory -> Sink: hivesinkfactory (13/20) - execution #0 to FAILED while being FINISHED. 09:38:00.181 [flink-akka.actor.default-dispatcher-15] DEBUG org.apache.flink.runtime.scheduler.SharedSlot - Remove logical slot (SlotRequestId{dc56245cb08b5e13918a883f635ff4cf}) for execution vertex (id cbc357ccb763df2852fee8c4fc7d55f2_12) from the physical slot (SlotRequestId{494096e2c9d0d64f10db71cccc84bda0}) 09:38:00.181 [flink-akka.actor.default-dispatcher-15] DEBUG org.apache.flink.runtime.scheduler.SharedSlot - Release shared slot externally (SlotRequestId{494096e2c9d0d64f10db71cccc84bda0}) 09:38:00.181 [flink-akka.actor.default-dispatcher-15] DEBUG org.apache.flink.runtime.jobmaster.slotpool.SlotPoolImpl - Releasing slot [SlotRequestId{494096e2c9d0d64f10db71cccc84bda0}] because: Slot is being returned from SlotSharingExecutionSlotAllocator. 09:38:00.181 [flink-akka.actor.default-dispatcher-15] DEBUG org.apache.flink.runtime.scheduler.SharedSlot - Release shared slot (SlotRequestId{494096e2c9d0d64f10db71cccc84bda0}) 09:38:00.181 [flink-akka.actor.default-dispatcher-15] DEBUG org.apache.flink.runtime.jobmaster.slotpool.SlotPoolImpl - Adding slot [a1dc34deb46df918ad9bea859ae6205e] to available slots 09:38:07.112 [flink-akka.actor.default-dispatcher-15] DEBUG org.apache.flink.runtime.resourcemanager.active.ActiveResourceManager - Trigger heartbeat request. 09:38:07.112 [flink-akka.actor.default-dispatcher-15] DEBUG org.apache.flink.runtime.resourcemanager.active.ActiveResourceManager - Trigger heartbeat request. 09:38:07.112 [flink-akka.actor.default-dispatcher-3] DEBUG org.apache.flink.runtime.jobmaster.JobMaster - Received heartbeat request from 4037de5f7ed0a952ff460a961950ac71. 09:38:07.112 [flink-akka.actor.default-dispatcher-15] DEBUG org.apache.flink.runtime.resourcemanager.active.ActiveResourceManager - Received heartbeat from 11752dc8c4ddfa25593f040e1bdc1a9e. 09:38:07.114 [flink-akka.actor.default-dispatcher-15] DEBUG org.apache.flink.runtime.resourcemanager.active.ActiveResourceManager - Received heartbeat from container_1660094185335_0105_01_000002. 09:38:07.115 [flink-akka.actor.default-dispatcher-15] DEBUG org.apache.flink.runtime.resourcemanager.slotmanager.SlotManagerImpl - Received slot report from instance 9632bb7fb8bdc3e55695dd79270e067d: SlotReport{SlotStatus{slotID=container_1660094185335_0105_01_000002_0, allocationID=b2157c584c82977c323e295eadcaef8d, jobID=2e9f246cf523737a1049a7b2830c723f, resourceProfile=ResourceProfile{cpuCores=1.0000000000000000, taskHeapMemory=165.120mb (173140866 bytes), taskOffHeapMemory=0 bytes, managedMemory=142.336mb (149250115 bytes), networkMemory=35.584mb (37312528 bytes)}}SlotStatus{slotID=container_1660094185335_0105_01_000002_1, allocationID=00f73370646e68de37b37bb0ae3f12a1, jobID=2e9f246cf523737a1049a7b2830c723f, resourceProfile=ResourceProfile{cpuCores=1.0000000000000000, taskHeapMemory=165.120mb (173140866 bytes), taskOffHeapMemory=0 bytes, managedMemory=142.336mb (149250115 bytes), networkMemory=35.584mb (37312528 bytes)}}SlotStatus{slotID=container_1660094185335_0105_01_000002_2, allocationID=377f7b81f7e21e044851001bd04aeab4, jobID=2e9f246cf523737a1049a7b2830c723f, resourceProfile=ResourceProfile{cpuCores=1.0000000000000000, taskHeapMemory=165.120mb (173140866 bytes), taskOffHeapMemory=0 bytes, managedMemory=142.336mb (149250115 bytes), networkMemory=35.584mb (37312528 bytes)}}SlotStatus{slotID=container_1660094185335_0105_01_000002_3, allocationID=5d9b0d313b4c61ea963c45e4aac1e1af, jobID=2e9f246cf523737a1049a7b2830c723f, resourceProfile=ResourceProfile{cpuCores=1.0000000000000000, taskHeapMemory=165.120mb (173140866 bytes), taskOffHeapMemory=0 bytes, managedMemory=142.336mb (149250115 bytes), networkMemory=35.584mb (37312528 bytes)}}SlotStatus{slotID=container_1660094185335_0105_01_000002_4, allocationID=41adc0a9bde4362e87aa51b9de9d5557, jobID=2e9f246cf523737a1049a7b2830c723f, resourceProfile=ResourceProfile{cpuCores=1.0000000000000000, taskHeapMemory=165.120mb (173140866 bytes), taskOffHeapMemory=0 bytes, managedMemory=142.336mb (149250115 bytes), networkMemory=35.584mb (37312528 bytes)}}SlotStatus{slotID=container_1660094185335_0105_01_000002_5, allocationID=e9c0f1406c5051185a4a3d72c8ce4ef6, jobID=2e9f246cf523737a1049a7b2830c723f, resourceProfile=ResourceProfile{cpuCores=1.0000000000000000, taskHeapMemory=165.120mb (173140866 bytes), taskOffHeapMemory=0 bytes, managedMemory=142.336mb (149250115 bytes), networkMemory=35.584mb (37312528 bytes)}}SlotStatus{slotID=container_1660094185335_0105_01_000002_6, allocationID=37fc0636de57d7daad8d9ef8f080913b, jobID=2e9f246cf523737a1049a7b2830c723f, resourceProfile=ResourceProfile{cpuCores=1.0000000000000000, taskHeapMemory=165.120mb (173140866 bytes), taskOffHeapMemory=0 bytes, managedMemory=142.336mb (149250115 bytes), networkMemory=35.584mb (37312528 bytes)}}SlotStatus{slotID=container_1660094185335_0105_01_000002_7, allocationID=a1dc34deb46df918ad9bea859ae6205e, jobID=2e9f246cf523737a1049a7b2830c723f, resourceProfile=ResourceProfile{cpuCores=1.0000000000000000, taskHeapMemory=165.120mb (173140866 bytes), taskOffHeapMemory=0 bytes, managedMemory=142.336mb (149250115 bytes), networkMemory=35.584mb (37312528 bytes)}}SlotStatus{slotID=container_1660094185335_0105_01_000002_8, allocationID=b35dcfe386fe2ba94bdd440e4570a887, jobID=2e9f246cf523737a1049a7b2830c723f, resourceProfile=ResourceProfile{cpuCores=1.0000000000000000, taskHeapMemory=165.120mb (173140866 bytes), taskOffHeapMemory=0 bytes, managedMemory=142.336mb (149250115 bytes), networkMemory=35.584mb (37312528 bytes)}}SlotStatus{slotID=container_1660094185335_0105_01_000002_9, allocationID=c79ab7e3fb77159f6fdc73fc25d06670, jobID=2e9f246cf523737a1049a7b2830c723f, resourceProfile=ResourceProfile{cpuCores=1.0000000000000000, taskHeapMemory=165.120mb (173140866 bytes), taskOffHeapMemory=0 bytes, managedMemory=142.336mb (149250115 bytes), networkMemory=35.584mb (37312528 bytes)}}SlotStatus{slotID=container_1660094185335_0105_01_000002_10, allocationID=3c86c141c66e5f84cb06f3217a667648, jobID=2e9f246cf523737a1049a7b2830c723f, resourceProfile=ResourceProfile{cpuCores=1.0000000000000000, taskHeapMemory=165.120mb (173140866 bytes), taskOffHeapMemory=0 bytes, managedMemory=142.336mb (149250115 bytes), networkMemory=35.584mb (37312528 bytes)}}SlotStatus{slotID=container_1660094185335_0105_01_000002_11, allocationID=d8ac23390717f7e7a6cd41e8d852acda, jobID=2e9f246cf523737a1049a7b2830c723f, resourceProfile=ResourceProfile{cpuCores=1.0000000000000000, taskHeapMemory=165.120mb (173140866 bytes), taskOffHeapMemory=0 bytes, managedMemory=142.336mb (149250115 bytes), networkMemory=35.584mb (37312528 bytes)}}SlotStatus{slotID=container_1660094185335_0105_01_000002_12, allocationID=dd57443292ef8b16be14fece8c235eee, jobID=2e9f246cf523737a1049a7b2830c723f, resourceProfile=ResourceProfile{cpuCores=1.0000000000000000, taskHeapMemory=165.120mb (173140866 bytes), taskOffHeapMemory=0 bytes, managedMemory=142.336mb (149250115 bytes), networkMemory=35.584mb (37312528 bytes)}}SlotStatus{slotID=container_1660094185335_0105_01_000002_13, allocationID=a6c2775a911b332ccc11701201afbaef, jobID=2e9f246cf523737a1049a7b2830c723f, resourceProfile=ResourceProfile{cpuCores=1.0000000000000000, taskHeapMemory=165.120mb (173140866 bytes), taskOffHeapMemory=0 bytes, managedMemory=142.336mb (149250115 bytes), networkMemory=35.584mb (37312528 bytes)}}SlotStatus{slotID=container_1660094185335_0105_01_000002_14, allocationID=ebc77f7087faa44dbaae74a8550b98cd, jobID=2e9f246cf523737a1049a7b2830c723f, resourceProfile=ResourceProfile{cpuCores=1.0000000000000000, taskHeapMemory=165.120mb (173140866 bytes), taskOffHeapMemory=0 bytes, managedMemory=142.336mb (149250115 bytes), networkMemory=35.584mb (37312528 bytes)}}SlotStatus{slotID=container_1660094185335_0105_01_000002_15, allocationID=e0a5eadb9cc659303d051073240de424, jobID=2e9f246cf523737a1049a7b2830c723f, resourceProfile=ResourceProfile{cpuCores=1.0000000000000000, taskHeapMemory=165.120mb (173140866 bytes), taskOffHeapMemory=0 bytes, managedMemory=142.336mb (149250115 bytes), networkMemory=35.584mb (37312528 bytes)}}SlotStatus{slotID=container_1660094185335_0105_01_000002_16, allocationID=41ca9d04e15683dd961007b253d1049d, jobID=2e9f246cf523737a1049a7b2830c723f, resourceProfile=ResourceProfile{cpuCores=1.0000000000000000, taskHeapMemory=165.120mb (173140866 bytes), taskOffHeapMemory=0 bytes, managedMemory=142.336mb (149250115 bytes), networkMemory=35.584mb (37312528 bytes)}}SlotStatus{slotID=container_1660094185335_0105_01_000002_17, allocationID=bd7618e1cf61c6b7744a3db94226e894, jobID=2e9f246cf523737a1049a7b2830c723f, resourceProfile=ResourceProfile{cpuCores=1.0000000000000000, taskHeapMemory=165.120mb (173140866 bytes), taskOffHeapMemory=0 bytes, managedMemory=142.336mb (149250115 bytes), networkMemory=35.584mb (37312528 bytes)}}SlotStatus{slotID=container_1660094185335_0105_01_000002_18, allocationID=7074aad14a590fc52f2c22df9733c60b, jobID=2e9f246cf523737a1049a7b2830c723f, resourceProfile=ResourceProfile{cpuCores=1.0000000000000000, taskHeapMemory=165.120mb (173140866 bytes), taskOffHeapMemory=0 bytes, managedMemory=142.336mb (149250115 bytes), networkMemory=35.584mb (37312528 bytes)}}SlotStatus{slotID=container_1660094185335_0105_01_000002_19, allocationID=4ae460d066fff9bd3f47cae42e7095fb, jobID=2e9f246cf523737a1049a7b2830c723f, resourceProfile=ResourceProfile{cpuCores=1.0000000000000000, taskHeapMemory=165.120mb (173140866 bytes), taskOffHeapMemory=0 bytes, managedMemory=142.336mb (149250115 bytes), networkMemory=35.584mb (37312528 bytes)}}}. 09:38:07.115 [flink-akka.actor.default-dispatcher-15] DEBUG org.apache.flink.runtime.io.network.partition.ResourceManagerPartitionTrackerImpl - Processing cluster partition report from task executor container_1660094185335_0105_01_000002: PartitionReport{entries=[]}. 09:38:07.651 [flink-akka.actor.default-dispatcher-15] DEBUG org.apache.flink.runtime.jobmaster.JobMaster - Trigger heartbeat request. 09:38:07.655 [flink-akka.actor.default-dispatcher-15] DEBUG org.apache.flink.runtime.jobmaster.JobMaster - Received heartbeat from container_1660094185335_0105_01_000002. 09:38:08.420 [Checkpoint Timer] INFO org.apache.flink.runtime.checkpoint.CheckpointCoordinator - Checkpoint triggering task Source: mysqlsourcefactory -> Sink: hivesinkfactory (1/20) of job 2e9f246cf523737a1049a7b2830c723f is not in state RUNNING but FINISHED instead. Aborting checkpoint. 09:38:17.132 [flink-akka.actor.default-dispatcher-15] DEBUG org.apache.flink.runtime.resourcemanager.active.ActiveResourceManager - Trigger heartbeat request. 09:38:17.132 [flink-akka.actor.default-dispatcher-15] DEBUG org.apache.flink.runtime.resourcemanager.active.ActiveResourceManager - Trigger heartbeat request. 09:38:17.132 [flink-akka.actor.default-dispatcher-2] DEBUG org.apache.flink.runtime.jobmaster.JobMaster - Received heartbeat request from 4037de5f7ed0a952ff460a961950ac71. 09:38:17.132 [flink-akka.actor.default-dispatcher-15] DEBUG org.apache.flink.runtime.resourcemanager.active.ActiveResourceManager - Received heartbeat from 11752dc8c4ddfa25593f040e1bdc1a9e. 09:38:17.135 [flink-akka.actor.default-dispatcher-15] DEBUG org.apache.flink.runtime.resourcemanager.active.ActiveResourceManager - Received heartbeat from container_1660094185335_0105_01_000002. 09:38:17.135 [flink-akka.actor.default-dispatcher-15] DEBUG org.apache.flink.runtime.resourcemanager.slotmanager.SlotManagerImpl - Received slot report from instance 9632bb7fb8bdc3e55695dd79270e067d: SlotReport{SlotStatus{slotID=container_1660094185335_0105_01_000002_0, allocationID=b2157c584c82977c323e295eadcaef8d, jobID=2e9f246cf523737a1049a7b2830c723f, resourceProfile=ResourceProfile{cpuCores=1.0000000000000000, taskHeapMemory=165.120mb (173140866 bytes), taskOffHeapMemory=0 bytes, managedMemory=142.336mb (149250115 bytes), networkMemory=35.584mb (37312528 bytes)}}SlotStatus{slotID=container_1660094185335_0105_01_000002_1, allocationID=00f73370646e68de37b37bb0ae3f12a1, jobID=2e9f246cf523737a1049a7b2830c723f, resourceProfile=ResourceProfile{cpuCores=1.0000000000000000, taskHeapMemory=165.120mb (173140866 bytes), taskOffHeapMemory=0 bytes, managedMemory=142.336mb (149250115 bytes), networkMemory=35.584mb (37312528 bytes)}}SlotStatus{slotID=container_1660094185335_0105_01_000002_2, allocationID=377f7b81f7e21e044851001bd04aeab4, jobID=2e9f246cf523737a1049a7b2830c723f, resourceProfile=ResourceProfile{cpuCores=1.0000000000000000, taskHeapMemory=165.120mb (173140866 bytes), taskOffHeapMemory=0 bytes, managedMemory=142.336mb (149250115 bytes), networkMemory=35.584mb (37312528 bytes)}}SlotStatus{slotID=container_1660094185335_0105_01_000002_3, allocationID=5d9b0d313b4c61ea963c45e4aac1e1af, jobID=2e9f246cf523737a1049a7b2830c723f, resourceProfile=ResourceProfile{cpuCores=1.0000000000000000, taskHeapMemory=165.120mb (173140866 bytes), taskOffHeapMemory=0 bytes, managedMemory=142.336mb (149250115 bytes), networkMemory=35.584mb (37312528 bytes)}}SlotStatus{slotID=container_1660094185335_0105_01_000002_4, allocationID=41adc0a9bde4362e87aa51b9de9d5557, jobID=2e9f246cf523737a1049a7b2830c723f, resourceProfile=ResourceProfile{cpuCores=1.0000000000000000, taskHeapMemory=165.120mb (173140866 bytes), taskOffHeapMemory=0 bytes, managedMemory=142.336mb (149250115 bytes), networkMemory=35.584mb (37312528 bytes)}}SlotStatus{slotID=container_1660094185335_0105_01_000002_5, allocationID=e9c0f1406c5051185a4a3d72c8ce4ef6, jobID=2e9f246cf523737a1049a7b2830c723f, resourceProfile=ResourceProfile{cpuCores=1.0000000000000000, taskHeapMemory=165.120mb (173140866 bytes), taskOffHeapMemory=0 bytes, managedMemory=142.336mb (149250115 bytes), networkMemory=35.584mb (37312528 bytes)}}SlotStatus{slotID=container_1660094185335_0105_01_000002_6, allocationID=37fc0636de57d7daad8d9ef8f080913b, jobID=2e9f246cf523737a1049a7b2830c723f, resourceProfile=ResourceProfile{cpuCores=1.0000000000000000, taskHeapMemory=165.120mb (173140866 bytes), taskOffHeapMemory=0 bytes, managedMemory=142.336mb (149250115 bytes), networkMemory=35.584mb (37312528 bytes)}}SlotStatus{slotID=container_1660094185335_0105_01_000002_7, allocationID=a1dc34deb46df918ad9bea859ae6205e, jobID=2e9f246cf523737a1049a7b2830c723f, resourceProfile=ResourceProfile{cpuCores=1.0000000000000000, taskHeapMemory=165.120mb (173140866 bytes), taskOffHeapMemory=0 bytes, managedMemory=142.336mb (149250115 bytes), networkMemory=35.584mb (37312528 bytes)}}SlotStatus{slotID=container_1660094185335_0105_01_000002_8, allocationID=b35dcfe386fe2ba94bdd440e4570a887, jobID=2e9f246cf523737a1049a7b2830c723f, resourceProfile=ResourceProfile{cpuCores=1.0000000000000000, taskHeapMemory=165.120mb (173140866 bytes), taskOffHeapMemory=0 bytes, managedMemory=142.336mb (149250115 bytes), networkMemory=35.584mb (37312528 bytes)}}SlotStatus{slotID=container_1660094185335_0105_01_000002_9, allocationID=c79ab7e3fb77159f6fdc73fc25d06670, jobID=2e9f246cf523737a1049a7b2830c723f, resourceProfile=ResourceProfile{cpuCores=1.0000000000000000, taskHeapMemory=165.120mb (173140866 bytes), taskOffHeapMemory=0 bytes, managedMemory=142.336mb (149250115 bytes), networkMemory=35.584mb (37312528 bytes)}}SlotStatus{slotID=container_1660094185335_0105_01_000002_10, allocationID=3c86c141c66e5f84cb06f3217a667648, jobID=2e9f246cf523737a1049a7b2830c723f, resourceProfile=ResourceProfile{cpuCores=1.0000000000000000, taskHeapMemory=165.120mb (173140866 bytes), taskOffHeapMemory=0 bytes, managedMemory=142.336mb (149250115 bytes), networkMemory=35.584mb (37312528 bytes)}}SlotStatus{slotID=container_1660094185335_0105_01_000002_11, allocationID=d8ac23390717f7e7a6cd41e8d852acda, jobID=2e9f246cf523737a1049a7b2830c723f, resourceProfile=ResourceProfile{cpuCores=1.0000000000000000, taskHeapMemory=165.120mb (173140866 bytes), taskOffHeapMemory=0 bytes, managedMemory=142.336mb (149250115 bytes), networkMemory=35.584mb (37312528 bytes)}}SlotStatus{slotID=container_1660094185335_0105_01_000002_12, allocationID=dd57443292ef8b16be14fece8c235eee, jobID=2e9f246cf523737a1049a7b2830c723f, resourceProfile=ResourceProfile{cpuCores=1.0000000000000000, taskHeapMemory=165.120mb (173140866 bytes), taskOffHeapMemory=0 bytes, managedMemory=142.336mb (149250115 bytes), networkMemory=35.584mb (37312528 bytes)}}SlotStatus{slotID=container_1660094185335_0105_01_000002_13, allocationID=a6c2775a911b332ccc11701201afbaef, jobID=2e9f246cf523737a1049a7b2830c723f, resourceProfile=ResourceProfile{cpuCores=1.0000000000000000, taskHeapMemory=165.120mb (173140866 bytes), taskOffHeapMemory=0 bytes, managedMemory=142.336mb (149250115 bytes), networkMemory=35.584mb (37312528 bytes)}}SlotStatus{slotID=container_1660094185335_0105_01_000002_14, allocationID=ebc77f7087faa44dbaae74a8550b98cd, jobID=2e9f246cf523737a1049a7b2830c723f, resourceProfile=ResourceProfile{cpuCores=1.0000000000000000, taskHeapMemory=165.120mb (173140866 bytes), taskOffHeapMemory=0 bytes, managedMemory=142.336mb (149250115 bytes), networkMemory=35.584mb (37312528 bytes)}}SlotStatus{slotID=container_1660094185335_0105_01_000002_15, allocationID=e0a5eadb9cc659303d051073240de424, jobID=2e9f246cf523737a1049a7b2830c723f, resourceProfile=ResourceProfile{cpuCores=1.0000000000000000, taskHeapMemory=165.120mb (173140866 bytes), taskOffHeapMemory=0 bytes, managedMemory=142.336mb (149250115 bytes), networkMemory=35.584mb (37312528 bytes)}}SlotStatus{slotID=container_1660094185335_0105_01_000002_16, allocationID=41ca9d04e15683dd961007b253d1049d, jobID=2e9f246cf523737a1049a7b2830c723f, resourceProfile=ResourceProfile{cpuCores=1.0000000000000000, taskHeapMemory=165.120mb (173140866 bytes), taskOffHeapMemory=0 bytes, managedMemory=142.336mb (149250115 bytes), networkMemory=35.584mb (37312528 bytes)}}SlotStatus{slotID=container_1660094185335_0105_01_000002_17, allocationID=bd7618e1cf61c6b7744a3db94226e894, jobID=2e9f246cf523737a1049a7b2830c723f, resourceProfile=ResourceProfile{cpuCores=1.0000000000000000, taskHeapMemory=165.120mb (173140866 bytes), taskOffHeapMemory=0 bytes, managedMemory=142.336mb (149250115 bytes), networkMemory=35.584mb (37312528 bytes)}}SlotStatus{slotID=container_1660094185335_0105_01_000002_18, allocationID=7074aad14a590fc52f2c22df9733c60b, jobID=2e9f246cf523737a1049a7b2830c723f, resourceProfile=ResourceProfile{cpuCores=1.0000000000000000, taskHeapMemory=165.120mb (173140866 bytes), taskOffHeapMemory=0 bytes, managedMemory=142.336mb (149250115 bytes), networkMemory=35.584mb (37312528 bytes)}}SlotStatus{slotID=container_1660094185335_0105_01_000002_19, allocationID=4ae460d066fff9bd3f47cae42e7095fb, jobID=2e9f246cf523737a1049a7b2830c723f, resourceProfile=ResourceProfile{cpuCores=1.0000000000000000, taskHeapMemory=165.120mb (173140866 bytes), taskOffHeapMemory=0 bytes, managedMemory=142.336mb (149250115 bytes), networkMemory=35.584mb (37312528 bytes)}}}. 09:38:17.136 [flink-akka.actor.default-dispatcher-15] DEBUG org.apache.flink.runtime.io.network.partition.ResourceManagerPartitionTrackerImpl - Processing cluster partition report from task executor container_1660094185335_0105_01_000002: PartitionReport{entries=[]}. 09:38:17.672 [flink-akka.actor.default-dispatcher-15] DEBUG org.apache.flink.runtime.jobmaster.JobMaster - Trigger heartbeat request. 09:38:17.675 [flink-akka.actor.default-dispatcher-15] DEBUG org.apache.flink.runtime.jobmaster.JobMaster - Received heartbeat from container_1660094185335_0105_01_000002. 09:38:18.421 [Checkpoint Timer] INFO org.apache.flink.runtime.checkpoint.CheckpointCoordinator - Checkpoint triggering task Source: mysqlsourcefactory -> Sink: hivesinkfactory (1/20) of job 2e9f246cf523737a1049a7b2830c723f is not in state RUNNING but FINISHED instead. Aborting checkpoint. 09:38:26.289 [Flink-MetricRegistry-thread-1] DEBUG org.apache.flink.metrics.prometheus.PrometheusPushGatewayReporter - Invalid type for Gauge org.apache.flink.runtime.checkpoint.CheckpointStatsTracker$LatestCompletedCheckpointExternalPathGauge@15cfad5: java.lang.String, only number types and booleans are supported by this reporter. 09:38:27.152 [flink-akka.actor.default-dispatcher-15] DEBUG org.apache.flink.runtime.resourcemanager.active.ActiveResourceManager - Trigger heartbeat request. 09:38:27.152 [flink-akka.actor.default-dispatcher-15] DEBUG org.apache.flink.runtime.resourcemanager.active.ActiveResourceManager - Trigger heartbeat request. 09:38:27.152 [flink-akka.actor.default-dispatcher-3] DEBUG org.apache.flink.runtime.jobmaster.JobMaster - Received heartbeat request from 4037de5f7ed0a952ff460a961950ac71. 09:38:27.152 [flink-akka.actor.default-dispatcher-15] DEBUG org.apache.flink.runtime.resourcemanager.active.ActiveResourceManager - Received heartbeat from 11752dc8c4ddfa25593f040e1bdc1a9e. 09:38:27.156 [flink-akka.actor.default-dispatcher-15] DEBUG org.apache.flink.runtime.resourcemanager.active.ActiveResourceManager - Received heartbeat from container_1660094185335_0105_01_000002. 09:38:27.156 [flink-akka.actor.default-dispatcher-15] DEBUG org.apache.flink.runtime.resourcemanager.slotmanager.SlotManagerImpl - Received slot report from instance 9632bb7fb8bdc3e55695dd79270e067d: SlotReport{SlotStatus{slotID=container_1660094185335_0105_01_000002_0, allocationID=b2157c584c82977c323e295eadcaef8d, jobID=2e9f246cf523737a1049a7b2830c723f, resourceProfile=ResourceProfile{cpuCores=1.0000000000000000, taskHeapMemory=165.120mb (173140866 bytes), taskOffHeapMemory=0 bytes, managedMemory=142.336mb (149250115 bytes), networkMemory=35.584mb (37312528 bytes)}}SlotStatus{slotID=container_1660094185335_0105_01_000002_1, allocationID=00f73370646e68de37b37bb0ae3f12a1, jobID=2e9f246cf523737a1049a7b2830c723f, resourceProfile=ResourceProfile{cpuCores=1.0000000000000000, taskHeapMemory=165.120mb (173140866 bytes), taskOffHeapMemory=0 bytes, managedMemory=142.336mb (149250115 bytes), networkMemory=35.584mb (37312528 bytes)}}SlotStatus{slotID=container_1660094185335_0105_01_000002_2, allocationID=377f7b81f7e21e044851001bd04aeab4, jobID=2e9f246cf523737a1049a7b2830c723f, resourceProfile=ResourceProfile{cpuCores=1.0000000000000000, taskHeapMemory=165.120mb (173140866 bytes), taskOffHeapMemory=0 bytes, managedMemory=142.336mb (149250115 bytes), networkMemory=35.584mb (37312528 bytes)}}SlotStatus{slotID=container_1660094185335_0105_01_000002_3, allocationID=5d9b0d313b4c61ea963c45e4aac1e1af, jobID=2e9f246cf523737a1049a7b2830c723f, resourceProfile=ResourceProfile{cpuCores=1.0000000000000000, taskHeapMemory=165.120mb (173140866 bytes), taskOffHeapMemory=0 bytes, managedMemory=142.336mb (149250115 bytes), networkMemory=35.584mb (37312528 bytes)}}SlotStatus{slotID=container_1660094185335_0105_01_000002_4, allocationID=41adc0a9bde4362e87aa51b9de9d5557, jobID=2e9f246cf523737a1049a7b2830c723f, resourceProfile=ResourceProfile{cpuCores=1.0000000000000000, taskHeapMemory=165.120mb (173140866 bytes), taskOffHeapMemory=0 bytes, managedMemory=142.336mb (149250115 bytes), networkMemory=35.584mb (37312528 bytes)}}SlotStatus{slotID=container_1660094185335_0105_01_000002_5, allocationID=e9c0f1406c5051185a4a3d72c8ce4ef6, jobID=2e9f246cf523737a1049a7b2830c723f, resourceProfile=ResourceProfile{cpuCores=1.0000000000000000, taskHeapMemory=165.120mb (173140866 bytes), taskOffHeapMemory=0 bytes, managedMemory=142.336mb (149250115 bytes), networkMemory=35.584mb (37312528 bytes)}}SlotStatus{slotID=container_1660094185335_0105_01_000002_6, allocationID=37fc0636de57d7daad8d9ef8f080913b, jobID=2e9f246cf523737a1049a7b2830c723f, resourceProfile=ResourceProfile{cpuCores=1.0000000000000000, taskHeapMemory=165.120mb (173140866 bytes), taskOffHeapMemory=0 bytes, managedMemory=142.336mb (149250115 bytes), networkMemory=35.584mb (37312528 bytes)}}SlotStatus{slotID=container_1660094185335_0105_01_000002_7, allocationID=a1dc34deb46df918ad9bea859ae6205e, jobID=2e9f246cf523737a1049a7b2830c723f, resourceProfile=ResourceProfile{cpuCores=1.0000000000000000, taskHeapMemory=165.120mb (173140866 bytes), taskOffHeapMemory=0 bytes, managedMemory=142.336mb (149250115 bytes), networkMemory=35.584mb (37312528 bytes)}}SlotStatus{slotID=container_1660094185335_0105_01_000002_8, allocationID=b35dcfe386fe2ba94bdd440e4570a887, jobID=2e9f246cf523737a1049a7b2830c723f, resourceProfile=ResourceProfile{cpuCores=1.0000000000000000, taskHeapMemory=165.120mb (173140866 bytes), taskOffHeapMemory=0 bytes, managedMemory=142.336mb (149250115 bytes), networkMemory=35.584mb (37312528 bytes)}}SlotStatus{slotID=container_1660094185335_0105_01_000002_9, allocationID=c79ab7e3fb77159f6fdc73fc25d06670, jobID=2e9f246cf523737a1049a7b2830c723f, resourceProfile=ResourceProfile{cpuCores=1.0000000000000000, taskHeapMemory=165.120mb (173140866 bytes), taskOffHeapMemory=0 bytes, managedMemory=142.336mb (149250115 bytes), networkMemory=35.584mb (37312528 bytes)}}SlotStatus{slotID=container_1660094185335_0105_01_000002_10, allocationID=3c86c141c66e5f84cb06f3217a667648, jobID=2e9f246cf523737a1049a7b2830c723f, resourceProfile=ResourceProfile{cpuCores=1.0000000000000000, taskHeapMemory=165.120mb (173140866 bytes), taskOffHeapMemory=0 bytes, managedMemory=142.336mb (149250115 bytes), networkMemory=35.584mb (37312528 bytes)}}SlotStatus{slotID=container_1660094185335_0105_01_000002_11, allocationID=d8ac23390717f7e7a6cd41e8d852acda, jobID=2e9f246cf523737a1049a7b2830c723f, resourceProfile=ResourceProfile{cpuCores=1.0000000000000000, taskHeapMemory=165.120mb (173140866 bytes), taskOffHeapMemory=0 bytes, managedMemory=142.336mb (149250115 bytes), networkMemory=35.584mb (37312528 bytes)}}SlotStatus{slotID=container_1660094185335_0105_01_000002_12, allocationID=dd57443292ef8b16be14fece8c235eee, jobID=2e9f246cf523737a1049a7b2830c723f, resourceProfile=ResourceProfile{cpuCores=1.0000000000000000, taskHeapMemory=165.120mb (173140866 bytes), taskOffHeapMemory=0 bytes, managedMemory=142.336mb (149250115 bytes), networkMemory=35.584mb (37312528 bytes)}}SlotStatus{slotID=container_1660094185335_0105_01_000002_13, allocationID=a6c2775a911b332ccc11701201afbaef, jobID=2e9f246cf523737a1049a7b2830c723f, resourceProfile=ResourceProfile{cpuCores=1.0000000000000000, taskHeapMemory=165.120mb (173140866 bytes), taskOffHeapMemory=0 bytes, managedMemory=142.336mb (149250115 bytes), networkMemory=35.584mb (37312528 bytes)}}SlotStatus{slotID=container_1660094185335_0105_01_000002_14, allocationID=ebc77f7087faa44dbaae74a8550b98cd, jobID=2e9f246cf523737a1049a7b2830c723f, resourceProfile=ResourceProfile{cpuCores=1.0000000000000000, taskHeapMemory=165.120mb (173140866 bytes), taskOffHeapMemory=0 bytes, managedMemory=142.336mb (149250115 bytes), networkMemory=35.584mb (37312528 bytes)}}SlotStatus{slotID=container_1660094185335_0105_01_000002_15, allocationID=e0a5eadb9cc659303d051073240de424, jobID=2e9f246cf523737a1049a7b2830c723f, resourceProfile=ResourceProfile{cpuCores=1.0000000000000000, taskHeapMemory=165.120mb (173140866 bytes), taskOffHeapMemory=0 bytes, managedMemory=142.336mb (149250115 bytes), networkMemory=35.584mb (37312528 bytes)}}SlotStatus{slotID=container_1660094185335_0105_01_000002_16, allocationID=41ca9d04e15683dd961007b253d1049d, jobID=2e9f246cf523737a1049a7b2830c723f, resourceProfile=ResourceProfile{cpuCores=1.0000000000000000, taskHeapMemory=165.120mb (173140866 bytes), taskOffHeapMemory=0 bytes, managedMemory=142.336mb (149250115 bytes), networkMemory=35.584mb (37312528 bytes)}}SlotStatus{slotID=container_1660094185335_0105_01_000002_17, allocationID=bd7618e1cf61c6b7744a3db94226e894, jobID=2e9f246cf523737a1049a7b2830c723f, resourceProfile=ResourceProfile{cpuCores=1.0000000000000000, taskHeapMemory=165.120mb (173140866 bytes), taskOffHeapMemory=0 bytes, managedMemory=142.336mb (149250115 bytes), networkMemory=35.584mb (37312528 bytes)}}SlotStatus{slotID=container_1660094185335_0105_01_000002_18, allocationID=7074aad14a590fc52f2c22df9733c60b, jobID=2e9f246cf523737a1049a7b2830c723f, resourceProfile=ResourceProfile{cpuCores=1.0000000000000000, taskHeapMemory=165.120mb (173140866 bytes), taskOffHeapMemory=0 bytes, managedMemory=142.336mb (149250115 bytes), networkMemory=35.584mb (37312528 bytes)}}SlotStatus{slotID=container_1660094185335_0105_01_000002_19, allocationID=4ae460d066fff9bd3f47cae42e7095fb, jobID=2e9f246cf523737a1049a7b2830c723f, resourceProfile=ResourceProfile{cpuCores=1.0000000000000000, taskHeapMemory=165.120mb (173140866 bytes), taskOffHeapMemory=0 bytes, managedMemory=142.336mb (149250115 bytes), networkMemory=35.584mb (37312528 bytes)}}}. 09:38:27.157 [flink-akka.actor.default-dispatcher-15] DEBUG org.apache.flink.runtime.io.network.partition.ResourceManagerPartitionTrackerImpl - Processing cluster partition report from task executor container_1660094185335_0105_01_000002: PartitionReport{entries=[]}. 09:38:27.552 [flink-akka.actor.default-dispatcher-15] DEBUG org.apache.flink.runtime.jobmaster.slotpool.SlotPoolImpl - Slot Pool Status: status: connected to akka.tcp://flink@hadoop02:46635/user/rpc/resourcemanager_0 registered TaskManagers: [container_1660094185335_0105_01_000002] available slots: [AllocatedSlot bd7618e1cf61c6b7744a3db94226e894 @ container_1660094185335_0105_01_000002 @ hadoop03 (dataPort=39667) - 17 @ 2736285024, AllocatedSlot ebc77f7087faa44dbaae74a8550b98cd @ container_1660094185335_0105_01_000002 @ hadoop03 (dataPort=39667) - 14 @ 2736285328, AllocatedSlot 3c86c141c66e5f84cb06f3217a667648 @ container_1660094185335_0105_01_000002 @ hadoop03 (dataPort=39667) - 10 @ 2736284712, AllocatedSlot d8ac23390717f7e7a6cd41e8d852acda @ container_1660094185335_0105_01_000002 @ hadoop03 (dataPort=39667) - 11 @ 2736284809, AllocatedSlot e9c0f1406c5051185a4a3d72c8ce4ef6 @ container_1660094185335_0105_01_000002 @ hadoop03 (dataPort=39667) - 5 @ 2736293972, AllocatedSlot 37fc0636de57d7daad8d9ef8f080913b @ container_1660094185335_0105_01_000002 @ hadoop03 (dataPort=39667) - 6 @ 2736284489, AllocatedSlot 00f73370646e68de37b37bb0ae3f12a1 @ container_1660094185335_0105_01_000002 @ hadoop03 (dataPort=39667) - 1 @ 2736284075, AllocatedSlot 41ca9d04e15683dd961007b253d1049d @ container_1660094185335_0105_01_000002 @ hadoop03 (dataPort=39667) - 16 @ 2736284913, AllocatedSlot dd57443292ef8b16be14fece8c235eee @ container_1660094185335_0105_01_000002 @ hadoop03 (dataPort=39667) - 12 @ 2736293980, AllocatedSlot a6c2775a911b332ccc11701201afbaef @ container_1660094185335_0105_01_000002 @ hadoop03 (dataPort=39667) - 13 @ 2736284395, AllocatedSlot 377f7b81f7e21e044851001bd04aeab4 @ container_1660094185335_0105_01_000002 @ hadoop03 (dataPort=39667) - 2 @ 2736293981, AllocatedSlot b35dcfe386fe2ba94bdd440e4570a887 @ container_1660094185335_0105_01_000002 @ hadoop03 (dataPort=39667) - 8 @ 2736284601, AllocatedSlot a1dc34deb46df918ad9bea859ae6205e @ container_1660094185335_0105_01_000002 @ hadoop03 (dataPort=39667) - 7 @ 2736293983, AllocatedSlot 7074aad14a590fc52f2c22df9733c60b @ container_1660094185335_0105_01_000002 @ hadoop03 (dataPort=39667) - 18 @ 2736293978, AllocatedSlot e0a5eadb9cc659303d051073240de424 @ container_1660094185335_0105_01_000002 @ hadoop03 (dataPort=39667) - 15 @ 2736284288, AllocatedSlot 41adc0a9bde4362e87aa51b9de9d5557 @ container_1660094185335_0105_01_000002 @ hadoop03 (dataPort=39667) - 4 @ 2736285227, AllocatedSlot 5d9b0d313b4c61ea963c45e4aac1e1af @ container_1660094185335_0105_01_000002 @ hadoop03 (dataPort=39667) - 3 @ 2736284160, AllocatedSlot 4ae460d066fff9bd3f47cae42e7095fb @ container_1660094185335_0105_01_000002 @ hadoop03 (dataPort=39667) - 19 @ 2736285128] allocated slots: [[AllocatedSlot b2157c584c82977c323e295eadcaef8d @ container_1660094185335_0105_01_000002 @ hadoop03 (dataPort=39667) - 0, AllocatedSlot c79ab7e3fb77159f6fdc73fc25d06670 @ container_1660094185335_0105_01_000002 @ hadoop03 (dataPort=39667) - 9]] pending requests: [] }

biandou1313 avatar Aug 12 '22 01:08 biandou1313

image

biandou1313 avatar Aug 12 '22 02:08 biandou1313

同步 hive 直接写 hdfs 呢? 现在的情况是任务不结束吗?

zhiqiang-dev avatar Aug 15 '22 02:08 zhiqiang-dev