apache / incubator-horaedb-meta

Meta service of HoraeDB cluster.
https://horaedb.apache.org
Apache License 2.0
27 stars 15 forks source link

feat: support MaxOpsPerTxn for operate etcd #254

Closed ShiKaiWi closed 1 year ago

ShiKaiWi commented 1 year ago

Rationale

The external etcd server may have a limit on the number of operations in a transaction. However, CeresMeta don't impose such a limit when operating etcd, and it will lead to error.

Detailed Changes

Introduce such a limit on the number of operations in a transaction.

Test Plan

Existing tests.