Skip to content

Commit

Permalink
Adjust heading link (#23807)
Browse files Browse the repository at this point in the history
  • Loading branch information
ddhodge authored Sep 5, 2024
1 parent a180bef commit 7d8fc76
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/content/preview/releases/ybdb-releases/v2024.1.md
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ docker pull yugabytedb/yugabyte:2024.1.2.0-b77
docker pull yugabytedb/yugabyte:2024.1.1.0-b137
```

### Highlights
### Highlight

**PostgreSQL Logical Replication Protocol Support** {{<badge/ea>}}

Expand Down Expand Up @@ -210,7 +210,7 @@ For more information, refer to [logical replication protocol](/stable/explore/ch

#### DocDB

* Offers a new stack trace tracking framework for improved visibility of disk I/O operations, configurable through the `track_stack_traces` gflag. {{<issue 17993>}}
* Offers a new stack trace tracking framework for improved visibility of disk I/O operations, configurable through the `track_stack_traces` flag. {{<issue 17993>}}
* Introduces utility to dump top heap stacks when memory limit is exceeded for enhanced debugging. {{<issue 21396>}}
* Adds `SCHECK_PB_FIELDS_NOT_EMPTY` macro for validating non-empty fields, with individual checks on list elements. {{<issue 22182>}}
* Disables the unused and unreliable NamespaceReplication tests temporarily for seamless operation. {{<issue 22457>}}
Expand Down Expand Up @@ -426,7 +426,7 @@ Rolling back to the pre-upgrade version if you're not satisfied with the upgrade

#### DocDB

* Introduces a new gflag to toggle on or off recommended memory defaults for increased control over individual memory settings. {{<issue 22161>}}
* Introduces a new flag to toggle on or off recommended memory defaults for increased control over individual memory settings. {{<issue 22161>}}
* Boosts error messaging clarity when preview flags are not set in `allowed_preview_flags_csv`. {{<issue 21484>}}
* Shifts xCluster-related functions from `Catalocustomeranager` to `XClusterSourceManager` for easier management. {{<issue 21325>}}
* Adjusts TServer memory percentage from 50% to 48% for (4,8]GiB boxes and sets new recommendations for boxes over 16 GiB. {{<issue 20664>}}
Expand Down Expand Up @@ -472,7 +472,7 @@ Rolling back to the pre-upgrade version if you're not satisfied with the upgrade
* Reduces the frequency of `schema version mismatch` errors during consecutive DDL operations by ensuring the up-to-date schema is fetched. {{<issue 21706>}}
* Allows usage of `YsqlDdlRollbackEnabled` in pggate C++ code by correctly passing the result of `YbDdlRollbackEnabled`, reducing DDL atomicity g-flag issues in RF 1 clusters. {{<issue 21706>}}
* Ensures pushed down `RowCompareExpressions` correctly enforce non-null column references, rectifying previous behavior and enhancing data accuracy. {{<issue 21847>}}
* The Postgres process no longer crashes when running a "show all" command due to correct placement of the `yb_enable_ddl_atomicity_infra` description. {{<issue 21947>}}
* The postgres process no longer crashes when running a "show all" command due to correct placement of the `yb_enable_ddl_atomicity_infra` description. {{<issue 21947>}}
* Adds a new GFlag `ysql_min_new_version_ignored_count` to prevent a TServer crash caused by the downward shift in yb-master's catalog version, often surfacing post a PITR restore operation. {{<issue 21776>}}
* Adjusts the value of `YB_AT_REWRITE_ALTER_PRIMARY_KEY` to prevent flag clashes and accommodate future upstream PG flags. {{<issue 22086>}}
* Fills in the "relation" column in `pg_locks` with the correct table OID after a table rewrite. {{<issue 22081>}}
Expand Down Expand Up @@ -533,4 +533,4 @@ Rolling back to the pre-upgrade version if you're not satisfied with the upgrade

* Fixes hidden split parent tablets wrongly appearing as leaderless in the master's leaderless tablet endpoint, ensuring accurate load balance status and preventing potential issues with Point-in-Time Recovery (PITR) operations. {{<issue 21371>}}

</details>
</details>

0 comments on commit 7d8fc76

Please sign in to comment.