milvus-io/milvus

[Feature]: Add retry for etcd operation

已关闭

#17,569 创建于 2022年6月15日

 (3 条评论) (0 个反应) (1 位负责人)Go (4,000 个派生)batch import
good first issuekind/feature

仓库指标

星标
 (44,298 个星标)
PR 合并指标
 (平均合并 7天) (30 天内合并 314 个 PR)

描述

Is there an existing issue for this?

  • I have searched the existing issues

Is your feature request related to a problem? Please describe.

Milvus highly rely on etcd for meta operation. Retry is need since failed to operate on etcd may cause server crash. To be noticed, the CompareValueAndSwap, CompareVersionAndSwap may no be able to add retry in a no brainer style so we need to take care about it.

Describe the solution you'd like.

No response

Describe an alternate solution.

No response

Anything else? (Additional Context)

No response

贡献者指南