GitHub user grkvlt opened a pull request:
https://github.com/apache/incubator-brooklyn/pull/671
Remove shared statics causing issues in Clocker
Clocker has more than one `JcloudsLocation` so the check for exceptions is
skipped sometimes, becasue the guard is a static variable shared by all
instances. This gives unhelpful error messages occasionally, particularly in
the presence of network failures raising `IOException`s.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/grkvlt/incubator-brooklyn
fix/multiple-jclouds-locations-exception
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-brooklyn/pull/671.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #671
----
commit 03a35bbe4f4b12ebdc189869b1ea8eb3207a4777
Author: Andrew Kennedy <[email protected]>
Date: 2015-06-02T10:51:06Z
Remove shared statics causing issues in Clocker with more than one
JcloudsLocation
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---