-
Notifications
You must be signed in to change notification settings - Fork 100
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
[Bug]: Error creating a Linode Stackscript stream error INTERNAL_ERROR #537
Comments
Hello, thanks for the report! I haven't been able to reproduce this issue yet on
Has this issue been occurring for you on other Terraform configurations? |
Other Terraform configurations locally using Other Terraform configurations on gitlab runner hosted on linode using Other Terraform configurations NOT using Actually, if i remove |
@chrisdlangton Thanks for the info! I'll see if I can reproduce this issue in a GitLab runner environment and get back to you. |
Hmm, tested this on a Linode running I was originally thinking this was some sort of strange request size restraint, but you mentioned that this is occurring in all of the configurations you tested that contain a Would you mind providing a few more details?:
Thanks in advance! |
This was the issue! The original (not working) size was only 18kb , now (working) the referenced script is 7.5kb and the main script is only 4.2kb |
Glad you were able to narrow it down! |
Although I still haven't been able to reproduce this on my end, I dug a bit deeper into this and found where this error seems to be thrown: https://github.com/golang/go/blob/go1.17/src/net/http/h2_bundle.go#L8006 Since this is an upstream issue there's not too much we can do to mitigate it right now, but there does seem to be some movement around this upstream (present in go 1.17.3): https://go-review.googlesource.com/c/go/+/359776/4/src/net/http/h2_bundle.go#b8015 I'll keep this issue open for the time being and let you know if there are any developments |
Terraform Version
1.0.10 on linux_amd64
Linode Provider Version
1.23.0
Effected Terraform Resources
linode_stackscript
Terraform Config Files
Debug Output
Panic Output
No response
Expected Behavior
creates a StackScript
Actual Behavior
no resources complete
Steps to Reproduce
TF_LINODE=DEBUG LINODE_DEBUG=1 terraform apply -auto-approve -refresh=true
if the
random
andlocal
are not familiar, use these for yourmain.tf
;The text was updated successfully, but these errors were encountered: