Skip to content
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: Create Firewall with rules sometimes fails because the firewall doesn't exist yet #191

Open
daviboy opened this issue Oct 17, 2014 · 0 comments

Comments

@daviboy
Copy link

daviboy commented Oct 17, 2014

Creating a Firewall and specifying the rules. Most of the time it works, but appears to be a race condition, as sometimes I get this:

org.dasein.cloud.CloudException: No such firewall: sg-84e123e1
at org.dasein.cloud.aws.network.SecurityGroup.authorize(SecurityGroup.java:95)
at org.dasein.cloud.aws.network.SecurityGroup.create(SecurityGroup.java:244)
at com.enstratus.networking.worker.firewall.CloudFirewallServices.createFirewall(CloudFirewallServices.java:351)
at com.enstratus.networking.FirewallServiceDelegate$CreateFirewallTask.call(FirewallServiceDelegate.java:313)
at com.enstratus.networking.FirewallServiceDelegate$CreateFirewallTask.call(FirewallServiceDelegate.java:264)
at com.enstratus.task.ExecutableWrapper.run(ExecutableWrapper.java:66)
at com.enstratus.task.ExecutingTaskServer$ExecutingTask.run(ExecutingTaskServer.java:887)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
at java.lang.Thread.run(Thread.java:745)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant