Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(lambda): make lambda active only after successful start (#8036) #8044

Merged
merged 1 commit into from
Sep 21, 2021

Conversation

NamanJain8
Copy link
Contributor

@NamanJain8 NamanJain8 commented Sep 21, 2021

There is a logical race condition that causes panic. This happens because the node process did not complete its initialization before being killed. This PR fixes that issue.

This PR also increases the default restart timeout from 10s to 30s to make it more generous.

(cherry picked from commit eaee2db)


This change is Reviewable

There is a logical race condition that causes panic. This happens because the node process did not complete its initialization before being killed. This PR fixes that issue.

This PR also increases the default restart timeout from 10s to 30s to make it more generous.

(cherry picked from commit eaee2db)
@NamanJain8 NamanJain8 merged commit 7e94988 into release/v21.09-slash Sep 21, 2021
@NamanJain8 NamanJain8 deleted the naman/cp/lambda-crash branch September 21, 2021 13:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants