Abacn commented on issue #31814:
URL: https://github.com/apache/beam/issues/31814#issuecomment-2218409503

   The PR added two tests,
   
   * testCommittedStringSetMetrics 
   
   * testAttemptedStringSetMetrics
   
   failing on various test suites.
   
   Besides that, beam_PostCommit_Java_ValidatesRunner_Dataflow now also failing 
testCommittedCounterMetrics.
   
   Error:
   
   ```
   com.google.api.client.googleapis.json.GoogleJsonResponseException: 400 Bad 
Request
   POST 
https://dataflow.googleapis.com/v1b3/projects/google.com:clouddfe/locations/us-central1/jobs/2024-07-09_11_37_02-8931581089081285896/workItems:reportStatus
   {
     "code" : 400,
     "errors" : [ {
       "domain" : "global",
       "message" : "(988b2e8172662ecf): The workflow could not be created. 
Causes: (988b2e8172662ef3): Counter value 12 is not recognized",
       "reason" : "badRequest"
     } ],
     "message" : "(988b2e8172662ecf): The workflow could not be created. 
Causes: (988b2e8172662ef3): Counter value 12 is not recognized",
     "status" : "INVALID_ARGUMENT"
   }
        at 
com.google.api.client.googleapis.json.GoogleJsonResponseException.from(GoogleJsonResponseException.java:146)
        at 
com.google.api.client.googleapis.services.json.AbstractGoogleJsonClientRequest.newExceptionOnError(AbstractGoogleJsonClientRequest.java:118)
        at 
com.google.api.client.googleapis.services.json.AbstractGoogleJsonClientRequest.newExceptionOnError(AbstractGoogleJsonClientRequest.java:37)
        at 
com.google.api.client.googleapis.services.AbstractGoogleClientRequest$1.interceptResponse(AbstractGoogleClientRequest.java:439)
        at com.google.api.client.http.HttpRequest.execute(HttpRequest.java:1111)
        at 
com.google.api.client.googleapis.services.AbstractGoogleClientRequest.executeUnparsed(AbstractGoogleClientRequest.java:525)
        at 
com.google.api.client.googleapis.services.AbstractGoogleClientRequest.executeUnparsed(AbstractGoogleClientRequest.java:466)
        at 
com.google.api.client.googleapis.services.AbstractGoogleClientRequest.execute(AbstractGoogleClientRequest.java:576)
        at 
org.apache.beam.runners.dataflow.worker.DataflowWorkUnitClient.reportWorkItemStatus(DataflowWorkUnitClient.java:257)
        at 
org.apache.beam.runners.dataflow.worker.WorkItemStatusClient.execute(WorkItemStatusClient.java:221)
        at 
org.apache.beam.runners.dataflow.worker.WorkItemStatusClient.reportSuccess(WorkItemStatusClient.java:176)
        at 
org.apache.beam.runners.dataflow.worker.BatchDataflowWorker.doWork(BatchDataflowWorker.java:277)
        at 
org.apache.beam.runners.dataflow.worker.BatchDataflowWorker.getAndPerformWork(BatchDataflowWorker.java:206)
        at 
org.apache.beam.runners.dataflow.worker.DataflowBatchWorkerHarness$WorkerThread.doWork(DataflowBatchWorkerHarness.java:150)
        at 
org.apache.beam.runners.dataflow.worker.DataflowBatchWorkerHarness$WorkerThread.call(DataflowBatchWorkerHarness.java:130)
        at 
org.apache.beam.runners.dataflow.worker.DataflowBatchWorkerHarness$WorkerThread.call(DataflowBatchWorkerHarness.java:117)
        at java.util.concurrent.FutureTask.run(FutureTask.java:266)
        at 
org.apache.beam.sdk.util.UnboundedScheduledExecutorService$ScheduledFutureTask.run(UnboundedScheduledExecutorService.java:163)
        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:750)
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to