starrocks物化视图数据迁移

为了更快的定位您的问题,请提供以下信息,谢谢
【详述】使用文档上的迁移工具,视图没有迁移。starrocks物化视图数据迁移
【背景】迁移前后版本不变
【业务影响】
【是否存算分离】不是存算分离
【StarRocks版本】例如:3.2.4
【集群规模】例如:3fe+3be(fe与be混部)
【机器信息】CPU虚拟核/内存/网卡,例如:48C/64G/万兆
【联系方式】为了在解决问题过程中能及时联系到您获取一些日志信息,请补充下您的联系方式,
同步配置如下
one_time_run_mode=true

source_fe_host=xxxxx
source_fe_query_port=9030
source_cluster_user=root
source_cluster_password=
source_cluster_token=1eeab658-87a6-48b5-912d-xxxxxxxxxx

target_fe_host=xxxxxxxxxxx
target_fe_query_port=9030
target_cluster_user=root
target_cluster_password=

Comma-separated list of database names or table names like <db_name> or <db_name.table_name>

example: db1,db2.tbl2,db3

Effective order: 1. include 2. exclude

include_data_list=
exclude_data_list=

If there are no special requirements, please maintain the default values for the following configurations.

target_cluster_storage_volume=
target_cluster_replication_num=-1
target_cluster_max_disk_used_percent=80

max_replication_data_size_per_job_in_gb=-1

meta_job_interval_seconds=180
meta_job_threads=4
ddl_job_interval_seconds=10
ddl_job_batch_size=10
ddl_job_allow_drop_target_only=false
ddl_job_allow_drop_schema_change_table=true
ddl_job_allow_drop_inconsistent_partition=true
ddl_job_allow_drop_partition_target_only=true
replication_job_interval_seconds=10
replication_job_batch_size=10
report_interval_seconds=3000