milvus-io/milvus

[Feature]: Add retry for etcd operation

Geschlossen

#17.569 geöffnet am 15.06.2022

 (3 Kommentare) (0 Reaktionen) (1 zugewiesene Person)Go (4.000 Forks)batch import
good first issuekind/feature

Repository-Metriken

Stars
 (44.298 Sterne)
PR-Merge-Metriken
 (Durchschn. Merge 7T) (314 gemergte PRs in 30 T)

Beschreibung

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

Contributor Guide