|
From: Andrey K. <no...@gi...> - 2026-03-25 15:09:53
|
Branch: refs/heads/master Home: https://github.com/FirebirdSQL/firebird Commit: eac2bb6c66bf27c02399ace07998b97997b06093 https://github.com/FirebirdSQL/firebird/commit/eac2bb6c66bf27c02399ace07998b97997b06093 Author: Andrey Kravchenko <xa...@gm...> Date: 2026-03-25 (Wed, 25 Mar 2026) Changed paths: M src/jrd/replication/Config.cpp M src/jrd/replication/Manager.cpp Log Message: ----------- Do not connect to the database if the replication configuration is incorrect (#8381) * Do not connect to the database if the replication configuration is incorrect Configuration errors can lead to loss of synchronization between master and replica. * Send config errors to the client app only if report_errors is enabled * Report a replication error if it occurs during the initial connection to the replica and the report_errors is enabled * Add error "all configured replicas skipped" To unsubscribe from these emails, change your notification settings at https://github.com/FirebirdSQL/firebird/settings/notifications |