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
I've seen an issue where there is deadlock shortly after running a nebari deploy command. The deadlock occurs when reading in the state from the tofu show command. The issue is a pipe buffer deadlock.
We don't want to use communicate in this case b/c it blocks and we would only display output to our users after terraform stops running which could be very long in some cases.
Expected behavior
No deadlock
OS and architecture in which you are running Nebari
Linux
How to Reproduce the problem?
Working on it
Command output
Versions and dependencies used.
No response
Compute environment
None
Integrations
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered:
Describe the bug
I've seen an issue where there is deadlock shortly after running a nebari deploy command. The deadlock occurs when reading in the state from the
tofu show
command. The issue is a pipe buffer deadlock.See the warning in the python docs:
We don't want to use communicate in this case b/c it blocks and we would only display output to our users after terraform stops running which could be very long in some cases.
Expected behavior
No deadlock
OS and architecture in which you are running Nebari
Linux
How to Reproduce the problem?
Working on it
Command output
Versions and dependencies used.
No response
Compute environment
None
Integrations
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered: