Skip to content

Error while migrating data from pinecone tp Milvus #61

Open
@gifi-siby

Description

@gifi-siby

Config file:

source {
  Pinecone {
    api_key="pcsk_51S4fR_SSyWPodizM4DwnZnU7vXofCryx6eS1V9GWNAd2dJNMDtWqqrsNKx72k6uHefanW"
    index="dense-index"
    merge_namespace=true
    batch_size=100
  }
}
sink {
  Milvus {
      url="http://localhost:19530"
      token="ibmlhadmin:password"
      database="default"
      batch_size=10
    }
}

The error I am getting is:

2025-03-12 01:31:28,350 INFO  [o.a.s.e.c.j.ClientJobProxy    ] [main] - Start submit job, job id: 951895109832540161, with plugin jar [file:/opt/seatunnel/connectors/connector-pinecone-2.3.8-SNAPSHOT.jar, file:/opt/seatunnel/connectors/connector-milvus-2.3.8-SNAPSHOT.jar]
2025-03-12 01:31:29,585 INFO  [c.h.c.LifecycleService        ] [main] - hz.client_1 [seatunnel] [5.1] HazelcastClient 5.1 (20220228 - 21f20e7) is SHUTTING_DOWN
2025-03-12 01:31:29,602 INFO  [.c.i.c.ClientConnectionManager] [main] - hz.client_1 [seatunnel] [5.1] Removed connection to endpoint: [localhost]:5801:9ca7e77e-5377-4c61-8911-54e5c0f4c633, connection: ClientConnection{alive=false, connectionId=1, channel=NioChannel{/127.0.0.1:32933->localhost/127.0.0.1:5801}, remoteAddress=[localhost]:5801, lastReadTime=2025-03-12 01:31:29.569, lastWriteTime=2025-03-12 01:31:29.248, closedTime=2025-03-12 01:31:29.591, connected server version=5.1}
2025-03-12 01:31:29,602 INFO  [c.h.c.LifecycleService        ] [main] - hz.client_1 [seatunnel] [5.1] HazelcastClient 5.1 (20220228 - 21f20e7) is CLIENT_DISCONNECTED
2025-03-12 01:31:29,609 INFO  [c.h.c.LifecycleService        ] [main] - hz.client_1 [seatunnel] [5.1] HazelcastClient 5.1 (20220228 - 21f20e7) is SHUTDOWN
2025-03-12 01:31:29,611 INFO  [s.c.s.s.c.ClientExecuteCommand] [main] - Closed SeaTunnel client......
2025-03-12 01:31:29,616 ERROR [o.a.s.c.s.SeaTunnel           ] [main] - 

===============================================================================


2025-03-12 01:31:29,619 ERROR [o.a.s.c.s.SeaTunnel           ] [main] - Fatal Error, 

2025-03-12 01:31:29,621 ERROR [o.a.s.c.s.SeaTunnel           ] [main] - Please submit bug report in https://github.com/apache/seatunnel/issues

2025-03-12 01:31:29,624 ERROR [o.a.s.c.s.SeaTunnel           ] [main] - Reason:SeaTunnel job executed failed 

2025-03-12 01:31:29,637 ERROR [o.a.s.c.s.SeaTunnel           ] [main] - Exception 

Exception in thread "main" org.apache.seatunnel.core.starter.exception.CommandExecuteException: SeaTunnel job executed failed
        at org.apache.seatunnel.core.starter.seatunnel.command.ClientExecuteCommand.execute(ClientExecuteCommand.java:213)
        at org.apache.seatunnel.core.starter.SeaTunnel.run(SeaTunnel.java:40)
        at org.apache.seatunnel.core.starter.seatunnel.SeaTunnelClient.main(SeaTunnelClient.java:34)
Caused by: java.util.concurrent.CompletionException: org.apache.seatunnel.engine.common.exception.JobException: java.lang.NoSuchMethodError: 'io.grpc.MethodDescriptor$Marshaller io.grpc.protobuf.ProtoUtils.marshaller(com.milvus.google.protobuf.Message)'

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