We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
1.3.0
When multiple processes try to create enclaves at the same time, sometimes the fluentbit configurator container sticks around. This then causes subsequent creations to fail. You can see an example of this here: https://app.circleci.com/pipelines/github/ethereum-optimism/optimism/68789/workflows/125efdd1-ffc2-4034-8517-80a841d856d2/jobs/2846767/parallel-runs/0/steps/0-104.
I tried my hand at fixing this here by adding a suffix to the container name: #2567.
Concurrent enclaves should be created successfully.
Painful; this is causing significant friction in my workflow.
Other: anything not covered by the above
The text was updated successfully, but these errors were encountered:
Ah I checked out the issue - I do think adding the suffix should solve the issue. Will take a look at your PR : )
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
What's your CLI version?
1.3.0
Description & steps to reproduce
When multiple processes try to create enclaves at the same time, sometimes the fluentbit configurator container sticks around. This then causes subsequent creations to fail. You can see an example of this here: https://app.circleci.com/pipelines/github/ethereum-optimism/optimism/68789/workflows/125efdd1-ffc2-4034-8517-80a841d856d2/jobs/2846767/parallel-runs/0/steps/0-104.
I tried my hand at fixing this here by adding a suffix to the container name: #2567.
Desired behavior
Concurrent enclaves should be created successfully.
What is the severity of this bug?
Painful; this is causing significant friction in my workflow.
What area of the product does this pertain to?
Other: anything not covered by the above
The text was updated successfully, but these errors were encountered: