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
Our AWS infrastructure upgraded our EKS nodes from v1.30.1-eks-e564799 to v1.30.4-eks-16b398d. The instant this happened, all of our production services crashed, all at once. With the exception of one pod on a few of our services where minimum node tolerations were configured.
Every single one of our (NodeJS and Java) services fell into a crashback loop all at once.
Error occurred during initialization of VM
Failed to mark memory page as executable - check if grsecurity/PaX is enabled
What you expected to happen:
Auto scheduled upgrade to patch version bump 1.30.4 does not cause all services to crash with internal Memory errors.
How to reproduce it (as minimally and precisely as possible):
I don't currently have a reproduction, I want this bug report to represent a centralised location for others who potentially experienced the same issue to engage in conversation here. I also cannot guarantee with certainty its an issue with the EKS image, but it does seem very suspicious that the upgrade to 1.30.4 caused it, and downgrade fixed it instantly.
What happened:
Our AWS infrastructure upgraded our EKS nodes from
v1.30.1-eks-e564799
tov1.30.4-eks-16b398d
. The instant this happened, all of our production services crashed, all at once. With the exception of one pod on a few of our services where minimum node tolerations were configured.Every single one of our (NodeJS and Java) services fell into a crashback loop all at once.
If true, it could be traced to this release https://github.com/aws/eks-distro/releases/tag/v1-30-eks-15
NodeJS Error
The Java error was less verbose but looks like
What you expected to happen:
Auto scheduled upgrade to patch version bump
1.30.4
does not cause all services to crash with internal Memory errors.How to reproduce it (as minimally and precisely as possible):
I don't currently have a reproduction, I want this bug report to represent a centralised location for others who potentially experienced the same issue to engage in conversation here. I also cannot guarantee with certainty its an issue with the EKS image, but it does seem very suspicious that the upgrade to 1.30.4 caused it, and downgrade fixed it instantly.
Anything else we need to know?:
Environment:
v1.30.4-eks-16b398d
Related
Fatal error... Check failed: 12 == (*__errno_location ())
) nodejs/node#55509)The text was updated successfully, but these errors were encountered: