Skip to content

Commit

Permalink
Merge pull request #989 from Altinity/subkanthi-patch-4
Browse files Browse the repository at this point in the history
Update Troubleshooting.md
  • Loading branch information
subkanthi authored Feb 10, 2025
2 parents e7d7b51 + e197366 commit e3097cb
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion doc/Troubleshooting.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,11 @@ This can be limited by passing this configuration parameter to the JVM:
#N can be 50.
-XX:ParallelGCThreads=<N>.
```
### Caused by: java.sql.BatchUpdateException: Connect to timed out
Set `keepalive.timeout=3` in clickhouse server and make sure
the following configuration
`clickhouse.jdbc.params: "keepalive.timeout=3,max_buffer_size=1000000,socket_timeout=30000,connection_timeout=30000"`
is added to `config.yml`

### Slow startup when replicating Database with high number of tables.
Use the following configuration to limit the number of tables that Debezium would capture in the schema_only mode.
Expand All @@ -57,4 +62,4 @@ https://stackoverflow.com/questions/63523998/multiple-debezium-connector-for-one
Make sure to add `slot.name` to the configuration(config.yml) and change it to a unique name.

### PostgreSQL (WAL size growing)
[Handling PostgreSQL WAL Growth with Debezium Connectors](doc/postgres_wal_growth.md)
[Handling PostgreSQL WAL Growth with Debezium Connectors](doc/postgres_wal_growth.md)

0 comments on commit e3097cb

Please sign in to comment.