apache / incubator-horaedb-meta

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

fix: wrong procedure id allocator #282

Closed ZuLiangWang closed 12 months ago

ZuLiangWang commented 1 year ago

Rationale

Due to misconfiguration of the ProcedureID Allocator storage path in ETCD, multiple clusters will share the same ProcedureID Allocator, which will cause ID to be wasted.

Detailed Changes

Test Plan

Pass CI.

ShiKaiWi commented 12 months ago

After this PR merged, the etcd path has been changed and is there any compatibility problems?