PDGGK commented on PR #39804:
URL: https://github.com/apache/beam/pull/39804#issuecomment-5675194992

   The red `Java_GCP_IO_Direct` PreCommit here is not from this change. 
Recording what it is so it does not have to be re-derived:
   
   The failing task is `:sdks:java:io:google-cloud-platform:integrationTest`, 
and every failure is in `SpannerChangeStreamPlacementTableIT`:
   
   ```
   org.apache.beam.sdk.Pipeline$PipelineExecutionException at 
SpannerChangeStreamPlacementTableIT.java:197
     Caused by: java.lang.IllegalStateException at InitializeDoFn.java:91
   ```
   
   `InitializeDoFn:91` is `orElseThrow(() -> new IllegalStateException("Initial 
partition not found in metadata table."))` — the change stream's partition 
metadata table has no initial partition, i.e. test-instance state, not schema 
handling.
   
   This PR touches four files: `schema.proto`, `SchemaTranslation.java`, 
`logicaltypes/Time.java` and `SchemaTranslationTest.java`. Nothing in the 
Spanner connector, and nothing on the change-stream bootstrap path.
   
   Two more data points that it is shared-state contention rather than a break:
   
   - The same job is green on other open PRs right now (#40119, #40109, #40077).
   - #40107 is failing the same task at the same time, but in a *different* 
change-stream IT — `SpannerChangeStreamTransactionBoundariesIT > 
testTransactionBoundaries`.
   
   I re-triggered once already and it landed on the same class, so I have 
stopped re-running it rather than burning CI on something a retry will not fix. 
Happy to rebase if that helps, but the fix is not in this diff.
   


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