Release notes update
This commit is contained in:
parent
4f6f4e5971
commit
8ba93e6aee
2 changed files with 3 additions and 3 deletions
|
|
@ -5,8 +5,8 @@
|
||||||
|
|
||||||
* Fix for cross DDB table interference when multiple KCL applications are run in same JVM.
|
* 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 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
|
* 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)
|
## Release (1.14.0 - August 17, 2020)
|
||||||
|
|
|
||||||
|
|
@ -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 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 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.
|
* 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)
|
### Release (1.14.0 - August 17, 2020)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue