[Bug] This is a bug! The partition org.apache.paimon.data.BinaryRow@9c67b85d and bucket 200 is filtered! #4542
Closed
1 of 2 tasks
Labels
bug
Something isn't working
Search before asking
Paimon version
paimon-flink-1.17-0.8.jar
paimon-flink-action-0.8.0.jar
paimon-hive-connector-2.3-0.8.0.jar
Compute Engine
flink version -> 1.17.2
hadoop -> 3.3.5
Minimal reproduce step
The cdc sync_table table synchronization task needs to be restarted to increase the task memory because the memory is insufficient. After the restart, an exception occurs.
This is the task run command:
sudo ./bin/flink run /home/q/module/flink/flink-1.17.2/lib/paimon-flink-action-0.8.0.jar mysql_sync_table
--warehouse viewfs://qunarcluster/user/tujiadev/home/data/paimon/warehouse
--type_mapping tinyint1-not-bool,to-nullable,char-to-string,bigint-unsigned-to-bigint
--database tujia_ods
--table ods_tns_baseinfo_log_house_log_paimon
--metadata_column database_name,table_name
--primary_keys id,house_id,operate_type,operate_id,operate_user,account_type,operate_platform,operate_content,comment,create_time
--mysql_conf hostname=10.88.134.114
--mysql_conf username=bi_rep_user
--mysql_conf password=V3.blpazqc8gjsf
--mysql_conf database-name='tns_baseinfo_log'
--mysql_conf port=3316
--mysql_conf server-id=6000-6002
--mysql_conf table-name='house_log_.+'
--mysql_conf scan.incremental.snapshot.chunk.size=81920
--mysql_conf scan.startup.mode=timestamp
--mysql_conf scan.startup.timestamp-millis=1731513600000
--table_conf bucket=320
--table_conf sink.parallelism=1
--table_conf file.format=parquet
--table_conf file.compression=snappy
--table_conf scan.infer-parallelism=false
--table_conf scan.parallelism=100
--table_conf snapshot.time-retained=4h
--catalog_conf metastore=hive
--catalog_conf uri='thrift://l-hiveserver2.data.cn2:9083,thrift://l-hiveserver5.data.cn2:9083,thrift://l-hiveserver6.data.cn2:9083,thrift://l-hiveserver7.data.cn2:9083,thrift://l-hiveserver8.data.cn2:9083'
What doesn't meet your expectations?
运行后异常如下
java.io.IOException: java.lang.IllegalArgumentException: This is a bug! The partition org.apache.paimon.data.BinaryRow@9c67b85d and bucket 200 is filtered!
Anything else?
No response
Are you willing to submit a PR?
The text was updated successfully, but these errors were encountered: