Skip to content

v1.3.2

Choose a tag to compare

@Jkovarik Jkovarik released this 13 Oct 18:05
· 73 commits to master since this release
3e47263

Release v1.3.2

Fixed

  • CUMULUS-2203

    • Fixed issue causing spawned CMA process to left running/in the node event queue, resulting in AWS being unwilling/unable to clean up the instance. This resulted in lambdas with a memory leak/resource issues to not be reclaimed/restarted by AWS.

    • Fixed issue where the CMA child process was not cleaning up/deallocating buffered data when the parent process ends, creating a memory 'leak'. This commit updates the error handling to issue SIGTERM/SIGINT in case of error, allowing the subprocess to exit properly.