Skip to content

The log has been continuously output, but the migration was unsuccessful. #125

@kang0728

Description

@kang0728

I didn't see any error message in the operation log. However, I only passed a collection and it has been stuck here. The log keeps refreshing repeatedly. Looking at the data collection in the sink library, there is no change. The version we migrated to is milvus 2.4.6 --- > 2.6.4. Could you please help me figure out how to solve this?

migration.conf file:

env {
parallelism = 4
job.mode = "BATCH"
}

source {

Source configuration (e.g., Milvus, Elasticsearch, etc.)

Milvus {
url = "http://10.54.10.10:31530"
token = ""
database = "default"
collections = ["qa_2c908077998f295f01999818c2c30024_2923"]
batch_size = 1000
}
}

sink {

Target configuration

Milvus {
url = "http://192.168.100.11:31530"
token = ""
database = "default"
batch_size = 1000
}
}

logs:


       Job Progress Information

Job Id : 1068716992380272641
Read Count So Far : 77
Write Count So Far : 77
Average Read Count : 0/s
Average Write Count : 0/s
Last Statistic Time : 2026-01-28 14:59:49
Current Statistic Time : 2026-01-28 15:00:49


2026-01-28 15:01:49,282 INFO [o.a.s.e.c.j.JobMetricsRunner ] [job-metrics-runner-1068716992380272641] -


       Job Progress Information

Job Id : 1068716992380272641
Read Count So Far : 77
Write Count So Far : 77
Average Read Count : 0/s
Average Write Count : 0/s
Last Statistic Time : 2026-01-28 15:00:49
Current Statistic Time : 2026-01-28 15:01:49


Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions