Abacn commented on PR #38189:
URL: https://github.com/apache/beam/pull/38189#issuecomment-4269515034

   ```
   2026-04-17T10:48:14.7626797Z AddFilesIT > testStreamingParquetImport FAILED
   2026-04-17T10:48:14.7630365Z     
org.awaitility.core.ConditionTimeoutException: Condition with lambda expression 
in org.apache.beam.sdk.io.iceberg.AddFilesIT was not fulfilled within 2 minutes.
   2026-04-17T10:48:14.7633163Z         at 
app//org.awaitility.core.ConditionAwaiter.await(ConditionAwaiter.java:167)
   2026-04-17T10:48:14.7635247Z         at 
app//org.awaitility.core.CallableCondition.await(CallableCondition.java:78)
   2026-04-17T10:48:14.7637449Z         at 
app//org.awaitility.core.CallableCondition.await(CallableCondition.java:26)
   2026-04-17T10:48:14.7639404Z         at 
app//org.awaitility.core.ConditionFactory.until(ConditionFactory.java:985)
   2026-04-17T10:48:14.7641492Z         at 
app//org.awaitility.core.ConditionFactory.until(ConditionFactory.java:954)
   2026-04-17T10:48:14.7643616Z         at 
app//org.apache.beam.sdk.io.iceberg.AddFilesIT.testStreamingParquetImport(AddFilesIT.java:394)
   
   2026-04-17T10:50:55.2625870Z AddFilesIT > 
testStreamingImportFromExistingIcebergTable FAILED
   2026-04-17T10:50:55.2628153Z     
org.awaitility.core.ConditionTimeoutException: Condition with lambda expression 
in org.apache.beam.sdk.io.iceberg.AddFilesIT was not fulfilled within 2 minutes.
   2026-04-17T10:50:55.2630416Z         at 
app//org.awaitility.core.ConditionAwaiter.await(ConditionAwaiter.java:167)
   2026-04-17T10:50:55.2631516Z         at 
app//org.awaitility.core.CallableCondition.await(CallableCondition.java:78)
   2026-04-17T10:50:55.2632532Z         at 
app//org.awaitility.core.CallableCondition.await(CallableCondition.java:26)
   2026-04-17T10:50:55.2633662Z         at 
app//org.awaitility.core.ConditionFactory.until(ConditionFactory.java:985)
   2026-04-17T10:50:55.2634634Z         at 
app//org.awaitility.core.ConditionFactory.until(ConditionFactory.java:954)
   2026-04-17T10:50:55.2635943Z         at 
app//org.apache.beam.sdk.io.iceberg.AddFilesIT.testStreamingImportFromExistingIcebergTable(AddFilesIT.java:280)
   
   2026-04-17T10:45:45.6627970Z AddFilesIT > testBatchParquetImport FAILED
   2026-04-17T10:45:45.6629898Z     
org.apache.beam.sdk.Pipeline$PipelineExecutionException: 
java.util.concurrent.ExecutionException: 
org.apache.iceberg.exceptions.RESTException: Unable to process: Resource has 
been exhausted (e.g. check quota).
   2026-04-17T10:45:45.6631898Z         at 
app//org.apache.beam.runners.direct.DirectRunner$DirectPipelineResult.waitUntilFinish(DirectRunner.java:382)
   2026-04-17T10:45:45.6633373Z         at 
app//org.apache.beam.runners.direct.DirectRunner$DirectPipelineResult.waitUntilFinish(DirectRunner.java:350)
   2026-04-17T10:45:45.6634632Z         at 
app//org.apache.beam.runners.direct.DirectRunner.run(DirectRunner.java:223)
   2026-04-17T10:45:45.6636160Z         at 
app//org.apache.beam.runners.direct.DirectRunner.run(DirectRunner.java:69)
   2026-04-17T10:45:45.6638080Z         at 
app//org.apache.beam.sdk.Pipeline.run(Pipeline.java:325)
   2026-04-17T10:45:45.6639132Z         at 
app//org.apache.beam.sdk.Pipeline.run(Pipeline.java:310)
   2026-04-17T10:45:45.6640200Z         at 
app//org.apache.beam.sdk.io.iceberg.AddFilesIT.testBatchParquetImport(AddFilesIT.java:462)
   2026-04-17T10:45:45.6641335Z 
   2026-04-17T10:45:45.6641481Z         Caused by:
   2026-04-17T10:45:45.6642601Z         
java.util.concurrent.ExecutionException: 
org.apache.iceberg.exceptions.RESTException: Unable to process: Resource has 
been exhausted (e.g. check quota).
   ```
   
   also there is a log suggesting resource leaking (might be pre-exising issue)
   
   ```
   2026-04-17T11:31:51.3624913Z     Apr 17, 2026 11:31:51 AM 
org.apache.beam.sdk.io.iceberg.catalog.IcebergCatalogBaseIT cleanUp
   2026-04-17T11:31:51.3626195Z     WARNING: Failed to clean up GCS files.
   2026-04-17T11:31:51.3628967Z     java.lang.UnsupportedOperationException: 
Can't get filename from root path in the bucket: 
gs://managed-iceberg-biglake-its/
   2026-04-17T11:31:51.3630467Z         at 
org.apache.beam.sdk.extensions.gcp.util.gcsfs.GcsPath.getFileName(GcsPath.java:255)
   2026-04-17T11:31:51.3631698Z         at 
org.apache.beam.sdk.io.iceberg.catalog.IcebergCatalogBaseIT.cleanUp(IcebergCatalogBaseIT.java:214)
   2026-04-17T11:31:51.3633195Z         at 
jdk.internal.reflect.GeneratedMethodAccessor363.invoke(Unknown Source)
   ```


-- 
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