You can reproduce the symptoms in JCLOUDS-885 by modifying
addContentMetadata and checkContentMetadata in
GoogleCloudStorageBlobIntegrationLiveTest.java.  Note that jclouds has
abstracted both its implementation and tests so crawling through this
code might confuse you at first.  You can run a currently failing test
via:

    mvn integration-test -pl google-cloud-storage -Plive \
            -Dtest.google-cloud-storage.identity="${JCLOUDS_IDENTITY}" \
            -Dtest.google-cloud-storage.credential="${JCLOUDS_CREDENTIAL}" \
            -Dtest.blobstore.container-count=3 \
            -Dtest=GoogleCloudStorageBlobIntegrationLiveTest#testPutObjectStream

I have not looked at this in depth, but Google documents 503 Service
Unavailable as a request rate issue which does not make much sense:

https://cloud.google.com/storage/docs/reference-status

The actual error comes not from putBlob, but the subsequent getBlob, so
perhaps we need to modify GoogleCloudStorageErrorHandler to work around
some quirk?

On Mon, Aug 31, 2015 at 03:46:29PM +0530, Heshan Jayasinghe wrote:
> Hi All,
> 
> I'm contributing to the issue jclouds 885 [1].I am new to jclouds
> contribution and i am reading documentations and do all the things.Up to
> now I clone and setup jclouds labs google [2]  project in IDEA developer
> environment.I am activated google cloud storage and going through their
> steps.Google cloud platform gives only 60days free trial.
> 
> I think I need mentor in this point to find correct path because I'm new to
> jclouds.I can find the way how to do Content-Encoding with gzip but i need
> help from Jclouds to solve this issue.
> 
> Could you please tell me the steps I should follow to contribute this issue?
> 
> 
> [1]-https://issues.apache.org/jira/browse/JCLOUDS-885
> [2]-https://github.com/jclouds/jclouds-labs-google
> 
> Thank You!
> regards,
> Heshan Jayasinghe
> Undergraduate of university of moratuwa,

-- 
Andrew Gaul
http://gaul.org/

Reply via email to