Abacn opened a new issue, #27319: URL: https://github.com/apache/beam/issues/27319
### What happened? https://ci-beam.apache.org/job/beam_PostCommit_Java_DataflowV2/3227/testReport/junit/org.apache.beam.sdk.io.gcp.bigtable/BigtableReadSchemaTransformProviderIT/testRead/ Error message: ``` java.lang.RuntimeException: org.apache.beam.sdk.util.UserCodeException: com.google.api.gax.rpc.NotFoundException: io.grpc.StatusRuntimeException: NOT_FOUND: Table not found: projects/apache-beam-testing/instances/beam-test/tables/BigtableReadSchemaTransformIT at org.apache.beam.sdk.util.UserCodeException.wrap(UserCodeException.java:39) at org.apache.beam.sdk.io.Read$BoundedSourceAsSDFWrapperFn$DoFnInvoker.invokeSplitRestriction(Unknown Source) ... Caused by: com.google.api.gax.rpc.NotFoundException: io.grpc.StatusRuntimeException: NOT_FOUND: Table not found: projects/apache-beam-testing/instances/beam-test/tables/BigtableReadSchemaTransformIT at com.google.api.gax.rpc.ApiExceptionFactory.createException(ApiExceptionFactory.java:90) ... Suppressed: com.google.api.gax.rpc.AsyncTaskException: Asynchronous task failed at com.google.api.gax.rpc.ApiExceptions.callAndTranslateApiException(ApiExceptions.java:57) at com.google.cloud.bigtable.data.v2.BigtableDataClient.sampleRowKeys(BigtableDataClient.java:870) at org.apache.beam.sdk.io.gcp.bigtable.BigtableServiceImpl.getSampleRowKeys(BigtableServiceImpl.java:637) at org.apache.beam.sdk.io.gcp.bigtable.BigtableIO$BigtableSource.getSampleRowKeys(BigtableIO.java:1316) Caused by: io.grpc.StatusRuntimeException: NOT_FOUND: Table not found: projects/apache-beam-testing/instances/beam-test/tables/BigtableReadSchemaTransformIT at io.grpc.Status.asRuntimeException(Status.java:539) at com.google.api.gax.grpc.GrpcDirectStreamController$ResponseObserverAdapter.onClose(GrpcDirectStreamController.java:148) ... org.apache.beam.sdk.util.UserCodeException: com.google.api.gax.rpc.NotFoundException: io.grpc.StatusRuntimeException: NOT_FOUND: Table not found: projects/apache-beam-testing/instances/beam-test/tables/BigtableReadSchemaTransformIT at org.apache.beam.sdk.util.UserCodeException.wrap(UserCodeException.java:39) at org.apache.beam.sdk.io.Read$BoundedSourceAsSDFWrapperFn$DoFnInvoker.invokeSplitRestriction(Unknown Source) at org.apache.beam.fn.harness.FnApiDoFnRunner.processElementForSplitRestriction(FnApiDoFnRunner.java:887) ... Caused by: com.google.api.gax.rpc.NotFoundException: io.grpc.StatusRuntimeException: NOT_FOUND: Table not found: projects/apache-beam-testing/instances/beam-test/tables/BigtableReadSchemaTransformIT at com.google.api.gax.rpc.ApiExceptionFactory.createException(ApiExceptionFactory.java:90) ... ``` Likely some race condition? ### Issue Failure Failure: Test is flaky ### Issue Priority Priority: 1 (unhealthy code / failing or flaky postcommit so we cannot be sure the product is healthy) ### Issue Components - [ ] Component: Python SDK - [X] Component: Java SDK - [ ] Component: Go SDK - [ ] Component: Typescript SDK - [X] Component: IO connector - [ ] Component: Beam examples - [ ] Component: Beam playground - [ ] Component: Beam katas - [ ] Component: Website - [ ] Component: Spark Runner - [ ] Component: Flink Runner - [ ] Component: Samza Runner - [ ] Component: Twister2 Runner - [ ] Component: Hazelcast Jet Runner - [ ] Component: Google Cloud Dataflow Runner -- 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]
