-
Notifications
You must be signed in to change notification settings - Fork 971
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
fs.copyFileSync hangs for file created within same layer in overlay filesystem #1536
Comments
Thanks @ericsciple! |
Two immediate action items:
|
fyi - the new runner finished rolling out to all accounts. We reverted back to the previous version of node12. |
OK here's the simplest repro that @ethomson and I could come up with:
Key details about the repro:
|
Opened an AKS issue here |
The most recent EKS AMIs (I'm using 1.21.5-20220123) are running kernel 5.4.172-90.336.amzn2 which has reverted this overlayfs behavior change. In other words, |
@ericsciple and I went through this and it appears to be fixed in AKS as well, and it is not reproducible on |
Since upgrading node 12, we are seeing fs.copyFileSync hang during some container scenarios.
We should revert the node 12 update and continue the investigation. It's worth noting node 16 has the same issue.
Related issues:
The text was updated successfully, but these errors were encountered: