mohamedawnallah commented on PR #35467: URL: https://github.com/apache/beam/pull/35467#issuecomment-3419796770
When running Milvus tests locally with version `2.5.10`, I encountered the error `panic: embedded etcd can not be used under distributed mode`. After searching online, I found this appears to be a recent issue e.g appearing at https://github.com/milvus-io/milvus/issues/43760. It looked like the `ETCD_USE_EMBED` process environment variable was no longer working as expected. I initially tried upgrading the pymilvus client SDK to `v2.6.X` to align with the latest release and mainly to fix that issue as stated by one of the milvus maintainers there. However, this caused compatibility Beam issues with the upper bounds of grpc-related python packages. I resolved the issue by updating the intermediary Milvus daemon YAML file in this commit: https://github.com/apache/beam/pull/35467/commits/14ad6ead27036f6c1f73cd5258f6c26dddbe5309. This fixed the etcd while still being on version `2.5.10` -- 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]
