From 8ba93e6aeedfa8b1d929bbbe658b26b1c1f3745c Mon Sep 17 00:00:00 2001 From: Ashwin Giridharan Date: Wed, 27 Jan 2021 16:08:41 -0800 Subject: [PATCH] Release notes update --- CHANGELOG.md | 4 ++-- README.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9fcc1bc0..3aad3a09 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,8 +5,8 @@ * Fix for cross DDB table interference when multiple KCL applications are run in same JVM. * Fix and guards to avoid potential checkpoint rewind during shard end, which may block children shard processing. -* Fix for thread cycle wastage on InitializeTask for deleted shard -* Improved logging in LeaseCleanupManager that would indicate why certain shards are not cleaned up. +* Fix for thread cycle wastage on InitializeTask for deleted shard. +* Improved logging in LeaseCleanupManager that would indicate why certain shards are not cleaned up from the lease table. ## Release (1.14.0 - August 17, 2020) diff --git a/README.md b/README.md index e5452951..3fbfcb25 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ To make it easier for developers to write record processors in other languages, * Fix for cross DDB table interference when multiple KCL applications are run in same JVM. * Fix and guards to avoid potential checkpoint rewind during shard end, which may block children shard processing. * Fix for thread cycle wastage on InitializeTask for deleted shard. -* Improved logging in LeaseCleanupManager that would indicate why certain shards are not cleaned up. +* Improved logging in LeaseCleanupManager that would indicate why certain shards are not cleaned up from the lease table. ### Release (1.14.0 - August 17, 2020)