[ 
https://issues.apache.org/jira/browse/BEAM-5996?focusedWorklogId=166363&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-166363
 ]

ASF GitHub Bot logged work on BEAM-5996:
----------------------------------------

                Author: ASF GitHub Bot
            Created on: 15/Nov/18 10:24
            Start Date: 15/Nov/18 10:24
    Worklog Time Spent: 10m 
      Work Description: echauchot commented on a change in pull request #7041: 
[BEAM-5996] Append query name to temp location.
URL: https://github.com/apache/beam/pull/7041#discussion_r233786231
 
 

 ##########
 File path: 
sdks/java/testing/nexmark/src/main/java/org/apache/beam/sdk/nexmark/Main.java
 ##########
 @@ -129,7 +126,9 @@ void runAll(NexmarkOptions options) throws IOException {
     try {
       // Schedule all the configurations.
       for (NexmarkConfiguration configuration : configurations) {
-        completion.submit(new Run(options, configuration));
+        NexmarkOptions options_copy =
 
 Review comment:
   I don't understand why you need to copy options. You read it twice from the 
args in the same method. Can't you simply use existing options instance as it 
was done previously?

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


Issue Time Tracking
-------------------

    Worklog Id:     (was: 166363)
    Time Spent: 20m  (was: 10m)

> Nexmark postCommits are failing for Dataflow
> --------------------------------------------
>
>                 Key: BEAM-5996
>                 URL: https://issues.apache.org/jira/browse/BEAM-5996
>             Project: Beam
>          Issue Type: Improvement
>          Components: examples-nexmark, test-failures
>            Reporter: Etienne Chauchot
>            Assignee: Andrew Pilloud
>            Priority: Major
>          Time Spent: 20m
>  Remaining Estimate: 0h
>
> Here is the gradle build scan: [https://scans.gradle.com/s/co2uh5xame2pc]
> [~apilloud] I took the liberty to assign it to you as you did the nexmark to 
> dataflow integration. Feel free to re-assign if needed.
>  
> {code:java}
> java.io.IOException: 
> com.google.api.client.googleapis.json.GoogleJsonResponseException: 410 Gone
> {
>   "code" : 429,
>   "errors" : [ {
>     "domain" : "usageLimits",
>     "message" : "The total number of changes to the object 
> temp-storage-for-perf-tests/nexmark/staging/beam-runners-google-cloud-dataflow-java-legacy-worker-2.9.0-SNAPSHOT-WjJ-Xb9pjar2Y6llqnj5Zg.jar
>  exceeds the rate limit. Please reduce the rate of create, update, and delete 
> requests.",
>     "reason" : "rateLimitExceeded"
>   } ],
>   "message" : "The total number of changes to the object 
> temp-storage-for-perf-tests/nexmark/staging/beam-runners-google-cloud-dataflow-java-legacy-worker-2.9.0-SNAPSHOT-WjJ-Xb9pjar2Y6llqnj5Zg.jar
>  exceeds the rate limit. Please reduce the rate of create, update, and delete 
> requests."
> }
> at 
> com.google.cloud.hadoop.util.AbstractGoogleAsyncWriteChannel.waitForCompletionAndThrowIfUploadFailed(AbstractGoogleAsyncWriteChannel.java:432)
> at 
> com.google.cloud.hadoop.util.AbstractGoogleAsyncWriteChannel.close(AbstractGoogleAsyncWriteChannel.java:287)
> at 
> org.apache.beam.runners.dataflow.util.PackageUtil.$closeResource(PackageUtil.java:260)
> at 
> org.apache.beam.runners.dataflow.util.PackageUtil.tryStagePackage(PackageUtil.java:260)
> at 
> org.apache.beam.runners.dataflow.util.PackageUtil.tryStagePackageWithRetry(PackageUtil.java:203)
> at 
> org.apache.beam.runners.dataflow.util.PackageUtil.stagePackageSynchronously(PackageUtil.java:187)
> at 
> org.apache.beam.runners.dataflow.util.PackageUtil.lambda$stagePackage$1(PackageUtil.java:171)
> at org.apache.beam.sdk.util.MoreFutures.lambda$supplyAsync$0(MoreFutures.java:
> 104)
> at 
> java.util.concurrent.CompletableFuture$AsyncRun.run(CompletableFuture.java:1626)
> at 
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
> at 
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
> at java.lang.Thread.run(Thread.java:748){code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to