Skip to content

1.4.0

Compare
Choose a tag to compare
@rogeralsing rogeralsing released this 17 Sep 15:42
· 53 commits to dev since this release
eaa9006

What's Changed

New Contributors

Full Changelog: 1.3.0...1.4.0

Remove duplicate addresses

Under some conditions, members with different IDs but with the same address could occur, e.g. pod restart or similar.
This could break ongoing actor handovers for the PartitionIdentityLookup.
This has been resolved by tagging each member with an Age timestamp, and in case of duplicate addresses, the older one is removed, as this member must have been a previous instance that later restarted.

If you are using PartitionIdentityLookup you should upgrade immediately to resolve this issue.