Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The PreCommit Java Debezium IO Direct job is flaky #31346

Closed
github-actions bot opened this issue May 20, 2024 · 2 comments · Fixed by #33541
Closed

The PreCommit Java Debezium IO Direct job is flaky #31346

github-actions bot opened this issue May 20, 2024 · 2 comments · Fixed by #33541

Comments

@github-actions
Copy link
Contributor

The PreCommit Java Debezium IO Direct is failing over 50% of the time.
Please visit /~https://github.com/apache/beam/actions/workflows/beam_PreCommit_Java_Debezium_IO_Direct.yml?query=is%3Afailure+branch%3Amaster to see all failed workflow runs.
See also Grafana statistics: http://metrics.beam.apache.org/d/CTYdoxP4z/ga-post-commits-status?orgId=1&viewPanel=3&var-Workflow=PreCommit%20Java%20Debezium%20IO%20Direct

Copy link
Contributor Author

github-actions bot commented Jan 7, 2025

Reopening since the workflow is still flaky

@Abacn Abacn modified the milestones: 2.57.0 Release, 2.63.0 Release Jan 7, 2025
@Abacn
Copy link
Contributor

Abacn commented Jan 7, 2025

now it fails with

testDebeziumSchemaTransformPostgresRead

Caused by: java.lang.NoSuchMethodError: 'void io.debezium.connector.postgresql.proto.PgProto$RowMessage.makeExtensionsImmutable()'
	at io.debezium.connector.postgresql.proto.PgProto$RowMessage.<init>(PgProto.java:3509)
	at io.debezium.connector.postgresql.proto.PgProto$RowMessage.<init>(PgProto.java:3381)
	at io.debezium.connector.postgresql.proto.PgProto$RowMessage$1.parsePartialFrom(PgProto.java:5237)
	at io.debezium.connector.postgresql.proto.PgProto$RowMessage$1.parsePartialFrom(PgProto.java:5231)
	at com.google.protobuf.AbstractParser.parsePartialFrom(AbstractParser.java:135)
	at com.google.protobuf.AbstractParser.parseFrom(AbstractParser.java:168)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant