Skip to content
Snippets Groups Projects
Commit b6d12870 authored by Georgios Bitzes's avatar Georgios Bitzes
Browse files

Update release notes for 0.3.2

parent 0079a1c7
No related branches found
No related tags found
No related merge requests found
Pipeline #
# Changelog # Changelog
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
## Unreleased ## 0.3.2 (2018-08-14)
### Added ### Added
- Protection against 1-way network partitions, in which a cluster node - Protection against 1-way network partitions, in which a cluster node
is able to establish TCP connections to others, but the rest cannot do the same. is able to establish TCP connections to others, but the rest cannot do the same.
...@@ -10,7 +10,9 @@ All notable changes to this project will be documented in this file. ...@@ -10,7 +10,9 @@ All notable changes to this project will be documented in this file.
heartbeats, but could still repeatedly attempt to get elected. heartbeats, but could still repeatedly attempt to get elected.
From now on, a node which has been vetoed will abstain from starting election From now on, a node which has been vetoed will abstain from starting election
rounds until it has received fresh heartbeats since receiving that veto. rounds until it has received fresh heartbeats since receiving that veto. This
will prevent a 1-way network partitioned node from causing extensive cluster
disruption.
### Fixed ### Fixed
- A couple of minor memory leaks. - A couple of minor memory leaks.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment