Uploaded image for project: 'Debezium'
  1. Debezium
  2. DBZ-5596

Postgres Debezium, FATAL: terminating connection due to idle-session timeout

    XMLWordPrintable

Details

    • False
    • None
    • False

    Description

      I'm experiencing a 

      `org.postgresql.util.PSQLException: FATAL: terminating connection due to idle-session timeout` on a Debezium Connector (almost random)

       

      I've enable an heartbeat, which is currently publishing on a table that the connector is subscribing to (and consuming messages from according to monitorign), but the issue still happen

      'heartbeat.interval.ms':60000

       

       

      org.apache.kafka.connect.errors.ConnectException: An exception occurred in the change event producer. This connector will be stopped.
          at io.debezium.pipeline.ErrorHandler.setProducerThrowable(ErrorHandler.java:50)
          at io.debezium.connector.postgresql.PostgresStreamingChangeEventSource.execute(PostgresStreamingChangeEventSource.java:172)
          at io.debezium.connector.postgresql.PostgresStreamingChangeEventSource.execute(PostgresStreamingChangeEventSource.java:41)
          at io.debezium.pipeline.ChangeEventSourceCoordinator.streamEvents(ChangeEventSourceCoordinator.java:174)
          at io.debezium.pipeline.ChangeEventSourceCoordinator.executeChangeEventSources(ChangeEventSourceCoordinator.java:141)
          at io.debezium.pipeline.ChangeEventSourceCoordinator.lambda$start$0(ChangeEventSourceCoordinator.java:109)
          at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
          at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
          at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
          at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
          at java.base/java.lang.Thread.run(Thread.java:829)
      Caused by: org.postgresql.util.PSQLException: FATAL: terminating connection due to idle-session timeout
          at org.postgresql.core.v3.QueryExecutorImpl.receiveErrorResponse(QueryExecutorImpl.java:2675)
          at org.postgresql.core.v3.QueryExecutorImpl.processResults(QueryExecutorImpl.java:2365)
          at org.postgresql.core.v3.QueryExecutorImpl.execute(QueryExecutorImpl.java:355)
          at org.postgresql.jdbc.PgStatement.executeInternal(PgStatement.java:490)
          at org.postgresql.jdbc.PgStatement.execute(PgStatement.java:408)
          at org.postgresql.jdbc.PgStatement.executeWithFlags(PgStatement.java:329)
          at org.postgresql.jdbc.PgStatement.executeCachedSql(PgStatement.java:315)
          at org.postgresql.jdbc.PgStatement.executeWithFlags(PgStatement.java:291)
          at org.postgresql.jdbc.PgStatement.executeQuery(PgStatement.java:243)
          at org.postgresql.jdbc.PgDatabaseMetaData.getColumns(PgDatabaseMetaData.java:1584)
          at io.debezium.connector.postgresql.connection.pgoutput.PgOutputMessageDecoder.getTableColumnsFromDatabase(PgOutputMessageDecoder.java:356)
          at io.debezium.connector.postgresql.connection.pgoutput.PgOutputMessageDecoder.handleRelationMessage(PgOutputMessageDecoder.java:295)
          at io.debezium.connector.postgresql.connection.pgoutput.PgOutputMessageDecoder.processNotEmptyMessage(PgOutputMessageDecoder.java:185)
          at io.debezium.connector.postgresql.connection.AbstractMessageDecoder.processMessage(AbstractMessageDecoder.java:33)
          at io.debezium.connector.postgresql.connection.PostgresReplicationConnection$1.deserializeMessages(PostgresReplicationConnection.java:508)
          at io.debezium.connector.postgresql.connection.PostgresReplicationConnection$1.readPending(PostgresReplicationConnection.java:500)
          at io.debezium.connector.postgresql.PostgresStreamingChangeEventSource.processMessages(PostgresStreamingChangeEventSource.java:207)
          at io.debezium.connector.postgresql.PostgresStreamingChangeEventSource.execute(PostgresStreamingChangeEventSource.java:169)
          ... 9 more 

       

      Any advice on which parameters I could further add to avoid the issue?

       

      Thank you

      Attachments

        Activity

          People

            Unassigned Unassigned
            mark4912 Mark Mark (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated: