Announcing the 0.10.1 Release
This release includes bugfixes of the Kannika Armory platform.
Installation
For new installations, see the Installation guide.
For upgrading existing installations, see the associated Upgrading to 0.10.x guide.
Bug fixes
- Adding a fallback seek instruction in case of an ‘Offset Reset’ error. When a Backup job is restarted (because it has been paused, re-configured, or moved to another node for instance), it will attempt to resume where it left off by seeking the last known offsets of the topic. Failing to seek to the needed offset is a sign that the topic’s data is gone, and the job would then stop adding new data to the storage to guard against situations where topics are deleted and then recreated with different data. However, this failure can also be encountered in topics with very short retention times where records have time to be added and removed while a Backup is restarting. From now on, should that failure occur, a Backup job will fall back to the earliest available offset while ensuring it is larger than the last known offset, effectively “jumping the offset gap” with as few lost records as possible.
Other changes
- Improved error reporting when Backup jobs enter the ‘Backoff’ state.
Upcoming Features
Please check the Roadmap for more information on upcoming features.
Release Notes
For a full list of changes, see the Changelog.