sohurdc opened a new issue, #9719: URL: https://github.com/apache/seatunnel/issues/9719
### Search before asking - [x] I had searched in the [issues](https://github.com/apache/seatunnel/issues?q=is%3Aissue+label%3A%22bug%22) and found no similar issues. ### What happened Seatunnel Milvus source and Milvus sink, data is ok, but index is lost: source table: <img width="1379" height="435" alt="Image" src="https://github.com/user-attachments/assets/d925e7e0-c459-4e37-b411-d00c6cd5274f" /> after seatunnel my sink table: <img width="1380" height="475" alt="Image" src="https://github.com/user-attachments/assets/5ed9f378-1afb-4834-9e76-da62fe393dca" /> The index is lost, Why? ### SeaTunnel Version 2.3.9 ### SeaTunnel Config ```conf { "env": { "execution.parallelism": 1, "job.mode": "BATCH" }, "source": [ { "plugin_name": "Milvus", "url": "http://10.18.x.x:9091", "token": "xxx:xxx", "database": "default", "collection": "knowledge_embeddings" } ], "sink": [ { "plugin_name": "Milvus", "url": "http://x.com:9091", "token": "yyy:yyy", "database": "zikang_migrate", "enable_upsert": "true" } ] } ``` ### Running Command ```shell curl -X POST "http://10.18.xx.xx:10901/submit-job" \ -H "Content-Type: multipart/form-data" --data-binary @/home/seatunnel/m4.conf ``` ### Error Exception ```log no ERROR, But index is lost ``` ### Zeta or Flink or Spark Version _No response_ ### Java or Scala Version _No response_ ### Screenshots _No response_ ### Are you willing to submit PR? - [x] Yes I am willing to submit a PR! ### Code of Conduct - [x] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
