Skip to content

Error while migrating data from Qdrant to Milvus #60

Open
@gifi-siby

Description

@gifi-siby

I want to migrate data from Qdrant to my milvus and below is the error I am getting.

2025-03-10 17:22:59,304 INFO  [p.MultipleTableJobConfigParser] [main] - start generating all sources.
2025-03-10 17:23:00,241 ERROR [i.q.c.QdrantClient            ] [grpc-default-executor-1] - Get collection info operation failed
io.grpc.StatusRuntimeException: INTERNAL: http2 exception

Caused by: org.apache.seatunnel.connectors.seatunnel.qdrant.exception.QdrantConnectorException: ErrorCode:[QDRANT-01], ErrorDescription:[Failed to connect to Qdrant] - io.grpc.StatusRuntimeException: INTERNAL: http2 exception 

The configuration I used is

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

source {
  Qdrant {
    host="172.20.0.0"
    port=6333
    use_tls=false
    api_key=""
    collection_name="test_collection"
    batch_size=100
  }
}

sink {
  Milvus {
      url="http://localhost:19530"
      token="username:password"
      database="default"
      batch_size=10
    }
}

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