You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Feature: add cli arg `--join addr1,addr2...` to join a new node to a
metasrv cluster.
- Feature: add RPC `forward` to forward a request to other metasrv node.
It is used to proxy an admin request to a known leader.
- Refactor: add `MetaError` which is serializable and structured, to
express errors a meta server emits.
`MetaErro` can be transmitted between metasrv nodes.
- Refactor: add `MetaLeader` as a container of admin API.
- Refactor: simplify From/Into for `RaftMes`
- Test: add unit test of `join`ing node to cluster.
- part of databendlabs#2668
No description provided.
The text was updated successfully, but these errors were encountered: