-
Notifications
You must be signed in to change notification settings - Fork 723
[WIP]: add v7.5.8 release notes #23757
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
doc-claw-bot
wants to merge
8
commits into
pingcap:release-8.5
Choose a base branch
from
doc-claw-bot:docs/add-v7.5.8-release-notes
base: release-8.5
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
8 commits
Select commit
Hold shift + click to select a range
1f82b2f
docs: add v7.5.8 release notes
doc-claw-bot edadae6
move #19891 to the 1st issue in the TiKV part
qiancai fd560fc
Update releases/release-7.5.8.md
qiancai 948a7d9
merge 19610 and 18169 for TiKV
qiancai ed2e6b4
Update release-7.5.8.md
qiancai 8465b1d
docs: add missing issue link for v7.5.8 note
doc-claw-bot 82eeda5
Apply batched suggestions from code review
lidezhu cf62413
Update releases/release-7.5.8.md
qiancai File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change | ||
|---|---|---|---|---|
| @@ -0,0 +1,50 @@ | ||||
| --- | ||||
| title: TiDB 7.5.8 Release Notes | ||||
| summary: Learn about the improvements and bug fixes in TiDB 7.5.8. | ||||
| --- | ||||
|
|
||||
| # TiDB 7.5.8 Release Notes | ||||
|
|
||||
| Release date: TBD | ||||
|
|
||||
| TiDB version: 7.5.8 | ||||
|
|
||||
| Quick access: [Quick start](https://docs.pingcap.com/tidb/v7.5/quick-start-with-tidb) | [Production deployment](https://docs.pingcap.com/tidb/v7.5/production-deployment-using-tiup) | ||||
|
|
||||
| ## Improvements | ||||
|
|
||||
| + PD | ||||
|
|
||||
| - Add the `store` label to the `pd_cluster_status` metric so that PD reports per-store status metrics, making it easier to identify affected TiKV stores and aggregate cluster-wide values when needed [#9855](https://github.com/tikv/pd/issues/9855) @[SerjKol80](https://github.com/SerjKol80) <!-- component: pd --> <!-- pr: https://github.com/tikv/pd/pull/10060 --> | ||||
|
|
||||
| ## Bug fixes | ||||
|
|
||||
| + TiDB | ||||
|
|
||||
| - Fix the issue that TiDB might crash with a `SIGSEGV` due to a race between `UNION` query cleanup and worker goroutines [#66391](https://github.com/pingcap/tidb/issues/66391) @[bb7133](https://github.com/bb7133) <!-- component: execution --> <!-- pr: https://github.com/pingcap/tidb/pull/67003 --> | ||||
| - Fix the issue that TiDB consumes excessive CPU during query planning in some scenarios because of expensive full-range checks [#63235](https://github.com/pingcap/tidb/issues/63235) @[terry1purcell](https://github.com/terry1purcell) @[qw4990](https://github.com/qw4990) <!-- component: planner --> <!-- pr: https://github.com/pingcap/tidb/pull/64058 --> <!-- pr: https://github.com/pingcap/tidb/pull/63813 --> | ||||
| - Fix a potential panic during asynchronous statistics loading for newly added indexes when `tidb_opt_objective` is set to `determinate` [#64274](https://github.com/pingcap/tidb/issues/64274) @[0xPoe](https://github.com/0xPoe) <!-- component: planner --> <!-- pr: https://github.com/pingcap/tidb/pull/64292 --> | ||||
|
|
||||
| + TiKV | ||||
|
|
||||
| - Fix the issue that TiKV might panic with `txn record found but not expected` due to a race between external SST ingestion and foreground writes [#19891](https://github.com/tikv/tikv/issues/19891) @[gengliqi](https://github.com/gengliqi) <!-- component: tikv --> <!-- pr: https://github.com/tikv/tikv/pull/19914 --> | ||||
| - Fix the issue that BR leaves stale GC service safepoints after a log backup task is stopped, which might block garbage collection from progressing as expected [#19832](https://github.com/tikv/tikv/issues/19832) @[Leavrth](https://github.com/Leavrth) <!-- component: br --> <!-- pr: https://github.com/tikv/tikv/pull/19913 --> | ||||
| - Fix the issue that stale connections between TiKV and TiCDC might not be fully cleaned up after TiCDC restarts or network failures, exhausting the TiKV CDC memory quota and causing changefeeds to stall [#18169](https://github.com/tikv/tikv/issues/18169) [#19610](https://github.com/tikv/tikv/issues/19610) @[asddongmen](https://github.com/asddongmen) @[wk989898](https://github.com/wk989898) <!-- component: cdc --> <!-- pr: https://github.com/tikv/tikv/pull/18864 --> <!-- pr: https://github.com/tikv/tikv/pull/19689 --> | ||||
| - Fix the issue that TiKV throughput might continue to drop during a TiKV I/O hang because PD-related work is blocked by I/O operations [#17939](https://github.com/tikv/tikv/issues/17939) @[LykxSassinator](https://github.com/LykxSassinator) <!-- component: tikv --> <!-- pr: https://github.com/tikv/tikv/pull/18969 --> | ||||
| - Fix the issue that foreground writes are blocked during external SST ingestion, increasing write latency during ingestion [#19954](https://github.com/tikv/tikv/issues/19954) @[gengliqi](https://github.com/gengliqi) <!-- component: tikv --> <!-- pr: https://github.com/tikv/tikv/pull/19978 --> | ||||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||
| - Fix the issue that TiKV might crash with a null pointer dereference during TiDB Lightning data import [#18671](https://github.com/tikv/tikv/issues/18671) [#18756](https://github.com/tikv/tikv/issues/18756) @[Dog-Du](https://github.com/Dog-Du) <!-- component: tikv --> <!-- pr: https://github.com/tikv/tikv/pull/19908 --> | ||||
|
|
||||
| + PD | ||||
|
|
||||
| - Fix the issue that PD might experience a goroutine surge and become unstable when TiDB Lightning concurrently calls `SetRegionLabelRule` during import [#9854](https://github.com/tikv/pd/issues/9854) @[lhy1024](https://github.com/lhy1024) <!-- component: pd --> <!-- pr: https://github.com/tikv/pd/pull/9897 --> | ||||
|
|
||||
| + TiFlash | ||||
|
|
||||
| - Fix a potential data inconsistency issue between TiFlash and TiKV after executing a DDL statement to remove the `NOT NULL` constraint of a column [#10680](https://github.com/pingcap/tiflash/issues/10680) @[JaySon-Huang](https://github.com/JaySon-Huang) <!-- component: storage --> <!-- pr: https://github.com/pingcap/tiflash/pull/10690 --> | ||||
|
|
||||
| + Tools | ||||
|
|
||||
| + TiCDC | ||||
|
|
||||
| - Fix the issue that retrying failed DDL or checkpoint event delivery in Kafka changefeeds leaks Kafka clients, leading to continuous memory growth [#12666](https://github.com/pingcap/tiflow/issues/12666) @[3AceShowHand](https://github.com/3AceShowHand) <!-- component: cdc --> <!-- pr: https://github.com/pingcap/tiflow/pull/12678 --> | ||||
| - Fix the issue that Kafka sinks might leak underlying Sarama clients when admin or producer initialization fails or when admin and synchronous-producer wrappers are closed [#12572](https://github.com/pingcap/tiflow/issues/12572) @[wlwilliamx](https://github.com/wlwilliamx) <!-- component: cdc --> <!-- pr: https://github.com/pingcap/tiflow/pull/12592 --> | ||||
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.