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
This comment suggests a workaround that is disabling the shared grpc server usage. And some watcher of this issue said that, this workaround is working. But after a few days, I saw the following comment: crossplane-contrib/provider-jet-aws#220 (comment)
He says that, this workaround is not working for me. So this caused that reviewing my starting point of investigation.
To be honest, my first sense about this issue was biased because of first comment. If I start to investigation (as soon as possible) objective, I would say that, the root cause of this issue is related with the Sync/Async usage. Because I observed this type of errors in resources that are Sync and spent a lot of time for creation and deletion or when I loaded to cluster a lot and the provisioning/deletion takes a lot of time. And also when we change this to Async the problem was gone.
In the root issue, there are two resources: FargateProfile(eks) and SecurityGroup (ec2). For both of them we are using Sync functionality.
A short time ago, I worked on testing of eks resources I observed the same issue for FargateProfile and I resolved this problem by changing the behavior from Sync to Async for this resource. (For a long time, in my local environment the shared grpc server usage is enabled.)
So I think, we can resolve this type of problems by changing the behavior from Sync to Async
I will also open a PR for SecurityGroup resource to address this problem for this resource.
What happened?
A few users have reported this bug that seems to be a fundamental issue with Terrajet: crossplane-contrib/provider-jet-aws#220
We should check whether Upjet-based official providers are subject to this. And I think we should fix in both Terrajet and Upjet.
How can we reproduce it?
Details in crossplane-contrib/provider-jet-aws#220
The text was updated successfully, but these errors were encountered: