[
https://issues.apache.org/jira/browse/BEAM-13855?focusedWorklogId=724392&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-724392
]
ASF GitHub Bot logged work on BEAM-13855:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 10/Feb/22 09:42
Start Date: 10/Feb/22 09:42
Worklog Time Spent: 10m
Work Description: thiagotnunes commented on pull request #16799:
URL: https://github.com/apache/beam/pull/16799#issuecomment-1034702693
Created PR https://github.com/apache/beam/pull/16806 to fix the failures in
`SpannerChangeStreamIT`.
Note that the `SpannerIO.readChangeStreams()` does not currently work with
the legacy runner, because it uses `BundleFinalizer`, which is not supported.
I tried running the `SpannerChangeStreamOrderedWithtinKeyIT` test and it
worked 3 times in a row. It seems that I can not simulate the error you are
seeing, do you have more information? (This won't work with legacy runner as
well)
The command I used for this is the following per your instructions:
```
./gradlew
:runners:google-cloud-dataflow-java:googleCloudPlatformRunnerV2IntegrationTest
--tests
org.apache.beam.sdk.io.gcp.spanner.changestreams.it.SpannerChangeStreamOrderedWithinKeyIT
--info
```
--
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]
Issue Time Tracking
-------------------
Worklog Id: (was: 724392)
Time Spent: 1h 20m (was: 1h 10m)
> Dataflow postcommits timing out
> -------------------------------
>
> Key: BEAM-13855
> URL: https://issues.apache.org/jira/browse/BEAM-13855
> Project: Beam
> Issue Type: Bug
> Components: test-failures
> Reporter: Kyle Weaver
> Assignee: Yichi Zhang
> Priority: P1
> Labels: currently-failing
> Fix For: 2.37.0
>
> Time Spent: 1h 20m
> Remaining Estimate: 0h
>
> [https://ci-beam.apache.org/job/beam_PostCommit_Java_DataflowV1]
> [https://ci-beam.apache.org/job/beam_PostCommit_Java_DataflowV2]
> Test SpannerChangeStreamIT seems problematic.
> on Dataflow V2
> Caused by: java.lang.NullPointerException
> at
> org.apache.beam.sdk.io.gcp.spanner.changestreams.it.SpannerChangeStreamIT.modsToString(SpannerChangeStreamIT.java:193)
> at
> org.apache.beam.sdk.transforms.Contextful.lambda$fn$36334a93$1(Contextful.java:112)
> at
> org.apache.beam.sdk.transforms.MapElements$1.processElement(MapElements.java:143)
> On Dataflow V1:
> finalizeBundle not supported by non-portable dataflow runner.
--
This message was sent by Atlassian Jira
(v8.20.1#820001)