Closed chunshao90 closed 2 years ago
Refer to #94
Refactor storage of cluster meta data, define the memory data structure corresponding to pb.
pb
Storage
MetaStorage
Request
Result
No.
Old tests are covered.
Which issue does this PR close?
Refer to #94
Rationale for this change
Refactor storage of cluster meta data, define the memory data structure corresponding to
pb
.What changes are included in this PR?
Storage
and renameMetaStorage
toStorage
MetaStorage
interface by usingRequest
andResult
to avoid multi parameterspb
Are there any user-facing changes?
No.
How does this change test
Old tests are covered.