Re: [jclouds] Remove LocalAsyncBlobStore. (#220)

2014-07-31 Thread Everett Toews
During release week we like to do a little house cleaning in the jclouds world. That means sweeping out the pull request queue. This PR is over 6 months old. Please update us on its status here. If we don't hear anything, we will take that as lazy consensus that the PR is no longer relevant

Re: [jclouds] Remove LocalAsyncBlobStore. (#220)

2014-07-31 Thread Shri Javadekar
Closed #220. --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/220#event-147810874

Re: [jclouds] Remove LocalAsyncBlobStore. (#220)

2014-06-09 Thread Andrew Phillips
Is there anything else that needs to be done here? Looks like it needs at least a rebase - can't be merged as-is right now? --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/220#issuecomment-45497254

Re: [jclouds] Remove LocalAsyncBlobStore. (#220)

2014-06-09 Thread CloudBees pull request builder plugin
[jclouds-pull-requests #868](https://jclouds.ci.cloudbees.com/job/jclouds-pull-requests/868/) SUCCESS This pull request looks good --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/220#issuecomment-4320

Re: [jclouds] Remove LocalAsyncBlobStore. (#220)

2014-06-09 Thread CloudBees pull request builder plugin
[jclouds-java-7-pull-requests #1339](https://jclouds.ci.cloudbees.com/job/jclouds-java-7-pull-requests/1339/) SUCCESS This pull request looks good --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/220#issuecomment-4476

Re: [jclouds] Remove LocalAsyncBlobStore. (#220)

2014-06-09 Thread Andrew Phillips
@@ -99,7 +99,9 @@ private StubAtmosAsyncClient(LocalAsyncBlobStore blobStore, AtmosObject.Factory container = directoryName; path = null; } - return Futures.transform(blobStore.createContainerInLocation(null, container), new FunctionBoolean, URI() { +

Re: [jclouds] Remove LocalAsyncBlobStore. (#220)

2014-06-09 Thread Andrew Phillips
@@ -137,7 +141,8 @@ public URI apply(String from) { public ListenableFutureVoid deletePath(String path) { if (path.indexOf('/') == path.length() - 1) { // chop off the trailing slash - return Futures.transform(blobStore.deleteContainerIfEmpty(path.substring(0,

Re: [jclouds] Remove LocalAsyncBlobStore. (#220)

2014-06-09 Thread Andrew Phillips
@@ -148,7 +153,8 @@ public Void apply(Boolean from) { } else { String container = path.substring(0, path.indexOf('/')); path = path.substring(path.indexOf('/') + 1); - return blobStore.removeBlob(container, path); + blobStore.removeBlob(container,

Re: [jclouds] Remove LocalAsyncBlobStore. (#220)

2014-06-09 Thread Andrew Phillips
@@ -213,17 +226,12 @@ public AtmosObject newObject() { public ListenableFutureBoolean pathExists(final String path) { if (path.indexOf('/') == path.length() - 1) { // chop off the trailing slash - return blobStore.containerExists(path.substring(0, path.length() -

Re: [jclouds] Remove LocalAsyncBlobStore. (#220)

2014-06-09 Thread Andrew Phillips
+ + /** +* Override parent method because it uses strange futures and listenables +* that creates problem in the test if more than one test that deletes the +* container is executed +* +* @param container +* @return +*/ + @Override + public void

Re: [jclouds] Remove LocalAsyncBlobStore. (#220)

2014-06-09 Thread Andrew Phillips
@@ -72,7 +69,7 @@ public BlobStore getBlobStore() { @Override public AsyncBlobStore getAsyncBlobStore() { - return ablobStore; + return null; } Should this PR then add a `@Deprecated` or so, explaining not to call this? Or at least some Javadoc? Or is the intention

Re: [jclouds] Remove LocalAsyncBlobStore. (#220)

2014-06-09 Thread Andrew Phillips
jclouds-java-7-pull-requests #1339 SUCCESS Some [Checkstyle violations](https://jclouds.ci.cloudbees.com/job/jclouds-java-7-pull-requests/1339/violations/) - not sure which of these are related to this change, though. Could you have a quick look, @shrinandj? Thanks! --- Reply to this email

Re: [jclouds] Remove LocalAsyncBlobStore. (#220)

2014-06-09 Thread Andrew Gaul
Is there anything else that needs to be done here? There is one feature that I am developing in jclouds that is made easier because of this change. Let me know if there's anything I can do to help make progress on this. I do not think `LocalAsyncBlobStore` is the appropriate place to

Re: [jclouds] Remove LocalAsyncBlobStore. (#220)

2014-06-06 Thread Shri Javadekar
Is there anything else that needs to be done here? There is one feature that I am developing in jclouds that is made easier because of this change. Let me know if there's anything I can do to help make progress on this. --- Reply to this email directly or view it on GitHub:

Re: [jclouds] Remove LocalAsyncBlobStore. (#220)

2014-03-05 Thread Andrew Phillips
jclouds-java-7-pull-requests #1107 UNSTABLE Unrelated [test failure](https://jclouds.ci.cloudbees.com/job/jclouds-java-7-pull-requests/org.apache.jclouds$jclouds-compute/1107/testReport/org.jclouds.compute.util/ConcurrentOpenSocketFinderTest/testChecksSocketsConcurrently/). +1 from me.

Re: [jclouds] Remove LocalAsyncBlobStore. (#220)

2014-03-04 Thread BuildHive
[jclouds » jclouds #885](https://buildhive.cloudbees.com/job/jclouds/job/jclouds/885/) UNSTABLE Looks like there's a problem with this pull request [(what's this?)](https://www.cloudbees.com/what-is-buildhive) --- Reply to this email directly or view it on GitHub:

Re: [jclouds] Remove LocalAsyncBlobStore. (#220)

2014-03-04 Thread Andrew Phillips
jclouds » jclouds #885 UNSTABLE jclouds-java-7-pull-requests #1106 UNSTABLE Both

Re: [jclouds] Remove LocalAsyncBlobStore. (#220)

2014-03-04 Thread BuildHive
[jclouds » jclouds #887](https://buildhive.cloudbees.com/job/jclouds/job/jclouds/887/) SUCCESS This pull request looks good [(what's this?)](https://www.cloudbees.com/what-is-buildhive) --- Reply to this email directly or view it on GitHub: