apache / incubator-horaedb-meta

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

refactor: procedure storage #279

Closed ZuLiangWang closed 1 year ago

ZuLiangWang commented 1 year ago

Rationale

The current design of the procedure storage module is unreasonable. The data will be stored permanently and will not be cleared. This will cause the storage space of ETCD to be filled up quickly. We need to redesign the interface of procedure storage.

Detailed Changes

Test Plan

Pass all unit tests and integration tests.