Nathan Herring
Nathan Herring
@menghanl [`systemInfoSuggestsGCE`](https://github.com/googleapis/google-cloud-go/blob/f37584ff8947b18332b214a958ac57010cb6df5b/compute/metadata/metadata.go#L193) uses the exact same logic. On the other hand if that were used, then a service could explicitly set then environment variable `GCE_METADATA_HOST` to the normal value `169.254.169.254`,...
@apolcyn It would not solve the breaking of extant services. It would however allow services to _selectively_ change their behavior to an improved reporting model of what _actual_ service is...
Gradle is strangely reporting a seemingly-unrelated Guava error when I build with these changes: ``` > Task :portability-transfer:compileJava FAILED /usr/local/google/home/nherring/github/data-transfer-project/portability-transfer/src/main/java/org/datatransferproject/transfer/WorkerModule.java:18: error: cannot find symbol import static com.google.common.collect.MoreCollectors.onlyElement; ^ symbol: class...
`./gradlew test` from the root is what I was running.
And the `demo-server` `build.gradle` blanket overrides the guava version for all artifacts, which doesn't work for the versioning scheme for `listenablefuture` or `failureaccess`.
Ugh. `git rebase -i` is not my friend. I redid the edits three different times and still managed to drop them on the floor. :(
Is this waiting on an affirmative review by @jzacsh and/or @wmorland, or was that advisory only? In the latter case, how long until it's worth merging and dealing with potential...
Still waiting on a review.
`308` implies the upload isn't complete. The details for how much data has been committed are in the reply headers. The client will repeatedly upload chunks until the whole file...