EDB Postgres Distributed 5.6.1 release notes v5.6
Released: 25 November 2024
EDB Postgres Distributed 5.6.1 includes a number of enhancements and bug fixes.
Highlights
- Postgres 17 support
- ARM64 processor support
Features
Component | Version | Description | Addresses |
---|---|---|---|
BDR | 5.6.1 | Added Postgres 17 supportSupport for Postgres 17 has been added for all flavors (PostgreSQL, EDB Postgres Extended, and EDB Postgres Advanced Server) starting with version 17.2. | |
BDR | 5.6.1 | Added ARM64 processor SupportSupport ARM architecture for EDB Postgres Distributed on Debian 12 and RHEL 9. |
Enhancements
Component | Version | Description | Addresses |
---|---|---|---|
BDR | 5.6.1 | Added | |
BDR | 5.6.1 | Improvements made in SO Node Management and Progress Tracking.An update addresses the movement of group slots in SO nodes, ensuring they don't appear as peers in progress updates. Improvements include enhanced watermark management for SO leaders in the Optimized Topology configuration, where write leaders now include watermarks in their updates. Watermarks are broadcasted to simplify progress tracking on idle clusters. The peer progress mapping for SO nodes has been corrected, and the tap test for group slot movement has been revised. Additionally, the | |
BDR | 5.6.1 | LSN Progress in Optimized Topology Configurations is now communicated.While there are no connections from non-leader data nodes to subscriber-only nodes in an optimized topology configuration, the LSN progress of all data nodes is periodically communicated to these subscriber-only nodes through logical replication. | |
BDR | 5.6.1 | Some DDL commands are now allowed by |
Bug Fixes
Component | Version | Description | Addresses |
---|---|---|---|
BDR | 5.6.1 | Addressed walsender crash that happend during configuration reload.Ensure that pglogical GUCs are overridden only when operating within the pglogical worker. If this is not the case, MyPGLogicalWorker will be NULL, resulting in a segmentation fault when the walsender attempts a configuration reload from the pgl_wait_for_standby_confirmation() function. | 42100 |
BDR | 5.6.1 | Fixed unintended eager connection related to consensus connections among Subscriber Only group membersThe msgbroker module used to establish consensus connections lazily, meaning that connections were created only when the first message was sent to a specific destination. This method negatively affected the latency of Raft leader elections. The behavior was modified to create connections to consensus peers eagerly. However, this change resulted in an unintended consequence: a fully meshed consensus network among subscriber-only nodes, which may conflict with customer network designs. This patch keeps the eager connection setup but limits it to voting nodes only, reverting to a lazy connection setup for non-voting nodes. | 42041 |
BDR | 5.6.1 | Fixed autopatition task scheduling.To improve reliability, shuffle the scheduling of autopartition tasks. This way, tasks that are prone to failure won't consistently impact the success of other tasks. | 41998 |
BDR | 5.6.1 | Fixed parting subscription with standbys.The parting subscription used to hang, failing to wait for standbys when the bdr.standby_slot_names parameter was defined. | 41821 |
BDR | 5.6.1 | Fixed parting SO node with multiple origins.All relevant origins must be removed when parting SO node. With Optimized Topology, parting an SO node should result in removing all origins it has, not just the one related to its SO group leader. When parting a data node, even though there is no subscription to it from SO node, the origin should be removed. DO not make SO node target of a part catchup subscription when Optimized Topology is enabled. | |
BDR | 5.6.1 | Stopped creation of slots for subscriber only nodes on witness nodes.Subscriber only nodes should not have slots on witness nodes. | |
BDR | 5.6.1 | Ensure no waiting for DEGRADE timeout when in an already degraded state.When using commit scope with DEGRADE clause, if system detects that it's in degraded state, transactions should start in the DEGRADE mode. This ensures that the timeout is not applied on every commit. | |
PGD Proxy | 5.6.1 | Fixed routing strategy for read nodes.Corrected routing strategy for read nodes after a network partition. |
- On this page
- Highlights
- Features
- Enhancements
- Bug Fixes