-
Task
-
Resolution: Done
-
Major
-
None
-
None
-
False
-
False
-
See https://github.com/debezium/debezium/runs/4900654371?check_suite_focus=true
2022-01-21T19:06:15.7670846Z [ERROR] RecordsStreamProducerIT.shouldReceiveChangesForReplicaIdentityFullTableWithToastedValueTableFromStreamingFullDiff:1687->testReceiveChangesForReplicaIdentityFullTableWithToastedValue:2640->assertInsert:3001->assertInsert:3010->executeAndWait:3043 Consumer is still expecting 1 records, as it received only 0
due to
2022-01-21T18:53:03.5218927Z 2022-01-21 18:53:03,520 ERROR RecordsStreamProducerIT||engine Error while trying to run connector class 'io.debezium.connector.postgresql.PostgresConnector' [io.debezium.connector.postgresql.RecordsStreamProducerIT] 2022-01-21T18:53:03.5219961Z org.apache.kafka.connect.errors.ConnectException: An exception occurred in the change event producer. This connector will be stopped. 2022-01-21T18:53:03.5221113Z at io.debezium.pipeline.ErrorHandler.setProducerThrowable(ErrorHandler.java:50) 2022-01-21T18:53:03.5221955Z at io.debezium.connector.postgresql.PostgresStreamingChangeEventSource.execute(PostgresStreamingChangeEventSource.java:172) 2022-01-21T18:53:03.5223297Z at io.debezium.connector.postgresql.PostgresStreamingChangeEventSource.execute(PostgresStreamingChangeEventSource.java:41) 2022-01-21T18:53:03.5224188Z at io.debezium.pipeline.ChangeEventSourceCoordinator.streamEvents(ChangeEventSourceCoordinator.java:172) 2022-01-21T18:53:03.5225402Z at io.debezium.pipeline.ChangeEventSourceCoordinator.executeChangeEventSources(ChangeEventSourceCoordinator.java:139) 2022-01-21T18:53:03.5226263Z at io.debezium.pipeline.ChangeEventSourceCoordinator.lambda$start$0(ChangeEventSourceCoordinator.java:108) 2022-01-21T18:53:03.5227302Z at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539) 2022-01-21T18:53:03.5227883Z at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) 2022-01-21T18:53:03.5228842Z at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) 2022-01-21T18:53:03.5229511Z at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) 2022-01-21T18:53:03.5230405Z at java.base/java.lang.Thread.run(Thread.java:833) 2022-01-21T18:53:03.5230928Z Caused by: io.debezium.DebeziumException: Error while executing initial schema load 2022-01-21T18:53:03.5232020Z at io.debezium.connector.postgresql.PostgresStreamingChangeEventSource.init(PostgresStreamingChangeEventSource.java:101) 2022-01-21T18:53:03.5232950Z at io.debezium.connector.postgresql.PostgresStreamingChangeEventSource.execute(PostgresStreamingChangeEventSource.java:142) 2022-01-21T18:53:03.5233967Z ... 9 common frames omitted 2022-01-21T18:53:03.5234468Z Caused by: org.postgresql.util.PSQLException: ERROR: could not open relation with OID 18943 2022-01-21T18:53:03.5235809Z at org.postgresql.core.v3.QueryExecutorImpl.receiveErrorResponse(QueryExecutorImpl.java:2674) 2022-01-21T18:53:03.5237033Z at org.postgresql.core.v3.QueryExecutorImpl.processResults(QueryExecutorImpl.java:2364) 2022-01-21T18:53:03.5237713Z at org.postgresql.core.v3.QueryExecutorImpl.execute(QueryExecutorImpl.java:354) 2022-01-21T18:53:03.5238680Z at org.postgresql.jdbc.PgStatement.executeInternal(PgStatement.java:484) 2022-01-21T18:53:03.5239505Z at org.postgresql.jdbc.PgStatement.execute(PgStatement.java:404) 2022-01-21T18:53:03.5240468Z at org.postgresql.jdbc.PgStatement.executeWithFlags(PgStatement.java:325) 2022-01-21T18:53:03.5241080Z at org.postgresql.jdbc.PgStatement.executeCachedSql(PgStatement.java:311) 2022-01-21T18:53:03.5242186Z at org.postgresql.jdbc.PgStatement.executeWithFlags(PgStatement.java:287) 2022-01-21T18:53:03.5242796Z at org.postgresql.jdbc.PgStatement.executeQuery(PgStatement.java:239) 2022-01-21T18:53:03.5243784Z at org.postgresql.jdbc.PgDatabaseMetaData.getColumns(PgDatabaseMetaData.java:1577) 2022-01-21T18:53:03.5244425Z at io.debezium.jdbc.JdbcConnection.getColumnsDetails(JdbcConnection.java:1238) 2022-01-21T18:53:03.5245472Z at io.debezium.jdbc.JdbcConnection.readSchema(JdbcConnection.java:1203) 2022-01-21T18:53:03.5246119Z at io.debezium.connector.postgresql.PostgresSchema.refresh(PostgresSchema.java:88) 2022-01-21T18:53:03.5247205Z at io.debezium.connector.postgresql.PostgresTaskContext.refreshSchema(PostgresTaskContext.java:68) 2022-01-21T18:53:03.5248073Z at io.debezium.connector.postgresql.PostgresStreamingChangeEventSource.init(PostgresStreamingChangeEventSource.java:98) 2022-01-21T18:53:03.5249062Z ... 10 common frames omitted
- incorporates
-
DBZ-4362 getTableColumnsFromDatabase - Failed to read column metadata with I/O Error
- Closed