v1.3.2
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.
-