|
From: Andrey K. <no...@gi...> - 2026-03-26 07:16:41
|
Branch: refs/heads/v5.0-release Home: https://github.com/FirebirdSQL/firebird Commit: 8d830b4255e61e020d67dcebf403002fc4b3e02c https://github.com/FirebirdSQL/firebird/commit/8d830b4255e61e020d67dcebf403002fc4b3e02c Author: Andrey Kravchenko <xa...@gm...> Date: 2026-03-26 (Thu, 26 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 |