-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
20 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
Date: 20-08-2022 | ||
|
||
Tag: 0.1.21 | ||
|
||
## Compatibility | ||
|
||
VShard 0.1.21 is fully compatible with the previous VShard versions. | ||
|
||
## Bugs fixed | ||
|
||
* Fixed a bug that the rebalancing didn't work if the sharded spaces had | ||
unusual types like 'varbinary' (gh-327, gh-328). | ||
|
||
* A pack of fixes for problems with accessing buckets on replicas. They were not | ||
properly protected against rebalancer and users could read too outdated data | ||
or even inconsistent data (gh-173). | ||
|
||
* Fixed a bug that if vshard's connection netbox fibers were killed on router or | ||
storage, the connection could be not re-established on some Tarantool versions | ||
making the peer inaccessible from the given node at all (gh-341). |