You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As mentioned in #68, there is a persistent pthread error that causes a crash of the Erlang VM in long running AWS Lambda functions. This was noticed in a Lambda function that processes a steady AWS Kinesis stream.
I have opened this issue after #68 was resolved, because this underlying issue is not fixed; #69 only prevents the resulting Linux core dumps from filling disk space, it does not prevent the Erlang VM from crashing during the AWS Lambda thaw phase and causing a core dump.
yes @velimir we've already moved it real deployments (actually time to move to provided.al2.2022) so #79 is to move the default and templates to latest.
As mentioned in #68, there is a persistent pthread error that causes a crash of the Erlang VM in long running AWS Lambda functions. This was noticed in a Lambda function that processes a steady AWS Kinesis stream.
I have opened this issue after #68 was resolved, because this underlying issue is not fixed; #69 only prevents the resulting Linux core dumps from filling disk space, it does not prevent the Erlang VM from crashing during the AWS Lambda thaw phase and causing a core dump.
The pthread error shown in #68 is:
Also see the error and additional discussion in leo-project/leofs#843 (comment):
The text was updated successfully, but these errors were encountered: