Skip to content
Snippets Groups Projects
Commit b5624c9f authored by Alexander Tolstoy's avatar Alexander Tolstoy
Browse files

docs: review changelog

parent 6822aad9
No related branches found
No related tags found
No related merge requests found
Pipeline #13672 failed
......@@ -12,25 +12,27 @@ with the `YY.0M.MICRO` scheme.
### Features
- Brand new algorithm of cluster management based on _"governor"_
concept — a centralized actor that operates topology and performs
- Brand new algorithm of cluster management based on the _"governor"_
concept — a centralized actor that maintains cluster topology and performs
instances configuration.
- Instances state is denoted by the word _"grade"_ (current and target).
The current grade of an instance is not what it tells about itself,
but how other instances are configured with respect to the current
one.
- Instance states are now called _"grades"_. This new term more clearly denotes how
an instance is currently perceived by other instances (eg. how they are configured
in its regard) rather than what it assumes about itself. A `grade` can be either
`current` or `target`.
- Automatically configure _sharding_ (based on `vshard`) and perform
rebalancing when replication factor is satisfied.
- Built-in _sharding_ configuration based on the `vshard` library. The library will
automatically re-balance data within a replicaset once it is up to the given
replication factor.
- Apply schema and data _migrations_ clusterwide.
- Shrink cluster by _expelling_ instances.
- Schema and data _migrations_ are now clusterwide.
### Compatibility
- Instances can now be _expelled_ in order to shrink the cluster.
- Current version is NOT compatible with `22.07.0`. It cannot be started
## Compatibility
- The current version is NOT compatible with `22.07.0`. It cannot be started
with the old snapshots.
## [22.07.0] - 2022-07-08
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment